https://github.com/mikegleasonjr/sbms_exporter
Prometheus exporter for the SBMS charge controller
https://github.com/mikegleasonjr/sbms_exporter
battery-management-system bms golang prometheus prometheus-exporter solar-controller
Last synced: about 1 month ago
JSON representation
Prometheus exporter for the SBMS charge controller
- Host: GitHub
- URL: https://github.com/mikegleasonjr/sbms_exporter
- Owner: mikegleasonjr
- License: apache-2.0
- Created: 2019-06-12T21:25:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T18:45:43.000Z (over 5 years ago)
- Last Synced: 2025-03-24T18:12:04.872Z (about 2 months ago)
- Topics: battery-management-system, bms, golang, prometheus, prometheus-exporter, solar-controller
- Language: Go
- Homepage: http://electrodacus.com/
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/mikegleasonjr/sbms_exporter)
# SBMS Exporter
```
$ ./sbms_exporter -h
usage: sbms_exporter --serial-port=SERIAL-PORT []Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--telemetry-path="/metrics"
Path under which to expose metrics.
--listen-address=":9101" Address to listen on for web interface and telemetry.
--serial-port=SERIAL-PORT The serial port to read metrics from.
--log.level="info" Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
--log.format="logger:stderr"
Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"
--version Show application version.
```