160 lines
3 KiB
JSON
160 lines
3 KiB
JSON
{
|
|
"manufacturer": "Everspring",
|
|
"manufacturerId": "0x0060",
|
|
"label": "ST814",
|
|
"description": "Temperature and Humidity Sensor",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0006",
|
|
"productId": "0x0001",
|
|
"zwaveAllianceId": [271, 3, 923, 934, 974]
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "Reports",
|
|
"maxNodes": 1,
|
|
"isLifeline": true
|
|
},
|
|
"2": {
|
|
"label": "Control",
|
|
"maxNodes": 3
|
|
}
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Dim Level Sent via Basic Set",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 99,
|
|
"defaultValue": 99,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "Temperature Trigger ON Value",
|
|
"description": "Temperature level when a ON command is sent out. Allowable range -20..50, 99.",
|
|
"valueSize": 1,
|
|
"unit": "°C/F",
|
|
"minValue": -20,
|
|
"maxValue": 99,
|
|
"defaultValue": 99,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 99
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "Temperature Trigger OFF Value",
|
|
"description": "Temperature level when a OFF command is sent out. Allowable range -20..50, 99.",
|
|
"valueSize": 1,
|
|
"unit": "°C/F",
|
|
"minValue": -20,
|
|
"maxValue": 99,
|
|
"defaultValue": 99,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 99
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Humidity Trigger ON Value",
|
|
"description": "Humidity level when a ON command is sent out. Allowable range 20..90, 99.",
|
|
"valueSize": 1,
|
|
"unit": "%rH",
|
|
"minValue": 20,
|
|
"maxValue": 99,
|
|
"defaultValue": 99,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 99
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "5",
|
|
"label": "Humidity Trigger OFF Value",
|
|
"description": "Humidity level when a OFF command is sent out. Allowable range 20..90, 99.",
|
|
"valueSize": 1,
|
|
"unit": "%rH",
|
|
"minValue": 20,
|
|
"maxValue": 99,
|
|
"defaultValue": 99,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 99
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "6",
|
|
"label": "Auto Report Time",
|
|
"description": "Sets the time interval when a sensor report is sent",
|
|
"valueSize": 2,
|
|
"unit": "minutes",
|
|
"minValue": 0,
|
|
"maxValue": 1439,
|
|
"defaultValue": 0,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "7",
|
|
"label": "Auto Report Temperature",
|
|
"description": "Sets the temperature change causing a sensor report.",
|
|
"valueSize": 1,
|
|
"unit": "°C/F",
|
|
"minValue": 0,
|
|
"maxValue": 70,
|
|
"defaultValue": 0,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "8",
|
|
"label": "Auto Report Humidity",
|
|
"description": "Sets the humidity change causing a sensor report. Allowable range: 0, 5..70.",
|
|
"valueSize": 1,
|
|
"unit": "%rH",
|
|
"minValue": 0,
|
|
"maxValue": 70,
|
|
"defaultValue": 0,
|
|
"options": [
|
|
{
|
|
"label": "Disable",
|
|
"value": 0
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"compat": {
|
|
// The device shouldn't have any endpoints, but it does say so
|
|
"removeEndpoints": "*"
|
|
}
|
|
}
|