JoDehli / PyLoxone

Python Loxone binding
Apache License 2.0
162 stars 40 forks source link

Show preheating for IRoomControllerv2 #225

Closed lukaskroczek closed 4 months ago

lukaskroczek commented 4 months ago

I was trying to show Heating/cooling for IRoomControllerv2. Unfortunately, there is no info about it in the Structure file from Loxone. I was able to get info about the preheating status.

JoDehli commented 4 months ago

@lukaskroczek I did not checked the changes because I do not have a climate entity. Thanks for your support. I merged it manually.

tanker11 commented 4 months ago

In connection to this I have a question. If I look at the cover device type, there is an attribute called 'automatic_text' containing the text status of the automatic mode with reasoning. There is a similar text info of a Thermostate within Loxone especially if you override a temp for a certain period, and also if there is a pre-heating. But I am not sure it os the same and where to check. I would like to display it on the Lovelace dashboard.

Thanks