Logitech Harmony removes local API

I believe the latter… but I’m also waiting on more of a response to my comment before I update :sweat_smile:

This is fairly terrible news.

I am wondering if this is opportunity though for HA. There is obviously a cloud API that is available as they have integration with SmartThings. Is this something that the new HA cloud could partner with Logitech to take on. This may be an opportunity for them to have a PR win after this last week. @balloob I know you tried to reach out to them, but sometimes misfortune leads to opportunity.

1 Like

Just realized the 3rd party Windows app I use to control Harmony also died with this update. Ugh ;/

Thanks HA team for putting in a quick fix!

Second that. Great work Homeassistant, some of the other HA communities out there are still wondering what is going on! :smiley:

1 Like

Someone on the home assistant team should get in contact with the register (https://www.theregister.co.uk) - I’m sure they’d be interested in a story like this… It would help pile the pressure on Logitech to give a proper solution.

They are developer friendly and their product has stunning build quality. I own three. But it is still an evolving product and their software updates are months and months delayed with long gaps between releases.

I also feel it needs just a few more hard buttons as it does not offer pick it up and action usage.

Both Homey and openHAB have really competent support for Neeo. Here’s hoping for something equally viable here.

2 Likes

I think you are right, we are fairly safe for now. The title of this blog actually misrepresents the situation. The local API was not really removed, it was replaced with a more modern version (websocket). The new interface works at least as well. We were just caught by surprise because Logitech does not announce changes to this unofficial interface.

I don’t see Logitech removing the local connection, waiting several seconds for the volume to change via the cloud would be unacceptable. They might try to protect it with encryption etc. but nothing of that is present in the current websocket interface and it would take quite a while to roll out.

3 Likes

I dont think the cloud APIs don’t expose the same capabilities. You know how limited the Google Home and Alexa integrations are? That’s because of the Cloud API they are using.

Good point, I think they’ll need a local API in one form or another indefinitely. Here’s hoping it lasts, at least until NEEO is up-to-snuff in HA

Great article about it:

1 Like

Nice to see a sensible, sticking to the real facts post rather than all this anti Logitech garbage others seem intent on spouting.

I have just upgraded to the latest HA hot fix release, but both of my Harmony hugs still not working… They both are upgraded to latest firmware.

Is there anything else I need to do in the configuration file to make it work?

Thank you guys so much for quick fix! Just need some docs on how to make it work again.

Same, I updated to 0.84.4 but get this in the logs

2018-12-20 13:22:47 ERROR (MainThread) [homeassistant.components.remote] Error while setting up platform harmony
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/remote/harmony.py", line 106, in async_setup_platform
    name, address, port, activity, harmony_conf_file, delay_secs)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/remote/harmony.py", line 155, in __init__
    self._client = harmony_client.HarmonyClient(host)
TypeError: __init__() takes 1 positional argument but 2 were given

I get the same thing in my logs as well, and just the usual yellow banners in Lovelace where the hub commands should be.

You guys using docker? Seems a hotfix 84.5 out

haas.io (docker based, but I don’t see 0.84.5 for haas.io yet)

I got 0.84.5 hass.io with my generic Linux install on a NUC 10 or so hours ago… I wonder what the delay is for the Pi?

Have you tried updating via ssh?

Please file GitHub issues for the problems that you find with the updated integration.

Are you saying that this removal was actually announced at some point?

Anyone have a feel for when 0.84.4+ will be rolled out onto the Raspberry Pi versions for Hass.io? Reloading the supervisor or updating via SSH is still only getting 0.84.3, which is what’s reported for all architectures at https://s3.amazonaws.com/hassio-version/stable.json or the beta channel. Thanks