Various tools, examples, and documentation for communicating with Hoymiles microinverters
Find a file
lumapu a7add69719 * renamed .ino (must be identical to parent folder name)
* 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
2022-04-20 08:58:23 +02:00
doc some updates, still kind of rough 2022-04-01 20:32:10 +02:00
tools * renamed .ino (must be identical to parent folder name) 2022-04-20 08:58:23 +02:00
.gitignore initial skeleton for discovery tool 2022-03-18 22:17:44 +01:00
LICENSE Initial commit 2022-03-18 17:24:51 +01:00
README.md Updates to README and Format Description 2022-04-01 18:28:37 +02:00

Logo

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!