Add Buildkite badge
This commit is contained in:
parent
c846ac1ead
commit
cc95ec83e7
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# sungrow
|
# sungrow
|
||||||
|
|
||||||
|
[![Build status](https://badge.buildkite.com/747c61a83cbc4262c83f01d86a396fad059a20397d844c7f3d.svg)](https://buildkite.com/drjosh9000/sungrow)
|
||||||
[![Go Reference](https://pkg.go.dev/badge/gitea.drjosh.dev/josh/sungrow.svg)](https://pkg.go.dev/gitea.drjosh.dev/josh/sungrow)
|
[![Go Reference](https://pkg.go.dev/badge/gitea.drjosh.dev/josh/sungrow.svg)](https://pkg.go.dev/gitea.drjosh.dev/josh/sungrow)
|
||||||
|
|
||||||
A Prometheus exporter that scrapes a Sungrow inverter for information about
|
A Prometheus exporter that scrapes a Sungrow inverter for information about
|
||||||
solar generation, usage, and other fun data. It includes a (minor) fork of
|
solar generation, usage, and other fun data. It includes a (minor) fork of
|
||||||
github.com/goburrow/modbus (to enable working with Sungrow's "encryption").
|
github.com/goburrow/modbus (to enable working with Sungrow's "encryption").
|
||||||
|
|
||||||
This is part of my own custom solar monitoring setup, so has a few quirks suited
|
This is part of my own custom solar monitoring setup, so has a few quirks suited
|
||||||
|
@ -20,4 +21,4 @@ Docker is recommended:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker build -t sungrow .
|
$ docker build -t sungrow .
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue