mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
Merge remote-tracking branch 'remotes/origin/DanielR92-patch-2' into development03
This commit is contained in:
commit
7813bd4e01
2 changed files with 32 additions and 42 deletions
|
@ -1,3 +1,22 @@
|
|||
## Overview
|
||||
|
||||
This page describes how the module of a Wemos D1 mini and ESP8266 is wired to the radio module and is flashed with the latest Firmware.<br/>
|
||||
Further information will help you to communicate to the compatible inverters.
|
||||
|
||||
You find the full [User_Manual here](User_Manual.md)
|
||||
|
||||
## Compatiblity
|
||||
|
||||
For now the following Inverters should work out of the box:
|
||||
|
||||
Hoymiles Inverters
|
||||
|
||||
| Status | Serie | Model | comment |
|
||||
| ----- | ----- | ------ | ------- |
|
||||
| ✔️ | MI | 300, 600, 1000/1200/⚠️ 1500 | 4-Channel is not tested yet |
|
||||
| ✔️ | HM | 300, 350, 400, 600, 700, 800, 1000?, 1200, 1500 | |
|
||||
| ⚠️ | TSUN | [TSOL-M350](https://www.tsun-ess.com/Micro-Inverter/M350-M400), [TSOL-M400](https://www.tsun-ess.com/Micro-Inverter/M350-M400), [TSOL-M800/TSOL-M800(DE)](https://www.tsun-ess.com/Micro-Inverter/M800) | others may work as well (need to be verified). |
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Table of Contents](#table-of-contents)
|
||||
|
@ -26,45 +45,10 @@
|
|||
- [HTTP based Pages](#http-based-pages)
|
||||
- [MQTT command to set the DTU without webinterface](#mqtt-command-to-set-the-dtu-without-webinterface)
|
||||
- [Used Libraries](#used-libraries)
|
||||
- [Contact](#contact)
|
||||
- [ToDo](#todo)
|
||||
|
||||
***
|
||||
|
||||
## Overview
|
||||
|
||||
This page describes how the module of a Wemos D1 mini and ESP8266 is wired to the radio module and is flashed with the latest Firmware.<br/>
|
||||
Further information will help you to communicate to the compatible inverters.
|
||||
|
||||
You find the full [User_Manual here](User_Manual.md)
|
||||
|
||||
## Compatiblity
|
||||
|
||||
For now the following Inverters should work out of the box:
|
||||
|
||||
Hoymiles Inverters
|
||||
|
||||
- HM300
|
||||
- HM350
|
||||
- HM400
|
||||
- HM600
|
||||
- HM700
|
||||
- HM800
|
||||
- HM1000?
|
||||
- HM1200
|
||||
- HM1500
|
||||
- MI-300* [For MI inverters see remarks here](User_Manual.md#mi-inverters)
|
||||
- MI-600*
|
||||
- MI-700*
|
||||
- MI-1500* (2nd gen. still untested)
|
||||
|
||||
TSUN Inverters:
|
||||
|
||||
- [TSOL-M350](https://www.tsun-ess.com/Micro-Inverter/M350-M400)
|
||||
- [TSOL-M400](https://www.tsun-ess.com/Micro-Inverter/M350-M400)
|
||||
- [TSOL-M800/TSOL-M800(DE)](https://www.tsun-ess.com/Micro-Inverter/M800)
|
||||
- others may work as well (need to be verified).
|
||||
|
||||
Solenso Inverters:
|
||||
|
||||
- SOL-H350
|
||||
|
@ -193,7 +177,12 @@ Reboot afterwards.
|
|||
Once your Hardware is ready to run, you need to flash the Ahoy DTU Firmware to your Board.
|
||||
You can either build your own using your own configuration or use one of our pre-compiled generic builds.
|
||||
|
||||
#### Compiling your own Version
|
||||
### Flash from your browser (easy)
|
||||
|
||||
The easiest step for you is to flash online. A browser MS Edge or Google Chrome is required.
|
||||
[Here you go](https://ahoydtu.de/web_install/)
|
||||
|
||||
### Compiling your own Version
|
||||
|
||||
This information suits you if you want to configure and build your own firmware.
|
||||
|
||||
|
@ -302,12 +291,6 @@ When everything is wired up and the firmware is flashed, it is time to connect t
|
|||
| `ArduinoJson` | 6.19.4 | MIT |
|
||||
| `ESP Async WebServer` | 4.3.0 | ? |
|
||||
|
||||
## Contact
|
||||
|
||||
We run a Discord Server that can be used to get in touch with the Developers and Users.
|
||||
|
||||
<https://discord.gg/WzhxEY62mB>
|
||||
|
||||
## ToDo
|
||||
|
||||
[See this post](https://github.com/lumapu/ahoy/issues/142)
|
||||
|
|
|
@ -27,6 +27,13 @@ Table of approaches:
|
|||
| [Raspberry Pi, Python](tools/rpi/) | ❌ | ✔️ | ❌ | |
|
||||
| [Others, C/C++](tools/nano/NRF24_SendRcv/) | ❌ | ✔️ | ❌ | |
|
||||
|
||||
## Getting Started
|
||||
[Guide how to start with a ESP module](Getting_Started.md)
|
||||
[ESP Webinstaller (Edge / Chrome Browser only)](https://ahoydtu.de/web_install)
|
||||
|
||||
## Our Website
|
||||
[https://ahoydtu.de](https://ahoydtu.de)
|
||||
|
||||
## 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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue