zwave-js/.config-db/devices/0x0060/hsp02.json

110 lines
2 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "HSP02 / SP103",
"description": "Motion Detector",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001",
"zwaveAllianceId": [24, 35, 392]
},
{
"productType": "0x0001",
"productId": "0x0003",
"zwaveAllianceId": [926, 976]
},
{
"productType": "0x0101",
"productId": "0x0001",
"zwaveAllianceId": 873
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Target for reports",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Target nodes who receive BASIC_SET command",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Level",
"description": "Value to be sent with a BASIC SET command",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "2",
"label": "Sensor Detecting Function",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Group 1 enabled / Group 2 enabled",
"value": 1
},
{
"label": "Group 1 enabled / Group 2 disabled",
"value": 2
},
{
"label": "Group 1 disabled / Group 2 disabled",
"value": 3
}
]
},
{
"#": "3",
"label": "Sensitivity Level",
"valueSize": 1,
"minValue": 1,
"maxValue": 10,
"defaultValue": 6
},
{
"#": "4",
"label": "Re-Trigger Interval Setting",
"valueSize": 1,
"minValue": 5,
"maxValue": 255,
"defaultValue": 180,
"unsigned": true
},
{
"#": "5",
"label": "LUX Level",
"description": "Value for what LUX level will arm the detection sensor",
"valueSize": 1,
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "6",
"label": "On-Off Duration",
"valueSize": 1,
"minValue": 5,
"maxValue": 255,
"defaultValue": 15,
"unsigned": true
}
],
"compat": {
// The device is a Binary Sensor, but uses Basic Sets to report its status
"mapBasicSet": "auto"
}
}