pail23 / stiebel_eltron_isg_component

Stiebel Eltron ISG integration for Home Assistant
MIT License
43 stars 19 forks source link

Humidity sensor stopped working with 2024.2 #201

Closed sti0 closed 3 months ago

sti0 commented 4 months ago

Version of the custom_component

2024.2

Describe the bug

Humidity sensor shows 0% after upgrading to 2024.2. After reverting to 2024.1.1 it works again. image

My heatpump is a Tecalor THZ 8.5 flex cool.

Padanian commented 4 months ago

Might be related to #197 . 2024.02 changed base address. @pail how do we tackle the issue?

pail23 commented 4 months ago

@Padanian can this be related to this change? If this is the case we could used ACTUAL_HUMIDITY_HK1 (register 3) and ACTUAL_HUMIDITY_HK2 (register 6) instead of ACTUAL_HUMIDITY

@sti0 Is your heat pump a WPM or a LWZ heatpump?

sti0 commented 4 months ago

@pail23 I think my Tecalor one is equivalent to LWZ. Just noticed that there are also Humidity HK1-3 but I got no values for these ones

Padanian commented 4 months ago

@Padanian can this be related to this change? If this is the case we could used ACTUAL_HUMIDITY_HK1 (register 3) and ACTUAL_HUMIDITY_HK2 (register 6) instead of ACTUAL_HUMIDITY

Possibly. Of course, changing the variable declarations would be a break change.

pail23 commented 4 months ago

I added "Humidity HK 1" and "Humidity HK 2" in the release 2024.2.1. @sti0 Could you please check if one of this is working?

sti0 commented 3 months ago

@pail23 sorry for the late response. Just installed release 2024.2.2. And the humidity is now available as a new sensor ("Humidity HK 2") and gives me the right value. Thanks for the fix.