mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 08:58:22 +02:00
Merge branch 'lumapu:development03' into development03
This commit is contained in:
commit
50a6e4cb80
5 changed files with 237 additions and 7 deletions
13
README.md
13
README.md
|
@ -18,19 +18,26 @@ This work is licensed under a
|
|||
|
||||
|
||||
# 🖐 Ahoy!
|
||||

|
||||

|
||||
|
||||
This repository provides hardware and software solutions for communicating with Hoymiles inverters via radio. Our system allows you to easily obtain real-time values, such as power, current, and daily energy, as well as set parameters like the power limit of your inverter to achieve zero export. You can access these functionalities through our user-friendly web interface, MQTT, or JSON. Our solutions simplify the process of monitoring and fine-tuning your solar panel system to help you achieve your goals.
|
||||
|
||||
## Changelog
|
||||
[latest Release](https://github.com/lumapu/ahoy/blob/main/src/CHANGES.md)
|
||||
[Development Version](https://github.com/lumapu/ahoy/blob/development03/src/CHANGES.md)
|
||||
|
||||
|
||||
Table of approaches:
|
||||
|
||||
| Board | MI | HM | HMS/HMT | comment | HowTo start |
|
||||
| ------ | -- | -- | ------- | ------- | ---------- |
|
||||
| [ESP8266/ESP32, C++](Getting_Started.md) | ✔️ | ✔️ | ✔️ ✨ | 👈 the most effort is spent here | [create your own DTU](https://ahoydtu.de/getting_started/) |
|
||||
| [ESP8266/ESP32, C++](Getting_Started.md) | ✔️ | ✔️ | ✔️ | 👈 the most effort is spent here | [create your own DTU](https://ahoydtu.de/getting_started/) |
|
||||
| [Arduino Nano, C++](tools/nano/NRF24_SendRcv/) | ❌ | ✔️ | ❌ | |
|
||||
| [Raspberry Pi, Python](tools/rpi/) | ❌ | ✔️ | ❌ | |
|
||||
| [Others, C/C++](tools/nano/NRF24_SendRcv/) | ❌ | ✔️ | ❌ | |
|
||||
|
||||
⚠️ **Warning: HMS-XXXXW-2T WiFi inverters are not supported. They have a 'W' in their name and a DTU serial number on its sticker**
|
||||
|
||||
## Getting Started
|
||||
1. [Guide how to start with a ESP module](Getting_Started.md)
|
||||
|
||||
|
@ -56,3 +63,5 @@ If you encounter any problems, use the issue tracker on Github. Provide a detail
|
|||
### Related Projects
|
||||
- [OpenDTU](https://github.com/tbnobody/OpenDTU)
|
||||
<- Our sister project ✨ for Hoymiles HM- and HMS-/HMT-series (for ESP32 only!)
|
||||
- [hms-mqtt-publisher](https://github.com/DennisOSRM/hms-mqtt-publisher)
|
||||
<- a project which can handle WiFi inverters like HMS-XXXXW-2T
|
Loading…
Add table
Add a link
Reference in a new issue