A toolkit for reading and storing metrics from a Goodwe solar inverter
go
Go to file
Rob Watson 65d89406dc
continuous-integration/drone/push Build is passing Details
Fix test
Previously the same byte was read for both the error code and the first
byte of the checksum, which was definitely incorrect. The response is
updated with an extra byte which (hopefully) provides a more accurate
test case.
2022-07-17 10:22:22 +02:00
cmd Quieten output 2022-07-15 04:41:46 +02:00
command Fix test 2022-07-17 10:22:22 +02:00
gateway handler: Add health check 2022-07-13 21:36:38 +02:00
inverter Retry UDP i/o on network error 2022-07-15 04:44:16 +02:00
.drone.yml Add data types and test coverage 2022-07-13 19:04:13 +02:00
Dockerfile Add Dockerfile 2022-07-15 04:41:46 +02:00
LICENSE Add LICENSE 2022-07-13 19:04:13 +02:00
README.md Add LICENSE 2022-07-13 19:04:13 +02:00
go.mod Add gateway and daemon boilerplate 2022-07-13 19:04:13 +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.

License

Licensed under the MIT license. See the LICENSE file.