-
Notifications
You must be signed in to change notification settings - Fork 15
Error during setup of component miele #10
Comments
I’ve the same problem and tested this with postman against the API. Looks like an error on the Miele side. Each request returns an 401. |
@Saboti @ReneNulschDE are you guys still seeing this problem? I am trying to setup this very promising component, but after several other problems i am seing the error. :( |
Yes, the problem is not solved on the Miele servers. I've sent them an email. |
For me at was working in the past but now got the same issue when setting up :
|
and after reboot/restart I get the same error as above. |
May i ask what you wrote and to what email. |
I just restarted my HA because of another sensor, and now i see all the miele sensors 😄 |
Same here. Restarted HA and now the sensors are back. |
Starting to see alot of errors in the log about the miele component :(
All my sensors are still there and are updating. system info, hassio on rpi
|
seems like we could close this issue? On my Side everything is working. |
Hello docbobo,
since a few days the component it not longer working.
After the Home Assistant Start i get following Error.
he authentication token is recived successfully.
019-05-02 13:00:08 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for miele which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2019-05-02 13:00:11 ERROR (MainThread) [custom_components.miele.miele_at_home] Failed to retrieve devices: 401 2019-05-02 13:00:11 ERROR (MainThread) [homeassistant.setup] Error during setup of component miele Traceback (most recent call last): File "/opt/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py", line 153, in _async_setup_component hass, processed_config) File "/home/homeassistant/.homeassistant/custom_components/miele/__init__.py", line 130, in async_setup hass.data[DOMAIN][DATA_DEVICES] = _to_dict(client.get_devices(lang)) File "/home/homeassistant/.homeassistant/custom_components/miele/__init__.py", line 98, in _to_dict for item in items: TypeError: 'NoneType' object is not iterable
Regards Tobias
The text was updated successfully, but these errors were encountered: