mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-08 06:35:54 +02:00
Various tools, examples, and documentation for communicating with Hoymiles microinverters
Is was clear, the cmd approach does not decode payloads reliably. The modular form allows for easy tinkering. This implements * hoymiles protocol * transport-layer enables for retransmit of missed fragments * full payload decode * device specific decoders * transaction tracking enables decoding of different datasets * multi-inverter support * configuration format change to YAML (required for multi-inverter) First PoC, lots of things have to be relocated, rewritten and exteded. Currently only supports Hoymiles HM-600, more device decodes have to be added by users who have the hardware. |
||
---|---|---|
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!