High-level client for easy access to solar/hybrid inverters data through IGEN/Solarman dataloggers.
The V5 protocol and MODBUS packages can be used as standalone libraries should you with to create your own client
Note: The modbus package is not a complete MODBUS protocol implementation
go get github.com/githubDante/solarman
For an excelent in-depth breakdown of the SolarmanV5 protocol, please refer to the documentation provided by @jmccrohan here
- The MODBUS validation tests use data from the examples found here
- Read only client.
- Verbose read/write client with the logger from
github.com/githubDante/solarman/logpackage