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

81 lines
1.6 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "AN163",
"description": "Metering Power Switch",
"devices": [
{
"productType": "0x0004",
"productId": "0x0005",
"zwaveAllianceId": 979
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Grouping 1",
"description": "Grouping 1 reports status",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Grouping 2",
"description": "Allows control of up to four other devices",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "True Period",
"description": "Timeout before unit transmits ON/OFF state after manual button press",
"valueSize": 1,
"unit": "100ms",
"minValue": 0,
"maxValue": 120,
"defaultValue": 10
},
{
"#": "2",
"label": "Send Basic Command to Group 2",
"description": "Configure the unit to send command to other devices in Grouping 2",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
{
"#": "3",
"label": "Meter Report Period (W)",
"description": "How often the meter should report load (W).",
"valueSize": 2,
"unit": "10s",
"minValue": 0,
"maxValue": 3240,
"defaultValue": 3
},
{
"#": "4",
"label": "Meter Report Period (kWh)",
"description": "How often the meter should report load (kWh).",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 10080,
"defaultValue": 1440
}
]
}