2021-02-03 11:19:58 +00:00
|
|
|
# bmspy
|
|
|
|
|
2021-02-03 11:23:18 +00:00
|
|
|
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.
|
2024-03-19 20:28:06 +00:00
|
|
|
|
|
|
|
To install:
|
|
|
|
git clone https://git.treehouse.org.za/tim/bmspy
|
|
|
|
cd bmspy
|
|
|
|
poetry install
|
|
|
|
|
|
|
|
Or, to install with influxdb and/or prometheus support:
|
|
|
|
poetry install -E influxdb -E prometheus
|
|
|
|
|
|
|
|
To run:
|
|
|
|
poetry run bmspy
|