Various tools, examples, and documentation for communicating with Hoymiles microinverters
Find a file
rejoe2 1e6a06b580
hmRadio.h - change rx/tx channel hopping logic (#7)
* hmRadio.h - change rx/tx channel hopping logic

- patch originally provided by beegee3
- timings look very good for 3rd gen., and ok for MI in my environment over several restarts
- runs stable on ESP32 
- not sure wheather this also has any (negative or positive) impact to reboot problem with ESP8266
2023-04-02 19:23:57 +02:00
.github extend ci also on devel branch 2023-03-26 13:06:18 +02:00
doc Add description for new metrics 2023-03-25 23:33:17 +01:00
scripts add s3 release binary 2023-03-26 13:27:53 +02:00
src hmRadio.h - change rx/tx channel hopping logic (#7) 2023-04-02 19:23:57 +02:00
tools Merge branch 'isarrider-patch-1' into development03 2023-03-23 22:10:24 +01:00
.gitignore prevent selection of SPI pins for 8266 2023-03-25 22:52:10 +01:00
Getting_Started.md Merge remote-tracking branch 'remotes/origin/DanielR92-patch-2' into development03 2023-03-27 22:31:59 +02:00
LICENSE add license Readme to have it better visible to all 2023-03-07 21:24:29 +01:00
README.md fix README.md 2023-03-27 23:28:44 +02:00
User_Manual.md MI - reviw ac calculation (#2) 2023-03-15 08:19:24 +01:00

CC BY-NC-SA 4.0 Ahoy Dev Build

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

🖐 Ahoy!

Logo

Communicate with Hoymiles inverters via radio. Get actual values like power, current, daily energy and set parameters like the power limit via web interface or MQTT. In this repository you will find different approaches means Hardware / Software to realize the described functionalities.

Table of approaches:

Board MI HM HMS/HMT comment HowTo start
ESP8266/ESP32, C++ ✔️ ✔️ coming soon 👈 the most effort is spent here create your own DTU
Arduino Nano, C++ ✔️
Raspberry Pi, Python ✔️
Others, C/C++ ✔️

Getting Started

Guide how to start with a ESP module

ESP Webinstaller (Edge / Chrome Browser only)

Our Website

https://ahoydtu.de

Success Stories

Support, Feedback, Information and Discussion

Development

If you encounter issues use the issues here on github.

Please try to describe your issues as precise as possible and think about if this is a issue with the software here in the repository or other software components.

Contributors are always welcome!

  • OpenDTU <- Our sister project for Hoymiles HM-300, HM-600, HM-1200 (for ESP32 only!)
  • DTU Simulator <- Go here for Hoymiles MI-300, MI-600, MI-1200 Software (single inverter only)