LiTime Bluetooth BMS support #113
Closed
aaron-baff-ad-net
started this conversation in
New BMS requests
Replies: 1 comment 2 replies
-
Take a look at #59 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I recently got a LiTime Bluetooth battery, and trying to figure out how I might be able to reverse engineer to get the data off of it without their app, and came across https://github.com/chadj/litime-bluetooth-battery which does so via the Chrome Bluetooth extensions, and properly splits out cell voltages/etc. I emailed him asking if he had some documentation other than the JS code, but even if he doesn't it appears there's probably enough to go on to be able to pull out how to connect and extract the data.
It appears to be Bluetooth LE, which I haven't had a chance to read through how it's done on Linux in order to provide sample commands to connect/receive the payload and parse it out, but I should have some time in the near future.
Think it could be added as a supported BT BMS?
Beta Was this translation helpful? Give feedback.
All reactions