diff --git a/about/index.html b/about/index.html index 37395f06..ce2b1832 100644 --- a/about/index.html +++ b/about/index.html @@ -1,3 +1,3 @@ -About | AhoyDTU

About

AhoyDTU is a firmware for ESP8266 and ESP32 modules to read values from a hoymiles inverter of the 3rd generation. It is generally based on reverse engineering which started in Mikrocontroller.net Forum.

\ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 6aa0a823..d2a6b377 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,4 +1,4 @@ -Categories | AhoyDTU

Categories

Basics

Releases können hier gefunden werden: https://github.com/lumapu/ahoy/releases/

Die Development Builds werden automatisch erstellt und sind in Github unter [Actions](https://github.com/lumapu/ahoy/actions) zu finden. Für den Download muss man bei Github eingeloggt sein. Man bekommt ein Zip mit den Firmwares für ESP8266 und ESP32.

FAQ

Basics

Releases können hier gefunden werden: https://github.com/lumapu/ahoy/releases/

Die Development Builds werden automatisch erstellt und sind in Github unter [Actions](https://github.com/lumapu/ahoy/actions) zu finden. Für den Download muss man bei Github eingeloggt sein. Man bekommt ein Zip mit den Firmwares für ESP8266 und ESP32.

Install Firmware

You can easily upload the latest firmware to your ESP.


1 Install firmware


2 Connect to ESP

  • a Your ESP opens an WiFi access point (AP) with SSID AHOY-DTU
  • b Connect to this WiFi with some client (Laptop, Smartphone)
  • c Browse to the ESPs IP http://192.168.1.1/setup
  • d The default password is esp_8266
  • e Navigate to the Settings page
  • f Open the section WiFi and press Scan
  • g Select your home network and type your password
  • h Scroll down, check Reboot device after successful save and press save

3 Find device in home LAN / Wifi

option a
Check a serial console during boot of ESP. It will print the IP which it got from DHCP server.
option b
Ping from your console / terminal the ESPs network name ping ahoy-dtu
option c
Check devices listed in your WiFi router (eg. Fritz!Box). You should be able to find an IP-address like 192.168.x.x

4 Settings

  • a Point to Settings again and configure the device on your needs.
  • b enter the 12-digit serial number and a name for your inverter
  • c add the maximum watt peak value and optional a name for each input
  • d check that the time has been set (on index page)
  • e finally reboot the ESP device to make sure everything works as intended
\ No newline at end of file diff --git a/getting_started/index.html b/getting_started/index.html index 194fa92f..cac9bfed 100644 --- a/getting_started/index.html +++ b/getting_started/index.html @@ -1,2 +1,2 @@ -Getting Started | AhoyDTU

Getting Started

Hardware

The hardware insists only in two modules:

  • ESP8266 / ESP32 Wifi module
  • NRF24L01+ module

Part list

Component~ Price (including shipment)
ESP82664,55 €
NRF24L01+5,65 €
Dunpont Cables2,65 €
100uF Capacitor2,89 €
Sum15,74 €

Connection diagram

Software / Firmware

Guided Installation

Switch to our Online Installer

manual Installation

The firmware can be found on Github. Point to the releases section on the right part of the page and download the zip-file. It contains binaries for both ESP models.

Compile firmware from sources

n/a

Flash

\ No newline at end of file diff --git a/imprint/index.html b/imprint/index.html index f78f3e30..a5f234e4 100644 --- a/imprint/index.html +++ b/imprint/index.html @@ -1,2 +1,2 @@ -Impressum | AhoyDTU

Impressum

Kontakt

Haftung für Inhalte

Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte wird jedoch keine Gewähr übernehmen.

Urheberrecht

Alle Inhalte dieser Website, sofern auf nicht auf der jeweiligen Seite anders ausgezeichnet, unterliegen der CC BY-NC-SA 4.0

Datenschutz

Die Nutzung dieser Webseite ist ohne Angabe personenbezogener Daten möglich.

Diese Website wird auf GitHub gehostet, es gelten die entsprechenden Richtlinien von GitHub

Cookies

Diese Website benutzt keine Cookies.

\ No newline at end of file diff --git a/index.html b/index.html index 6e616511..bb9232f2 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ -AhoyDTU
ahoyDTU logo

AhoyDTU

Check how your Hoymiles inverter is performing

Visualization

Read all the values of your Hoymiles® inverter without cloud.
Dig deeper into your inverter. All the AC parameters (green area) are read from your inverter. You'll get an extra information field (blue) for each DC input. You're able to monitor your individual panels for shadows or damage.

Hardware

The hardware consists only of two components: ESP8266 and NRF2401L+ module.
As a total hardware cost of 10 - 15€ (depends on distributor) it will be the cheapest part of your photovoltaic system. The components can be easily soldered together and flashed using our online flash tool

Connectivity

The Firmware supports MQTT and has an API. All measured values will be published with an individual topic.
With MQTT you can use AhoyDTU nearly in all home automatisation systems.
The API is based on JSON objects.

\ No newline at end of file diff --git a/tags/index.html b/tags/index.html index b9778d22..e64fa156 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,4 +1,4 @@ -Tags | AhoyDTU

Tags

Basics

Releases können hier gefunden werden: https://github.com/lumapu/ahoy/releases/

Die Development Builds werden automatisch erstellt und sind in Github unter [Actions](https://github.com/lumapu/ahoy/actions) zu finden. Für den Download muss man bei Github eingeloggt sein. Man bekommt ein Zip mit den Firmwares für ESP8266 und ESP32.