Releases: juepi/PIO-ESP32-BMS_Ctrl
Releases · juepi/PIO-ESP32-BMS_Ctrl
v2.6.0
Added VE.Direct support for a second Victron SmartSolar charger (can be enabled/disabled via platformio.ini
).
Minor bugfixes, see README.
v2.5.1
minor update and bugfix, see readme
v2.5.0
Some minor functionality cleanup, see readme.
v2.4.4
Minor update - see readme
v2.4.3
Updated balancer-off condition; minor updates and config changes; added offgrid-mode
Details see readme
v2.4.2
Added global controller alarm flag which is published via MQTT (can be used in example for mail alerting in conjunction with the t_Ctrl_StatT
topic to generate a meaningful error mail.
Fixed "bug" in SmartShunt SOC verification - see readme.
v2.4.0
Added temperature based safety features; improved safety handling of high Vdiff and comm-errors. Added recovery options for all safety-driven shutdowns. Added error detection for unplausible high Vdiff reported by Daly BMS in rare occurences.
v2.3.1
Now supporting "offline mode", which handles network (or MQTT broker) outages either while firmware is up and running as well as during firmware boot.
v2.2.1
Major rework of SSR handling; now fully configurable by MQTT subscriptions
Code uses new v1.1.0 of the PIO-ESP32-Template which has an improved MQTT subscription system
v2.1.1
Bugfixes and minor improvements