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.
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.
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.
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
Ability to add a delay for a send command (simulating pressing the button on a remove for x seconds)
Added service change_channel
When sending commands, the device name can be used (instead of device ID)