mirror of https://github.com/lumapu/ahoy.git
DanielR92
2 years ago
committed by
GitHub
1 changed files with 15 additions and 11 deletions
@ -1,17 +1,21 @@ |
|||
![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true) |
|||
|
|||
# ahoy |
|||
Various tools, examples, and documentation for communicating with Hoymiles microinverters. |
|||
Ahoi 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+. |
|||
|
|||
In particular: |
|||
Click on the link below you are interested in. |
|||
There you will find further explanations on how to proceed. (*Note: It is still under construction!*) |
|||
|
|||
* `doc/hoymiles-format-description.txt` is a [detailed description of the communications format](doc/hoymiles-format-description.md) and the history of this project |
|||
* `doc/getting-started-ESP8266.md` shows the [hardware setup for an ESP8266-based system](doc/getting-started-ESP8266.md) |
|||
* The `tools` folder contains various software tools for RaspberryPi, Arduino and ESP8266/ESP32: |
|||
* A [version for ESP8266](tools/esp8266/) that includes an web interface ![](../../actions/workflows/compile_esp8266.yml/badge.svg) |
|||
* A [version for Arduino Nano](tools/nano/NRF24_SendRcv/) |
|||
* An [alternative Version of the above](tools/NRF24_SendRcv/) |
|||
* A [different implementation](tools/HoyDtuSim/) |
|||
* An [implementation for Raspberry Pi](tools/rpi/) that polls an inverter and archives results as log files/stdout as well as posting them to an MQTT broker. |
|||
##### Most updated section |
|||
- [ESP8266](tools/esp8266/) that includes an web interface ![](../../actions/workflows/compile_esp8266.yml/badge.svg) |
|||
|
|||
Contributors are always welcome! |
|||
##### will be updated as needed |
|||
- [Arduino Nano](tools/nano/NRF24_SendRcv/) |
|||
- [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). |
|||
|
|||
**Contributors are always welcome!** |
|||
|
Loading…
Reference in new issue