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

111 lines
2.1 KiB
JSON

{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "POPE700168",
"description": "POPP Rain-Sensor",
"devices": [
{
"productType": "0x0004",
"productId": "0x0011"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Rain detected (Basic Set)",
"maxNodes": 5
},
"3": {
"label": "Heavy rain detected (Basic Set)",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Rain Counter",
"description": "total count of rain",
"valueSize": 2,
"unit": "mm",
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "2",
"label": "Rain Start Command",
"description": "Send rain start command to group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "3",
"label": "Rain Stop Command",
"description": "Send rain stop to group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "4",
"label": "Meter Multiplier",
"description": "Adapt the display",
"valueSize": 2,
"minValue": 1,
"maxValue": 1000,
"defaultValue": 1
},
{
"#": "5",
"label": "Heavy Rain",
"description": "Threshold defines heavy rain condition",
"valueSize": 1,
"unit": "mm per hours",
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "6",
"label": "Heavy Rain Start Command",
"description": "Send heavy rain start to group 3",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "7",
"label": "Heavy Rain Stop Command",
"description": "Send heavy rain stop to group 3",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
}
],
"compat": {
"commandClasses": {
"add": {
// The device uses Basic Set commands to report rain.
// We don't set up an association in group 2 or 3 by default, but if a user does,
// this is needed or the Basic CC will be hidden
"Basic": {
"isSupported": true
}
}
}
}
}