tolwi / hassio-ecoflow-cloud

EcoFlow Cloud Integration for Home Assistant
284 stars 48 forks source link

Powerstream implementation does not work #165

Open danroth77 opened 8 months ago

danroth77 commented 8 months ago

Thanks for this great implementation that works quite well for the Powerstation Delta Pro. I have been unable to get any data from the Powerstream, however. No data is coming in and the sensors for changing data (like switching mode from "supply the house", "save to battery", base load Watts, etc.) seem to be missing. Has anyone got this to work? Do I need to do some manual adjustments?

electroromano commented 8 months ago

Hi

Same for me, all the Entity stay with default value and not work : image image

@tolwi Please can you fix this ?

Thanks

tolwi commented 8 months ago

we need to ask @mattwells for assistance

mattwells commented 8 months ago

I am not aware of a specific issue at this time, the integration is working correctly for me unless there is firmware update that I am not aware of.

What I suggest that you do is go to Settings > Devices & Services > Ecoflow-Cloud integration and click Enable debug logging then go to the menu for the PowerStream and Reload.

image image

Then go to Settings > System > Logs > Load full logs and search for ecoflow_cloud. If there are error you should see them there. If you do copy and paste any of the errors here please ensure that you remove your device's serial number from the logs.

image

I can't show you a screenshot of the logs as it is night here and battery is flat

electroromano commented 8 months ago

Hi @mattwells Thank you for your help, when you talk about a firmware update, I went to check if there was new firmware on my PowerStream. And this was the case, I had also removed the device from the integration and now it works. image

So thanks again :)

I have just a question do you think in a futur update of your integration, you can add the control of the parameters of the PowerStream, like this for exemple : image

mattwells commented 8 months ago

I would very much like to do that but it requires a fairly significant change to the way the integration works because the PowerStream uses a different way of encoding the messages to what previous devices have done. I need the time to invest to learn enough Python and Home Assistant to be able to do it.

I am aware that others have managed to get a work around using IOBroker but I haven't tried it myself https://github.com/tolwi/hassio-ecoflow-cloud/issues/54#issuecomment-1657073208