marcschmiedchen / home-assistant-wolf_ism8

WOLF ISM8 -- HVAC integration for Home Assistant
31 stars 6 forks source link

Problems controlling functions since 3.0 #34

Closed moonGbox closed 9 months ago

moonGbox commented 9 months ago

Hi, since I did an update to version 3.0 I have problems to control the features of my CWL from Home Assistant. Before it was working without problems.

Since the update I'm not able to start for instance the "Intensivlüftung". The optionlist offers "1" to start the "Intensivlüftung" and "0" to turn it off. If I start the "Intensivlüftung" directly on the Wolf-Device, im able to turn it off from Home Assistant, but not to turn it on again. All the same with other optionlists. Did you change anything within the function handling?

thanks and best regards, moongringo

hwilma commented 9 months ago

I can confirm this issue. My CWL can not be controlled by the integration since updating to Version 3.0.

marcschmiedchen commented 9 months ago

Hm, guys we need to clarify a bit....

1) "all the same with other optionlists", even though they are intrinsically implemented very very different? Are you sure that NONE of them are working. I.e. "Zeitprogramm 1/2/3" or "Programm" Selects are also not working? This problem should extend to all other Devices, not only CWL, but on HG/BWL/MM/SM also since the implementation is the same. I would hope that only "Intensivlüftung" and "Feuchteschutz" are not working? Their Implementation is unique to the CWL... 2) do I read correct, the "switching off" works, but not "switching on"? seems to be a problem with a bool <-> int conversion. I will look into it.

moonGbox commented 9 months ago

Hi Marc,

  1. You're right, its Feuchteschutz and Intensivlüftung
  2. Yes, "off" works, "on" doesn't
marcschmiedchen commented 9 months ago

I found the bug. Happens when int (1) is casted to boolean (true). Will fix it.

marcschmiedchen commented 9 months ago

fixed it. (cannot test => I'm closing the issue in good faith :) feel free to re-open it if error persists

moonGbox commented 9 months ago

Hi Marc,The fix works perfectly!Thank you!Von meinem iPhone gesendetAm 06.02.2024 um 13:39 schrieb marcschmiedchen @.***>: fixed it. (cannot test => I'm closing the issue in good faith :) feel free to re-open it if error persists

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>