zwave-js/.config-db/devices/0x019b/4512689.json
2025-01-10 22:05:04 -08:00

58 lines
1.9 KiB
JSON

{
"manufacturer": "Heatit",
"manufacturerId": "0x019b",
"label": "Z-Smoke 230V",
"description": "Wired Smoke Detector",
"devices": [
{
"productType": "0x0003",
"productId": "0x3601",
"zwaveAllianceId": 3933
},
{
"productType": "0x0003",
"productId": "0x000d"
},
{
"productType": "0x0003",
"productId": "0x0017"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Smoke Sensor (Basic Set)",
"description": "When the smoke detector is active, it will send Basic Set (0xFF) to this group. When the smoke detector is deactivated, it will send Basic Set (0x00).",
"maxNodes": 5
}
},
"metadata": {
"inclusion": "Please refer to your primary controller manual on how to enter add/remove mode. The device may only be added or removed from the network if the primary controller is in add/remove mode, and may now be added to the system via the primary controller",
"exclusion": "Please refer to your primary controller manual on how to enter add/remove mode. The device may only be added or removed from the network if the primary controller is in add/remove mode, and may now be added to the system via the primary controller",
"reset": "After the calibration process is finished, you may access the add/remove mode by pressing the function button three times within 1.5 seconds. Removing the device will reset it to factory defaults",
"manual": "https://media.heatit.com/709"
},
"compat": [
{
"$if": "firmwareVersion >= 4.2.0",
// Firmware 4.2.0 removed the Binary Switch CC in favor of Basic CC
// However since this is a sensor, Basic CC values are not offered automatically
"commandClasses": {
"add": {
"Basic": {
"version": 1,
"isSupported": true
}
}
}
}
]
}