Skip to content

Commit

Permalink
eTRV010x updates + ...
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Dec 2, 2023
1 parent 767c62f commit 8694952
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions core/config/commands/danfossSystemeModeValue.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"danfossSystemeModeValue": {
"isVisible": 1,
"logicalId": "#EP#-danfossSystemeModeValue",
"isHistorized": "1",
"subType": "string",
"invertBinary": "0",
"configuration": {
Expand Down
2 changes: 0 additions & 2 deletions core/config/commands/danfossUIDisplayModeValue.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"danfossUIDisplayModeValue": {
"isVisible": 1,
"logicalId": "#EP#-danfossUIDisplayModeValue",
"isHistorized": "1",
"subType": "string",
"invertBinary": "0",
"configuration": {
Expand Down
1 change: 0 additions & 1 deletion core/config/commands/danfossUIKeyLockValue.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"danfossUIKeyLockValue": {
"isVisible": 1,
"logicalId": "#EP#-danfossUIKeyLockValue",
"subType": "string",
"configuration": {
Expand Down
3 changes: 3 additions & 0 deletions core/php/AbeilleZigbeeConst.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,10 @@ function zbGetZCLStatus($status) {
"name" => "Thermostat",
"attributes" => array(
"0000" => array( "name" => "LocalTemperature", "access" => "RP", "dataType" => 0x29 ), // int16
"0001" => array( "name" => "OutdoorTemperature", "access" => "R", "dataType" => 0x29 ), // int16
"0002" => array( "name" => "Occupancy", "access" => "R", "dataType" => 0x18 ),
"0007" => array( "name" => "PICoolingDemand", "access" => "RP", "dataType" => 0x20 ), // uint8
"0008" => array( "name" => "PIHeatingDemand", "access" => "RP", "dataType" => 0x20 ), // uint8
"0012" => array( "name" => "OccupiedHeatingSetpoint", "access" => "RW", "dataType" => 0x29 ), // int16
"0014" => array( "name" => "UnoccupiedHeatingSetpoint", "access" => "RW", "dataType" => 0x29 ), // int16

Expand Down
2 changes: 2 additions & 0 deletions docs/fr_FR/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ChangeLog
- Attribut 0012/OccupiedHeatingSetpoint du cluster 0201 divisé par 100 par défaut.
- Danfoss eTRV010x: Modèle en cours de changements (2662).
- Page EQ/avancé: Améliorations écriture attribut.
- Danfoss eTRV010x: Qq commandes cachées par défaut car sans interet (2662).
- Interne: Améliorations constantes Zigbee cluster 0201.

231130-BETA-2
-------------
Expand Down

0 comments on commit 8694952

Please sign in to comment.