LiFePo4 per BT abfragen (Linux/RASPI/BMS)

Ich bin ja eigentlich gut im Thema was die 010101-Kisten betrifft aber aktuell suche ich noch die Nadel im Heuhaufen.
Alle vier Batterien sind von einem Raspi per BT erreichbar und folgende Informationen sind ermittelbar:

Nur ein Beispiel von vier Batterien (Typ siehe Footer):

# hcitool leinfo A4:C1:37:40:17:E9  <== BMS meldet sich wenigstens
Requesting information ...
Handle: 64 (0x0040)
LMP Version: 5.0 (0x9) LMP Subversion: 0x1c1c
Manufacturer: Telink Semiconductor Co. Ltd (529)
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
root@raspberrypi:/# jbdtool -t A4:C1:37:40:17:E9 -r -a -d3  <== Ohne DebugLevel 3 erscheint nichts
main.c(829) main: transport: 0xbe90be98, target: 0xbe90be9b
main.c(855) main: transport: A4
module.c(51) mybmm_load_module: NOT found.
main.c(858) main: tp: (nil)
root@raspberrypi:/# time jbdtool -t A4:C1:37:40:17:E9,06 -r -a     <== kommt viel zu schnell zurück
real	0m0.023s
user	0m0.012s
sys	0m0.012s
root@raspberrypi:/# jbdtool -t A4:C1:37:40:17:E9,06 -r -a -d3
main.c(829) main: transport: 0xbe90be98, target: 0xbe90be9b
main.c(855) main: transport: A4
module.c(51) mybmm_load_module: NOT found.
main.c(858) main: tp: (nil)
# time jbdtool -t bt:A4:C1:37:40:17:E9 -r -a  <== hier mit "bt:" als Protokoll
Failed to start DBus GATT notification: GDBus.Error:org.bluez.Error.NotSupported: Operation is not supported
real	0m3.508s
user	0m0.089s
sys	0m0.050s

Wie man ggf. sehen kann ... da fehlt noch etwas ... um den aktuell Zustand der einzelnen Batterien zu ermitteln.
Jemand Erfahrung damit? Über eine iOS App kann ich natürlich alle abfragen.