bmspy can be used to get information from a xiaoxiang-type BMS system.
Go to file
tim c174022d98 Add influx exporter
... as well as turning debug and ser into global variables (for ease of cleanup). Influx, unlike Prometheus, requires typed values, so a raw_value field has been added to the data structure: value is a string, raw_value keeps its type.
2021-07-22 02:57:27 +02:00
bms.py Add influx exporter 2021-07-22 02:57:27 +02:00
LICENSE Initial commit 2021-02-03 11:19:58 +00:00
README.md Add bms.py. 2021-02-03 13:23:18 +02:00

bmspy

bmspy is a tool to get information from a xiaoxiang-type BMS system, using some sort of serial connection.

It can display the information as text, in JSON, or export the data continuously to a Prometheus exporter.