b3nn0 / hassio-addon-ism7mqtt

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

Program selection for heating not adjustable? Time program not adjustable #48

Closed cyhyryiys closed 6 months ago

cyhyryiys commented 6 months ago

Hello

I have the following problems:

Firstly: I can set the Auto, Party and Standby program for hot water in Home Assistant, but not the program for heating. Here I can only find a sensor that shows me which program has been selected (sensor.wolf_bwl1s_0x3_240025_betriebsart) Heating is a BWL 1S /7. So how can I select the program (Auto, Standby etc ) for the heating?

Secondly; I have the option to select the time programs or the vacation mode. However, I cannot specify the desired time/period myself.

Many thanks in advance

b3nn0 commented 6 months ago

re 1.: For my CGB-2, there is an input-select wolf_dhk_bm2_0x30_340029_programmwahl: image Not sure why your heater doesn't offer it via the ISM, sorry.

2: Home assistant's MQTT discovery doesn't support input_datetime yet, so this can not be set from HA. See e.g. https://community.home-assistant.io/t/mqtt-discovery-time-datetime/663870 or https://www.home-assistant.io/integrations/mqtt/#configuration-via-mqtt-discovery

cyhyryiys commented 6 months ago

Hello Benno, thank you for your reply. I actually only have the setting for hot water. Here is a picture of my MQTT entity list:

Bildschirmfoto 2024-04-01 um 10 45 09

Is it possible to have the entities all "reloaded" again? For example, during a new installation?

Thanks

b3nn0 commented 6 months ago

Yes, the Addon created a file called soemthing like ism7-parameters-Wolf.json or something like that in your HA's config directory. Delete it and restart the addon to re-detect everything.

cyhyryiys commented 6 months ago

Hi i could solve this problem. There was somme error in the names of the entities. For hearting the coorect entity ist select.wolf_dhk_bm2_0x30_340029_programmwahl For hot water: select.wolf_wwsystem_bm2_0x30_350012_programmwahl

Now it works fine. Thank you for supporting me! :-)

For problem Nr. 2: Thank for information. So if i go to holiday i avoid urlaubsmodus and use those entities above to set it to standby.

Maybe i create some helper, which solve this problem.

b3nn0 commented 6 months ago

What I personally did for that: I just fix-configured the Urlaubsmodus end-date to something like 01.01.2030, and then I just enable/disable Urlaubsmodus based on presence detection with the respective on/off toggle.