You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Solved
The "unkown" error changed to "no devices" after some time.
New API key, waited, added Ecoflow devices to account again (in Ecoflow app) and it worked.
Hi.
I get this error.
I have generated a new API key, system in Europe.
Hass info:
Core 2024.11.3
Supervisor 2024.12.0
Operating System 13.2
Using the American link i get access error (('accessKey is invalid',), {}), so it seems to be something with the EU server?
This is the log:
`2024-12-18 14:22:42.525 ERROR (MainThread) [custom_components.ecoflow_cloud.config_flow] Unexpected exception in fetch device action
Traceback (most recent call last):
File "/config/custom_components/ecoflow_cloud/config_flow.py", line 272, in async_step_select_device
devices = await self.auth.fetch_all_available_devices()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 46, in fetch_all_available_devices
for device in response["data"]:
~~~~~~~~^^^^^^^^
KeyError: 'data'`
The text was updated successfully, but these errors were encountered:
NoUsername10
changed the title
Homeassistant Public API "unknown" error (V 1.2) during setup
Homeassistant Public API "unknown" error (V 1.2) during setup (solved)
Dec 18, 2024
*Solved
The "unkown" error changed to "no devices" after some time.
New API key, waited, added Ecoflow devices to account again (in Ecoflow app) and it worked.
Hi.
I get this error.
I have generated a new API key, system in Europe.
Hass info:
Core 2024.11.3
Supervisor 2024.12.0
Operating System 13.2
Using the American link i get access error (('accessKey is invalid',), {}), so it seems to be something with the EU server?
This is the log:
`2024-12-18 14:22:42.525 ERROR (MainThread) [custom_components.ecoflow_cloud.config_flow] Unexpected exception in fetch device action
Traceback (most recent call last):
File "/config/custom_components/ecoflow_cloud/config_flow.py", line 272, in async_step_select_device
devices = await self.auth.fetch_all_available_devices()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 46, in fetch_all_available_devices
for device in response["data"]:
~~~~~~~~^^^^^^^^
KeyError: 'data'`
The text was updated successfully, but these errors were encountered: