zwave-js/.config-db/devices/0x0175/mt02792.json

155 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Devolo",
"manufacturerId": "0x0175",
"label": "MT02792",
"description": "Home Control Metering Plug",
"devices": [
{
"productType": "0x0001",
"productId": "0x0012"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Watt Counter Reporting Period",
"description": "multiples of 5s",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 720,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "2",
"label": "KWh Counter Reporting Period",
"description": "number of 10 minute intervals",
"valueSize": 2,
"unit": "10m",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 6,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "3",
"label": "Definition of Warning of Current Load (A)",
"description": "1300*0.01A = 13A",
"valueSize": 2,
"unit": "0.01A",
"minValue": 10,
"maxValue": 1300,
"defaultValue": 1300
},
{
"#": "4",
"label": "Load Caution Threshold",
"valueSize": 2,
"minValue": 1,
"maxValue": 10000,
"defaultValue": 10000
},
{
"#": "5",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev_on"
},
{
"#": "6",
"label": "Switch OFF Mode",
"description": "Mode of switch off function.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Switch off commands received are ignored",
"value": 0
},
{
"label": "Switch off commands received are honored",
"value": 1
}
]
},
{
"#": "7",
"label": "LED Display Mode",
"description": "Display device status",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "The LED follows the state of the switch",
"value": 1
},
{
"label": "LED off with load on",
"value": 2
},
{
"label": "Flash mode",
"value": 3
}
]
},
{
"#": "8",
"label": "Auto Off Timer",
"description": "Auto off timer. 0 will disable the auto off function.",
"valueSize": 2,
"unit": "1s",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "9",
"label": "Device From Command Status",
"description": "RF off command mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "When all off is received, MT2792 goes off",
"value": 0
},
{
"label": "Ignore all off",
"value": 1
},
{
"label": "If all off is received, turn on if it is off",
"value": 2
},
{
"label": "WhenALL off is received, the MT2792 goes on",
"value": 3
}
]
}
]
}