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

works also with Power Queen 12V 140Ah #9

Open
nopeee535 opened this issue Mar 7, 2025 · 1 comment
Open

works also with Power Queen 12V 140Ah #9

nopeee535 opened this issue Mar 7, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@nopeee535
Copy link

i have tested it with the 140ah version, it seems to work without any problems!
it seems to be a different bms version ( 1.0.0 )
here is the output json:

python3 pq_bms_bluetooth/main.py C8:47:80:1B:XX:XX --bms
{
    "packVoltage": 13017,
    "voltage": 13087,
    "batteryPack": {
        "1": 3.273,
        "2": 3.27,
        "3": 3.272,
        "4": 3.272
    },
    "current": 0.0,
    "watt": 0.0,
    "remainAh": 75.92,
    "factoryAh": 145.89,
    "cellTemperature": 12,
    "mosfetTemperature": 13,
    "heat": "00010000",
    "protectState": "00000000",
    "failureState": [
        0,
        0,
        0,
        0
    ],
    "equilibriumState": 0,
    "batteryState": 0,
    "SOC": 52,
    "SOH": 104,
    "dischargeSwitchState": 1,
    "dischargesCount": 0,
    "dischargesAHCount": 70,
    "firmwareVersion": "1.0.0",
    "manfactureDate": "2024-8-27",
    "hardwareVersion": "T24-10T24-10",
    "battery_status": "Standby",
    "balance_status": "All cells are well-balanced.",
    "cell_status": "Battery is in optimal working condition.",
    "bms_status": null,
    "heat_status": "Self-heating is off",
    "error_code": 0,
    "error_message": null
}
@dmytro-tsepilov
Copy link
Owner

Thanks for confirmation, I will add this to supported list of batteries

@dmytro-tsepilov dmytro-tsepilov added the documentation Improvements or additions to documentation label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants