#Need help creating custom Config for Zwave device in Z-Wave JS UI

1 messages · Page 1 of 1 (latest)

spiral dome
#

I have a MP24z zwave plug that the database file for it is out there but the device info doesnt match up.
https://devices.zwave-js.io/?jumpTo=0x0312:0xff00:0xff09:0.0
New Info is 0x0312 0xff01-0xff97

I thought it was as simple as adding it to the store. but that doesn't seem to be working

{
"manufacturer": "Minoston",
"manufacturerId": "0x0312",
"label": "MP24Z",
"description": "Outdoor Smart Plug - 2 Channel",
"devices": [
{
"productType": "0xff01",
"productId": "0xff97",
"zwaveAllianceId": 3719
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},

spiral dome
#

i do see this....but im not sure what im doing wrong

#

Error parsing config file devices/0x312/mp24z.json: Could not parse config fil
e /data/store/config/devices/0x312/templates/minoston_template.json: ENOENT: n
o such file or directory, open '/data/store/config/devices/0x312/templates/min
oston_template.json'
Import stack:
in #auto_off_timer
in /data/store/config/devices/0x312/mp24z.json (ZW0340)

#

yeah the answer was in the logs right in front of my face.....apparently you have to add the templates folder and the minoston_template.json as well UGH