Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test PV Forecast Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Test PV Forecast Adapter

Geplant Angeheftet Gesperrt Verschoben Tester
forecastphotovoltaik
881 Beiträge 114 Kommentatoren 285.1k Aufrufe 108 Watching
  • Ä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.
  • J JoergH

    @sputnik24 Ich tracke ja noch nicht so lange, aber bei mir sieht es ähnlich aus:

    d12dffa3-a8e5-4d9d-8383-d9f164dc15f3-grafik.png

    T Offline
    T Offline
    Tudo
    schrieb am zuletzt editiert von
    #169

    Mal eine praktische Frage zur Verwendung der gelieferten stündlichen Werte:

    Ich möchte mittels Blockly herausfinden, zu welcher Zeit die höchste Erzeugung prognostiziert wird.
    Es müssen also alle Datenpunkte miteinander verglichen werden und als Ergebnis eine Uhrzeit ausgeworfen werden.

    Kann mir jemand einen Tipp geben, wie ich das machen kann?

    DiginixD 1 Antwort Letzte Antwort
    0
    • T Tudo

      Mal eine praktische Frage zur Verwendung der gelieferten stündlichen Werte:

      Ich möchte mittels Blockly herausfinden, zu welcher Zeit die höchste Erzeugung prognostiziert wird.
      Es müssen also alle Datenpunkte miteinander verglichen werden und als Ergebnis eine Uhrzeit ausgeworfen werden.

      Kann mir jemand einen Tipp geben, wie ich das machen kann?

      DiginixD Offline
      DiginixD Offline
      Diginix
      schrieb am zuletzt editiert von Diginix
      #170

      @tudo Du erstellst 2 Listen. Eine mit allen Uhrzeiten und eine mit allen Leistungswerten. Mit den Blockly Listenfunktionen suchst du dann den Maxwert in der Liste der Leistungswerte bzw. die Position des höchsten Wertes. Mit der Position bekommst du dann in der Liste mit den Zeiten den passenden Zeitpunkt.
      Als Quelle für die 2 Listen würde ich pvforecast.0.1.JSONTable nutzen. Vllt geht es auch noch eleganter mit Schleifen. Hab ich aber selbst noch nicht gemacht.

      @PatrickWalther
      Gerade fällt mir auf, dass bei mir alle states unterhalb pvforecast.0.1.everyhour_kw und pvforecast.0.summary.everyhour_kw 0 zeigen. In pvforecast.0.1.JSONTable sind aber Leistungswerte. Die komplette Tagesprognose selbst ist 5,8 kWh.

      ..:: So long! Tom ::..

      NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

      1 Antwort Letzte Antwort
      0
      • P Offline
        P Offline
        PatrickWalther
        Developer
        schrieb am zuletzt editiert von
        #171
        Test PV Forecast Adapter 0.1.6
        Veröffentlichungsdatum 23.01.2021
        Github Link https://github.com/Patrick-Walther/ioBroker.pvforecast

        Guten Abend,

        anbei die Version 0.1.6. diese Version beseitig die bisherigen Fehler einträge.

        Neu:
        Der Adapter aktualisert alle x Minuten(nach Adapter start) , einstellbar in den Settings, die Daten. Bitte diesen Wert eingeben.

        Viel Spaß beim Testen.
        Grüße
        Patrick

        DiginixD 1 Antwort Letzte Antwort
        1
        • P PatrickWalther
          Test PV Forecast Adapter 0.1.6
          Veröffentlichungsdatum 23.01.2021
          Github Link https://github.com/Patrick-Walther/ioBroker.pvforecast

          Guten Abend,

          anbei die Version 0.1.6. diese Version beseitig die bisherigen Fehler einträge.

          Neu:
          Der Adapter aktualisert alle x Minuten(nach Adapter start) , einstellbar in den Settings, die Daten. Bitte diesen Wert eingeben.

          Viel Spaß beim Testen.
          Grüße
          Patrick

          DiginixD Offline
          DiginixD Offline
          Diginix
          schrieb am zuletzt editiert von
          #172

          @patrickwalther 0.1.6 hat mein System gerade komplett vor den Baum gefahren. 100% CPU und 3 MB Log in 1 Minute.

          Musste ihn hart abschießen um die VM nicht ganz killen zu müssen. Hatte zeitweise nicht mal ein Prompt.

          Hier mal ein Auszug aus dem Log. Alle 20.000 Zeilen sprengen hier den Rahmen.

          1080 mal im Log:

          pvforecast.0 (2065410) Axios Error Error: Request failed with status code 429
          
          2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) unhandled promise rejection: DB closed
          2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) Error: DB closed
              at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25)
              at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20)
              at Object.onceWrapper (events.js:520:26)
              at Socket.emit (events.js:400:28)
              at TCP.<anonymous> (net.js:686:12)
          2022-01-23 20:33:27.839  - error: pvforecast.0 (2065410) DB closed
          

          Für alle Uhrzeiten und Knoten jeweils:

          pvforecast.0 (2065410) Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
          
          2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
          2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) unhandled promise rejection: Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
          2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Error: Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
              at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17)
              at Adapter.setObjectNotExists (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3403:30)
              at runMicrotasks (<anonymous>)
              at processTicksAndRejections (internal/process/task_queues.js:95:5)
          2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
          

          Und dann noch 1000de Zeilen:

          2022-01-23 20:35:11.975  - error: pvforecast.0 (2065621) Axios Error Error: Request failed with status code 429
          2022-01-23 20:35:11.976  - error: pvforecast.0 (2065621) Axios Error Error: Request failed with status code 429
          2022-01-23 20:35:11.982  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.982  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.986  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:11.986  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.314  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.314  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:12.320  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.517  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.517  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.519  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.519  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.523  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          2022-01-23 20:35:35.523  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
          

          ..:: So long! Tom ::..

          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

          P 1 Antwort Letzte Antwort
          0
          • DiginixD Diginix

            @patrickwalther 0.1.6 hat mein System gerade komplett vor den Baum gefahren. 100% CPU und 3 MB Log in 1 Minute.

            Musste ihn hart abschießen um die VM nicht ganz killen zu müssen. Hatte zeitweise nicht mal ein Prompt.

            Hier mal ein Auszug aus dem Log. Alle 20.000 Zeilen sprengen hier den Rahmen.

            1080 mal im Log:

            pvforecast.0 (2065410) Axios Error Error: Request failed with status code 429
            
            2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) unhandled promise rejection: DB closed
            2022-01-23 20:33:27.838  - error: pvforecast.0 (2065410) Error: DB closed
                at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:183:25)
                at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:150:20)
                at Object.onceWrapper (events.js:520:26)
                at Socket.emit (events.js:400:28)
                at TCP.<anonymous> (net.js:686:12)
            2022-01-23 20:33:27.839  - error: pvforecast.0 (2065410) DB closed
            

            Für alle Uhrzeiten und Knoten jeweils:

            pvforecast.0 (2065410) Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
            
            2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) unhandled promise rejection: Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
            2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Error: Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
                at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17)
                at Adapter.setObjectNotExists (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:3403:30)
                at runMicrotasks (<anonymous>)
                at processTicksAndRejections (internal/process/task_queues.js:95:5)
            2022-01-23 20:33:33.780  - error: pvforecast.0 (2065410) Could not check object existence of pvforecast.0.summary.everyhour_kw.10:00:00: Cannot check object existence of "pvforecast.0.summary.everyhour_kw.10:00:00": Connection is closed.
            

            Und dann noch 1000de Zeilen:

            2022-01-23 20:35:11.975  - error: pvforecast.0 (2065621) Axios Error Error: Request failed with status code 429
            2022-01-23 20:35:11.976  - error: pvforecast.0 (2065621) Axios Error Error: Request failed with status code 429
            2022-01-23 20:35:11.982  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.982  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:45:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.983  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.984  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.985  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.986  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:11.986  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.314  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.314  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.315  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.316  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.317  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.318  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.319  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:12.320  - warn: pvforecast.0 (2065621) State "pvforecast.0.summary.everyhour_kw.05:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.308  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.05:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.517  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.517  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.518  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.07:30:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.519  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.519  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.523  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            2022-01-23 20:35:35.523  - warn: pvforecast.0 (2065621) State "pvforecast.0.1.everyhour_kw.06:15:00" has no existing object, this might lead to an error in future versions
            
            P Offline
            P Offline
            PatrickWalther
            Developer
            schrieb am zuletzt editiert von
            #173

            @diginix sorry:-(

            Find ich komisch, hast du unter Config-> Settings die Zeitabfrage eingegeben?

            Sonstige Änderungen gemacht?

            Ich desinstalieren das auf meine zwei Pi nochmal und teste es.

            DiginixD 1 Antwort Letzte Antwort
            0
            • P PatrickWalther

              @diginix sorry:-(

              Find ich komisch, hast du unter Config-> Settings die Zeitabfrage eingegeben?

              Sonstige Änderungen gemacht?

              Ich desinstalieren das auf meine zwei Pi nochmal und teste es.

              DiginixD Offline
              DiginixD Offline
              Diginix
              schrieb am zuletzt editiert von
              #174

              @patrickwalther Da stand schon 60 min vorausgefüllt.
              458152ca-db09-4994-b7f3-ff4f2cb8c657-image.png

              Ich habe danach nur die Instanz von loglevel warn auf info gestellt, um mehr zu sehen. Der war ja warn damit mir das log durch die falschen Datentypen nicht vollgemüllt wird. Die kamen nun aber glaub auch wieder und auch für states alle 15 min, obwohl es doch nur noch volle Stunden geben sollte oder?

              Aktuell läuft die Instanz gar nicht bis noch jemand getestet hat oder du was findest. Brauche es ja nicht wirklich.

              ..:: So long! Tom ::..

              NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

              P 1 Antwort Letzte Antwort
              0
              • DiginixD Diginix

                @patrickwalther Da stand schon 60 min vorausgefüllt.
                458152ca-db09-4994-b7f3-ff4f2cb8c657-image.png

                Ich habe danach nur die Instanz von loglevel warn auf info gestellt, um mehr zu sehen. Der war ja warn damit mir das log durch die falschen Datentypen nicht vollgemüllt wird. Die kamen nun aber glaub auch wieder und auch für states alle 15 min, obwohl es doch nur noch volle Stunden geben sollte oder?

                Aktuell läuft die Instanz gar nicht bis noch jemand getestet hat oder du was findest. Brauche es ja nicht wirklich.

                P Offline
                P Offline
                PatrickWalther
                Developer
                schrieb am zuletzt editiert von
                #175

                @diginix ich guck morgen danach.

                Hab meinen Pi jetzt auch ins Nirvana geschickt. Verstehe aber noch nicht wieso:-/

                P 1 Antwort Letzte Antwort
                0
                • P PatrickWalther

                  @diginix ich guck morgen danach.

                  Hab meinen Pi jetzt auch ins Nirvana geschickt. Verstehe aber noch nicht wieso:-/

                  P Offline
                  P Offline
                  PatrickWalther
                  Developer
                  schrieb am zuletzt editiert von
                  #176

                  @patrickwalther Habe noch zwei Änderungen vor gesehen, könnte das jemand Testen?

                  Habe nach mehrfacher Installation und Desinallation, den Fehler nicht mehr bekommen den diginix hatte.

                  Bitte den Adapter stoppen und eine zweite Instanz zum Testen installieren.

                  1 Antwort Letzte Antwort
                  0
                  • DiginixD Offline
                    DiginixD Offline
                    Diginix
                    schrieb am zuletzt editiert von Diginix
                    #177

                    @patrickwalther Die "neue" 0.1.6 sieht gut aus. Hab den gesamten Adapter inkl Instanz zuvor deinstalliert und dadurch eine komplett saubere Installation. Selbst auf Loglevel info kam tatsächlich bisher nur:

                    2022-01-24 15:46:48.031 - info: pvforecast.0 (2189705) starting. Version 0.1.6 in /opt/iobroker/node_modules/iobroker.pvforecast, node: v14.18.3, js-controller: 3.3.22
                    

                    Also keinerlei Warnings oder Error beim Erzeugen der Objekte und der ersten Aktualisierung.
                    :+1:

                    ..:: So long! Tom ::..

                    NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                    P 1 Antwort Letzte Antwort
                    0
                    • DiginixD Diginix

                      @patrickwalther Die "neue" 0.1.6 sieht gut aus. Hab den gesamten Adapter inkl Instanz zuvor deinstalliert und dadurch eine komplett saubere Installation. Selbst auf Loglevel info kam tatsächlich bisher nur:

                      2022-01-24 15:46:48.031 - info: pvforecast.0 (2189705) starting. Version 0.1.6 in /opt/iobroker/node_modules/iobroker.pvforecast, node: v14.18.3, js-controller: 3.3.22
                      

                      Also keinerlei Warnings oder Error beim Erzeugen der Objekte und der ersten Aktualisierung.
                      :+1:

                      P Offline
                      P Offline
                      PatrickWalther
                      Developer
                      schrieb am zuletzt editiert von
                      #178

                      @diginix das freut, sorry das gestern dein System gegen die Wand gefahren ist.

                      DiginixD 1 Antwort Letzte Antwort
                      0
                      • P PatrickWalther

                        @diginix das freut, sorry das gestern dein System gegen die Wand gefahren ist.

                        DiginixD Offline
                        DiginixD Offline
                        Diginix
                        schrieb am zuletzt editiert von Diginix
                        #179

                        @patrickwalther Ich konnte den Amoklauf ja noch rechtzeitig beenden. Vllt liefen auch durch den Wechsel des Loglevel 2 Instanzen. Das kann schon mal vorkommen. Aber das würde noch nicht erklären warum derart viel Alarm mit unterschiedlichen Meldungen kam. Spielt aber auch keine Rolle mehr, da es wahrs. wirklich ein individuelles lokales Problem war.

                        Bei mir sind allerdings weiterhin alle pvforecast.0.1.everyhour_kw.*** und pvforecast.0.summary.everyhour_kw.*** states 0 kW. Nur pvforecast.0.1.JSONTable enthält die stündlichen Werte.

                        Haken ist aber aktiv:
                        db471bef-6436-40ae-b664-ef183fca6793-image.png

                        ..:: So long! Tom ::..

                        NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                        ioT4dbI 1 Antwort Letzte Antwort
                        0
                        • DiginixD Diginix

                          @patrickwalther Ich konnte den Amoklauf ja noch rechtzeitig beenden. Vllt liefen auch durch den Wechsel des Loglevel 2 Instanzen. Das kann schon mal vorkommen. Aber das würde noch nicht erklären warum derart viel Alarm mit unterschiedlichen Meldungen kam. Spielt aber auch keine Rolle mehr, da es wahrs. wirklich ein individuelles lokales Problem war.

                          Bei mir sind allerdings weiterhin alle pvforecast.0.1.everyhour_kw.*** und pvforecast.0.summary.everyhour_kw.*** states 0 kW. Nur pvforecast.0.1.JSONTable enthält die stündlichen Werte.

                          Haken ist aber aktiv:
                          db471bef-6436-40ae-b664-ef183fca6793-image.png

                          ioT4dbI Online
                          ioT4dbI Online
                          ioT4db
                          schrieb am zuletzt editiert von
                          #180

                          Moin Zusammen,

                          ich teste den Adapter nun auch schon ein paar Tage, aber auch ich sehe, dass die Werte meistens, nicht immer, bis zu 10x zu groß angegeben werden.

                          Da ich auch die freie API-Abfrage verwende, frage ich mich, ob das tatsächlich Werte sind, die schon die Wettervorhersage mit berücksichtigen.
                          Auf der Webseite verstehe ich es jedenfalls so, dass die Wetterlage auch bei der freien Variante berücksichtigt wird. Ich hatte weiter oben irgendwo gelesen, dass jmd. genau das schonmal den Webseitenbetreiber gefragt hatte, aber noch auf Antwort wartet. Gibts da vlt. schon neue Infos?

                          @diginix
                          interessant. Bei mir ist es eher anders herum gewesen. Ich habe eben das Update auf die 0.1.6 gemacht und nun stehen auch Werte bei "everyhour" drin. In der Version vorher waren diese Werte bei mir immer 0, jedoch standen in der json, so wie bei Dir, Werten drin.

                          VG...

                          1 Antwort Letzte Antwort
                          0
                          • P Offline
                            P Offline
                            PatrickWalther
                            Developer
                            schrieb am zuletzt editiert von
                            #181

                            @friesenjung Guten Morgen, das liegt daran, das ich gestern das Update hochgeladen habe;-). Allerdings hatte ich es hier noch nicht verkündet.

                            Das mit den zu hohen Werten stimmt, bisher gab es keine Antwort, soweit ich weiß.

                            1 Antwort Letzte Antwort
                            1
                            • DiginixD Offline
                              DiginixD Offline
                              Diginix
                              schrieb am zuletzt editiert von Diginix
                              #182

                              @patrickwalther Mit der neuen 0.1.6 habe ich nun auch Werte in pvforecast.0.*.everyhour_kw.

                              Pro Aktualisierung bekomme ich aber nun diese Fehlermeldungen:

                              2022-01-26 10:18:14.783 - warn: pvforecast.0 (258795) State "pvforecast.0.1.everyhour_kw.07:53:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:14.828 - warn: pvforecast.0 (258795) State "pvforecast.0.summary.everyhour_kw.07:53:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:14.832 - warn: pvforecast.0 (258795) State "pvforecast.0.1.everyhour_kw.07:57:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:14.837 - warn: pvforecast.0 (258795) State "pvforecast.0.summary.everyhour_kw.07:57:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:15.028 - warn: pvforecast.0 (258795) State "pvforecast.0.1.everyhour_kw.16:32:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:15.074 - warn: pvforecast.0 (258795) State "pvforecast.0.summary.everyhour_kw.16:32:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:15.078 - warn: pvforecast.0 (258795) State "pvforecast.0.1.everyhour_kw.17:04:00" has no existing object, this might lead to an error in future versions
                              2022-01-26 10:18:15.083 - warn: pvforecast.0 (258795) State "pvforecast.0.summary.everyhour_kw.17:04:00" has no existing object, this might lead to an error in future versions
                              

                              Das sind krumme Uhrzeiten, evtl. die vom Sonnenauf/untergang?
                              Wobei es ja 2 vom Morgen und 2 vom Abend sind.

                              ..:: So long! Tom ::..

                              NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                              1 Antwort Letzte Antwort
                              0
                              • P Offline
                                P Offline
                                PatrickWalther
                                Developer
                                schrieb am zuletzt editiert von PatrickWalther
                                #183

                                @diginix das liegt daran dass, das erstellen länger braucht als die Daten zu schreiben, habe eine Timeout function eingeführt dir ich noch am Testen bin. Werde diese in den Einstellungen Anlegen, das es jeder für sich einstellen kann.

                                Allerdings sollte er nur 15,30,45 Minuten zu lassen.

                                Kannst du mir die Json zu Verfügung stellen?
                                Legt er Datenpunkte an?

                                DiginixD 1 Antwort Letzte Antwort
                                0
                                • P PatrickWalther

                                  @diginix das liegt daran dass, das erstellen länger braucht als die Daten zu schreiben, habe eine Timeout function eingeführt dir ich noch am Testen bin. Werde diese in den Einstellungen Anlegen, das es jeder für sich einstellen kann.

                                  Allerdings sollte er nur 15,30,45 Minuten zu lassen.

                                  Kannst du mir die Json zu Verfügung stellen?
                                  Legt er Datenpunkte an?

                                  DiginixD Offline
                                  DiginixD Offline
                                  Diginix
                                  schrieb am zuletzt editiert von
                                  #184

                                  @patrickwalther Nein, es gibt nur diese in .1 und .summary. Das macht die Fehlermeldung noch etwas merkwürdiger.

                                  e00c3581-4e62-422f-a4af-d63afb8dec6f-image.png

                                  ..:: So long! Tom ::..

                                  NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                  P 1 Antwort Letzte Antwort
                                  0
                                  • DiginixD Diginix

                                    @patrickwalther Nein, es gibt nur diese in .1 und .summary. Das macht die Fehlermeldung noch etwas merkwürdiger.

                                    e00c3581-4e62-422f-a4af-d63afb8dec6f-image.png

                                    P Offline
                                    P Offline
                                    PatrickWalther
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #185

                                    @diginix Hast du einen API Key gekauft?

                                    Ansonsten ist es stündlich, ich versuche bis zum Wochenende den Code hochzuladen.

                                    DiginixD 1 Antwort Letzte Antwort
                                    0
                                    • P PatrickWalther

                                      @diginix Hast du einen API Key gekauft?

                                      Ansonsten ist es stündlich, ich versuche bis zum Wochenende den Code hochzuladen.

                                      DiginixD Offline
                                      DiginixD Offline
                                      Diginix
                                      schrieb am zuletzt editiert von
                                      #186

                                      @patrickwalther Habe keinen API Key.

                                      ..:: So long! Tom ::..

                                      NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                      1 Antwort Letzte Antwort
                                      0
                                      • sonnenscheinS Offline
                                        sonnenscheinS Offline
                                        sonnenschein
                                        schrieb am zuletzt editiert von sonnenschein
                                        #187

                                        Hallo Zusammen!
                                        Ich habe mir nun auch mal den Adapter in der v0.1.6 installiert. Unter den Objekten wurden auch die Datenpunkte angelegt.
                                        2022_01_28 17_23_17-objects - PiHome.png
                                        Im VIS habe ich es hinbekommen die json tabelle darzustellen. Das mit dem json Graph funzt schon nicht.
                                        2022_01_28 17_26_11-Edit vis.png

                                        Lieber würde ich mit Grafana die Daten zusammen mit meinen Istdaten aus der sql abfrage darstellen. Irgend wie stehe ich auf dem Schlauch und weiss nicht wie ich das anstellen soll?
                                        Die Darstellung wie bei Sputnik24wäre mein Ziel.

                                        2022_01_28 17_19_52-PV - Grafana.png

                                        Das ist ein Time Series Panel Grafana.
                                        Datenquelle MySQL

                                        SELECT
                                        (n.ts/1000) as time_sec,
                                        n.val as value,
                                        '°C' as metric
                                        FROM ts_number n
                                        WHERE $__unixEpochFrom()*1000<n.ts and $__unixEpochTo()*1000>n.ts and n.id = 55
                                        ORDER BY n.ts desc
                                        
                                        

                                        PlatformBetriebssystem:linux Architektur:arm64 CPUs:4 Geschwindigkeit:1800 MHz Modell:Cortex-A72
                                        RAM:3.7 GB System-Betriebszeit:00:19:02 Node.js:v20.18.0
                                        _nodeCurrent:20.18.0
                                        _npmCurrent:10.8.2
                                        Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.6.57-v8+

                                        P 1 Antwort Letzte Antwort
                                        0
                                        • sonnenscheinS sonnenschein

                                          Hallo Zusammen!
                                          Ich habe mir nun auch mal den Adapter in der v0.1.6 installiert. Unter den Objekten wurden auch die Datenpunkte angelegt.
                                          2022_01_28 17_23_17-objects - PiHome.png
                                          Im VIS habe ich es hinbekommen die json tabelle darzustellen. Das mit dem json Graph funzt schon nicht.
                                          2022_01_28 17_26_11-Edit vis.png

                                          Lieber würde ich mit Grafana die Daten zusammen mit meinen Istdaten aus der sql abfrage darstellen. Irgend wie stehe ich auf dem Schlauch und weiss nicht wie ich das anstellen soll?
                                          Die Darstellung wie bei Sputnik24wäre mein Ziel.

                                          2022_01_28 17_19_52-PV - Grafana.png

                                          Das ist ein Time Series Panel Grafana.
                                          Datenquelle MySQL

                                          SELECT
                                          (n.ts/1000) as time_sec,
                                          n.val as value,
                                          '°C' as metric
                                          FROM ts_number n
                                          WHERE $__unixEpochFrom()*1000<n.ts and $__unixEpochTo()*1000>n.ts and n.id = 55
                                          ORDER BY n.ts desc
                                          
                                          
                                          P Offline
                                          P Offline
                                          PatrickWalther
                                          Developer
                                          schrieb am zuletzt editiert von PatrickWalther
                                          #188

                                          @sonnenschein

                                          was bedeutet funzt schon nicht?

                                          Mehr Informationen wären Hilfreich.

                                          Alle Felder in der Config ausgefüllt?
                                          Wie sieht der Datenpunkt aus?
                                          welcher Datenpunkt würde genommen? Summary oder der von einer Anlage?
                                          Welches Vis Widget würde gekommen?

                                          Du kannst jeden Wert bei Änderung in Influxdb Speicher und per Grafana übereinanderlegen.

                                          sonnenscheinS 5 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          623

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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