zwave-js/.config-db/devices/0x0002/010101.json

38 lines
1.4 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Danfoss",
"manufacturerId": "0x0002",
"label": "010101",
"description": "Popp Wireless Thermostatic Valve TRV",
"devices": [
{
"productType": "0x0115",
"productId": "0xa010"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Target for Wakeup and Override Notifications",
"maxNodes": 1,
"isLifeline": true
}
},
"compat": {
// If we don't query specific things on wake up, this device will
// think it is not connected and show error E5
"queryOnWakeup": [
// ["CommandClass", "API method", ...arguments]
["Battery", "get"],
["Thermostat Setpoint", "get", 1]
]
},
"metadata": {
"inclusion": "• Ensure smart radiator valve is factory reset. \n• Activate “Inclusion” on the Z-Wave controller. \n• Quickly press and release menu button (one with a dot) on smart radiator valve. \n• Observe both controller and smart radiator valve for status of the process.",
"exclusion": "• Activate “Exclusion” on the Z-Wave controller. \n• Quickly press and release menu button (one with a dot) on smart radiator valve. \n• Observe both controller and smart radiator valve for status of the process.",
"reset": "Remove the battery cover and take out one battery. \nPress and hold menu button (one with a dot) for approx. 5 seconds, while re-inserting the battery. \nSmart radiator valve is now factory reset and in mounting mode."
}
}