Closed kinsi55 closed 2 years ago
Do you want to use this implementation without using ESPHome?
Yeah that was the idea, integrating this component / reading the BMS with my other code running on the same ESP but without the ESPHome part
I must admit my C++ skills are too limited to prepare and maintain a library. The target group of this project is so small that it is hardly worth the effort.
Understandable, no worries. I was just mainly trying to not reinvent the wheel. I guess I will have to dig through the code and try to figure out the communication to do that afterall :D
Feel free to copy the important parts and ask questions if something isn't obvious.
My ESP handles many tasks, and one of them is supposed to be geting / publishing and using the values from the BMS. With how the classes of this component are structured, as far as I can tell, using just the part that handles reading the values isnt easily possible.
I think splitting it into two codebases could make sense? Then one could use just the reading library part and do anything they want with the values