BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Service to switch between BW Modes missing / unknown Error in "Turn on/off BW Brauchwasser" #226

Closed Robman1 closed 5 months ago

Robman1 commented 6 months ago

Dear @BenPru and community,

how can I create an automatization which allows to switch the BW modes? E.g. I would like to switch between "Heat Pump" and "Performance" (=Party) Mode within an automatization.

grafik grafik

I also realized that the two actions marked in red lead to "unknown Error" when executed grafik

I am using the 2023.11.30-Beta

One may excuse my novice question(s) but I am pretty new to the HA topic. Thank you for your patience.

Best regards Robert

rhammen commented 5 months ago

I'm on HA 2024.1 using English language. There it works as follows:

In the automations dialog: Then-do: Service: Water Heater: Set operation mode Targets: click Entity button, then select "DHW Domestic Water" (will be BW Brauchwasser for you) operation mode: heat_pump, performance, electric or off

rhammen commented 5 months ago

@Robman1 Did you try my suggestion? Is your problem now solved?

Robman1 commented 5 months ago

@rhammen: thank you for the hint. Your proposal would have been more elegant since it uses the UI. In the end I've used the "write" service directly. In the end it is the same. Thank you for your support.