Skip to content

Commit

Permalink
added ztrm6
Browse files Browse the repository at this point in the history
  • Loading branch information
an0Nym0us63 committed Dec 26, 2023
1 parent f027d1a commit e20729e
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
46 changes: 46 additions & 0 deletions core/config/devices/thermofloor_411/heatit.ztrm6.thermostat.json
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.
2 changes: 1 addition & 1 deletion core/config/zwavejs.config.ini
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
9 changes: 7 additions & 2 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
>
>S'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
# XX/12/2023
# 26/12/2023

**Améliorations**

- Rajout d'une option permettant d'activer ou désactiver le *Soft Reset*
- Rajout d'une option permettant d'activer ou désactiver le *Soft Reset*
- Passage à la version *9.6.2* de ZwaveJsUI

**Ajouts de Configurations**

- Ajout de la configuration *HeatIt Z-TRM6* (propriétés : Temperature, ThermostatMode, ThermostatOperatingState, ThermostatModeAction, ThermostatSetpoint, Notification Heat-Sensor, Notification Over-Load)


# 11/12/2023
Expand Down

0 comments on commit e20729e

Please sign in to comment.