mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 00:18:24 +02:00
Various tools, examples, and documentation for communicating with Hoymiles microinverters
(1.) "The configuration format of manual configured MQTT items has changed. The old format that places configurations under the sensor platform key should no longer be used and is deprecated." See: https://www.home-assistant.io/integrations/sensor.mqtt/ (2.) More comprehensive set of sensors. Sensor for uptime converts to a (more) human readable format and sensor of Last Alert Message Code gets mapped to actual alert messages. |
||
---|---|---|
.github/workflows | ||
doc | ||
tools | ||
.gitignore | ||
LICENSE | ||
README.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!