b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
29 stars 3 forks source link

Fix for 2024.09 #69

Closed amadesu closed 1 month ago

amadesu commented 2 months ago

I've updated Ism7MQTT to v0.0.17 but when I upgrade HA to 2024.9.1 I've got: CWL unavailable status in: Bypass Status, Frost Status, Lüftungsstufe, Vorheizregister. BWS unavailable status in: Betriebsart, Status E-Heizung, Status Wärmepumpe, Parametrierbarer Ausgang 1 (A1), Parametrierbarer Eingang 1 (E1) Downgraded back to 2024.8.3 everything is working again ok. For example: Bypass Status Geschlossen, Frost Status Kein Frost It looks that problem affect only variables with names not numbers.

janrothkegel commented 1 month ago

Same here :-( But this seems to be more an MQTT issue. At least I receive some information to change deprecated MQTT config after having updated to 2024.9. The Ism7 add-on itself is still publishing the corresponding data:

image

  1. They come with a "value" and "text" and I cannot find them published in the Mosquitto logs -> might not be the root cause
  2. Manually publishing Wolf/192.168.178.65/DHK_BM-2_0x35/Sparfaktor with value 1 modifies the corresponding entity but publishing Wolf/192.168.178.65/DHK_BM-2_0x35/Anforderung_Heizkreis/value or Wolf/192.168.178.65/DHK_BM-2_0x35/Anforderung_Heizkreis/text does not.

Any idea on this?

janrothkegel commented 1 month ago

@amadesu Have you really updated to v0.0.17? I did not consider this being the root cause as you already tried. But now I also updated to v0.0.17 and even updated Mosquitto. Result: I receive all values again.

amadesu commented 1 month ago

Current version: v0.0.17. Frost and bypass status got values: Sep 30 10:52:18 publishing mqtt with topic 'Wolf/192.168.11.112/CWL_0x3C/Bypass_Status/text' 'Geschlossen' Sep 30 10:52:18 publishing mqtt with topic 'Wolf/192.168.11.112/CWL_0x3C/Frost_Status/text' 'Kein Frost' but: cwl1

b3nn0 commented 1 month ago

Is there anything relevant in your HA log? Maybe try and hit the "Rebuild" button on the addon page.. it does seem a lot like the old addon version..

amadesu commented 1 month ago

Yeah. I've remove addon totally. Than add this addon with diffrent name and it works again :) Thank you all :)