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

117 lines
2.2 KiB
JSON

{
"manufacturer": "Wenzhou MTLC Electric Appliances Co., Ltd.",
"manufacturerId": "0x011a",
"label": "ZW20RM",
"description": "In-Wall Smart Meter Duplex Receptacle",
"devices": [
{
"productType": "0x0111",
"productId": "0x0101"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Notifications",
"description": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "StatusReport",
"description": "Send basic report",
"maxNodes": 5
},
"3": {
"label": "PowerReport",
"description": "Send meter power report",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Synchronization of Load Power and LED Indicator",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Power on, LED off",
"value": 0
},
{
"label": "Power on, LED on",
"value": 1
}
]
},
{
"#": "8",
"label": "Instant Meter Autosend Interval",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "9",
"label": "Instant Sensor Autosend Interval",
"description": "Instant Energy Autosend interval (send SENSOR_MULTILEVEL_REPORT)",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "10",
"label": "Accumulated Meter Autosend Interval",
"description": "Accumulated Energy Autosend Interval report (send METER_REPORT)",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "11",
"label": "Enable Automatic Notifications",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Not report (METER_REPORT)",
"value": 0
},
{
"label": "Send (METER_REPORT) only",
"value": 1
},
{
"label": "Send (SENSOR_MULTI_LEVEL_REPORT) only",
"value": 2
},
{
"label": "Send both",
"value": 3
}
]
},
{
"#": "12",
"label": "Minimum Change in Wattage to Report",
"valueSize": 1,
"unit": "W",
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true
}
]
}