Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. VIS - Maximale Anzahl Variablen?

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    537

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    442

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.0k

VIS - Maximale Anzahl Variablen?

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
1 Beiträge 1 Kommentatoren 212 Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T Offline
    T Offline
    thevolumeman
    schrieb am zuletzt editiert von
    #1

    Hallo zusammen,
    ich würde gerne die 8 Zeitabschnitte es ein Tages zum Thema Wetter (daswetter) abbilden wollen.

    Gibt es in einer Tabelle eine Maximale Anzahl an Variablen die ich verwenden darf?
    Wenn ich eine neue <th> erstellen, wird mir der Wert angezeigt, verarbeite ich es in einer Großen Tabelle ist plötzlich Schluss...

    ```
    <table border="6" widht="4000">
    <tr>
    <th>Tag:</th><th>Heute</th>
    </tr>

    <tr>
    <th>Zeit für Werte</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.hour_value} Uhr</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.hour_value} Uhr</th>
    </tr>

    <tr>
    <th>Temperatur</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.temp_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.temp_value} °C</th>
    </tr>
    <tr>
    <th>Luftfeuchtigkeit</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.humidity_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.humidity_value} %</th>
    </tr>
    <tr>
    <th>Luftdruck</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.pressure_value} mb</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.pressure_value} mb</th>

    </tr>
    <tr>
    <th>Regenmenge</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.rain_value} mm</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.rain_value} mm</th>
    </tr>
    <tr>
    <th>Wolkenindex</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.clouds_value} %</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.clouds_value} %</th>
    </tr>

    <tr>
    <th>Wettersymbol</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.symbol_desc}</th>
    BIS HIER ALLES OK. AB HIER DANN KEINE AUSGEFÜLLTEN WERTE MEHR
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.symbol_desc}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.symbol_desc}</th>
    </tr>

    <tr>
    <th>Windrichtung</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.wind_dir}</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.wind_dir}</th>

    </tr>
    <tr>
    <th>Windstärke</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.wind_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.wind_value} km/h</th>

    </tr>
    <tr>
    <th>Windchill (gefühlt wie)</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.windchill_value} °C</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.windchill_value} °C</th>
    </tr>

    <tr>
    <th>Windböen Geschwindigkeit</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.windgusts_value} km/h</th>
    <th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.windgusts_value} km/h</th>
    </tr>
    </table>

    
    Ich habe im Code einen Satz: ***BIS HIER ALLES OK. AB HIER DANN KEINE AUSGEFÜLLTEN WERTE MEHR*** 
    Bis genau dahin werden Variablen "ausgefüllt", danach stehen nur die Platzhalter dafür... aber keine Werte mehr.
    
    ![2019-02-18 12_50_22-vis.png](/assets/uploads/files/1550490678878-2019-02-18-12_50_22-vis.png) 
    
    Kann mir das jemand erklären? Ist ein ganz normales HTML Widget...
    
    Ich hoffe ich habe hier alles richtig gemacht, ist mein erster Forumsbeitrag... wenn nicht möge man mich bitte in die Schranken weisen...
    1 Antwort Letzte Antwort
    0

    Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

    Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

    Mit deinem Input könnte dieser Beitrag noch besser werden 💗

    Registrieren Anmelden
    Antworten
    • In einem neuen Thema antworten
    Anmelden zum Antworten
    • Älteste zuerst
    • Neuste zuerst
    • Meiste Stimmen


    Support us

    ioBroker
    Community Adapters
    Donate

    495

    Online

    32.8k

    Benutzer

    82.9k

    Themen

    1.3m

    Beiträge
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
    ioBroker Community 2014-2025
    logo
    • Anmelden

    • Du hast noch kein Konto? Registrieren

    • Anmelden oder registrieren, um zu suchen
    • Erster Beitrag
      Letzter Beitrag
    0
    • Home
    • Aktuell
    • Tags
    • Ungelesen 0
    • Kategorien
    • Unreplied
    • Beliebt
    • GitHub
    • Docu
    • Hilfe