bradcagle / dbus-btbattery

20 stars 3 forks source link

JBD-AP21S002 V1.1 #6

Open maxx8888 opened 1 year ago

maxx8888 commented 1 year ago

Hi,

BMS is not showing up on Victron Console. It connects immidiatly, stays online about a minute then disconnect. Next connect works immidiatly again.

BMS connected to a 16s LiFePo Pack.

SSH Output: root@raspberrypi4:/opt/victronenergy/dbus-btbattery# ./dbus-btbattery.py a4:c1:37:51:29:f6 INFO:BluetoothBattery:Starting dbus-btbattery INFO:BluetoothBattery:dbus-btbattery v0.1.3 INFO:BluetoothBattery:Connecting a4:c1:37:51:29:f6 INFO:BluetoothBattery:Connected a4:c1:37:51:29:f6 INFO:BluetoothBattery:Disconnected INFO:BluetoothBattery:Connecting a4:c1:37:51:29:f6 INFO:BluetoothBattery:Connected a4:c1:37:51:29:f6 INFO:BluetoothBattery:Disconnected INFO:BluetoothBattery:Connecting a4:c1:37:51:29:f6 INFO:BluetoothBattery:Connected a4:c1:37:51:29:f6

Any Ideas what i could check?

cywebit commented 1 year ago

Hey Brad, this is awesome, it's working on my RPI3b with VenusOS connecting to my xiaoxing Bluetooth module connected via UART on my JBD-SP04S034 BMS. On the PII console it keeps disconnecting and reconnecting, This is not normal - right? Any ideas? also can it run in the background and will it eat up memory with the console app running (dis/re connecting constantly?) Thanks for this great driver!

bradcagle commented 1 year ago

Hey Brad, this is awesome, it's working on my RPI3b with VenusOS connecting to my xiaoxing Bluetooth module connected via UART on my JBD-SP04S034 BMS. On the PII console it keeps disconnecting and reconnecting, This is not normal - right? Any ideas? also can it run in the background and will it eat up memory with the console app running (dis/re connecting constantly?) Thanks for this great driver!

It's normal. I think it conflicts with something else using BT on the Venus OS. It does not leak memory, mine runs fine. Glad it's working for you.