Skip to content
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

Closed
Makestudio20 opened this issue Mar 24, 2023 · 5 comments
Closed

Not working anymore since latest HA update 2023.3.6 #29

Makestudio20 opened this issue Mar 24, 2023 · 5 comments
Assignees

Comments

@Makestudio20
Copy link

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)

@Makestudio20
Copy link
Author

Logger: homeassistant.components.climate
Source: runner.py:179
Integration: Climate (documentation, issues)
First occurred: 11:06:13 (1 occurrences)
Last logged: 11:06:13

Setup of climate platform intesisbox is taking over 10 seconds.

@jbergler
Copy link
Collaborator

@Makestudio20 could you enable some additional logging and share those?

logger:
  logs:
    custom_components.intesisbox: debug
    pyintesisbox: debug

@jbergler
Copy link
Collaborator

Little bit more detail, I've upgraded my install to 2023.3.6 and have no issues.
I've added some additional logging in the latest version of the component, but I don't think this will be very helpful if the connection isn't even establishing.

Could you confirm that the device is responding on that port (even just with telnet or nc to check if you can connect)

@jbergler
Copy link
Collaborator

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.

@jbergler jbergler self-assigned this Mar 26, 2023
@Makestudio20
Copy link
Author

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.

@jbergler jbergler closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants