home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.05k stars 30.18k forks source link

aqualogic integration sometimes crashes HA #115537

Closed iku777 closed 2 months ago

iku777 commented 5 months ago

The problem

Once in a while, HA crashes since I have enabled this integration. Looking at the logs (after recovery, which is abnormally long), I can see those lines, which might be helpful to investigate the problem.

2024-04-13 13:43:37.395 ERROR (Thread-2) [root] Uncaught thread exception Traceback (most recent call last): File "/usr/local/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/src/homeassistant/homeassistant/components/aqualogic/init.py", line 85, in run panel.connect(self._host, self._port) File "/usr/local/lib/python3.12/site-packages/aqualogic/core.py", line 130, in connect self.connect_socket(host, port) File "/usr/local/lib/python3.12/site-packages/aqualogic/core.py", line 135, in connect_socket self._socket.connect((host, port)) OSError: [Errno 113] Host is unreachable

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Aqualogic

Link to integration documentation on our website

https://www.home-assistant.io/integrations/aqualogic

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 5 months ago

aqualogic documentation aqualogic source

iku777 commented 5 months ago

Here is my relevant lines in config.yaml

aqualogic: host: 192.168.2.146 port: 147

sensor:

switch:

issue-triage-workflows[bot] commented 2 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.