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

HA update broke Remootio integration again #11

Open
CCupler opened this issue Mar 19, 2023 · 1 comment
Open

HA update broke Remootio integration again #11

CCupler opened this issue Mar 19, 2023 · 1 comment

Comments

@CCupler
Copy link

CCupler commented Mar 19, 2023

Updated to latest versions: HAOS 9.5, HA Core 2023.3.5
Remootio integration is again 'broken' - will not reload, have no control over, or status of, garage door.

Remootio version 839e575

Log entry:
This error originated from a custom integration.

Logger: homeassistant.config_entries
Source: custom_components/remootio/utils.py:83
Integration: Remootio
First occurred: 9:55:43 PM (1 occurrences)
Last logged: 9:55:43 PM

Error setting up entry Remootio Device (Host: 192.168.20.10, S/N: 244cabd0a24cgrowgpwj) for remootio
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/aioremootio/remootioclient.py", line 318, in __initialize
await self.__lifecycle.wait_for(lambda: self.connected)
File "/usr/local/lib/python3.10/asyncio/locks.py", line 296, in wait_for
await self.wait()
File "/usr/local/lib/python3.10/asyncio/locks.py", line 269, in wait
await fut
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/remootio/init.py", line 38, in async_setup_entry
remootio_client: RemootioClient = await create_client(
File "/config/custom_components/remootio/utils.py", line 83, in create_client
result = await RemootioClient(
File "/usr/local/lib/python3.10/site-packages/async_class.py", line 133, in await
yield from self.ainit(*self._args, **self._kwargs).await()
File "/usr/local/lib/python3.10/site-packages/aioremootio/remootioclient.py", line 290, in ainit
await self.__initialize()
File "/usr/local/lib/python3.10/site-packages/aioremootio/remootioclient.py", line 332, in __initialize
raise RemootioClientError(self, "Failed to initialize this client.") from ex
aioremootio.errors.RemootioClientError: Failed to initialize this client. Host [192.168.20.10] SerialNumber [N/A] ApiVersion [N/A] State [State.OPEN]

@CCupler CCupler changed the title HACS update broke Remootio integration again HA update broke Remootio integration again Mar 19, 2023
@jwinston100
Copy link

I have HA core version 2023.6.0 running, and the Remootio integration works with this version, but after upgrading to the most recent version of core, 2023.7.2, the integration broke even with the previous hack which @yarafie had provided which had worked, #7 (comment)

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