jblance / mpp-solar

Python package to communicate to MPP Solar PIP-4048MS inverters (and similar)
MIT License
365 stars 151 forks source link

JK BMS JK02 Proto - Dont send "record_type": "01" Messages #180

Closed natbesh closed 6 months ago

natbesh commented 3 years ago

I have a JKBMS using the JK02 protocol. The command i'm using is: jkbms -p -P JK02 -c getCellData -o json Every now & then - (seemingly randomly?) a "record_type": "01" "BLE Cell Data inquiry" message will be received instead of the usual "record_type": "02" "getCellData" message.

This "01" message has random values for attributes, which throws off any dashbaords. i.e Cell voltages are 0.0 to 18.928v, Battery temp jumps from 25deg to 1,785deg

Easy to filter out in a script - but would be good to make sure these dont go out via MQTT etc

jblance commented 6 months ago

should be fixed