sophienyaa / NodeJBD

Utility to retrieve data from JBD/Overkill Solar BMS units and publish it to MQTT, written in NodeJS
MIT License
16 stars 10 forks source link

Balance Status Not Read Correctly #4

Open alferz opened 1 year ago

alferz commented 1 year ago

Using my JBD 8s smart BMS, everything pulls into MQTT as expected. But the array of balance status for each cell shows false for all cells, even though several are actually balancing. Any pointers on how to troubleshoot this in code would be helpful, I’ll be happy to test and submit a pullreq.

sophienyaa commented 1 year ago

Hey, the place I would look would be the community protocol documentation here:

https://github.com/FurTrader/OverkillSolarBMS/tree/master/Comm_Protocol_Documentation

If you're able to resolve it a PR would be greatly appreciated 😊