mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-16 16:05:15 +02:00
Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://www.mikrocontroller.net/topic/525778?page=4#7048605 ersetzt NRF24_SendRcv Kommentare dazu: - Projekt jetzt umgenannt in HoyDtuSim (Hoymiles DTU Simulation) -Läuft auf Arduino (bei mir auf Pro Mini) und ESP (Wemos D1 mini), je nachdem wie man kompiliert - Channel hopping für senden und Empfangen (poor man's ...) ist eingebaut und bringt konstante Antworten; obige Erkenntnisse über Kanäle abwärts sind noch nicht eingebaut - da manchmal ein Abbruch der RF-Verbindung vorkam (auch schon oben erwähnt) wird jetzt nach ca 50 Sekunden ohne Empfang das RF-Modul neu initialisiert und es geht problemlos weiter - Definitionen für HM-600 und HM-1200 sind implementiert, andere können anhand der beiden Beispiele sicher leicht impl. werden - Anpassungen sind in der Settings.h zu machen |
||
---|---|---|
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 projectdoc/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!