-
Notifications
You must be signed in to change notification settings - Fork 30
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
Issues with latest update HA 2023.7.2 #162
Comments
I have something similar i think if not the same. Logger: homeassistant.setup Error during setup of component miele |
I did try reverting back to 2023.7.1 but the problem is still present. Further investigation indicates that this appears to be an issue with Miele 3rd party API (https://api.mcs3.miele.com/v1/). The problem started roughly 9:15 UTC today. The 3rd party API seems to be not responding at all. No indication of changes in https://www.miele.com/developer/news.html that might have caused this. |
I've actually been meaning to write something up on this, I noticed it when I updated to 23.7.0 earlier this month. Been taking later 7.x updates hoping it would clear it up but more signs were pointing to Miele itself since then. This error originated from a custom integration. Logger: homeassistant.setup Error during setup of component miele |
So I also had this issue but for me the following steps fixed the issue.
|
Still getting the same error after these steps This error originated from a custom integration. Logger: homeassistant.setup Error during setup of component miele |
The same things happens here. Functionality stopped yesterday. Re-registering didn't help. Any thoughts? |
Same problem..... |
Same here, even on clean installation |
If you're having this issue, can you please comment on whether you have IPv6 (and an address) for your HASS instance? If so, please try disabling IPv6. Edit: Don't pursue this necessarily. Was causing the issue for me for both Miele and other add-ons after upgrading to 23.7.3, but may be unrelated for Miele. |
No, I had troubles with IPv6 + HASS before. Therefore I have connected Home Assistant to an IPv4-only network in Docker (this solved all the previous IPv6 troubles). |
Same here .. just tried to do a first install & activate .. no ipv6 / no success |
Is there a solution? |
Well i switched to the other miele integration : https://github.com/astrandb/miele this one seems to work (at least for me) |
This error originated from a custom integration.
Logger: homeassistant.setup
Source: custom_components/miele/init.py:383
Integration: miele (documentation, issues)
First occurred: 11:49:56 (1 occurrences)
Last logged: 11:49:56
Error during setup of component miele
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 427, in async_setup
hass.data[DOMAIN][DATA_DEVICES] = _to_dict(data_get_devices)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/miele/init.py", line 383, in _to_dict
for item in items:
TypeError: 'NoneType' object is not iterable
This error originated from a custom integration.
Logger: py.warnings
Source: custom_components/miele/miele_at_home.py:177
Integration: miele (documentation, issues)
First occurred: 11:46:55 (1 occurrences)
Last logged: 11:46:55
/config/custom_components/miele/miele_at_home.py:177: RuntimeWarning: coroutine 'MieleOAuth.refresh_token' was never awaited self.refresh_token(hass)
The text was updated successfully, but these errors were encountered: