fl4p / batmon-ha

Add-on for Home Assistant to connect JK, JBD, Daly, ANT, SOK and Supervolt BMS via Bluetooth
MIT License
292 stars 55 forks source link

Missing Error codes #186

Open stanfordcg opened 8 months ago

stanfordcg commented 8 months ago

The error status missing for JBD-BMS

"Cell overvoltage",               // 0x00
"Cell undervoltage",              // 0x01
"Pack overvoltage",               // 0x02
"Pack undervoltage",              // 0x03
"Charging over temperature",      // 0x04
"Charging under temperature",     // 0x05
"Discharging over temperature",   // 0x06
"Discharging under temperature",  // 0x07
"Charging overcurrent",           // 0x08
"Discharging overcurrent",        // 0x09
"Short circuit",                  // 0x0A
"IC front-end error",             // 0x0B
"Mosfet Software Lock",           // 0x0C (See register 0xE1 "MOSFET control")
"Charge timeout Close",           // 0x0D
"Unknown (0x0E)",                 // 0x0E
"Unknown (0x0F)",                 // 0x0F

Using AOLithium 12v 100ah BlueTooth battery Config: devices:

fl4p commented 8 months ago

i am working on this