h4de5 / home-assistant-toshiba_ac

Toshiba AC integration into home-assistant.io
GNU General Public License v3.0
127 stars 18 forks source link

Support for reading and updating timer programs #176

Closed felixmueller closed 6 months ago

felixmueller commented 6 months ago

Hello, I am very happy that this Home Assistant plugin exists, thank you very much for providing it! I was wondering if it is possible to read and update the timer programs with Home Assistant. This is the only function for which I still need the Toshiba app. Is this possible via the API? That would be really great! Best, Felix

IMG_73E20775D9CA-1

h4de5 commented 6 months ago

as far as i know there is no structure in HA to transfer those information to. i would rather suggest to implement a simple timer within HA using an automation and send the off command after a given time.

felixmueller commented 6 months ago

Hi Andi @h4de5,

of course I could use HA Automations to control the AC's off time. But my intent is to support the native device feature that is also displayed as LED on the device itself.

It should be as simple as displaying the current off time (e.g. 19:21) in HA as text value and for controlling it, a switch or select element should be enough to set timers for 0.5h, 1h, 1,5h and so on (like the Toshiba App).

I hope that a feature like this is possible and you are willing to implement it. It is the only thing I really miss in HA compared to the Toshiba App.

Thank you very much!

h4de5 commented 6 months ago

i see. you might nees to check if this is supported by the underlying python lib that does the communications. please reopen if this is confirmed.