From cc95ec83e77b7a034e28ae97d2d003fb8c872f02 Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Fri, 19 May 2023 17:51:30 +1000 Subject: [PATCH] Add Buildkite badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5649c76..dc78275 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # 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) 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"). 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 . -``` \ No newline at end of file +```