esphome-votronic

ESPHome component to monitor votronic devices via BLE or Display Link

APACHE-2.0 License

Stars
14

Bot releases are visible (Hide)

esphome-votronic - 3.0.0 Latest Release

Published by syssi over 1 year ago

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!

esphome-votronic - 2.0.0

Published by syssi over 1 year ago

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!

esphome-votronic - 1.1.0

Published by syssi over 1 year ago

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

esphome-votronic - 1.0.0

Published by syssi over 1 year ago