mirror of https://github.com/lumapu/ahoy.git
Andreas Schiffler
2 years ago
1 changed files with 23 additions and 16 deletions
@ -1,28 +1,35 @@ |
|||||
![actions/workflows/compile_esp8266.yml](../../actions/workflows/compile_esp8266.yml/badge.svg) ![actions/workflows/compile_development.yml](../../actions/workflows/compile_development.yml/badge.svg) |
![actions/workflows/compile_esp8266.yml](../../actions/workflows/compile_esp8266.yml/badge.svg) ![actions/workflows/compile_development.yml](../../actions/workflows/compile_development.yml/badge.svg) |
||||
|
|
||||
|
# 🖐 Ahoy! |
||||
![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true) |
![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true) |
||||
|
|
||||
# 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. |
||||
Ahoy is a project to bypass the original Hoymiles cloud solution. |
|
||||
In order to use this project, it is important what the area of application looks like. |
|
||||
With each version it is necessary to have an NRF24L01+. |
|
||||
|
|
||||
Click on the link below you are interested in. |
List of approaches |
||||
There you will find further explanations on how to proceed. (*Note: It is still under construction!*) |
|
||||
|
|
||||
##### Most updated section |
- [ESP8266/ESP32, C++](tools/esp8266/) 👈 the most effort is spent here |
||||
- [ESP8266](tools/esp8266/) that includes an web interface |
- [Arduino Nano, C++](tools/nano/NRF24_SendRcv/) |
||||
|
- [Raspberry Pi, Python](tools/rpi/) |
||||
|
- [Others, C/C++](tools/nano/NRF24_SendRcv/) |
||||
|
|
||||
##### will be updated as needed |
## Quick Start with ESP8266 |
||||
- [Arduino Nano](tools/nano/NRF24_SendRcv/) |
- [Go here ✨](https://github.com/grindylow/ahoy/blob/ahoy_v0.5.16/tools/esp8266/README.md#things-needed) |
||||
- [Raspberry Pi](tools/rpi/) |
|
||||
- [others](tools/nano/NRF24_SendRcv/) |
|
||||
|
|
||||
If errors occur or you have suggestions for ideas, please feel free to contact us [here](https://github.com/grindylow/ahoy/issues). |
|
||||
|
|
||||
## Contact |
## Success Stories |
||||
We run a Discord Server that can be used to get in touch with the Developers and Users. |
- [Getting the data into influxDB and visualize them in a Grafana Dashboard](https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/) (thx @Carl) |
||||
|
|
||||
https://discord.gg/WzhxEY62mB |
## Support, Feedback, Information and Discussion |
||||
|
- [Discord Server (~ 300 Users)](https://discord.gg/WzhxEY62mB) |
||||
|
- [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!** |
**Contributors are always welcome!** |
||||
|
|
||||
|
### Related Projects |
||||
|
- [OpenDTU](https://github.com/tbnobody/OpenDTU) |
||||
|
- [DTU Simulator](https://github.com/Ziyatoe/DTUsimMI1x00-Hoymiles) |
||||
|
Loading…
Reference in new issue