receive data but no update on the entities of DeltaPro 3
I connected two PowerStreams and two DeltaPro3 the PS are working perfect but for the DeltaPro I never received any data. In the diagnosticData I see all data for the power stations but the entities are not updating.
"data": { "EcoFlow": [ { "device": "DELTA Pro", "name": "DeltaPro links", "sn": "XXXXXX", "params": { "acAlwaysOnMiniSoc": 5, "acEnergySavingOpen": false, "acHvAlwaysOn": false, "acLvAlwaysOn": false, "acOutFreq": 50, "acStandbyTime": 720, "backupReverseSoc": 10, "bleStandbyTime": 3600, "bmsBattSoc": 4.912626, "bmsBattSoh": 100.0, "bmsChgDsgState": 0, "bmsChgRemTime": 15205, "bmsDesignCap": 80000, "bmsDsgRemTime": 800, "bmsErrCode": 0, "bmsMaxCellTemp": 12, "bmsMaxMosTemp": 13, "bmsMinCellTemp": 10, "bmsMinMosTemp": 10, "cmsBattFullEnergy": 4096, "cmsBattPowInMax": 800, "cmsBattPowOutMax": 4000, "cmsBattSoc": 4.912626, "cmsBattSoh": 100.0, "cmsBmsRunState": 2, "cmsChgDsgState": 0, "cmsChgRemTime": 15205, "cmsDsgRemTime": 800, "cmsMaxChgSoc": 100, "cmsMinDsgSoc": 5, "cmsOilOffSoc": 100, "cmsOilOnSoc": 10, "cmsOilSelfStart": true,
Just found this in the logs:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 100, in call_api
return await self._get_json_response(resp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/__init__.py", line 80, in _get_json_response
raise EcoflowException(f"{response_message}")
custom_components.ecoflow_cloud.api.EcoflowException: (('signature is wrong',), {})
2025-02-26 01:53:40.896 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 80, in quota_all
raw = await self.call_api("/device/quota/all", {"sn": sn})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 100, in call_api
return await self._get_json_response(resp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ecoflow_cloud/api/__init__.py", line 80, in _get_json_response
raise EcoflowException(f"{response_message}")
custom_components.ecoflow_cloud.api.EcoflowException: (('signature is wrong',), {})
2025-02-26 01:53:45.912 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/config/custom_components/ecoflow_cloud/api/public_api.py", line 80, in quota_all
raw = await self.call_api("/device/quota/all", {"sn": sn})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
yeah, I'm seeing the same thing on beta 4 with a DP3
This error originated from a custom integration.
Logger: custom_components.ecoflow_cloud.devices.data_holder Source: custom_components/ecoflow_cloud/devices/data_holder.py:99 integration: EcoFlow-Cloud (documentation, issues) First occurred: 12:44:56 PM (796 occurrences) Last logged: 1:07:11 PM
Error updating data: 'params'
@EbeltR,
It looks like you are using the DELTA Pro device and not the and not the Delta Pro 3 Device for your DP3, it's under the public api for now.
I have the same issue, just re installed as use a Delta Pro 3 to be sure, same thing, no data refreshing (as the smartplug also)
same here
Hi,
Looks like : https://github.com/tolwi/hassio-ecoflow-cloud/issues/460
Get the latest version of Ecoflow Cloud v1.3.0-beta4 And renew your token in ecoflow developp tools : https://developer-eu.ecoflow.com/us/security
And check if your devices are all connected to your Wifi.
Regards,