Hi everyone. I am having trouble with connectivity after the latest updates. As I am not super comfortable with networking issues, I thought I would seek help here.
First, my setup. I’m using Home Assistant OS installed on a Raspberry Pi 4. I’m on the latest core, supervisor and host versions (core-2021.3.1, supervisor-2021.03.4 and OS 5.12 as of this writing). I am connected via ethernet and I’ve configured a static IPv4 address (and turned off IPv6). The static IP set in the OS is the same as configured in my router’s static DHCP tables.
Second, my issue. HA is unable to connect to 1 out of 4 Harmony Hubs in my home, as well as to my OctoPrint server running on a separate Raspberry Pi. The errors in the log are as follows:
HARMONY:
Logger: aioharmony.harmonyclient
Source: /usr/local/lib/python3.8/site-packages/aioharmony/harmonyclient.py:148
First occurred: 4:21:54 PM (22 occurrences)
Last logged: 4:46:05 PM
192.168.2.53: Unable to determine if XMPP is enabled: [Errno 113] Connect call failed ('192.168.2.53', 5222)
OCTOPRINT:
Logger: homeassistant.components.octoprint
Source: components/octoprint/__init__.py:257
Integration: OctoPrint (documentation, issues)
First occurred: 4:21:49 PM (1 occurrences)
Last logged: 4:21:49 PM
Failed to connect to Octoprint server. Error: HTTPConnectionPool(host='192.168.2.62', port=80): Max retries exceeded with url: /api/printer (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0xb0cb4820>, 'Connection to 192.168.2.62 timed out. (connect timeout=9)'))
I’ve gone into the terminal on HA and tried to ping these IPs - which of course fails. I am able to successfully ping other devices in my network, such as my external MQTT broker, pi-holes, other harmony hubs, tp-link switches, etc.
I’m pulling my hair out here… These are two very important devices in my HA ecosystem and I need to get them back online. At this point I will try anything so please let me know if anyone has any ideas.