Releases: syssi/esphome-votronic
Releases · syssi/esphome-votronic
3.0.0
This release introduces a breaking change if you are using a Votronic Solar Charger. Some entities got renamed here:
controller_active -> pv_controller_active
current_reduction -> pv_current_reduction
aes_active -> pv_aes_active
battery_status_bitmask -> pv_battery_status_bitmask
controller_temperature -> pv_controller_temperature
battery_status -> pv_battery_status
The Votronic Battery Charger VBCS Triple is supported now!
2.0.0
This release introduces a breaking change. The sensor battery_capacity
is called battery_capacity_remaining
now. Please update your YAML configuration!
sed -i 's#battery_capacity:#battery_capacity_remaining:#g' esp32-ble-example.yaml
Furthermore the votronic
component is able to decode the display link traffic of a smart shunt (400S) now. Kudos to @Esylias for heavily testing!