Logger: homeassistant.setup
Source: setup.py:398
First occurred: 18:28:55 (1 occurrences)
Last logged: 18:28:55
Error during setup of component eufy
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/homeassistant/setup.py", line 398, in _async_setup_component
result = await task
^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/homeassistant/components/eufy/__init__.py", line 62, in setup
data = lakeside.get_devices(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/lakeside/__init__.py", line 39, in get_devices
token = r.json()['access_token']
~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'access_token'
I am hitting this same issue. I follow the setup instructions for the integration, but logs indicate a key error for the access token.
So, there appears to be an issue with the integration setup instructions, because that should at least work with the username and password from the app, right?
Second, after trying to use the curl command off of the integration page, I get the same Service is temporarily unavailable error message.