Skip to content
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

Harmony Hub Sleep Timer #25

Open
fOmey opened this issue Mar 22, 2021 · 0 comments
Open

Harmony Hub Sleep Timer #25

fOmey opened this issue Mar 22, 2021 · 0 comments

Comments

@fOmey
Copy link

fOmey commented 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:

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

@fOmey fOmey changed the title Sleep function Harmony Hub Sleep Timer Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant