Ecoflow support #3686
Replies: 3 comments 7 replies
-
|
Predbat should be able to control an eco flow battery, it would need a suitable integration in HA to provide the ability to charge and discharge the battery, and then a custom apps.yaml creating All the pieces are there already |
Beta Was this translation helpful? Give feedback.
-
|
Got a working config for ecoflow delta pro with powerstream and extra battery. Cleaned up version now and ditched the bridge. One thing I can't seem to clear is Warn: Found 1 periods of zero load with power data, filling using power integration. Not critical, but floods my logs and very annoying. No idea where to start looking to fix this, as the numbers seem to check out. Updated to lastest changes, and cleaned up the AI mess. Still zero load error 🙄 |
Beta Was this translation helpful? Give feedback.
-
|
Ok, these are all the helpers I have set up to make this kind of work. Notion my Delta Pro is still on cloud connection and powerstream on ecflow BLE. The setup has 2 inverters, one in the delta pro that can push 3600w to ac outlet and the powerstream 800w. I have a smartplug to turn on/off charging. When charging, the delta pro bypasses the current to the ac out, so had to account for this. Half of the stuff has Dutch names, if someone ports it, should check your regional equivalents. The powerstream can only push 800w max to the house/grid. Minimum inverter to get paid for export here is set at 1kW so this setup is non-export focused and set to charging only in predbat. The powerstream can also prevent excess solar to be exported and tops it off at the house load. Zero load error mentioned above seems to be a wider temporary problem (bug #3623) and not specific to this setup. Love to get some feedback on this. Probably still has some quircks. battery_power: sensor.delta_pro_netto_w pv_power: sensor.total_solar_power_watts load_power: sensor.total_house_load_w soc_kw: sensor.delta_pro_state_of_charge_kwh load_today: sensor.total_house_load_kwh pv_today: sensor.total_solar_energy_lifetime (kwh) Integral Left Riemann sum of sensor.total_solar_power_watts switch.powerstream_supply_toggle
action turn on > set state power_supply Total House load I also run this automation to make the powerstream cover the total house load. As the powerstream options are kinda limited to calculate the load. (uses ecoflow ble) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
With all the recent news around the UK loosening regulations around plug in solar, what are the chances that predbat will be adding support for ecoflow batteries?
Beta Was this translation helpful? Give feedback.
All reactions