Skip to content

Releases: syssi/esphome-votronic

3.0.0

21 Jun 18:38
afada45
Compare
Choose a tag to compare

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

21 Apr 09:05
d99d9b0
Compare
Choose a tag to compare

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!

1.1.0

09 Feb 20:50
afa3315
Compare
Choose a tag to compare

Display Link support added. You can monitor your Votronic device via UART-TTL too now.

1.0.0

23 Jan 11:08
804b5a7
Compare
Choose a tag to compare
Introduce sensor entities (#2)