syssi / esphome-jk-bms

ESPHome component to monitor and control a Jikong Battery Management System (JK-BMS) via UART-TTL or BLE
Apache License 2.0
450 stars 151 forks source link

Sending JK BMS PB-x firmware update command via BLE #585

Open tarek-zy opened 2 weeks ago

tarek-zy commented 2 weeks ago

Hi, thank you for your great project and support! I'm a Software Engineer, and I have a JK BMS (PB-2A16S15P - HW: 15.XA, SW: 15.10) with a faulty RS485-1 (right besides CAN port), which makes me unable to update my BMS firmware or even connect it to my inverter, as there is no communication possible via that port at all, so I had to do a lot of tests and sniffed all communication possible. When I try to update the firmware via RS485-2 ports that are designated for parallel connection with other JK BMS units, the BMS shuts down / crashes immediately. We are a growing number of owners having this fatal bug and despite several attempts to contact JK support and other popular YouTube influencers, we are out of luck so far. Since you have full knowledge of the communication protocols of JK BMS (PB series), is it possible to edit the command to make it possible to be executed via RS485-2 or BLE?

RS485-1 Firmware update command (HEX): 01 10 16 26 00 01 02 00 00 D6 97

syssi commented 1 week ago

It is possible to update the firmware using BLE in general? Did you try the Android app?

tarek-zy commented 1 week ago

No, there is no option to do a firmware update via the Android app. That's why I'm trying to just send the first command via BLE which puts the BMS into update mode, and then continue the firmware file upload via RS485.