2 Commits
main ... main

Author SHA1 Message Date
Anton Roslund
9dc63b4c15 Update solar battery chart node IDs 2026-02-25 07:58:54 +01:00
Anton Roslund
d574b77f14 Update radio button IDs and labels in messages index.html 2026-02-25 07:58:38 +01:00
2 changed files with 11 additions and 10 deletions

View File

@@ -18,17 +18,17 @@ menu: {main: {weight: 50}}
<input type="radio" class="btn-check" name="btnradio" id="1770352332" autocomplete="off">
<label class="btn btn-outline-primary" for="1770352332" data-bs-toggle="tooltip" data-bs-placement="top" title="JwK Bas">JwK</label>
<input type="radio" class="btn-check" name="btnradio" id="3663385928" autocomplete="off">
<label class="btn btn-outline-primary" for="3663385928" data-bs-toggle="tooltip" data-bs-placement="top" title="Mariehäll Alprosen">Ros1</label>
<input type="radio" class="btn-check" name="btnradio" id="1730698186" autocomplete="off">
<label class="btn btn-outline-primary" for="1730698186" data-bs-toggle="tooltip" data-bs-placement="top" title="Mariehäll Alprosen">Ros1</label>
<input type="radio" class="btn-check" name="btnradio" id="2733242120" autocomplete="off">
<label class="btn btn-outline-primary" for="2733242120" data-bs-toggle="tooltip" data-bs-placement="top" title="La Essingen S SM0YOS">ESSS</label>
<input type="radio" class="btn-check" name="btnradio" id="1771757728" autocomplete="off">
<label class="btn btn-outline-primary" for="1771757728" data-bs-toggle="tooltip" data-bs-placement="top" title="La Essingen S SM0YOS">ESSS</label>
<input type="radio" class="btn-check" name="btnradio" id="2718571204" autocomplete="off">
<label class="btn btn-outline-primary" for="2718571204" data-bs-toggle="tooltip" data-bs-placement="top" title="DXD3 Ruggen">DXD3</label>
<input type="radio" class="btn-check" name="btnradio" id="1130122168" autocomplete="off">
<label class="btn btn-outline-primary" for="1130122168" data-bs-toggle="tooltip" data-bs-placement="top" title="MLZ0 Ruggen">MLZ0</label>
<input type="radio" class="btn-check" name="btnradio" id="2971894662" autocomplete="off">
<label class="btn btn-outline-primary" for="2971894662" data-bs-toggle="tooltip" data-bs-placement="top" title="Stora Älgön 2.0">Älg</label>
<input type="radio" class="btn-check" name="btnradio" id="3944789204" autocomplete="off">
<label class="btn btn-outline-primary" for="3944789204" data-bs-toggle="tooltip" data-bs-placement="top" title="Lura Base">Lura</label>
</div>
<!-- Info Button with Tooltip -->
<div data-bs-toggle="tooltip" data-bs-placement="right" title="Visar meddelanden mottagna av respektive nod. Användbart för att förstå vilka noder som har hört ett meddelande.">

View File

@@ -2,8 +2,6 @@
(function () {
const SOLAR_NODE_IDS = [
//1186266851, // SOLoRa - Väsjö Router
//3189606141, // SOLoRa - Smidö Router
1927973746, // Bredden
2619482157, // Upplands Väsby 2.0
350146207, // Hagatoppen
@@ -12,7 +10,10 @@
3324004241, // Skårdal 1
3328975709, // MDG Gränö
235175901, // Hammarbyhöjden
2762234179, // L_SOL-1
3766261774, // L_Sol_3
3649611165, // L_Sol_5
3147411244, // None Solar
];
const DAYS = 30;