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
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of any previous issues..
Describe the issue
Moin, ich habe neurdings auch eine PV Anlage von Ecoflow auf dem Dach, aber mit zwei Wechselrichtern. ein 12kW WR, der auch die Batterie versorgt und ein 10kw, der nur das Haus versorgt und einspeist.
Den 12kW kann ich auch integrieren und es läuft soweit ganz gut. Beim 10kW bekomme ich aber nach der Anmeldung, keine Entitäten angezeigt und kann damit eine Dachseite nicht auswerten, was die Statistik ja leider quasi unbrauchbar macht.
Diese Fehlermeldung taucht in den Protokollen auf:
Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:365
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 11:48:58 (1 Vorkommnisse)
Zuletzt protokolliert: 11:48:58
Error while setting up powerocean platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/powerocean/sensor.py", line 54, in async_setup_entry
data = await hass.async_add_executor_job(ecoflow.fetch_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/powerocean/ecoflow.py", line 120, in fetch_data
response = self.get_json_response(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/powerocean/ecoflow.py", line 106, in get_json_response
raise Exception(f"{response_message}")
Exception: 非法设备
Hat da jemand eine Idee?
The text was updated successfully, but these errors were encountered:
Ah thanks. I believe it is master/slave. I try to contribute my own log in that discussion over the next few days when I have some free time. Maybe it will help for the development.
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Checklist
Describe the issue
Moin, ich habe neurdings auch eine PV Anlage von Ecoflow auf dem Dach, aber mit zwei Wechselrichtern. ein 12kW WR, der auch die Batterie versorgt und ein 10kw, der nur das Haus versorgt und einspeist.
Den 12kW kann ich auch integrieren und es läuft soweit ganz gut. Beim 10kW bekomme ich aber nach der Anmeldung, keine Entitäten angezeigt und kann damit eine Dachseite nicht auswerten, was die Statistik ja leider quasi unbrauchbar macht.
Diese Fehlermeldung taucht in den Protokollen auf:
Logger: homeassistant.components.sensor
Quelle: helpers/entity_platform.py:365
Integration: Sensor (Dokumentation, Probleme)
Erstmals aufgetreten: 11:48:58 (1 Vorkommnisse)
Zuletzt protokolliert: 11:48:58
Error while setting up powerocean platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/powerocean/sensor.py", line 54, in async_setup_entry
data = await hass.async_add_executor_job(ecoflow.fetch_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/powerocean/ecoflow.py", line 120, in fetch_data
response = self.get_json_response(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/powerocean/ecoflow.py", line 106, in get_json_response
raise Exception(f"{response_message}")
Exception: 非法设备
Hat da jemand eine Idee?
The text was updated successfully, but these errors were encountered: