Reusable BMS Package #99
20after4
started this conversation in
Show and tell
Replies: 1 comment
-
I've got corresponding dashboards for home assistant that I will post on that same repo, Example: https://www.20after4.dev/hass.png |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've built out the yaml for a reusable package that you can include multiple times for multiple BMS instances from a single esphome device. I've only been able to get 3 bms instances to work on a single device due to limitations in the esp-idf bluetooth stack.
Here's a usage example:
The sync feature causes enable/disable controls to propagate so that you can enable them as a group.
The full component is at https://github.com/20after4/esphome-energy-monitor/blob/main/esphome-bms-monitor/bms.yaml
Hopefully someone might find this useful.
Beta Was this translation helpful? Give feedback.
All reactions