You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.3 KiB

2 years ago
[![CC BY-NC-SA 3.0][cc-by-nc-sa-shield]][cc-by-nc-sa] [![Ahoy Dev Build][dev-action-badge]][dev-action-link]
This work is licensed under a
2 years ago
[Creative Commons Attribution-NonCommercial-ShareAlike 3.0 International License][cc-by-nc-sa].
2 years ago
[![CC BY-NC-SA 3.0][cc-by-nc-sa-image]][cc-by-nc-sa]
2 years ago
[cc-by-nc-sa]: https://creativecommons.org/licenses/by-nc-sa/3.0/de/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%203.0-lightgrey.svg
2 years ago
[dev-action-badge]: https://github.com/lumapu/ahoy/actions/workflows/compile_development.yml/badge.svg
2 years ago
[dev-action-link]: https://github.com/lumapu/ahoy/actions/workflows/compile_development.yml
2 years ago
2 years ago
# 🖐 Ahoy!
3 years ago
![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true)
2 years ago
**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.
2 years ago
List of approaches
- [ESP8266/ESP32, C++](Getting_Started.md) 👈 the most effort is spent here
2 years ago
- [Arduino Nano, C++](tools/nano/NRF24_SendRcv/)
- [Raspberry Pi, Python](tools/rpi/)
- [Others, C/C++](tools/nano/NRF24_SendRcv/)
2 years ago
## Quick Start with ESP8266
- [Go here ✨](Getting_Started.md#things-needed)
2 years ago
- [Our Website](https://ahoydtu.de)
2 years ago
## Success Stories
- [Getting the data into influxDB and visualize them in a Grafana Dashboard](https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/) (thx @Carl)
2 years ago
## Support, Feedback, Information and Discussion
- [Discord Server (~ 1200 Users)](https://discord.gg/WzhxEY62mB)
2 years ago
- [The root of development](https://www.mikrocontroller.net/topic/525778)
### 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!**
2 years ago
### Related Projects
- [OpenDTU](https://github.com/tbnobody/OpenDTU)
<- Our sister project for Hoymiles HM-300, HM-600, HM-1200 (for ESP32 only!)
- [DTU Simulator](https://github.com/Ziyatoe/DTUsimMI1x00-Hoymiles)
<- Go here for Hoymiles MI-300, MI-600, MI-1200 Software