mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
Various tools, examples, and documentation for communicating with Hoymiles microinverters
fix Prometheus and JSON endpoints (`config_override.h`) #561 publish MQTT with fixed interval even if inverter is not available #542 added JSON settings upload. NOTE: settings JSON download changed, so only settings should be uploaded starting from version `0.5.70` #551 MQTT topic and inverter name have more allowed characters: `[A-Za-z0-9./#$%&=+_-]+`, thx: @Mo Demman improved potential issue with `checkTicker`, thx @cbscpe MQTT option for reset values on midnight / not avail / communication stop #539 small fix in `tickIVCommunication` #534 add `YieldTotal` correction, eg. to have the option to zero at year start #512 |
||
---|---|---|
.github | ||
doc | ||
scripts | ||
src | ||
tools | ||
.gitignore | ||
Getting_Started.md | ||
README.md | ||
User_Manual.md |
🖐 Ahoy!
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.
List of approaches
- ESP8266/ESP32, C++ 👈 the most effort is spent here
- Arduino Nano, C++
- Raspberry Pi, Python
- Others, C/C++
Quick Start with ESP8266
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!
Related Projects
- 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