2022-07-13 17:01:08 +00:00
|
|
|
# solar-toolkit
|
2022-07-13 17:01:07 +00:00
|
|
|
|
2022-07-13 17:01:08 +00:00
|
|
|
A side project to collect, transport and store data from a Goodwe solar inverter.
|
2022-07-13 17:01:10 +00:00
|
|
|
|
2023-07-16 06:55:43 +00:00
|
|
|
## Build
|
|
|
|
|
|
|
|
```
|
|
|
|
GOOS=linux GOARCH=arm go build -o solar-toolkit-daemon ./cmd/daemon
|
|
|
|
```
|
|
|
|
|
2022-07-13 17:01:10 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
Licensed under the MIT license. See the LICENSE file.
|