Miele integration stopped working

I very confused because after an update I find two Miele integrations in HACS “Miele” and “Miele integration” but it doesn’t work anymore.
I also tried to install the official integration but I get an error message “{“message”:“Invalid handler specified”}”
I don’t find any trace in the system execpt “Miele
Configuration of the Miele platform in YAML is deprecated. Your existing configuration has been imported into the UI automatically and can be safely removed from your configuration.yaml file
the miele folder is in the custom_components folder”
I’m thankful for any hint
Kind Regards
Alex

I have the same issue. Is there any solution to this yet?

Same. Looks like something is broken. Last activity on the sensor is two weeks ago. :frowning:

Does anybody know how to deinstall Miele to get the chance to install it from scratch?

As you mentioned, there are to integration, can you link to the one you are using?

Yes. No idea how to get Miele going stuck on the configuration stage failing

2023-02-12 12:48:58.395 ERROR (MainThread) [homeassistant.setup] Error during setup of component miele
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/requests_oauthlib/oauth2_session.py”, line 483, in request
url, headers, data = self._client.add_token(
File “/usr/local/lib/python3.10/site-packages/oauthlib/oauth2/rfc6749/clients/base.py”, line 217, in add_token
raise TokenExpiredError()
oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 256, in _async_setup_component
result = await task
File “/config/custom_components/miele/init.py”, line 152, in async_setup
data_get_devices = await client.get_devices(lang)
File “/config/custom_components/miele/miele_at_home.py”, line 48, in get_devices
home_devices = await self._get_devices_raw(lang)
File “/config/custom_components/miele/miele_at_home.py”, line 29, in _get_devices_raw
devices = await self.hass.async_add_executor_job(func)

Problem solved!

  • I deinstalled the Miele integration
  • deleted the file " ./config/.storage/.miele-token-cache"
  • reinstalled
1 Like

Any idea what to do if there is no “Miele” brand available when I click “Add integration”?