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

126 lines
2.4 KiB
JSON

{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "AN181",
"description": "Mini Plug Switch with Metering (Gen5)",
"devices": [
{
"productType": "0x0004",
"productId": "0x0006"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Command Value",
"description": "Set Basic Set Command value to be sent to group 2 when switch is turned on",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"options": [
{
"label": "No Basic Set command will be sent",
"value": 0
},
{
"label": "Basic Set command on will be sent",
"value": 255
}
]
},
{
"#": "2",
"label": "Delaying Time",
"description": "Set the delaying time to report to Group 1 in seconds",
"valueSize": 1,
"unit": "seconds",
"minValue": 3,
"maxValue": 25,
"defaultValue": 3
},
{
"#": "3",
"label": "Remember Status",
"description": "Set whether to remember the last status",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Do not remember",
"value": 0
},
{
"label": "Remember",
"value": 1
}
]
},
{
"#": "4",
"label": "Interval for Wattage Auto Report",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 1,
"options": [
{
"label": "Does not report automatically",
"value": 0
}
]
},
{
"#": "5",
"label": "Interval for kW*h Auto Report",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 60,
"options": [
{
"label": "Does not report automatically",
"value": 0
}
]
},
{
"#": "6",
"label": "Auto Report Load Surpasses Value",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 2500,
"defaultValue": 0,
"options": [
{
"label": "Does not report automatically",
"value": 0
}
]
},
{
"#": "7",
"label": "Auto Report Change Percentage",
"description": "Auto report when the change of wattage surpasses the set percentage",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 0,
"options": [
{
"label": "Does not report automatically",
"value": 0
}
]
}
]
}