keshavdv / victron-ble

A Python API to parse Victron Instant Readout BLE advertisements
The Unlicense
103 stars 34 forks source link

Add support for Smart Battery Protect #48

Closed rajlaud closed 1 month ago

rajlaud commented 8 months ago

Summary :memo:

This adds support for the Smart Battery Protect; implemented using the Victron extra manufacturer data PDF and tested locally. Added tests and confirmed the linters passed.

Details - I had originally implemented Smart Lithium as part of this branch, but I see there is already a pull request for that, so I limited this just to Smart Battery Protect.

Checks