Various tools, examples, and documentation for communicating with Hoymiles microinverters
Find a file
Marcus c0140f9fc1 Neue Version von Hubi vom 28.04.2022 - siehe:
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
2022-04-28 13:25:04 +02:00
doc all known data values for HM-400 inverter 2022-04-25 20:03:43 +02:00
tools Neue Version von Hubi vom 28.04.2022 - siehe: 2022-04-28 13:25:04 +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!