-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sleep timer on certain LG AC models #20
Comments
I propose a simple extension; i.e. add a getter/setter for sleep timers, as well as a new property: 1e0951c I'm not sure if every LG air conditioner supports this feature, but it might be a good idea to fence it off by checking for the key. Edit: I did some more probing and found that:
|
Hi @doghouch! |
Do let me know if you need more logs -- I'd be happy to provide them! |
That would indeed be a nice enhancement. Any progress on this? |
For reference, I have an LG LP1419IVSM.AC1AHDC (https://www.lg.com/ca_en/heating-and-cooling/portable-air-conditioner/lp1419ivsm/). I wanted to set/read the current sleep timer (a feature that slowly increases the temperature on the AC-side while you sleep).
Some debugging logs
The key in question would be:
"airState.reservation.sleepTime": 0
, which can be both set and read with the same property. It currently does not exist in theACDevice
class.The text was updated successfully, but these errors were encountered: