Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infertux/epever_exporter
Grafana/Prometheus exporter for EPEVER/EPSOLAR Tracer solar charge controllers
https://github.com/infertux/epever_exporter
epever epsolar grafana prometheus-exporter solar
Last synced: 6 days ago
JSON representation
Grafana/Prometheus exporter for EPEVER/EPSOLAR Tracer solar charge controllers
- Host: GitHub
- URL: https://github.com/infertux/epever_exporter
- Owner: infertux
- License: other
- Created: 2021-11-23T08:20:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T05:25:11.000Z (7 months ago)
- Last Synced: 2024-04-25T06:29:53.465Z (7 months ago)
- Topics: epever, epsolar, grafana, prometheus-exporter, solar
- Language: C
- Homepage:
- Size: 285 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epever_exporter
epever_exporter is a standalone program written in C that can query Epever/Epsolar Tracer solar charge controllers and output metrics compatible with Prometheus.
This allows to monitor PV production, battery status, etc. on a nice Grafana interface.
## Build
```bash
apt install clang libbsd-dev libmodbus-dev
make
```## Kudos
The "ModBus Register Address List" PDF document has been a very valuable resource. A copy of it is included in this Git repository. The original file can be downloaded at [solar-elektro.cz](http://www.solar-elektro.cz/data/dokumenty/1733_modbus_protocol.pdf). Thank you to the original author for their work.
## Other brands
Would like to monitor Growatt solar inverters instead? Here is a sister repository for that: https://github.com/infertux/growatt_exporter
## License
AGPLv3+