Browse Source

improved index page

added favicon.ico
add ESP32 and Display
gh-pages-src
lumapu 2 years ago
parent
commit
6fa7136a1e
  1. 2
      config.toml
  2. 36
      content/getting_started.html
  3. 2
      content/imprint.html
  4. 59
      layouts/index.html
  5. 8
      layouts/partials/footer.html
  6. BIN
      static/favicon.ico

2
config.toml

@ -27,4 +27,4 @@ title = 'AhoyDTU'
[params]
homeText = "Check how your Hoymiles inverter is performing"
homeText = "Die Open-Source Platform, um Hoymiles Wechselrichter aller Generationen auszulesen"

36
content/getting_started.html

@ -34,8 +34,24 @@ draft: false
</thead>
<tbody>
<tr>
<td>Wemos D1 Mini</td>
<td>
<div>ESP32 WROOM32</div>
<div class="alert alert-success" role="alert">
für bis zu 16 Inverter; besser für Nulleinspeisung; benötigt für HMS / HMT
</div>
</td>
<td>1</td>
<td>8,20 €</td>
<td><a href="https://www.makershop.de/plattformen/nodemcu/esp32-board-stiftleisten/" target="_blank">link</a></td>
<td><a href="https://www.ebay.de/itm/166119928274" target="_blank">link</a></td>
</tr>
<tr>
<td>
<div>Wemos D1 Mini</div>
<div class="alert alert-success" role="alert">
für bis zu 4 Inverter; Alternative zu ESP32; kostengünstiger
</div></td>
<td>(optional)</td>
<td>4,40 €</td>
<td><a href="https://www.makershop.de/plattformen/d1-mini/wemos-d1-mini/" target="_blank">link</a></td>
<td><a href="https://www.ebay.de/itm/153891459582" target="_blank">link</a></td>
@ -62,7 +78,21 @@ draft: false
<td><a href="https://www.ebay.de/itm/334558008501" target="_blank">link</a></td>
</tr>
<tr>
<td>Kondensator 100uF</td>
<td>Display SH1106 1.3&quot;</td>
<td>(optional)</td>
<td>8,10 €</td>
<td><a href="https://www.makershop.de/display/oled/oled-1-3-zoll-weiss/" target="_blank">link</a></td>
<td><a href="https://www.ebay.de/itm/112331632250" target="_blank">link</a></td>
</tr>
<tr>
<td>ePaper Display</td>
<td>(optional) nur ESP32</td>
<td>11,99$</td>
<td><a href="https://www.waveshare.com/product/displays/e-paper/epaper-3/1.54inch-e-paper-module.htm?___SID=U" target="_blank">link</a></td>
<td>-</td>
</tr>
<tr>
<td>Kondensator 100uF 6.3V</td>
<td>(optional)</td>
<td>2,89 €</td>
<td>-</td>
@ -71,7 +101,7 @@ draft: false
<tr>
<th scope="row">Summe (ohne Versand)</th>
<td>-</td>
<th>7,85 €</th>
<th>11,65 €</th>
<td>-</td>
<td>-</td>
</tr>

2
content/imprint.html

@ -18,7 +18,7 @@ draft: false
</p>
<p class="lead">
<ul class="lead">
<li>E-Mail: contact@ahoydtu.de</li>
<li>E-Mail: contact@ahoydtu.de (Deutsch und Englisch)</li>
<li>Probleme melden: <a href="https://github.com/lumapu/ahoy/issues" target="_blank"> Github Issues</a></li>
</ul>
</p>

59
layouts/index.html

@ -1,11 +1,49 @@
{{ define "main" }}
<div class="px-4 py-5 my-5 text-center">
<div class="px-4 pt-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="/img/logo1_small.png" alt="ahoyDTU logo">
<h1 class="display-5 fw-bold">{{ .Site.Title }}</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">{{ .Site.Params.homeText | markdownify }}</p>
<p class="lead mb-4">Project license CC-BY-NC-SA 4.0</p>
<p class="lead">lizensiert unter CC-BY-NC-SA 4.0</p>
<p class="lead">Projekt auf Github: <a href="https://github.com/lumapu/ahoy/" target="_blank">https://github.com/lumapu/ahoy/</a></p>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center">
<p class="lead">
Wir haben eine Firmware programmiert, die es ermöglicht Hoymiles ® Wechselrichter der Generationen MI, HM, HMS und HMT auszulesen. Das ganze passiert lokal und ohne Cloud. Die DTU verbindet sich per WLAN und stellt die Daten live per übersichtlicher Weboberfläche im (lokalen) Netzwerk bereit.
</p>
<p class="lead">
Durch MqTT und eine REST API lässt sich die AhoyDTU sehr leicht in ein bestehendes Smart-Home integrieren. Erfolgreich wurde die AhoyDTU schon in zB. <a href="https://www.iobroker.net/" target="_blank">ioBroker</a> und <a href="https://www.home-assistant.io/" target="_blank">Home-Assistant</a> eingesetzt. Die Daten können zB. mit <a href="https://grafana.com/" target="_blank">Grafana</a> visualisiert werden. Über das Smart-Home System kann auch eine Nulleinspeisung erfolgen.
</p>
<p class="lead">
Durch die Weboberfläche können sehr leicht Wechselrichter eingerichtet werden. Für jedes angeschlossene Panel (ann. ein Panel pro Eingang) wird Spannung, Strom, Leistung und Ertrag dargestellt. Das macht eine Fehlersuche einfach oder ermöglicht ein Monitoring der gesamten Anlage. Auch für die Optimierung der Ausrichtung (zB. Winkel, Abschattung) einzelner Module eignet sich die AhoyDTU sehr gut. Eine AhoyDTU kann je nach Ausbaustufe bis zu 16 Wechselrichter verwalten - <strong>alle Generation mit einem Gerät</strong>.
</p>
</div>
</div>
<div class="b-example-divider"></div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Neuigkeiten</h1>
<h4>Juni 2023: HMS / HMT Preview Firmware veröffentlicht</h4>
<p class="lead">
Ahoy unterstützt mit dem ESP32 und einem anderen Funkmodul CMT2300A jetzt auch die HMS und HMT Serie.<br/>
Folgende Inverter werden unterstützt:<br/>
HMS-350, HMS-500, HMS-800, HMS-1000, HMS-1800, HMS-2000, HMT-1800, HMT-2250
</p>
<p class="lead">
Download der Preview-Firmware: <a href="https://nightly.link/lumapu/ahoy/workflows/compile_development/development03/ahoydtu_dev.zip">Development Firmware</a> (Hinweis: die Firmware kann uU. Fehler enthalten)
</p>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden">
<img class="rounded-lg-3" src="/img/screenshot/live.png" alt="" width="560">
</div>
</div>
</div>
@ -14,9 +52,9 @@
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Visualization</h1>
<p class="lead">Read all the values of your Hoymiles® inverter without cloud.<br/>
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.</p>
<h1 class="display-4 fw-bold lh-1">Visualisierung</h1>
<p class="lead">Lese alle Werte deines Hoymiles ® Wechselrichters ohne Cloudanbindung.<br/>
Sowohl die AC-Parameter (nebenstehend auf grünem Hintergrund) als auch die DC-Paramter (Panele, blauer Hintergrund) werden ausgelesen. Die Visualisierung schafft eine schnelle Übersicht über den Zustand des / der Inverter.</p>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden">
<img class="rounded-lg-3" src="/img/screenshot/live.png" alt="" width="560">
@ -33,9 +71,8 @@
</div>
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Hardware</h1>
<p class="lead">The hardware consists only of two components: ESP8266 and NRF24L01+ module.<br/>
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</p>
<p class="lead">Die Hardware besteht im wesentlichen nur aus zwei Komponenten: Einem Wifi-Modul ESP32 (wahlweise ESP8266) und einem Funkmodul NRF24L01+ (oder CMT2300A für HMS / HMT)<br/>
Die Hardwarekosten belaufen sich auf ca. 15€ und wird damit zu den günstigsten Teilen der PV Anlage zählen. Die Komponenten können sehr einfach zusammengebaut werden (löten) und ohne Programmierkenntnisse über unser Online-Tool mit Firmware versehen werden.</p>
</div>
</div>
</div>
@ -45,10 +82,8 @@
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Connectivity</h1>
<p class="lead">The Firmware supports MQTT and has an API. All measured values will be published with an individual topic.<br/>
With MQTT you can use AhoyDTU nearly in all home automatisation systems.<br/>
The API is based on JSON objects.</p>
<h1 class="display-4 fw-bold lh-1">Verbindungen</h1>
<p class="lead">AhoyDTU understützt sowohl MqTT und hat zusätzlich eine REST API. Im Fall von MqTT werden alle ermittelten Werte wahlweise im Sekundentakt an den hinterlegten (in den Einstellungen gesetzt) MqTT-Broker veröffentlicht.</p>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden">
<img class="rounded-lg-3" src="/img/comp/connect.png" alt="" width="310">

8
layouts/partials/footer.html

@ -4,13 +4,13 @@
<section>
<div class="row d-flex">
<div class="col-4 text-center">
<p><a href="/imprint" class="text-white">Imprint</a></p>
<p><a href="/imprint" class="text-white text-decoration-none">Impressum</a></p>
</div>
<div class="col-4 text-center">
<p><a href="https://github.com/lumapu/ahoy" target="_blank" class="text-white">Github</a></p>
<p><a href="https://github.com/lumapu/ahoy" target="_blank" class="text-white text-decoration-none">Github</a></p>
</div>
<div class="col-4 text-center">
<p><a href="https://discord.gg/WzhxEY62mB" target="_blank" class="text-white">Discord</a></p>
<p><a href="https://discord.gg/WzhxEY62mB" target="_blank" class="text-white text-decoration-none">Discord (Chat)</a></p>
</div>
</div>
</section>
@ -18,7 +18,7 @@
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023
<a class="text-white" href="https://ahoydtu.de">AhoyDTU.de</a>
<a class="text-white text-decoration-none" href="https://ahoydtu.de">AhoyDTU.de</a>
</div>
</footer>

BIN
static/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Loading…
Cancel
Save