nielsfaber / zoned-heating

Integration for multi-zone climate control
37 stars 9 forks source link

Not working with rooted Toon2? #26

Closed Fietspomp86 closed 9 months ago

Fietspomp86 commented 9 months ago

Hi,

I've got a Toon2 , rooted, in the living room and one Zigbee TRV in the bathroom.

Now I managed to set it up, however the Toon setpoint is not increasing. Only thing I see in the logs is this (when I change setpoint of TRV Bathroom):

2024-02-17 08:28:30.439 DEBUG (MainThread) [custom_components.zoned_heating.switch] Zone climate.trv_badkamer updated: setpoint=22.0 2024-02-17 08:28:44.658 DEBUG (MainThread) [custom_components.toon_climate.climate] Toon Thermostaat: request 'getThermostatInfo' 2024-02-17 08:28:44.718 DEBUG (MainThread) [custom_components.toon_climate.climate] Data received from Toon Thermostaat: {'result': 'ok', 'currentTemp': '2213', 'currentSetpoint': '2000', 'currentInternalBoilerSetpoint': '6', 'programState': '0', 'activeState': '0', 'nextProgram': '-1', 'nextState': '-1', 'nextTime': '0', 'nextSetpoint': '0', 'randomConfigId': '1804289383', 'errorFound': '255', 'connection': '0', 'burnerInfo': '0', 'otCommError': '0', 'currentModulationLevel': '0'}

Temperature is 16 in bathroom, so it should increase the Toon2 setpoint, which is just stuck at 20, with a temperature in living room of 22.13.... Maximum setpoint is set to 25 for Toon2 controller, using your config.

Zones heating switch entity has these attributes: controller: climate.toon_thermostaat zones: climate.trv_badkamer max_setpoint: 25 controller_delay_time: 10 override_active: false temperature_increase: 0 stored_controller_state: null stored_controller_setpoint: null friendly_name: Zoned Heating

It's like it does not see the state/setpoint of the Toon2? Anything I can do to debug this?

Fietspomp86 commented 9 months ago

Ok, I don't know why or how, re-paired the TRV with ZigBee, now it's working fine. Will close the issue.