CBrosius / luxtronik_v1

Luxtronik_v1 ESPHome Custom Sensor
MIT License
3 stars 1 forks source link

Feature-Request: Set modes and temperatures #14

Open optimismus opened 10 months ago

optimismus commented 10 months ago

I would like to set "WP_Modus_Heizung", "WP_Modus_Warmwasser", "WP_Temp_Brauchwasser_Soll_Temperatur" and "WP_Temp_Heizkreis_Soll_Ruecklauftemperatur". That would help to use photovoltaik engery or dynamic energy costs (e.g. Tibber prices) when they are cheap(er).

CBrosius commented 10 months ago

Yes, that is the next step. But we have to send several commands with the right timing to achive this.

optimismus commented 10 months ago

Thank you. We had a private discussion on this, but I thought github is the place the information should be.

BTW: You can use labels (here "enhancement") to flag issues.

BTW2: I would appreciate, if you enable discussion for this repro.

CBrosius commented 10 months ago

Great idea, opened Discussion-Area directly. And thank you for your great documentation-additions.

CBrosius commented 10 months ago

A few minutes ago I uploaded a new ESP32-Version in the WorkInProgress-branch with the first implementation of the Set-Possibility. You are able to set Heizungsmode and Warmwassermode.

Please let me know how this is working for you.

optimismus commented 10 months ago

Thank you very much for your work. I tried both Heizungsmode and Warmwassermode, when the heatpump was doing "Brauchwasser". It worked for Warmwassermode, Heizungsmode is reset after a second: grafik My heatpump shows "SSP-Zeit" on the display and counts down 15mins after setting Warmwassmode from Auto to Aus. The reset from Aus to Auto is correct in the settings of the heatpump (Y)

To set heating on/off will be quite cool to use solar power or cheap engery costs (e.g. Tibber). But a more fine tuning possibility would be to set the SOLL-temperatures.

CBrosius commented 10 months ago

But a more fine tuning possibility would be to set the SOLL-temperatures.

Yes, but first we need a stable way to set the values.