-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f027d1a
commit e20729e
Showing
4 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
core/config/devices/thermofloor_411/heatit.ztrm6.thermostat.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"name": "Thermostat Z-TRM6", | ||
"ref": "4512666", | ||
"manufacturer": "Heatit", | ||
"type": "Thermostat", | ||
"reset": "", | ||
"pairing": "Appuyer rapidement 3 fois sur le bouton d'inclusion situé à l'arrière du thermostat", | ||
"remark": "Maintenir appuyé le bouton d'inclusion pendant 20 secondes", | ||
"versions": { | ||
"48": [ | ||
"12289" | ||
] | ||
}, | ||
"properties": { | ||
"Temperature": {"replace": {"#endpoint#": 2}}, | ||
"Thermostatmode": {}, | ||
"Thermostatoperatingstate": {}, | ||
"Thermostatmodeaction": { | ||
"multi": [ | ||
"Off","Chaud","Froid","Energy Heat" | ||
], | ||
"multiValue": { | ||
"Off": 0, | ||
"Chaud": 1, | ||
"Froid": 2, | ||
"Energy Heat": 11 | ||
} | ||
}, | ||
"Thermostatsetpoint": { | ||
"multi": [ | ||
"Chaud", | ||
"Froid", | ||
"Energy Heat" | ||
], | ||
"multiProperty": { | ||
"Chaud": 1, | ||
"Froid": 2, | ||
"Energy Heat": 11 | ||
} | ||
}, | ||
"Power":{"replace": {"#endpoint#": 1}}, | ||
"Energy":{"replace": {"#endpoint#": 1}}, | ||
"Notification-overload":{"type":"over-load"}, | ||
"Notification-heatsensor":{"type":"heat-sensor"} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[zwavejs] | ||
wantedVersion=9.5.1 | ||
wantedVersion=9.6.2 | ||
prefix=zwave | ||
auto_applyRecommended=1 | ||
autoRemoveExcludeDevice=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters