tolwi / hassio-ecoflow-cloud

EcoFlow Cloud Integration for Home Assistant
353 stars 60 forks source link

Charging state binary_sensor #109

Closed tolwi closed 1 year ago

tolwi commented 1 year ago
          May I ask you also to add sensor or binary_sensor for charging state?

Got it:
"bms_emsStatus.chgState": 1, 1 - is charging, 0 - is not charging internal battery.

So far I have written an automation in which I determine the fact of the charging using of the charging remaining time sensor state != 0
😀

Originally posted by @chertvl in https://github.com/tolwi/hassio-ecoflow-cloud/issues/99#issuecomment-1656893439

tolwi commented 1 year ago

River2 family (bms_emsStatus.chgState): present, valid Delta2 family (bms_emsStatus.chgState): present, invalid (always On) River family: not present Delta family (ems.chgState): present, unknown

chertvl commented 1 year ago

@tolwi This works great! Will test it. Thank you very much for the implementation of the necessary for all my requests!