esphome-ant-bms

ESPHome component to monitor and control a ANT-BMS via UART

APACHE-2.0 License

Stars
43

Bot releases are hidden (Show)

esphome-ant-bms - 2.2.0 Latest Release

Published by syssi 3 months ago

What's Changed

Full Changelog: https://github.com/syssi/esphome-ant-bms/compare/2.1.0...2.2.0

esphome-ant-bms - 2.1.0

Published by syssi over 1 year ago

New features of this release:

  • Support negative temperatures
  • Bluetooth support for models using the new protocol added (preamble: 0x7e 0xa1 0x51)
  • Online status / availability of the BMS is tracked now
  • Bluetooth support for models using the old protocol added (preamble: 0xAA, 0x55, 0xAA, 0xA5 0xA5, 0x5A 0x5A)
  • Delta cell voltage sensor added
esphome-ant-bms - 2.0.0

Published by syssi over 1 year ago

This release introduces a breaking change because the ant_modbus component was removed to simplify the strucutre of the YAML configuration. To migrate from version 1 to version 2 to have to update your YAML from:

uart:
  id: uart0
  baud_rate: 19200
  rx_buffer_size: 384
  tx_pin: ${tx_pin}
  rx_pin: ${rx_pin}

ant_modbus:
  id: modbus0
  uart_id: uart0

ant_bms:
  id: bms0
  ant_modbus_id: modbus0
  password: "${password}"
  update_interval: 10s
  supports_new_commands: true

to

uart:
  id: uart0
  baud_rate: 19200
  rx_buffer_size: 384
  tx_pin: ${tx_pin}
  rx_pin: ${rx_pin}

ant_bms:
  id: bms0
  uart_id: uart0
  password: "${password}"
  update_interval: 10s
  supports_new_commands: true
esphome-ant-bms - 1.0.0

Published by syssi over 2 years ago

Badges
Extracted from project README
"Buy Me A Coffee"
Related Projects