Withings, no entityes after upgrade

Hey all,

Anyone finding the withings integration is broken after todays update?

image

1 Like

I hava the same.

Logger: homeassistant.components.withings
Source: components/withings/common.py:814
Integration: Withings (documentation, issues)
First occurred: 20:49:26 (20 occurrences)
Last logged: 20:53:40

Unexpected error fetching poll_data_update_coordinator data: Error code 503
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 151, in async_refresh
    self.data = await self._async_update_data()
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 139, in _async_update_data
    return await self.update_method()
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 765, in async_get_all_data
    raise exception
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 734, in async_get_all_data
    return await self._do_retry(self._async_get_all_data)
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 654, in _do_retry
    raise exception
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 647, in _do_retry
    return await func()
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 771, in _async_get_all_data
    **await self.async_get_sleep_summary(),
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 837, in async_get_sleep_summary
    response = await self._hass.async_add_executor_job(get_sleep_summary)
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/withings/common.py", line 814, in get_sleep_summary
    return self._api.sleep_get_summary(
  File "/usr/local/lib/python3.8/site-packages/withings_api/__init__.py", line 221, in sleep_get_summary
    self.request(path=self.PATH_V2_SLEEP, params=params)
  File "/usr/local/lib/python3.8/site-packages/withings_api/__init__.py", line 81, in request
    return response_body_or_raise(
  File "/usr/local/lib/python3.8/site-packages/withings_api/common.py", line 896, in response_body_or_raise
    raise InvalidParamsException(status=status)
withings_api.common.InvalidParamsException: Error code 503

Same with my setup, I read there was a change to their IFTTT integration. Is anybody working on a fix for HA?

It seems like this problem has been adressed now, so we can probably expect to see the fix in the next update.

See this thread, where there is also a temporary patch that can be applied while waiting for the update.

3 Likes

Yes, thats what Ive been told as well.

Lets hope so, not working right now :frowning: