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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Praktische Anwendungen (Showcase)
  4. TIBBER Pulse Livedaten mit NodeRed abholen

NEWS

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

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

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

TIBBER Pulse Livedaten mit NodeRed abholen

Geplant Angeheftet Gesperrt Verschoben Praktische Anwendungen (Showcase)
live measurementnode-rednoderedpulsetibberwebsocket
64 Beiträge 19 Kommentatoren 29.7k Aufrufe 18 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.
  • T ThomKast

    @mivola ähm... Einen aktuellen Vertrag, der bereits begonnen hat, hat Du vorliegen? Sorry für die einfache Frage... - wollte nur sichergehen....

    J Offline
    J Offline
    Janne16
    schrieb am zuletzt editiert von
    #51

    @thomkast

    Hat jemand das schon probiert? https://forum.iobroker.net/topic/65183/tibber-mit-node-red-energy-saver

    Bitte dort dann weiter posten und in diesem Thread beim Topic bleiben.

    1 Antwort Letzte Antwort
    1
    • T ThomKast

      Die Beschreibung dient dem Abholen von Live-Daten des Tibber Pulse Infrarot Zählerkopfes.
      Die Beschreibung setzt ein paar Grundkenntnisse im ioBroker voraus. Sollte Euch etwas unbekannt vorkommen , schreibt einfach kurz in den Chat.

      Ganz besonders möchte ich auf die Tutorials von https://haus-automatisierung.com/ hinweisen. Diese sind jeden Cent wert und haben wir einen Großteil des Wissens vermitelt, welches ich jetzt gerne weitergeben.

      Voraussetzungen

      Unter https://developer.tibber.com ist ein Tibber-API-Token zu generieren
      929fd383-cccc-4c87-af0b-f492d8699af4-image.png

      Unter https://developer.tibber.com/explorer ist die Tibber HomeId zu ermitteln.
      b28f47fa-be31-4536-b592-e89fe5fb53cc-image.png

      Im ioBroker ist ein Datenpunkt vom Typ „JSON“ zu erzeugen.
      5c61eae8-3ebe-4484-859f-d3ae77088ff6-image.png

      Grundlegender Ablauf

      1. Installation node-red Adapter unter ioBroker
      2. Einrichtung des node-red Adapters in ioBroker
      3. Installation der Tibber Nodes in NodeRed
      4. Aufbau eines „Flows“ in NodeRed
      5. Einrichtung der Node „Tibber-feed“ mit WebSocket-Verbindung und Authentifizierung
      6. Einrichten der Node „ioBroker out“ mit Anbindung des ioB-Datenpunkts
      7. Compilieren/Deploy des Flows und hoffen, dass alles passt 😉

      Datenfluss

      1. Der Stromzähler sendet seine Informationen als IR-Impulse.
      2. Der TIBBER Pulse liest diese Daten aus, interpretiert diese und sendet sie über die Tibber-Bridge zum TIBBER Server.
      3. Der Tibber-Server verarbeitet die Daten als Grundlage zur Abrechnung, Anzeige in der Tibber-App und Steuerung verschiedener Tibber-Aktoren.
      4. Parallel stellt der Tibber Server die Daten als „LiveStream“ über eine WebSocketverbindung zur Verfügung
      5. Diese Daten werden über NodeRed abgeholt und im Datenpunkt des ioBrokers abgelegt.
        Quasi einmal um die Welt und wieder zurück ins heimische Netzwerk 😉. Und das fast in Echtzeit. Ich finde das echt Beeindruckend.

      Installation und Einrichtung NodeRed-Adapter im ioBroker

      NodeRed wird als Adapter im ioBroker installiert. Dies ist vermutlich die einfachste Art NodeRed nutzen zu können. NodeRed kann auch eigenständig als Paket auf z.B. einem Raspi oder Docker installiert werden. Dies ist aber kein Teil der Beschreibung.
      ef79990d-e19a-4ce9-8ac6-99d6496b7102-image.png
      Bei der Suche nach dem Adapter ist bitte auf den „Bindestrich“ zu achten.

      Ist der Adapter installiert muss dieser wie folgt eingerichtet werden.
      c96e61fb-9612-4d69-a1bb-4154bb915ac5-image.png
      Achtet darauf, den „Palettenmanager“ zu aktivieren.

      Mit Klick auf den Link oder direktem Aufruf von http://ip-adresse:1880 wird NodeRed in separatem Fenster geöffnet.
      ce9bdf6f-1ab9-456f-9ab7-c541ccbccf81-image.png

      Einrichtung NodeRed mit den TIBBER Nodes

      In NodeRed erfolgt die „Programmierung“ in den „Flows“. Zum Einsatz kommen dabei die sog. „Nodes“, die sich am linken Rand finden. Die Nodes für die TIBBER-Funktionalitäten müssen erst noch eingebunden werden. Dies erfolgt als nächstes.
      c7cbd74b-9266-4010-8da5-dbcae97fdad0-image.png

      Wähle im Hamburger-Menu den Eintrag „Palette verwalten“ aus. Dieser Eintrag ist nur vorhanden, wenn vorab in den Einstellungen des NodeRed Adapter „Palettenmanager benutzen“ aktiviert wurde – s.o.

      1670fe8e-4618-472b-ad4c-0c1bbdf159bc-image.png

      Suche im Palettenmanager nach „tibber“ und klicke auf „installieren“.

      Die Installation wird durchgeführt und die „node-red-contrib-tibber.api“ angezeigt. Nun muss der komplette NodeRed Adapter im ioBroker gestoppt und neu gestartet werden..
      6694dbfb-a076-4274-8e79-4593816e9039-image.png

      Sobald der Adapter wieder „grün“ ist, können wir loslegen.

      TIBBER Livedaten abholen und als JSON-String zur Verfügung stellen

      Klappt zuerst mal alle Nodes auf der linken Seite zu. Dafür unten auf die Doppelpfeile klicken.
      9c3989ec-0452-4ad3-9102-518af5fcdc1a-image.png

      Wenn Ihr dann ein wenig rollt, findet Ihr die Kategorie „Tibber API“ mit den zugehörigen Nodes.
      00bef124-29f2-4dd7-a9b2-d5afd54d1bf8-image.png

      Wählt nun aus den genannten Kategorien die folgenden Nodes aus und ordnet diese per „drag&drop“ wie abgebildet an
      6f0e2e8e-44a5-4487-a641-1b8c24133a00-image.png

      Aus der Kategorie „Tibber“ die Node „tibber-feed“. Aus der Kategorie „Parser“ die Node „JSON“. Aus der Kategorie „ioBroker“ die Node „ioBroker out“. Aus der Kategorie „Allgemein“ die Node „Debug“

      Verbindet die Nodes nun, durch „drag&drop“ der grauen Kästchen. Danach sollte es so aussehen.
      7e2ac360-23e3-46f1-9728-e32eb689e90c-image.png

      Damit haben wir den Aufbau unseres Flows abgeschlossen und wollen diesen noch umbenennen.
      b0f560e7-2a88-49b6-9eac-205ecfa6b637-image.png

      Dazu bitte doppelt auf den Reiter „Flow1“ klicken und einen Namen vergeben und mit „Fertig“ bestätigen.

      Flow einrichten und Datenabholen

      Tibber WebSocket-Verbindung einrichten

      Damit der Flow Daten von Tibber abholen und in einem Datenpunkt im ioBroker ablegen kann, bedarf es noch folgender Angaben.
      Durch Doppelklick auf die Node „tibber-feed“ können wir folgende Daten hinterlegen.
      5b48348e-022f-484e-87aa-084d63ae84a7-image.png

      Zuerst richten wir die WebSocket-Verbindung zum TIBBER-Server ein. Dazu bitte auf den „Stift“ klicken.
      9c35a989-03af-4a1a-b4be-cba6bc3ec29a-image.png

      Danach sind die Angaben wie abgebildet zu ergänzen. Der QraphQL-Endpoint lautet: https://api.tibber.com/v1-beta/gpl.
      Im Feld „Access Token“ ist Euer TIBBER-API-Token einzutragen.

      Die Angaben mit „Hinzufügen“ speichern.
      2f0ba41a-26f8-4e0d-bf90-0f0c7ab07edd-image.png

      Dann muss Eure TIBBER-API-HomeID im Feld „Home ID” eingetragen werden und noch ein Name für die Node vergeben werden.
      Mit den Checkboxen könnt Ihr festlegen, welche Daten von Tibber abholt werden sollen.
      GANZ WICHTIG: oben muss „active“ angehakt sein.
      Speicher über „Fertig“ nicht vergessen 😊.

      Es kann sein, dass die Nodes nun ein wenig verrutsch sind. Zieht diese einfach wieder in Position.
      3d6fd490-d628-48b5-a402-10d76cf8e30c-image.png
      8682580e-eae8-43b5-82f0-0c6caa2b934b-image.png

      Ablage der Daten im ioBroker Datenpunkt

      Mit Doppelklick öffnet Ihr die Einstellung der „ioBroker Out Node“

      6dc53004-8f24-44d5-85b7-d9a9e845965e-image.png

      Hinterlegt die Angaben wie abgebildet und klickt auf die 3 Punkte „…“, um den Datenpunkt im ioBroker auszuwählen, in den die Tibber-Daten geschrieben werden sollen.
      89d006af-e990-4933-8bb5-f6c314687e08-image.png

      Sollte Euer ioBroker Datenpunkt noch nicht angezeigt werden, dann müsst Ihr die Liste vorab aktualisieren – Symbol oben links.
      Nicht vergessen unten links über „select“ zu speichern 😊.
      3a194d4f-d900-47e7-bbca-7f85f3c72040-image.png

      Auch hier abschließend mit „Fertig“ speichern.

      Datenabholung Starten und im ioBroker prüfen

      Mit Klick auf „Übernahme (deploy)“ erfolgt die Ausführung der Logik. Das heißt es sollen bestenfalls Daten abgeholt und im Datenpunkt abgelegt werden.
      8db84819-7c8f-49d0-865f-c66d56a341b9-image.png

      Wenn alles korrekt eingerichtet wurde sieht es dann so aus:
      b107feb3-5ba8-43a8-a04a-2c219603dd27-image.png

      Oben seht Ihr, dass der „deploy“ erfolgreich durchgeführt wurde.
      An den grünen Kästchen seht Ihr, dass die Verbindung zu Tibber und zum ioBroker erfolgreich aufgebaut wurde.
      Und im rechten Bereich seht Ihr die Debug-Ausgabe der Debug-Node, mit den abgeholten Daten.

      Im ioBroker kommen die Daten nun wie folgt an:
      04437c43-117a-4af6-90f3-3ae749011e69-image.png

      Abschalten der Debug-Daten in NodeRed

      Sobald die Verbindung funzt und die Daten im ioB-Datenpunkt ankommen, kann der „Debug“ abgeschaltet werden.
      06d6df72-76e0-4cbb-8822-421942438a56-image.png
      Klickt dazu in das größere grüne Kästchen. Es verändert sich die Farbe.
      Danach wieder auf „Übernahme (deploy)“ klicken.

      Im Endeffekt werden alle Änderungen in NodeRed erst durch den „deploy“ verarbeitet.

      Prüfen und Aktualisieren der Tibber-Nodes

      Leider aktualisieren sich die eingebundenen Nodes nicht von selbst. Daher ist wiederkehrend manuell auf Aktualisierungen zu prüfen.

      Im Hamburger-Menu die Funktion "Palette verwalten" anwählen.
      d3aad797-97dc-47be-ab89-76e073e1d48a-image.png

      Im Suchfeld nach "tibber" suchen und schauen, ob Aktualisierungen vorliegen.
      0bd858fb-cd78-4d84-aa4f-dca2f894d3e5-image.png
      Wenn ja aktualisieren ;-)
      Und bitte daran denken, dass der Tibber-Adapter im ioBroker neu gestartet werden muss. s.o.

      milan912M Offline
      milan912M Offline
      milan912
      schrieb am zuletzt editiert von
      #52

      @thomkast said in TIBBER Pulse Livedaten mit NodeRed abholen:

      Unter https://developer.tibber.com/explorer ist die Tibber HomeId zu ermitteln.

      Danke für die gute Beschreibung, leider habe ich hier vorne direkt eine Stelle üb er die ich stolpere.
      Bei mir sieht es in der Tibber Developer Umgebung anders aus. Muss ich dieses "Code" zum Abonnieren erstmal dort eintippen, oder komme ich anders an die Code-Bausteine?
      1b3b11f2-95ab-409a-bf9b-a623978d7b9e-grafik.png

      Komme gerade erst ganz neu in die Tibber-Umgebung rein und habe lediglich einen PULSE installiert.
      Danke bereits im Voraus für Antworten.

      1 Antwort Letzte Antwort
      0
      • T ThomKast

        Die Beschreibung dient dem Abholen von Live-Daten des Tibber Pulse Infrarot Zählerkopfes.
        Die Beschreibung setzt ein paar Grundkenntnisse im ioBroker voraus. Sollte Euch etwas unbekannt vorkommen , schreibt einfach kurz in den Chat.

        Ganz besonders möchte ich auf die Tutorials von https://haus-automatisierung.com/ hinweisen. Diese sind jeden Cent wert und haben wir einen Großteil des Wissens vermitelt, welches ich jetzt gerne weitergeben.

        Voraussetzungen

        Unter https://developer.tibber.com ist ein Tibber-API-Token zu generieren
        929fd383-cccc-4c87-af0b-f492d8699af4-image.png

        Unter https://developer.tibber.com/explorer ist die Tibber HomeId zu ermitteln.
        b28f47fa-be31-4536-b592-e89fe5fb53cc-image.png

        Im ioBroker ist ein Datenpunkt vom Typ „JSON“ zu erzeugen.
        5c61eae8-3ebe-4484-859f-d3ae77088ff6-image.png

        Grundlegender Ablauf

        1. Installation node-red Adapter unter ioBroker
        2. Einrichtung des node-red Adapters in ioBroker
        3. Installation der Tibber Nodes in NodeRed
        4. Aufbau eines „Flows“ in NodeRed
        5. Einrichtung der Node „Tibber-feed“ mit WebSocket-Verbindung und Authentifizierung
        6. Einrichten der Node „ioBroker out“ mit Anbindung des ioB-Datenpunkts
        7. Compilieren/Deploy des Flows und hoffen, dass alles passt 😉

        Datenfluss

        1. Der Stromzähler sendet seine Informationen als IR-Impulse.
        2. Der TIBBER Pulse liest diese Daten aus, interpretiert diese und sendet sie über die Tibber-Bridge zum TIBBER Server.
        3. Der Tibber-Server verarbeitet die Daten als Grundlage zur Abrechnung, Anzeige in der Tibber-App und Steuerung verschiedener Tibber-Aktoren.
        4. Parallel stellt der Tibber Server die Daten als „LiveStream“ über eine WebSocketverbindung zur Verfügung
        5. Diese Daten werden über NodeRed abgeholt und im Datenpunkt des ioBrokers abgelegt.
          Quasi einmal um die Welt und wieder zurück ins heimische Netzwerk 😉. Und das fast in Echtzeit. Ich finde das echt Beeindruckend.

        Installation und Einrichtung NodeRed-Adapter im ioBroker

        NodeRed wird als Adapter im ioBroker installiert. Dies ist vermutlich die einfachste Art NodeRed nutzen zu können. NodeRed kann auch eigenständig als Paket auf z.B. einem Raspi oder Docker installiert werden. Dies ist aber kein Teil der Beschreibung.
        ef79990d-e19a-4ce9-8ac6-99d6496b7102-image.png
        Bei der Suche nach dem Adapter ist bitte auf den „Bindestrich“ zu achten.

        Ist der Adapter installiert muss dieser wie folgt eingerichtet werden.
        c96e61fb-9612-4d69-a1bb-4154bb915ac5-image.png
        Achtet darauf, den „Palettenmanager“ zu aktivieren.

        Mit Klick auf den Link oder direktem Aufruf von http://ip-adresse:1880 wird NodeRed in separatem Fenster geöffnet.
        ce9bdf6f-1ab9-456f-9ab7-c541ccbccf81-image.png

        Einrichtung NodeRed mit den TIBBER Nodes

        In NodeRed erfolgt die „Programmierung“ in den „Flows“. Zum Einsatz kommen dabei die sog. „Nodes“, die sich am linken Rand finden. Die Nodes für die TIBBER-Funktionalitäten müssen erst noch eingebunden werden. Dies erfolgt als nächstes.
        c7cbd74b-9266-4010-8da5-dbcae97fdad0-image.png

        Wähle im Hamburger-Menu den Eintrag „Palette verwalten“ aus. Dieser Eintrag ist nur vorhanden, wenn vorab in den Einstellungen des NodeRed Adapter „Palettenmanager benutzen“ aktiviert wurde – s.o.

        1670fe8e-4618-472b-ad4c-0c1bbdf159bc-image.png

        Suche im Palettenmanager nach „tibber“ und klicke auf „installieren“.

        Die Installation wird durchgeführt und die „node-red-contrib-tibber.api“ angezeigt. Nun muss der komplette NodeRed Adapter im ioBroker gestoppt und neu gestartet werden..
        6694dbfb-a076-4274-8e79-4593816e9039-image.png

        Sobald der Adapter wieder „grün“ ist, können wir loslegen.

        TIBBER Livedaten abholen und als JSON-String zur Verfügung stellen

        Klappt zuerst mal alle Nodes auf der linken Seite zu. Dafür unten auf die Doppelpfeile klicken.
        9c3989ec-0452-4ad3-9102-518af5fcdc1a-image.png

        Wenn Ihr dann ein wenig rollt, findet Ihr die Kategorie „Tibber API“ mit den zugehörigen Nodes.
        00bef124-29f2-4dd7-a9b2-d5afd54d1bf8-image.png

        Wählt nun aus den genannten Kategorien die folgenden Nodes aus und ordnet diese per „drag&drop“ wie abgebildet an
        6f0e2e8e-44a5-4487-a641-1b8c24133a00-image.png

        Aus der Kategorie „Tibber“ die Node „tibber-feed“. Aus der Kategorie „Parser“ die Node „JSON“. Aus der Kategorie „ioBroker“ die Node „ioBroker out“. Aus der Kategorie „Allgemein“ die Node „Debug“

        Verbindet die Nodes nun, durch „drag&drop“ der grauen Kästchen. Danach sollte es so aussehen.
        7e2ac360-23e3-46f1-9728-e32eb689e90c-image.png

        Damit haben wir den Aufbau unseres Flows abgeschlossen und wollen diesen noch umbenennen.
        b0f560e7-2a88-49b6-9eac-205ecfa6b637-image.png

        Dazu bitte doppelt auf den Reiter „Flow1“ klicken und einen Namen vergeben und mit „Fertig“ bestätigen.

        Flow einrichten und Datenabholen

        Tibber WebSocket-Verbindung einrichten

        Damit der Flow Daten von Tibber abholen und in einem Datenpunkt im ioBroker ablegen kann, bedarf es noch folgender Angaben.
        Durch Doppelklick auf die Node „tibber-feed“ können wir folgende Daten hinterlegen.
        5b48348e-022f-484e-87aa-084d63ae84a7-image.png

        Zuerst richten wir die WebSocket-Verbindung zum TIBBER-Server ein. Dazu bitte auf den „Stift“ klicken.
        9c35a989-03af-4a1a-b4be-cba6bc3ec29a-image.png

        Danach sind die Angaben wie abgebildet zu ergänzen. Der QraphQL-Endpoint lautet: https://api.tibber.com/v1-beta/gpl.
        Im Feld „Access Token“ ist Euer TIBBER-API-Token einzutragen.

        Die Angaben mit „Hinzufügen“ speichern.
        2f0ba41a-26f8-4e0d-bf90-0f0c7ab07edd-image.png

        Dann muss Eure TIBBER-API-HomeID im Feld „Home ID” eingetragen werden und noch ein Name für die Node vergeben werden.
        Mit den Checkboxen könnt Ihr festlegen, welche Daten von Tibber abholt werden sollen.
        GANZ WICHTIG: oben muss „active“ angehakt sein.
        Speicher über „Fertig“ nicht vergessen 😊.

        Es kann sein, dass die Nodes nun ein wenig verrutsch sind. Zieht diese einfach wieder in Position.
        3d6fd490-d628-48b5-a402-10d76cf8e30c-image.png
        8682580e-eae8-43b5-82f0-0c6caa2b934b-image.png

        Ablage der Daten im ioBroker Datenpunkt

        Mit Doppelklick öffnet Ihr die Einstellung der „ioBroker Out Node“

        6dc53004-8f24-44d5-85b7-d9a9e845965e-image.png

        Hinterlegt die Angaben wie abgebildet und klickt auf die 3 Punkte „…“, um den Datenpunkt im ioBroker auszuwählen, in den die Tibber-Daten geschrieben werden sollen.
        89d006af-e990-4933-8bb5-f6c314687e08-image.png

        Sollte Euer ioBroker Datenpunkt noch nicht angezeigt werden, dann müsst Ihr die Liste vorab aktualisieren – Symbol oben links.
        Nicht vergessen unten links über „select“ zu speichern 😊.
        3a194d4f-d900-47e7-bbca-7f85f3c72040-image.png

        Auch hier abschließend mit „Fertig“ speichern.

        Datenabholung Starten und im ioBroker prüfen

        Mit Klick auf „Übernahme (deploy)“ erfolgt die Ausführung der Logik. Das heißt es sollen bestenfalls Daten abgeholt und im Datenpunkt abgelegt werden.
        8db84819-7c8f-49d0-865f-c66d56a341b9-image.png

        Wenn alles korrekt eingerichtet wurde sieht es dann so aus:
        b107feb3-5ba8-43a8-a04a-2c219603dd27-image.png

        Oben seht Ihr, dass der „deploy“ erfolgreich durchgeführt wurde.
        An den grünen Kästchen seht Ihr, dass die Verbindung zu Tibber und zum ioBroker erfolgreich aufgebaut wurde.
        Und im rechten Bereich seht Ihr die Debug-Ausgabe der Debug-Node, mit den abgeholten Daten.

        Im ioBroker kommen die Daten nun wie folgt an:
        04437c43-117a-4af6-90f3-3ae749011e69-image.png

        Abschalten der Debug-Daten in NodeRed

        Sobald die Verbindung funzt und die Daten im ioB-Datenpunkt ankommen, kann der „Debug“ abgeschaltet werden.
        06d6df72-76e0-4cbb-8822-421942438a56-image.png
        Klickt dazu in das größere grüne Kästchen. Es verändert sich die Farbe.
        Danach wieder auf „Übernahme (deploy)“ klicken.

        Im Endeffekt werden alle Änderungen in NodeRed erst durch den „deploy“ verarbeitet.

        Prüfen und Aktualisieren der Tibber-Nodes

        Leider aktualisieren sich die eingebundenen Nodes nicht von selbst. Daher ist wiederkehrend manuell auf Aktualisierungen zu prüfen.

        Im Hamburger-Menu die Funktion "Palette verwalten" anwählen.
        d3aad797-97dc-47be-ab89-76e073e1d48a-image.png

        Im Suchfeld nach "tibber" suchen und schauen, ob Aktualisierungen vorliegen.
        0bd858fb-cd78-4d84-aa4f-dca2f894d3e5-image.png
        Wenn ja aktualisieren ;-)
        Und bitte daran denken, dass der Tibber-Adapter im ioBroker neu gestartet werden muss. s.o.

        milan912M Offline
        milan912M Offline
        milan912
        schrieb am zuletzt editiert von
        #53

        @thomkast said in TIBBER Pulse Livedaten mit NodeRed abholen:

        Unter https://developer.tibber.com/explorer ist die Tibber HomeId zu ermitteln.

        Danke für die gute Beschreibung, leider habe ich hier vorne direkt eine Stelle üb er die ich stolpere.
        Bei mir sieht es in der Tibber Developer Umgebung anders aus. Muss ich dieses "Code" zum Abonnieren erstmal dort eintippen, oder komme ich anders an die Code-Bausteine?
        1b3b11f2-95ab-409a-bf9b-a623978d7b9e-grafik.png

        Komme gerade erst ganz neu in die Tibber-Umgebung rein und habe lediglich einen PULSE installiert.
        Danke bereits im Voraus für Antworten.

        T 1 Antwort Letzte Antwort
        0
        • milan912M milan912

          @thomkast said in TIBBER Pulse Livedaten mit NodeRed abholen:

          Unter https://developer.tibber.com/explorer ist die Tibber HomeId zu ermitteln.

          Danke für die gute Beschreibung, leider habe ich hier vorne direkt eine Stelle üb er die ich stolpere.
          Bei mir sieht es in der Tibber Developer Umgebung anders aus. Muss ich dieses "Code" zum Abonnieren erstmal dort eintippen, oder komme ich anders an die Code-Bausteine?
          1b3b11f2-95ab-409a-bf9b-a623978d7b9e-grafik.png

          Komme gerade erst ganz neu in die Tibber-Umgebung rein und habe lediglich einen PULSE installiert.
          Danke bereits im Voraus für Antworten.

          T Offline
          T Offline
          ThomKast
          schrieb am zuletzt editiert von ThomKast
          #54

          @michel-andré-adam Hi,

          da bin ich jetzt schon länger nicht mehr gewesen und hoffe Deine Frage richtig verstanden zu haben...

          Im Tibber-DEV-Explorer:

            1. ein Token laden - wenn Du noch kein eigenes hast - dann auf DEMO-Token laden klicken
            1. unter "Load example query" eine Abfrage auswählen - z.B. "home/price/consumption"
              --> links erscheint der Query-Code
            1. dann auf den PLAY Button
              --> rechts erscheinen die dazugehörigen Daten

          Sofern Du Deine Home-ID in Erfahrung bringen möchtest fügst Du in dem HOMES Query das Feld ID ein.

          35cdb3d2-ecb7-4ee0-889f-cd1bbc3cece5-image.png

          milan912M 1 Antwort Letzte Antwort
          0
          • T ThomKast

            @michel-andré-adam Hi,

            da bin ich jetzt schon länger nicht mehr gewesen und hoffe Deine Frage richtig verstanden zu haben...

            Im Tibber-DEV-Explorer:

              1. ein Token laden - wenn Du noch kein eigenes hast - dann auf DEMO-Token laden klicken
              1. unter "Load example query" eine Abfrage auswählen - z.B. "home/price/consumption"
                --> links erscheint der Query-Code
              1. dann auf den PLAY Button
                --> rechts erscheinen die dazugehörigen Daten

            Sofern Du Deine Home-ID in Erfahrung bringen möchtest fügst Du in dem HOMES Query das Feld ID ein.

            35cdb3d2-ecb7-4ee0-889f-cd1bbc3cece5-image.png

            milan912M Offline
            milan912M Offline
            milan912
            schrieb am zuletzt editiert von milan912
            #55

            @thomkast Perfekt, das hat mir schon mal sehr geholfen und ich habe die ID herausbekommen

            Nun komme ich allerdings an einer anderen Stelle nicht weiter.
            In den den Eigenschaften des Nodes "ioBroker out" unter "Topic" finde ich nicht den Unterordner, den du in deinem Tutorial zeigst. Bei mir ist dort nur ein Beispielordner angelegt.
            Habe nun noch mal in die "node-red" Eigenschaften geschaut, ob dort irgendetwas offensichtliches nicht angeklickt/ausgefüllt ist - kann aber nichts entdecken. Hast du eine Idee woran es liegt?

            71fc16c7-d27d-4c8d-8265-aecb50c154e7-grafik.png

            T 1 Antwort Letzte Antwort
            0
            • milan912M milan912

              @thomkast Perfekt, das hat mir schon mal sehr geholfen und ich habe die ID herausbekommen

              Nun komme ich allerdings an einer anderen Stelle nicht weiter.
              In den den Eigenschaften des Nodes "ioBroker out" unter "Topic" finde ich nicht den Unterordner, den du in deinem Tutorial zeigst. Bei mir ist dort nur ein Beispielordner angelegt.
              Habe nun noch mal in die "node-red" Eigenschaften geschaut, ob dort irgendetwas offensichtliches nicht angeklickt/ausgefüllt ist - kann aber nichts entdecken. Hast du eine Idee woran es liegt?

              71fc16c7-d27d-4c8d-8265-aecb50c154e7-grafik.png

              T Offline
              T Offline
              ThomKast
              schrieb am zuletzt editiert von
              #56

              @michel-andré-adam Die ioBroker-out Node möchte eine Ausgabe an einen Datenpunkt im ioB durchführen. Gewünschte Datenpunkte sind natürlich anzulegen.

              Ich kann Dir gerne die Tutorials von @haus-automatisierung empfehlen.
              https://haus-automatisierung.com/nodered-tutorial-reihe/
              Matthias hat dort ein zielgerichtetes und umfangreiches Wissen veröffentlicht und die Kosten für den Masterkurs sind jeden Cent wert.

              mickymM 1 Antwort Letzte Antwort
              1
              • T ThomKast

                @michel-andré-adam Die ioBroker-out Node möchte eine Ausgabe an einen Datenpunkt im ioB durchführen. Gewünschte Datenpunkte sind natürlich anzulegen.

                Ich kann Dir gerne die Tutorials von @haus-automatisierung empfehlen.
                https://haus-automatisierung.com/nodered-tutorial-reihe/
                Matthias hat dort ein zielgerichtetes und umfangreiches Wissen veröffentlicht und die Kosten für den Masterkurs sind jeden Cent wert.

                mickymM Offline
                mickymM Offline
                mickym
                Most Active
                schrieb am zuletzt editiert von
                #57

                @thomkast
                @milan912
                Man kann auch nicht erstellte Datenpunkte von der iobroker-OUT Node selbst erstellen lassen.

                Im Adapter muss man die Option Fremdobjekte anlegen erlauben

                98d3a18f-555b-4711-9a5a-dce2ac982d92-image.png

                und dann halt die Nachrichten nicht ignorieren, wenn Datenpunkt nicht existiert:

                18bad437-664a-4bcd-bf49-f53e17c06777-image.png

                Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                1 Antwort Letzte Antwort
                0
                • milan912M Offline
                  milan912M Offline
                  milan912
                  schrieb am zuletzt editiert von
                  #58

                  @ThomKast: Vielen Dank für den Hinweis. Sicherlich macht es Sinn es diese Tutorials durchzuarbeiten. Allerdings habe ich nicht die Zeit um mich dort tief einzuarbeiten und dann genau zu dem spezifischen Problem eine Lösung zu finden. Dachte der Austausch hier könnte mir weiterhelfen...

                  @mickym: Danke für den Tipp, ich habe es jetzt gemäß deines Vorschlags die Einstellungen vorgenommen. Leider ändert es nichts an der Problematik, dass ich eine andere Ordnerstuktur (unter "0_userdata.0") habe.

                  Im Debugger sehe ich, dass die angeforderten Werte alle zyklisch kommen, die Verbindung ist ja sauber aufgesetzt.
                  Jetzt benötige ich nur noch eine Werteausgabe die es mir in eine *.csv oder andere Datei schreibt, um die Werte extern auswerten und Analysen betreiben zu können. Mit dem "ioBroker out" erreiche ich das gerade nicht, auch wenn ich glaube, dass es dort irgendwo bei mir an den Einstellungen hapert.

                  Wenn also noch eine Idee vorliegt, gerne um Rückmeldung. Danke!

                  mickymM 1 Antwort Letzte Antwort
                  0
                  • milan912M milan912

                    @ThomKast: Vielen Dank für den Hinweis. Sicherlich macht es Sinn es diese Tutorials durchzuarbeiten. Allerdings habe ich nicht die Zeit um mich dort tief einzuarbeiten und dann genau zu dem spezifischen Problem eine Lösung zu finden. Dachte der Austausch hier könnte mir weiterhelfen...

                    @mickym: Danke für den Tipp, ich habe es jetzt gemäß deines Vorschlags die Einstellungen vorgenommen. Leider ändert es nichts an der Problematik, dass ich eine andere Ordnerstuktur (unter "0_userdata.0") habe.

                    Im Debugger sehe ich, dass die angeforderten Werte alle zyklisch kommen, die Verbindung ist ja sauber aufgesetzt.
                    Jetzt benötige ich nur noch eine Werteausgabe die es mir in eine *.csv oder andere Datei schreibt, um die Werte extern auswerten und Analysen betreiben zu können. Mit dem "ioBroker out" erreiche ich das gerade nicht, auch wenn ich glaube, dass es dort irgendwo bei mir an den Einstellungen hapert.

                    Wenn also noch eine Idee vorliegt, gerne um Rückmeldung. Danke!

                    mickymM Offline
                    mickymM Offline
                    mickym
                    Most Active
                    schrieb am zuletzt editiert von
                    #59

                    @milan912 dann musst halt genauer werden. Stelle mal die Daten, die aus dem debug kommen hier in code Tags rein. Beschreibe wie es unter userdata aussehen soll- es gibt keinen Grund warum das nicht gehen soll. Das schreiben in csv ist auch möglich aber das würde ich zurück stellen. Zeige Screenshots und beschreibe was nicht geht. Ggf. Exportiere Teile Deines Flows.

                    Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                    1 Antwort Letzte Antwort
                    0
                    • milan912M Offline
                      milan912M Offline
                      milan912
                      schrieb am zuletzt editiert von milan912
                      #60

                      Hi @mickym , gerne hier ein paar mehr Daten.
                      Mein Flow sieht der Anleitung gemäß wie folgt aus:

                      43221824-efd7-4932-bf52-3cc59e5468be-grafik.png

                      Im debugger kommen folgende Daten an:

                      
                      Node-RED
                      
                          Übernahme (deploy)
                      
                      25.9.2023, 08:36:47node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:36:46.000+02:00", power: 41, lastMeterConsumption: 882.024, accumulatedConsumption: 0.6161, accumulatedProduction: 0 … }
                      25.9.2023, 08:36:50node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:36:48.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                      25.9.2023, 08:36:53node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:36:52.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                      25.9.2023, 08:36:57node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:36:55.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                      25.9.2023, 08:36:59node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:36:58.000+02:00", power: 42, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:02node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:01.000+02:00", power: 43, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:05node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:04.000+02:00", power: 41, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:08node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:07.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:12node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:10.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:16node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:13.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:17node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:16.000+02:00", power: 41, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:20node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:19.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:24node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:22.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:27node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:25.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:29node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:28.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:33node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:31.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:36node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:34.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:39node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:37.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:41node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:40.000+02:00", power: 42, lastMeterConsumption: 882.0247, accumulatedConsumption: 0.6168, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:48node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:46.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:51node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:49.000+02:00", power: 41, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                      25.9.2023, 08:37:55node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:52.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:00node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:37:58.000+02:00", power: 41, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:03node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:01.000+02:00", power: 43, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:06node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:04.000+02:00", power: 42, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:12node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:10.000+02:00", power: 41, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:18node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:16.000+02:00", power: 42, lastMeterConsumption: 882.0251, accumulatedConsumption: 0.6172, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:24node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:22.000+02:00", power: 41, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:30node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:28.000+02:00", power: 42, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:36node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:34.000+02:00", power: 42, lastMeterConsumption: 882.0253, accumulatedConsumption: 0.6174, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:42node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:40.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:45node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:43.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:48node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:46.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:52node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:49.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:54node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:52.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                      25.9.2023, 08:38:57node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:56.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:00node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:38:58.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:03node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:01.000+02:00", power: 42, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:06node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:04.000+02:00", power: 42, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:12node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:09.000+02:00", power: 41, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:14node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:12.000+02:00", power: 41, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:17node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:15.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:19node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:18.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:22node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:21.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:25node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:24.000+02:00", power: 41, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:28node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:27.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:32node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:30.000+02:00", power: 41, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:35node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:33.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:37node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:36.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:43node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:42.000+02:00", power: 41, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:47node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:45.000+02:00", power: 43, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:51node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:48.000+02:00", power: 41, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                      25.9.2023, 08:39:56node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:39:54.000+02:00", power: 42, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:01node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:00.000+02:00", power: 42, lastMeterConsumption: 882.0263, accumulatedConsumption: 0.6184, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:09node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:06.000+02:00", power: 42, lastMeterConsumption: 882.0264, accumulatedConsumption: 0.6185, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:14node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:12.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:20node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:18.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:25node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:24.000+02:00", power: 42, lastMeterConsumption: 882.0266, accumulatedConsumption: 0.6187, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:32node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:30.000+02:00", power: 43, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:38node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:36.000+02:00", power: 42, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:44node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:42.000+02:00", power: 42, lastMeterConsumption: 882.0268, accumulatedConsumption: 0.6189, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:49node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:45.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:50node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:48.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:53node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:51.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:56node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:54.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                      25.9.2023, 08:40:59node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:40:57.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:02node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:01.000+02:00", power: 43, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:05node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:03.000+02:00", power: 43, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:08node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:06.000+02:00", power: 42, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:11node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:09.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:14node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:12.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:17node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:16.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:20node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:19.000+02:00", power: 42, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:24node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:22.000+02:00", power: 42, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:27node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:25.000+02:00", power: 43, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:29node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:28.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:32node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:31.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:35node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:34.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:38node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:37.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:42node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:40.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:46node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:43.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:48node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:46.000+02:00", power: 43, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:50node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:49.000+02:00", power: 42, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:53node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:52.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:57node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:55.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                      25.9.2023, 08:41:59node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:41:58.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:03node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:01.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:06node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:04.000+02:00", power: 43, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:09node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:07.000+02:00", power: 42, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:11node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:10.000+02:00", power: 43, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:18node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:16.000+02:00", power: 42, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:20node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:19.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:25node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:22.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:30node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:28.000+02:00", power: 43, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:33node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:31.000+02:00", power: 42, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:36node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:34.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:42node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:40.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:48node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:46.000+02:00", power: 42, lastMeterConsumption: 882.0283, accumulatedConsumption: 0.6204, accumulatedProduction: 0 … }
                      25.9.2023, 08:42:54node: debug 1msg.payload : Object
                      { timestamp: "2023-09-25T08:42:52.000+02:00", power: 43, lastMeterConsumption: 882.0284, accumulatedConsumption: 0.6205, accumulatedProduction: 0 … }
                      
                      

                      Sobald ich allerdings in den Eigenschaften des "ioBroker out" unter Topic die Ordnerstruktur sehen möchte wie gaz oben gezeigt, dann sehe ich als ID nur einen "example_state"
                      60e08404-6553-40e6-8d8b-7c3902b4e673-grafik.png
                      4a838e8f-2aa1-466b-af5c-4a583bd35581-grafik.png

                      Und dies schaut anders aus als ganz oben in dem Tutorial gezeigt (TIBBER_JSON) sehe ich nicht. Und das ist der Schritt an dem ich nicht weiterkomme.

                      T mickymM 2 Antworten Letzte Antwort
                      0
                      • milan912M milan912

                        Hi @mickym , gerne hier ein paar mehr Daten.
                        Mein Flow sieht der Anleitung gemäß wie folgt aus:

                        43221824-efd7-4932-bf52-3cc59e5468be-grafik.png

                        Im debugger kommen folgende Daten an:

                        
                        Node-RED
                        
                            Übernahme (deploy)
                        
                        25.9.2023, 08:36:47node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:36:46.000+02:00", power: 41, lastMeterConsumption: 882.024, accumulatedConsumption: 0.6161, accumulatedProduction: 0 … }
                        25.9.2023, 08:36:50node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:36:48.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                        25.9.2023, 08:36:53node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:36:52.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                        25.9.2023, 08:36:57node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:36:55.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                        25.9.2023, 08:36:59node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:36:58.000+02:00", power: 42, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:02node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:01.000+02:00", power: 43, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:05node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:04.000+02:00", power: 41, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:08node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:07.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:12node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:10.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:16node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:13.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:17node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:16.000+02:00", power: 41, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:20node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:19.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:24node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:22.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:27node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:25.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:29node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:28.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:33node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:31.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:36node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:34.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:39node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:37.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:41node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:40.000+02:00", power: 42, lastMeterConsumption: 882.0247, accumulatedConsumption: 0.6168, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:48node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:46.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:51node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:49.000+02:00", power: 41, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                        25.9.2023, 08:37:55node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:52.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:00node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:37:58.000+02:00", power: 41, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:03node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:01.000+02:00", power: 43, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:06node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:04.000+02:00", power: 42, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:12node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:10.000+02:00", power: 41, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:18node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:16.000+02:00", power: 42, lastMeterConsumption: 882.0251, accumulatedConsumption: 0.6172, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:24node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:22.000+02:00", power: 41, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:30node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:28.000+02:00", power: 42, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:36node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:34.000+02:00", power: 42, lastMeterConsumption: 882.0253, accumulatedConsumption: 0.6174, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:42node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:40.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:45node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:43.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:48node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:46.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:52node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:49.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:54node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:52.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                        25.9.2023, 08:38:57node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:56.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:00node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:38:58.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:03node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:01.000+02:00", power: 42, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:06node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:04.000+02:00", power: 42, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:12node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:09.000+02:00", power: 41, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:14node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:12.000+02:00", power: 41, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:17node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:15.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:19node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:18.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:22node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:21.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:25node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:24.000+02:00", power: 41, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:28node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:27.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:32node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:30.000+02:00", power: 41, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:35node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:33.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:37node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:36.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:43node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:42.000+02:00", power: 41, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:47node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:45.000+02:00", power: 43, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:51node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:48.000+02:00", power: 41, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                        25.9.2023, 08:39:56node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:39:54.000+02:00", power: 42, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:01node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:00.000+02:00", power: 42, lastMeterConsumption: 882.0263, accumulatedConsumption: 0.6184, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:09node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:06.000+02:00", power: 42, lastMeterConsumption: 882.0264, accumulatedConsumption: 0.6185, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:14node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:12.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:20node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:18.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:25node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:24.000+02:00", power: 42, lastMeterConsumption: 882.0266, accumulatedConsumption: 0.6187, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:32node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:30.000+02:00", power: 43, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:38node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:36.000+02:00", power: 42, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:44node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:42.000+02:00", power: 42, lastMeterConsumption: 882.0268, accumulatedConsumption: 0.6189, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:49node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:45.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:50node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:48.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:53node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:51.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:56node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:54.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                        25.9.2023, 08:40:59node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:40:57.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:02node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:01.000+02:00", power: 43, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:05node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:03.000+02:00", power: 43, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:08node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:06.000+02:00", power: 42, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:11node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:09.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:14node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:12.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:17node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:16.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:20node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:19.000+02:00", power: 42, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:24node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:22.000+02:00", power: 42, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:27node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:25.000+02:00", power: 43, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:29node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:28.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:32node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:31.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:35node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:34.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:38node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:37.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:42node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:40.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:46node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:43.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:48node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:46.000+02:00", power: 43, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:50node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:49.000+02:00", power: 42, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:53node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:52.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:57node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:55.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                        25.9.2023, 08:41:59node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:41:58.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:03node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:01.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:06node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:04.000+02:00", power: 43, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:09node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:07.000+02:00", power: 42, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:11node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:10.000+02:00", power: 43, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:18node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:16.000+02:00", power: 42, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:20node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:19.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:25node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:22.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:30node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:28.000+02:00", power: 43, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:33node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:31.000+02:00", power: 42, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:36node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:34.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:42node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:40.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:48node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:46.000+02:00", power: 42, lastMeterConsumption: 882.0283, accumulatedConsumption: 0.6204, accumulatedProduction: 0 … }
                        25.9.2023, 08:42:54node: debug 1msg.payload : Object
                        { timestamp: "2023-09-25T08:42:52.000+02:00", power: 43, lastMeterConsumption: 882.0284, accumulatedConsumption: 0.6205, accumulatedProduction: 0 … }
                        
                        

                        Sobald ich allerdings in den Eigenschaften des "ioBroker out" unter Topic die Ordnerstruktur sehen möchte wie gaz oben gezeigt, dann sehe ich als ID nur einen "example_state"
                        60e08404-6553-40e6-8d8b-7c3902b4e673-grafik.png
                        4a838e8f-2aa1-466b-af5c-4a583bd35581-grafik.png

                        Und dies schaut anders aus als ganz oben in dem Tutorial gezeigt (TIBBER_JSON) sehe ich nicht. Und das ist der Schritt an dem ich nicht weiterkomme.

                        T Offline
                        T Offline
                        ThomKast
                        schrieb am zuletzt editiert von
                        #61

                        @milan912 Guten Morgen. Wie sieht das bei Euch aus... Beim imr kommen seit gestern 24.09. gegen 14:10 keine Live-Subscription-Daten mehr an. Die Verbindung zeigt time-outs. Auch mit neuem Token lässt sich keine Verbindung herstellen. Die normalen Queries funktionieren, aber die subscription nicht.

                        T 1 Antwort Letzte Antwort
                        0
                        • T ThomKast

                          @milan912 Guten Morgen. Wie sieht das bei Euch aus... Beim imr kommen seit gestern 24.09. gegen 14:10 keine Live-Subscription-Daten mehr an. Die Verbindung zeigt time-outs. Auch mit neuem Token lässt sich keine Verbindung herstellen. Die normalen Queries funktionieren, aber die subscription nicht.

                          T Offline
                          T Offline
                          ThomKast
                          schrieb am zuletzt editiert von
                          #62

                          @thomkast OK, meine Anfrage ist bereits erledigt. Der Pulse hatte leere Batterien...

                          1 Antwort Letzte Antwort
                          0
                          • milan912M milan912

                            Hi @mickym , gerne hier ein paar mehr Daten.
                            Mein Flow sieht der Anleitung gemäß wie folgt aus:

                            43221824-efd7-4932-bf52-3cc59e5468be-grafik.png

                            Im debugger kommen folgende Daten an:

                            
                            Node-RED
                            
                                Übernahme (deploy)
                            
                            25.9.2023, 08:36:47node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:36:46.000+02:00", power: 41, lastMeterConsumption: 882.024, accumulatedConsumption: 0.6161, accumulatedProduction: 0 … }
                            25.9.2023, 08:36:50node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:36:48.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                            25.9.2023, 08:36:53node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:36:52.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                            25.9.2023, 08:36:57node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:36:55.000+02:00", power: 42, lastMeterConsumption: 882.0241, accumulatedConsumption: 0.6162, accumulatedProduction: 0 … }
                            25.9.2023, 08:36:59node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:36:58.000+02:00", power: 42, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:02node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:01.000+02:00", power: 43, lastMeterConsumption: 882.0242, accumulatedConsumption: 0.6163, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:05node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:04.000+02:00", power: 41, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:08node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:07.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:12node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:10.000+02:00", power: 42, lastMeterConsumption: 882.0243, accumulatedConsumption: 0.6164, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:16node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:13.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:17node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:16.000+02:00", power: 41, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:20node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:19.000+02:00", power: 42, lastMeterConsumption: 882.0244, accumulatedConsumption: 0.6165, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:24node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:22.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:27node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:25.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:29node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:28.000+02:00", power: 42, lastMeterConsumption: 882.0245, accumulatedConsumption: 0.6166, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:33node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:31.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:36node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:34.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:39node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:37.000+02:00", power: 42, lastMeterConsumption: 882.0246, accumulatedConsumption: 0.6167, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:41node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:40.000+02:00", power: 42, lastMeterConsumption: 882.0247, accumulatedConsumption: 0.6168, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:48node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:46.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:51node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:49.000+02:00", power: 41, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                            25.9.2023, 08:37:55node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:52.000+02:00", power: 42, lastMeterConsumption: 882.0248, accumulatedConsumption: 0.6169, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:00node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:37:58.000+02:00", power: 41, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:03node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:01.000+02:00", power: 43, lastMeterConsumption: 882.0249, accumulatedConsumption: 0.617, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:06node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:04.000+02:00", power: 42, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:12node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:10.000+02:00", power: 41, lastMeterConsumption: 882.025, accumulatedConsumption: 0.6171, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:18node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:16.000+02:00", power: 42, lastMeterConsumption: 882.0251, accumulatedConsumption: 0.6172, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:24node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:22.000+02:00", power: 41, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:30node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:28.000+02:00", power: 42, lastMeterConsumption: 882.0252, accumulatedConsumption: 0.6173, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:36node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:34.000+02:00", power: 42, lastMeterConsumption: 882.0253, accumulatedConsumption: 0.6174, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:42node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:40.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:45node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:43.000+02:00", power: 42, lastMeterConsumption: 882.0254, accumulatedConsumption: 0.6175, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:48node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:46.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:52node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:49.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:54node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:52.000+02:00", power: 41, lastMeterConsumption: 882.0255, accumulatedConsumption: 0.6176, accumulatedProduction: 0 … }
                            25.9.2023, 08:38:57node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:56.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:00node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:38:58.000+02:00", power: 41, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:03node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:01.000+02:00", power: 42, lastMeterConsumption: 882.0256, accumulatedConsumption: 0.6177, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:06node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:04.000+02:00", power: 42, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:12node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:09.000+02:00", power: 41, lastMeterConsumption: 882.0257, accumulatedConsumption: 0.6178, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:14node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:12.000+02:00", power: 41, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:17node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:15.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:19node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:18.000+02:00", power: 42, lastMeterConsumption: 882.0258, accumulatedConsumption: 0.6179, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:22node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:21.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:25node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:24.000+02:00", power: 41, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:28node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:27.000+02:00", power: 42, lastMeterConsumption: 882.0259, accumulatedConsumption: 0.618, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:32node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:30.000+02:00", power: 41, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:35node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:33.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:37node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:36.000+02:00", power: 42, lastMeterConsumption: 882.026, accumulatedConsumption: 0.6181, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:43node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:42.000+02:00", power: 41, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:47node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:45.000+02:00", power: 43, lastMeterConsumption: 882.0261, accumulatedConsumption: 0.6182, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:51node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:48.000+02:00", power: 41, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                            25.9.2023, 08:39:56node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:39:54.000+02:00", power: 42, lastMeterConsumption: 882.0262, accumulatedConsumption: 0.6183, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:01node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:00.000+02:00", power: 42, lastMeterConsumption: 882.0263, accumulatedConsumption: 0.6184, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:09node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:06.000+02:00", power: 42, lastMeterConsumption: 882.0264, accumulatedConsumption: 0.6185, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:14node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:12.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:20node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:18.000+02:00", power: 42, lastMeterConsumption: 882.0265, accumulatedConsumption: 0.6186, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:25node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:24.000+02:00", power: 42, lastMeterConsumption: 882.0266, accumulatedConsumption: 0.6187, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:32node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:30.000+02:00", power: 43, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:38node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:36.000+02:00", power: 42, lastMeterConsumption: 882.0267, accumulatedConsumption: 0.6188, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:44node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:42.000+02:00", power: 42, lastMeterConsumption: 882.0268, accumulatedConsumption: 0.6189, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:49node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:45.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:50node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:48.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:53node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:51.000+02:00", power: 42, lastMeterConsumption: 882.0269, accumulatedConsumption: 0.619, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:56node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:54.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                            25.9.2023, 08:40:59node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:40:57.000+02:00", power: 42, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:02node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:01.000+02:00", power: 43, lastMeterConsumption: 882.027, accumulatedConsumption: 0.6191, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:05node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:03.000+02:00", power: 43, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:08node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:06.000+02:00", power: 42, lastMeterConsumption: 882.0271, accumulatedConsumption: 0.6192, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:11node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:09.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:14node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:12.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:17node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:16.000+02:00", power: 43, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:20node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:19.000+02:00", power: 42, lastMeterConsumption: 882.0272, accumulatedConsumption: 0.6193, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:24node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:22.000+02:00", power: 42, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:27node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:25.000+02:00", power: 43, lastMeterConsumption: 882.0273, accumulatedConsumption: 0.6194, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:29node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:28.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:32node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:31.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:35node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:34.000+02:00", power: 42, lastMeterConsumption: 882.0274, accumulatedConsumption: 0.6195, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:38node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:37.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:42node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:40.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:46node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:43.000+02:00", power: 42, lastMeterConsumption: 882.0275, accumulatedConsumption: 0.6196, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:48node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:46.000+02:00", power: 43, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:50node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:49.000+02:00", power: 42, lastMeterConsumption: 882.0276, accumulatedConsumption: 0.6197, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:53node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:52.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:57node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:55.000+02:00", power: 42, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                            25.9.2023, 08:41:59node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:41:58.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:03node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:01.000+02:00", power: 43, lastMeterConsumption: 882.0277, accumulatedConsumption: 0.6198, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:06node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:04.000+02:00", power: 43, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:09node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:07.000+02:00", power: 42, lastMeterConsumption: 882.0278, accumulatedConsumption: 0.6199, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:11node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:10.000+02:00", power: 43, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:18node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:16.000+02:00", power: 42, lastMeterConsumption: 882.0279, accumulatedConsumption: 0.62, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:20node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:19.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:25node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:22.000+02:00", power: 43, lastMeterConsumption: 882.028, accumulatedConsumption: 0.6201, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:30node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:28.000+02:00", power: 43, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:33node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:31.000+02:00", power: 42, lastMeterConsumption: 882.0281, accumulatedConsumption: 0.6202, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:36node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:34.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:42node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:40.000+02:00", power: 42, lastMeterConsumption: 882.0282, accumulatedConsumption: 0.6203, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:48node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:46.000+02:00", power: 42, lastMeterConsumption: 882.0283, accumulatedConsumption: 0.6204, accumulatedProduction: 0 … }
                            25.9.2023, 08:42:54node: debug 1msg.payload : Object
                            { timestamp: "2023-09-25T08:42:52.000+02:00", power: 43, lastMeterConsumption: 882.0284, accumulatedConsumption: 0.6205, accumulatedProduction: 0 … }
                            
                            

                            Sobald ich allerdings in den Eigenschaften des "ioBroker out" unter Topic die Ordnerstruktur sehen möchte wie gaz oben gezeigt, dann sehe ich als ID nur einen "example_state"
                            60e08404-6553-40e6-8d8b-7c3902b4e673-grafik.png
                            4a838e8f-2aa1-466b-af5c-4a583bd35581-grafik.png

                            Und dies schaut anders aus als ganz oben in dem Tutorial gezeigt (TIBBER_JSON) sehe ich nicht. Und das ist der Schritt an dem ich nicht weiterkomme.

                            mickymM Offline
                            mickymM Offline
                            mickym
                            Most Active
                            schrieb am zuletzt editiert von mickym
                            #63

                            @milan912 Hier zeigen sich haufenweise Missverständnisse oder Fehler. Ich werde mal anfangen:

                            Aus der Anleitung:

                            2aca20a1-7cd1-47cb-8047-52066768224c-image.png

                            32c1621d-1c75-4341-bfe6-b1c684fa55f1-image.png

                            Du hast aber versucht in 0_userdata.0 zu schreiben - DAS GEHT NATÜRLICH NICHT.
                            Über die 3 Punkte rechts und wie es in der Beschreibung steht kannst Du nur existierende Datenpunkte auswählen bei Dir existiert er aber noch nicht.
                            Du hast auch ausser example_state gar keinen Datenpunkt angelegt - zur Verfügung.

                            0626ac74-dd34-4f2a-9c85-a77f6ef1b435-image.png

                            den hättest Du allerdings auswählen können und die Daten da rein schreiben können.

                            Der Node-Red Adapter hat aber auch einen Bug - sprich mit den 3 Punkten werden nur die Datenpunkte angezeigt, die zum Zeitpunkt des Adapterstarts existierten. Sprich, das über die Liste aktualisieren, wie in der Anleitung im 1. Post beschrieben - FUNKTIONIERT NICHT.
                            c40407dc-5731-4b4b-abb1-3936621cf6e0-image.png

                            Den Datenpunkt musst Du also VORHER entweder SELBST anlegen oder wie ich Dir unten beschrieben habe, über Fremdobjekte anlegen lassen:

                            1. Selbst angelegter Datenpunkt:

                            Du gehst in die Objektansicht im iobroker und markierst den Ordner unter dem Du einen Datenpunkt anlegen willst und drückst dann auf das Plus (+ Zeichen).

                            767f4f4e-d10c-4e12-b67d-7030df881a25-image.png

                            dann erstellst Du einen Datenpunkt zum Beispiel Tibber_JSON

                            3062bea3-4c5f-4c15-b31a-be6590a0f4f6-image.png

                            Wie gesagt in der iobroker-Out Node wird der Dir aber erst über die 3 Punkte angeboten, nachdem der Adapter neu gestartet wurde. Deswegen kopiert man das Topic direkt als Pfad aus der Objektansicht.

                            Man geht in die erste Spalte des Objektdatenpunktes und klickt auf die Schaltfläche kopieren und kopiert den Pfad in die Zwischenablage und von dort in das topic Feld der iobroker-Out Node.

                            f6bedbe9-ea78-47f8-aaf4-34129ff941b3-image.png

                            Im Übrigen siehst Du hier, dass der Datenpunkt "Manuell erzeugt" wurde. (Grün markiert)

                            48fde936-6e66-498b-9dbe-fc00f301f58f-image.png

                            1. Möglichkeit ist, dass Du wie gesagt Node-Red das selbst erstellen lässt und in der Adapterkonfiguration Fremdobjekte zulassen eingestellt hast. Alles wie ich es in https://forum.iobroker.net/post/1048767 beschrieben habe.

                            Aber auch hier musst Du natürlich SELBST den vollständigen Pfad eingeben, wo der Datenpunkt erstellt werden soll und nicht über die 3 Punkte rechts (da der Datenpunkt ja noch gar nicht existiert). Hier kannst Du auch Hierarchien mitgeben.

                            Aber auch hier MUSST DU natürlich einen richtigen Pfad mitgeben
                            f78e883d-f475-446d-ab0f-090fbf7c2d0c-image.png

                            dann siehst Du auch den vollständigen Pfad in Deiner iobroker-out Node - falls Du keinen Namen vergibst:

                            31fd01c1-89b8-475f-b0d9-604655a4ea7d-image.png

                            und im Status siehst Du das es richtig geschrieben ist.

                            Nun siehst Du dass dieser Datenpunkt von NodeRed geschrieben wurde.

                            532bbe89-9633-428f-aba5-821462684f0c-image.png

                            Für einzelne Datenpunkte langt es den Datenpunkt in der Objektansicht selbst anzulegen!!!

                            So nun wie Du in Zukunft Werte hier im Thread zur Verfügung stellst:

                            32364bbb-04ae-40bb-9425-6fbe8c8d1789-image.png

                            So ist das nicht hilfreich, da

                            1. mit den ... Punkten siehst Du, dass die Objekte nicht vollständig sind
                            2. das keine JSON Strings sind.

                            Um Daten zur Verfügung zu stellen gehst Du in das Node-Red Debug Fenster gehst mit der Maus rechts neben die Eigenschaft des Objektes oder auf das Objekt selbst und kopierst das in die Zwischenablage:

                            a801baec-9d6b-4764-9ec0-a18422eca271-image.png

                            Dann stellst Du es hier in Codetags ein:

                            {"timestamp":"2023-09-25T08:36:46.000+02:00","power":41,"lastMeterConsumption":882.024,"accumulatedConsumption":0.6161}
                            

                            Nun sind keine ... mehr da und die Eigenschaften sind auch in Anführungszeichen. So kann man mit Daten etwas anfangen.

                            Weitere Analysemöglichkeiten:

                            1. Falls Du den JSON in einzelne Datenpunkte aufgeschlüsselt haben willst, dann kannst Du meinen Subflow verwenden:
                              https://forum.iobroker.net/topic/43856/json-oder-javascript-objekt-in-iobroker-datenpunkte-zerlegen
                              oder
                            2. Du wählst einzelne Eigenschaften aus und schreibst sie dann weg (mit Change Nodes). Kann ich Dir gerne hier noch zeigen, wenn Du Deine Objekte wie eben beschrieben hier richtig zur Verfügung stellst.

                            Wenn Du dann skalare Werte hast - kannst du die über History-Adapter oder einem Datenbank Adapter in eine Datenbank schreiben und dort analysieren. Das ist der übliche Weg.

                            1. Wenn Du das ganze als CSV Datei haben willst - dann musst Du den Flow ändern und in eine Datei schreiben - dann solltest Du aber einen eigenen Thread aufmachen. Im Prinzip halt einfach eine CSV Node und eine WriteFile Node verwenden.

                            Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

                            1 Antwort Letzte Antwort
                            0
                            • T theGrinch

                              @ThomKast Danke für die super Anleitung!

                              Leider bleibt mein Tibber-node auf "connecting" und das Debug wirft diesen Error:

                              An error ocurred while trying to check if real time consumption is enabled.
                              {"responseMessage":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Cannot POST /v1-beta/qpl</pre>\n</body>\n</html>\n","httpCode":404,"statusCode":404,"statusMessage":"Not Found"}
                              
                              V Offline
                              V Offline
                              vb24
                              schrieb am zuletzt editiert von vb24
                              #64

                              @thegrinch @ThomKast Hallo und super Anleitung. Ich habe auch das Problem, dass der Tibber Feed irgendwann auf connecting status geht. Könnte das an der Einführung der max 100 Requests pro 5 Min liegen, zum Schutz der API? Nach Änderung des Tokens geht es wieder eine weile und bleibt dann wieder stehen.
                              Im API Explorer kommen die Daten ohne Probleme.

                              Ich habe zumindest nicht gesehen, dass ich dem API Endpoint irgendwo die Frequenz des Abrufs mitgeben kann.

                              Danke

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


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              732

                              Online

                              32.4k

                              Benutzer

                              81.5k

                              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