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

86 lines
1.7 KiB
JSON

{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "123665",
"description": "Wall Plug Meter Switch",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Switch State",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Watt Meter Report Period",
"description": "Time frame for reporting instant power consumption",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 720,
"unsigned": true
},
{
"#": "2",
"label": "KWH Meter Report Period",
"description": "Time frame for reporting Accumulated Power Consumption",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 6,
"unsigned": true
},
{
"#": "3",
"label": "Threshold of Watt for Load Caution",
"description": "Warn when wattage of load over the preset threshold value",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 3000,
"unsigned": true
},
{
"#": "4",
"label": "Threshold of kWh for Load Caution",
"description": "Warn if Acc. Power Consumption exceeds the set value",
"valueSize": 2,
"minValue": 0,
"maxValue": 65535,
"defaultValue": 10000,
"unsigned": true
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "11",
"label": "Disable Switching Function",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
}
]
}