mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 18:26:21 +02:00
added new release binaries
fixed typo
This commit is contained in:
parent
6d764e78bf
commit
017b3be055
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@
|
||||||
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
|
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
|
||||||
<h1 class="display-4 fw-bold lh-1">Visualisierung</h1>
|
<h1 class="display-4 fw-bold lh-1">Visualisierung</h1>
|
||||||
<p class="lead">Lasse alle Werte deines Hoymiles ® Wechselrichters ohne Cloudanbindung auslesen.<br/>
|
<p class="lead">Lasse alle Werte deines Hoymiles ® Wechselrichters ohne Cloudanbindung auslesen.<br/>
|
||||||
Sowohl die AC-Parameter (grüner Hintergrund) als auch die DC-Paramter (Panele, blauer Hintergrund) werden ausgelesen. Die Visualisierung schafft eine schnelle Übersicht über den Zustand des / der Inverter.</p>
|
Sowohl die AC-Parameter (grüner Hintergrund) als auch die DC-Parameter (Panele, blauer Hintergrund) werden ausgelesen. Die Visualisierung schafft eine schnelle Übersicht über den Zustand des / der Inverter.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden">
|
<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">
|
<img class="rounded-lg-3" src="/img/screenshot/live.png" alt="" width="560">
|
||||||
|
|
BIN
static/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin
Normal file
BIN
static/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin
Normal file
Binary file not shown.
BIN
static/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin
Normal file
BIN
static/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "AhoyDTU",
|
"name": "AhoyDTU",
|
||||||
"version": "0.6.9",
|
"version": "0.7.25",
|
||||||
"funding_url": "https://ko-fi.com/lumapu",
|
"funding_url": "https://ko-fi.com/lumapu",
|
||||||
"new_install_prompt_erase": true,
|
"new_install_prompt_erase": true,
|
||||||
"builds": [
|
"builds": [
|
||||||
|
@ -10,13 +10,13 @@
|
||||||
{ "path": "/firmware/bootloader.bin", "offset": 4096 },
|
{ "path": "/firmware/bootloader.bin", "offset": 4096 },
|
||||||
{ "path": "/firmware/partitions.bin", "offset": 32768 },
|
{ "path": "/firmware/partitions.bin", "offset": 32768 },
|
||||||
{ "path": "/firmware/ota.bin", "offset": 57344 },
|
{ "path": "/firmware/ota.bin", "offset": 57344 },
|
||||||
{ "path": "/firmware/230419_ahoy_0.6.9_15ec6a0_esp32.bin", "offset": 65536 }
|
{ "path": "/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin", "offset": 65536 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chipFamily": "ESP8266",
|
"chipFamily": "ESP8266",
|
||||||
"parts": [
|
"parts": [
|
||||||
{ "path": "/firmware/230419_ahoy_0.6.9_15ec6a0_esp8266.bin", "offset": 0 }
|
{ "path": "/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin", "offset": 0 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue