mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 02:06:21 +02:00
0.8.36 release
This commit is contained in:
parent
86ff9f054a
commit
6fb0535939
3 changed files with 14 additions and 997 deletions
13
README.md
13
README.md
|
@ -18,19 +18,26 @@ This work is licensed under a
|
|||
|
||||
|
||||
# 🖐 Ahoy!
|
||||

|
||||

|
||||
|
||||
This repository offers hardware and software solutions for communicating with Hoymiles inverters via radio. With our system, you can easily obtain real-time values such as power, current, and daily energy. Additionally, you can 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. Whether you're monitoring your solar panel system's performance or fine-tuning its settings, our solutions make it easy to 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
|
||||
[Guide how to start with a ESP module](Getting_Started.md)
|
||||
|
||||
|
@ -54,3 +61,5 @@ If you run into any issues, please feel free to use the issue tracker here on Gi
|
|||
### 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
|
996
src/CHANGES.md
996
src/CHANGES.md
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_PATCH 35
|
||||
#define VERSION_PATCH 36
|
||||
|
||||
//-------------------------------------
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue