diyBMSv4ESP32 icon indicating copy to clipboard operation
diyBMSv4ESP32 copied to clipboard

The current charge mode of the controller should also be available via mqtt

Open alxbauer opened this issue 1 year ago • 1 comments

It would be great to get the current charge mode "Absorb, Float etc." via mqtt.

E.g. in the "status" Topic.

alxbauer avatar Jul 02 '23 13:07 alxbauer

Two new values are published over MQTT status message - chgmode and chgtimer.

chgmode = integer for charging mode =     
   standard = 0,
    absorb = 1,
    floating = 2,
    dynamic = 3,
    stopped = 4

chgtimer = number of seconds remaining in the current mode (for absorb or float only)

stuartpittaway avatar Jul 08 '23 12:07 stuartpittaway