Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Error codes #186

Open
stanfordcg opened this issue Jan 18, 2024 · 1 comment
Open

Missing Error codes #186

stanfordcg opened this issue Jan 18, 2024 · 1 comment

Comments

@stanfordcg
Copy link

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:

  • address: A4:C1:37:XX:XX:XX
    type: jbd
    alias: battery1
    concurrent_sampling: false
    keep_alive: true
    verbose_log: false
    sample_period: 9
    publish_period: 20
    invert_current: true
    watchdog: true
    expire_values_after: 40
    install_newer_bleak: false
    bt_power_cycle: false
@fl4p
Copy link
Owner

fl4p commented Jan 27, 2024

i am working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants