-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for home automation devices #16
Comments
I do not have home automation so not sure how to get it. |
Sadly the home automation devices are currently not included in show_detailed_config. But i've found an JS script which is capable of the automation devices. If you need support to test some implementation i can run it against my setup of course. Thanks |
Thx!.. Looks like I should be able to use that to get it implemented. Currently finishing up 1 version and then I'll look into this. Quick question, do you also use Home Assistant? |
Okay that sounds pretty good 👍 |
FYI, I am working on this now. Actually found out I have 2 items that could be added as automations so I can do initial testing on my own. |
Sounds good. If you have something to test feel free to mention me here 👍 |
Any chance you could download aioharmony from git+https://github.com/ehendrix23/aioharmony.git@automationsI#aioharmony==1.0.0b1 And then run it: Mainly wanna see if you get an error 401.2 back trying to get automation commands. Thx. |
Hi, looks like i'm getting an different error.
|
@eloo , Can you run it with: And provide the debug information. |
Here we go. |
K, looks to be an issue when using XMPP as protocol. Been able to get same error here. Can you do: |
Just pushed 2 commits. One to fix error 3001.0 when retrieving the configuration using XMPP. So if you can try again. You can leave --protocol WEBSOCKETS out of it and just use XMPP now as well. |
Okay, just tested it.. The 3001.0 is gone.. But still an exception is thrown and no data is shown. |
Well, that is because you got further then I do. :-) For me it returns the 401.2 for the getting off the automation devices whereas clearly for you it does not. Hence I can't even get to the point of that exception. :-) I'll go through the logs you send and at least already try to fix that exception next before I tackle authentication. |
OK ... this was easier to fix then I thought. Install the latest version (uninstalling aioharmony and then reinstall as you did would do it). |
awesome. that looks very good. i got a successful response with my automation devices. |
Cool! Next I'll be looking at what we get and then how to be represent it, including how to operate them. Then at least we can get that tested while I still figure out authentication. Will let you know when next revision is ready. |
Hi,
i would like to ask if its possible to also see the configured home automation devices in the show_config output?
I've configured a hue hub but it looks like home automation is not included in the show_config command.
Is it maybe possible to add this devices also?
Thanks
The text was updated successfully, but these errors were encountered: