I was also looking for an Ecoflow integration. This can be great in order for example to turn on and off the AC power together with an appliance that needs AC power. Or just to be able to put a timer on the AC power.
Or to get notifications when your battery is almost full (or empty) when using solar charging.
Iāve successfully connected ECOFLOW Powerstream and DELTA 2 to HOMEY using HA and HACS, and surprisingly, the integration seems seamless. Itās as if HOMEY intuitively comprehended these two products. I guess a direct integration with an App would be an easy quick win ;ā)
Iād like to know, too.
But I think powerstream is the āmatter routerā so thatās why it works?
Delta 2 without other devices seems not possible, if Iām correct?
Hello HenriDO
Are these instructions the key?
(EcoFlow Portable Power Station Integration for Home Assistant | DIY Solar Power Forum).
If anyone can decipher github and translate the required steps for people (like me) who donāt know how github works, to install the required items, please post them here, it would be very much appreciated.
kind regards. Pat
Tonight I succeeded in reading out my Ecoflow Delta 2 and Delta 2 Max through PHP. The documentation of Ecoflow API is not that great, but with some searching I succeeded.
I also own a Ecoflow Powerstream, I will try to read this device in the upcoming days. It should be possible.
Next step is writing commands to the devices.
I am no expert in programming apps for Homey, but I am willing to share my PHP code and findings with someone who can create Homey apps.
EDIT: I can now read data from different kinds of Ecoflow devices. I tested my Delta 2, Delta 2 MAX and PowerStream. It should be possible to read the following devices, according to the documentation:
DELTA PRO
DELTA 2
DELTA 2 MAX
Smart Home Panel
Smart Plug
PowerStream
Wave Air Conditioner
Glacier
Using webhooks, I am able to show my devices charge state and the output power of the PowerStream in my Homey dashboard.
I have no succes writing to the device. The documentation is hard to onderstand, but I will keep trying to get this running.
The word modulante sounds Italian for me. I think you want to control charging of the Ecoflow devices?
At this moment I have a PHP script that can read values from Ecoflow devices, also from the Delta Pro. But I am trying to find out how to write to the devices. This is possible, but due to poor documentation on the Ecoflow site this will take some time to find out.
On the other handā¦ A PHP script isnāt a direct integration in Homey. For now I use webhooks (available in Homey via the variables integration) to read values from the Ecoflow into the Homey environment. I am willing to share my PHP script with you, but this will be no easy beginner stuff. You need to have a webserver with PHP running, a Ecoflow developer account (which is free at the moment) and have to fiddle around with webhooks in Homey.
Is there anyone who can develop an Ecoflow app for easy integration with Homey Pro? It would be great to be able to read out the current values and, if necessary, control the feed with Homey.