You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished migrating my home automation over to "Home Assistant" which I believe uses this library and I noticed the sleep functionality is missing.
I coded a application in c# years ago to control my harmony hub, which included the sleep functionality.. the sleep interval is to be parsed using seconds here is an example:
xml += "<iq type=\"get\" id=\"0\">";
xml += "<oa xmlns=\"connect.logitech.com\" mime=\"vnd.logitech.harmony/vnd.logitech.harmony.engine?setsleeptimer\">interval=" + sleepInterval + "</oa>";
xml += "</iq>";
I'm not familiar with python otherwise I would create a push request, however I do hope you consider adding this functionality in the future.. in turn hopefully it eventually will trickle its way into the home assistant API.
Cheers
The text was updated successfully, but these errors were encountered:
fOmey
changed the title
Sleep function
Harmony Hub Sleep Timer
Mar 22, 2021
I just finished migrating my home automation over to "Home Assistant" which I believe uses this library and I noticed the sleep functionality is missing.
I coded a application in c# years ago to control my harmony hub, which included the sleep functionality.. the sleep interval is to be parsed using seconds here is an example:
I'm not familiar with python otherwise I would create a push request, however I do hope you consider adding this functionality in the future.. in turn hopefully it eventually will trickle its way into the home assistant API.
Cheers
The text was updated successfully, but these errors were encountered: