planbnet/livisi_unofficial

Room Thermostat: Automatic and Manual mode

Closed this issue · 4 comments

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

I would like to use all the features of the room thermostat (https://www.amazon.de/-/en/10267400/dp/B01LDIJC6U) which by now only supports setting up temerature but not switching between manual and automatic

Describe the solution you'd like

I would like to implement those features identical to the implementation of the homematic thermostat, where the hvac-modes are used. there OFF represents off (4.5 °C), HEAT represents Manual mode and AUTO represents Automatic.

Describe alternatives you've considered

in contrast to the homematic implementation OFF could stay as now for set_tempreture<target_temperature. I still would consider this as inconsitant to homematic thus less desirable.

Additional context

Here is the content of the post-request to "action" on port 8080, which the web frontend does
Bildschirmfoto 2024-02-09 um 20 43 57
Bildschirmfoto 2024-02-09 um 20 44 31

I've also been thinking about this quite a bit, but I never fully understood how it even works in the Livisi software. Maybe you can explain:

I have a room with a wall thermostat and a heating thermostat/actuator. Now I can push the button on any of these devices and it will toggle between manual and automatic. What exactly does this do? What does automatic even mean in Livisi? As far as I understand, schedules are also just automations that that the temperature to a specific value at a specific time? Does pushing the button just toggle this device or the whole room?

The screenshots you posted, are they from the thermostat device or the "virtual room climate" device?

the screenshots are from the device page.
Bildschirmfoto 2024-02-11 um 12 51 51
Eventough if i remember correctly a read somewhere in the manual that all climate devices in a room are automatically synchronized. So i guess we would need to create individual rooms for each device if you want to control them individually in HA.
Sadly the room thermostat is the only livisi climate device i have thus i cannot validate that. My heater thermostats are Homematic.

I tried setting up a development environment yesterday, but failed doing so. I guess I have to configure ssh-debugging to debug directly on my HA-Raspi from my computer... if you have good hints or further reading on that, let me know...

So i guess we would need to create individual rooms for each device if you want to control them individually in HA.

No, that's not required. This integration creates a "Climate" device for each "Livisi Room", and a thermostat device (with temp and humidity sensors) for each Livisi Thermostat. The problem is, that the mode is set on the thermostat in Livisi. However, this does not really make sense, because even in the Livisi system this seems to be a per-room setting. I'll try to figure out how this is connected, so auto and manual modes can be supported in the integration..

Done in 1.8.0