zwave-js/.config-db/devices/0x0176/tzwp-102.json
2025-01-10 22:05:04 -08:00

161 lines
3 KiB
JSON

{
"manufacturer": "Telldus Technologies AB",
"manufacturerId": "0x0176",
"label": "TZWP-102",
"description": "Socket and Energy Meter",
"devices": [
{
"productType": "0x0003",
"productId": "0x0003"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Overcurrent Protection",
"description": "If current exceeds 16A load will be switched off",
"defaultValue": 1
},
{
"#": "2",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
},
{
"#": "3",
"label": "Send Status When Load Changes",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Send Basic Report",
"value": 1
},
{
"label": "Basic Report when load status not changed by Z-Wave",
"value": 2
}
]
},
{
"#": "4",
"label": "Configure LED Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "The LED follows the load status",
"value": 0
},
{
"label": "When operating plug, the LED is lit for 5 seconds",
"value": 1
}
]
},
{
"#": "16",
"label": "Power Consumption Reports: Change Threshold",
"valueSize": 2,
"unit": "W",
"minValue": 0,
"maxValue": 2500,
"defaultValue": 50,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "17",
"label": "Power Consumption Reports: Relative Change Threshold",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "101",
"label": "Power (W) Report Interval",
"description": "Allowable range: 5-2678400",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 600,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "102",
"label": "Energy (kWh) Report Interval",
"description": "Allowable range: 5-2678400",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 3600,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "103",
"label": "Voltage (V) Report Interval",
"description": "Allowable range: 5-2678400",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 0,
"options": [
{
"label": "Disabled",
"value": 0
}
]
},
{
"#": "104",
"label": "Current (A) Report Interval",
"description": "Allowable range: 5-2678400",
"valueSize": 4,
"unit": "seconds",
"minValue": 0,
"maxValue": 2678400,
"defaultValue": 0,
"options": [
{
"label": "Disabled",
"value": 0
}
]
}
]
}