From 8694952738e3bd0833dcdeb43647e8e7e75d1b0b Mon Sep 17 00:00:00 2001 From: Tcharp38 Date: Sat, 2 Dec 2023 12:07:39 +0100 Subject: [PATCH] eTRV010x updates + ... --- core/config/commands/danfossSystemeModeValue.json | 2 -- core/config/commands/danfossUIDisplayModeValue.json | 2 -- core/config/commands/danfossUIKeyLockValue.json | 1 - core/php/AbeilleZigbeeConst.php | 3 +++ docs/fr_FR/Changelog.rst | 2 ++ 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/config/commands/danfossSystemeModeValue.json b/core/config/commands/danfossSystemeModeValue.json index 7487f5ad89..f4cecf590b 100644 --- a/core/config/commands/danfossSystemeModeValue.json +++ b/core/config/commands/danfossSystemeModeValue.json @@ -1,8 +1,6 @@ { "danfossSystemeModeValue": { - "isVisible": 1, "logicalId": "#EP#-danfossSystemeModeValue", - "isHistorized": "1", "subType": "string", "invertBinary": "0", "configuration": { diff --git a/core/config/commands/danfossUIDisplayModeValue.json b/core/config/commands/danfossUIDisplayModeValue.json index 7d0702cded..652d71c8d3 100644 --- a/core/config/commands/danfossUIDisplayModeValue.json +++ b/core/config/commands/danfossUIDisplayModeValue.json @@ -1,8 +1,6 @@ { "danfossUIDisplayModeValue": { - "isVisible": 1, "logicalId": "#EP#-danfossUIDisplayModeValue", - "isHistorized": "1", "subType": "string", "invertBinary": "0", "configuration": { diff --git a/core/config/commands/danfossUIKeyLockValue.json b/core/config/commands/danfossUIKeyLockValue.json index dbb424f32a..3e2bb158e0 100644 --- a/core/config/commands/danfossUIKeyLockValue.json +++ b/core/config/commands/danfossUIKeyLockValue.json @@ -1,6 +1,5 @@ { "danfossUIKeyLockValue": { - "isVisible": 1, "logicalId": "#EP#-danfossUIKeyLockValue", "subType": "string", "configuration": { diff --git a/core/php/AbeilleZigbeeConst.php b/core/php/AbeilleZigbeeConst.php index 6394e173a7..09de9715d6 100644 --- a/core/php/AbeilleZigbeeConst.php +++ b/core/php/AbeilleZigbeeConst.php @@ -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 diff --git a/docs/fr_FR/Changelog.rst b/docs/fr_FR/Changelog.rst index 3adef4c0dc..a14fcfff14 100644 --- a/docs/fr_FR/Changelog.rst +++ b/docs/fr_FR/Changelog.rst @@ -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 -------------