Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tf016_tf021.json #7572

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 26 additions & 5 deletions packages/config/config/devices/0x019b/tf016_tf021.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"productType": "0x0001",
"productId": "0x0001",
// One of these is labeled TF016, the other TF021
"zwaveAllianceId": [1182, 1234]
},
{
Expand Down Expand Up @@ -63,7 +62,6 @@
"valueSize": 2,
"defaultValue": 1,
"allowManualEntry": false,
/* eslint-disable @zwave-js/consistent-config-string-case */
"options": [
{
"label": "F",
Expand All @@ -90,7 +88,6 @@
"value": 5
}
]
/* eslint-enable @zwave-js/consistent-config-string-case */
},
{
"#": "3",
Expand Down Expand Up @@ -249,12 +246,19 @@
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "21",
"label": "Meter Report Data Delta",
"description": "Delta value in kWh between consecutive meter reports. Range 0-255 (0 to 25.5 kWh). A value of 0 disables reporting based on change.",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 10
}
],
"compat": {
// The device reports its relay state via the Basic CC
"mapBasicReport": false,
// Supervision reports are sent from the root device instead of endpoints
"commandClasses": {
"remove": {
"Supervision": {
Expand All @@ -268,5 +272,22 @@
"exclusion": "To exclude the thermostat from your home automation gateway, press Center (confirm) for 10 seconds.\nThe display will show OFF. Press Right (down) 4 times till you see Con in the display.\nNow start removing the device in your home automation software. Enter exclusion mode by pressing Center (confirm) for approximately 2 seconds. The inclusion/exclusion icon will appear in the display. Confirmation will show Inc/EcL in the display. If exclusion fails, Err (error) will appear.\nLeave programming mode by choosing ESC in menu. Your thermostat is ready for use with default settings",
"reset": "By pressing buttons Left and Center (up and confirm) for 20 seconds, the thermostat will perform a complete factory reset.\nPlease use this procedure only when the primary controller is missing or otherwise inoperable",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1234/Manual_Multireg%20Z-Wave_Ver2015-A.pdf"
},
"meterCommandClass": {
"getSupport": true,
"reportScales": {
"import": true,
"meterType": "Electric meter (0x01)",
"precision": {
"kWh": 1,
"W": 2,
"V": 1
},
"size": {
"kWh": 4,
"W": 4,
"V": 2
}
}
}
}
Loading