I just updated hassio to the lates version 0.85.1. Do I also update my harmony hub to the lates firmware or what do I need to do?
Thank you!
I just updated hassio to the lates version 0.85.1. Do I also update my harmony hub to the lates firmware or what do I need to do?
Thank you!
nope, not needed, websockets works with every firmware of your hub
Thank you!
But I think it will force update it, unless I block some sites.
you dont need to block it anymore, they launched an development relase a while ago, version 210
that one still using the old API, but you need to run then harmony as custom component
grab if from 84.3 or older if you want to use the old api
but for me websockets is also working good here, using 85.1
I have let my harmony update to the latest version.
I havenāt changes anything in my configuration other that that i had to ad the hub to the config.yaml with his ip address to be found.
I had it setup with an input select.
It his moment i see the harmony, and it reacts to an on and of signal, but my input select does not update and i canāt use it to switch activities.
What do i need to do if i want to make use of the websocket functionality, i havenāt set up any websocket things.
I canāt seem to find useful information on this.
I found 0.88 on the Docker HUB and updated, and now everything works again - like a charm! Iām happy
Hi,
for the ones using harmony.py as a custom component, make sure you rename it now to remote.py and the folder remote, rename that to harmony
t-its a breaking change in 0.88
if you have this line in your log, you are good
(MainThread) [homeassistant.loader] You are using a custom component for harmony.remote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
I love you guys for posting this, thanks
Guys I wanna use the custom component so Iāve put it in the right folder but how do I tell HA to use custom not the one already installed?
Cheers
custom overrides so it should just happen.
I thought the same but itās not in the log at allā¦
You are aware there are new rules for custom components in 0.89?
Yeah I have remote.py in harmony folder in custom_componentsā¦ Thatās the new right way yeah?
I think so
Can anyone using the custom component please explain how you did it? Iām on hassio on Ubuntu.
I have put the remote.py in harmony folder in custom_components but itās still loading the main componentā¦
Cheers
Check your logs. There were other pieces of the update that broke some things as well. I had to change one important statement on a custom component for a pioneer vsx 1022.
Nothing in the logs at all, This is how I know itās not loading the custom one.
Do you have at least a blank
init.py
file in the same folder? The init has to have two underscores before and after it.
hi Guys, just wanted to let you know also in this blog/thread that @ehendrix is modifying improving the harmony component
its a PR that needs to be tested !
see his reply here
PR is here : WIP: Add support for XMPP to Harmony by ehendrix23 Ā· Pull Request #22046 Ā· home-assistant/core Ā· GitHub
with the new component, the harmony component will now check if XMPP is enabled on the HUB
if yes, then its using the XMPP connection, if not enabled, it falls back to websocket
and also some new stuff