Harmony Hub creating errors

Hi,

Have been having issues with my harmony hub recently. It is on firmware 4.15.250. XMPP is not enabled.
HA on 0.103.4.

Config is:

remote:
  - platform: harmony
    name: 'Harmony Hub'
    host: !secret harmony_host

I am certain that the IP is correct. The weird thing is that is actually came back for a little while and is now gone again.

The errors are these:

2020-01-01 16:12:07 ERROR (MainThread) [aioharmony.hubconnector] 10.0.0.3: Exception on post: Cannot connect to host 10.0.0.3:8088 ssl:None [Connect call failed ('10.0.0.3', 8088)]
2020-01-01 16:12:07 ERROR (MainThread) [aioharmony.hubconnector] 10.0.0.3: Unable to retrieve HUB id
2020-01-01 16:12:07 WARNING (MainThread) [homeassistant.components.harmony.remote] Harmony Hub: Unable to connect to HUB.
2020-01-01 16:12:07 WARNING (MainThread) [homeassistant.components.remote] Platform harmony not ready yet. Retrying in 180 seconds.

Any ideas?

Thanks.

I’m also seeing similar issues with my harmony hub lately. My config is similar to yours, and the IP is correct, but I do have XMPP enabled. The .conf file is being created, but the following errors show up in the log:

2020-01-16 19:56:14 ERROR (MainThread) [aioharmony.hubconnector] 192.168.1.85: Exception on post: Cannot connect to host 192.168.1.85:8088 ssl:None [Connect call failed ('192.168.1.85', 8088)]
2020-01-16 19:56:14 ERROR (MainThread) [aioharmony.hubconnector] 192.168.1.85: Unable to retrieve HUB id
2020-01-16 19:56:14 WARNING (MainThread) [homeassistant.components.harmony.remote] familyroom: Unable to connect to HUB.
2020-01-16 19:56:15 WARNING (MainThread) [homeassistant.components.remote] Platform harmony not ready yet. Retrying in 30 second

I’m running HA 104.1

Let me chime in here. 4.15.250 on the Hub here. Tried with XMPP enabled and now disabled. Conf is being created with all actions but no entities are created apart from an “unavailble” one in developer tools. Logs are similar to @cvilledave’s. The populated conf somehow tells me the connection works so where’s the culprit?

HA is 0.105.1 on an RPI3 / Dietpi btw.

I am still having the same issue, now running 0.108. Behaviour for me is that the remote.harmony* does not show up at all, not even in developer tools.

Are there any news to this?