A prometheus exporter for the https://electrodacus.com/ SBMS0
URL='IP_OF_SBMS0' docker compose up --buildcurl localhost:9000/metricsdocker pull ghcr.io/danielleone/sbms0-exporter:mainCalls the rawData endpoint of the SBMS0 device (requires Wifi Module)
and parses all the data; similar to that of the legacy html page
You can also scrape the SBMS0 system metrics with
curl localhost:9000/metrics_system and this will turn the /debug endpoint
of the SBMS0 into Prometheus metrics as well.