mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
Various tools, examples, and documentation for communicating with Hoymiles microinverters
* build CRC over settings, only if the CRC matches settings are applied * send command 0x80 (set time was wrong) * improved crc16 routine * added statistics for received commands and send statistics (channels are not correct for now!) * receive of commands 0x01, 0x02, 0x03, 0x81 and 0x84 working |
||
---|---|---|
doc | ||
tools | ||
.gitignore | ||
LICENSE | ||
README.md |
ahoy
Various tools, examples, and documentation for communicating with Hoymiles microinverters.
In particular:
doc\hoymiles-format-description.txt
is a detailed description of the communications format and the history of this project- The
tools
folder contains various software tools for RaspberryPi and Arduino
Contributors are always welcome!