hassio-ecoflow-cloud icon indicating copy to clipboard operation
hassio-ecoflow-cloud copied to clipboard

Will the "Alternator Charger" still be possible in the future?

Open Blockvolt opened this issue 1 year ago • 8 comments

Hello,

If we could integrate and use the "Alternator Charger" in Home Assistant in the future, it would make it possible to build affordable DIY sub-power storage systems. That would be excellent!

Blockvolt avatar Sep 28 '24 21:09 Blockvolt

Has anyone tried yet? Does it show up?

id628 avatar Nov 21 '24 14:11 id628

There is a workaround using the HA MQTT discovery feature and using an instance of ioBroker (another homeautomation system).

I have made a small picturized description. I hope it helps

https://github.com/foxthefox/ioBroker.ecoflow-mqtt/blob/main/doc/en/IOB_HA/navi.md

The alternator charger is already in implementation (data is showing up, commands are next) You may continue here: https://github.com/foxthefox/ioBroker.ecoflow-mqtt/issues/169

foxthefox avatar Jan 25 '25 22:01 foxthefox

Any update on adding the Alternator Charger? We have access one that we can try get data from it if it would help like we did with the new STREAM MicroInverter? @Angelius007

ChrisMarriott38 avatar Sep 11 '25 22:09 ChrisMarriott38

There’s a BLE integration that just recently added support for the Alternator Charger, ha-ef-ble. Works well!

jaydisc avatar Sep 14 '25 10:09 jaydisc

@jaydisc Does that allow you to switch the Alternator Charger's modes (charge/discharge), or is it Read-Only?

id628 avatar Sep 27 '25 21:09 id628

Full control as far as I can tell!

Image

jaydisc avatar Sep 28 '25 01:09 jaydisc

@jaydisc Would you mind elaborating on some of the automations and how you are also using them with the Alternator charger? A friends got one and we will be trying to get that added and it would be great to have a heads up on what and how it's being used in automations to get going quickly, and if there are any other ideas that the ones we have so far. Thanks!

ChrisMarriott38 avatar Sep 29 '25 06:09 ChrisMarriott38

@jaydisc Would you mind elaborating on some of the automations…

The first one, is that when AC IN is detected on my Delta, I switch the Charger Mode of the Alternator Charger to Reverse Charge, and also the reverse: if AC IN is disabled on my Delta, I switch the Charger Mode of the Alternator Charger back to Charge.

Also, believe it or not, it's a lifesaver to deal with an EcoFlow bug that periodically turns off the Alternator Charger (Device Error 16834), so when I sense that the Charger has been turned off for 30 seconds, I simply turn it back on again.

jaydisc avatar Sep 29 '25 22:09 jaydisc