-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working anymore since latest HA update 2023.3.6 #29
Comments
Logger: homeassistant.components.climate Setup of climate platform intesisbox is taking over 10 seconds. |
@Makestudio20 could you enable some additional logging and share those?
|
Little bit more detail, I've upgraded my install to 2023.3.6 and have no issues. Could you confirm that the device is responding on that port (even just with telnet or nc to check if you can connect) |
I merged what I think might be a fix for this separately to the above PR, via #33 Let me know if the issue has been resolved in the latest update. |
Thanks! This one can be closed. Appears it was more of an issue with the device itself not connecting properly. After a complete reinstall of everything and adding each device separately again it appears to have been fixed. |
Hi,
I enjoyed this plugin and it was working correctly, but since the latest HA update the plugin doesn't seem to work anymore.
It hangs and says 'initialising' when adding a host (IP address). Even an uninstall and complete reinstall doesn't seem to do the trick.
Anyone else experiencing the same issues?
In the log I do see this (it should add a connection to 192.168.3.51 which is the Intesis module -it's online and worked before with the exact same settings):
Logger: homeassistant
Source: /usr/src/homeassistant/homeassistant/runner.py:137
First occurred: 11:06:06 (2 occurrences)
Last logged: 11:07:37
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1076, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1060, in create_connection
sock = await self._connect_sock(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 969, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 501, in sock_connect
return await fut
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 541, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.3.51', 3310)
The text was updated successfully, but these errors were encountered: