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 integration breaks under HA Core 2024.11.2 #211

Closed
johnbrady833 opened this issue Nov 18, 2024 · 4 comments
Closed

HA integration breaks under HA Core 2024.11.2 #211

johnbrady833 opened this issue Nov 18, 2024 · 4 comments

Comments

@johnbrady833
Copy link

I upgraded HA to HA Core 2024.11.2. The Toshiba AC integration stopped working.

The logs showed a series of errors, including:

Initial connection failed, trying to get new sas_token...
Platform toshiba_ac does not generate unique IDs.

I've rolled back to HA Core 2024.11.1 and it's working again.

@dlysnes
Copy link

dlysnes commented Nov 21, 2024

I experience same issues too. It helps reloading it for a few minutes, but then it fails with "Failed to perform the action 'b' format requires -128 <= number <= 127" whenever I try to do.
I've seen some other intgrations have issues with websockets version after upgrade. Might be related?

@pjylkka
Copy link

pjylkka commented Nov 22, 2024

possible dublicate of #208

@manuvbv
Copy link

manuvbv commented Nov 25, 2024

Hi i don't know is it's the same issue, i have the same issue since last update of HA core, here my logs :

2024-11-25 13:53:31.542 ERROR (MainThread) [homeassistant.components.overkiz] Error fetching device events data: Too many requests, try again later.
2024-11-25 14:24:25.960 ERROR (MainThread) [custom_components.toshiba_ac] Unload Toshiba integration
2024-11-25 14:24:25.961 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry xxxxxx for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 850, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 233, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-11-25 14:24:25.970 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry xxxxxx for select
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 850, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/select/init.py", line 109, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-11-25 14:24:25.975 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry xxxxxx for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 850, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 138, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-11-25 14:24:25.985 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry xxxxxx for switch
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 850, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/switch/init.py", line 99, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!

@h4de5
Copy link
Owner

h4de5 commented Dec 5, 2024

please check latest release.
If the error persists, please make sure it is not related to a possible restricted access to the Toshiba API before reopening the issue.

@h4de5 h4de5 closed this as completed Dec 5, 2024
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

5 participants