A toolkit for reading and storing metrics from a Goodwe solar inverter
go
Go to file
Rob Watson 6fc72959fa
continuous-integration/drone/push Build is passing Details
chore: upgrade Go to 1.21.1
2023-09-11 21:57:25 +02:00
cmd Write meter data to store 2022-07-19 21:34:32 +02:00
command chore: increase timeouts 2023-07-16 08:56:30 +02:00
gateway Write meter data to store 2022-07-19 21:34:32 +02:00
inverter Write meter data to store 2022-07-19 21:34:32 +02:00
.drone.yml chore: upgrade Go to 1.21.1 2023-09-11 21:57:25 +02:00
Dockerfile chore: upgrade Go to 1.21.1 2023-09-11 21:57:25 +02:00
LICENSE Add LICENSE 2022-07-13 19:04:13 +02:00
README.md chore: update README 2023-07-16 08:56:30 +02:00
go.mod chore: upgrade Go to 1.21.1 2023-09-11 21:57:25 +02:00
go.sum Add gateway and daemon boilerplate 2022-07-13 19:04:13 +02:00
main.go Rename to solar-toolkit 2022-07-13 19:04:13 +02:00

README.md

solar-toolkit

A side project to collect, transport and store data from a Goodwe solar inverter.

Build

GOOS=linux GOARCH=arm go build -o solar-toolkit-daemon ./cmd/daemon

License

Licensed under the MIT license. See the LICENSE file.