Various tools, examples, and documentation for communicating with Hoymiles microinverters
Find a file
lumapu 5c63503168 * fixed #13, Inverter Type changed after reboot
* fixed #11, WiFi password length limit increased to 63, check 802.11i spec:
> A pass-phrase is a sequence of between 8 and 63 ASCII-encoded characters. The limit of 63 comes from the desire to distinguish between a pass-phrase and a PSK displayed as 64 hexadecimal characters.
2022-04-27 23:10:22 +02:00
doc all known data values for HM-400 inverter 2022-04-25 20:03:43 +02:00
tools * fixed #13, Inverter Type changed after reboot 2022-04-27 23:10:22 +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 added some diagrams from https://www.mikrocontroller.net/topic/525778 forum. Also a rudimentary Getting-Started guide for ESP8266 2022-04-20 21:18:26 +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
  • doc/getting-started-ESP8266.md shows the hardware setup for an ESP8266-based system
  • The tools folder contains various software tools for RaspberryPi, Arduino and ESP8266/ESP32

Contributors are always welcome!