NEWS
TIBBER Pulse Livedaten mit NodeRed abholen
-
@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? -
@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. -
-
@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!
-
@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.
-
Hi @mickym , gerne hier ein paar mehr Daten.
Mein Flow sieht der Anleitung gemäß wie folgt aus: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"
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.
-
@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.
-
@thomkast OK, meine Anfrage ist bereits erledigt. Der Pulse hatte leere Batterien...
-
@milan912 Hier zeigen sich haufenweise Missverständnisse oder Fehler. Ich werde mal anfangen:
Aus der Anleitung:
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.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.
Den Datenpunkt musst Du also VORHER entweder SELBST anlegen oder wie ich Dir unten beschrieben habe, über Fremdobjekte anlegen lassen:
- 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).
dann erstellst Du einen Datenpunkt zum Beispiel Tibber_JSON
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.
Im Übrigen siehst Du hier, dass der Datenpunkt "Manuell erzeugt" wurde. (Grün markiert)
- 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
dann siehst Du auch den vollständigen Pfad in Deiner iobroker-out Node - falls Du keinen Namen vergibst:
und im Status siehst Du das es richtig geschrieben ist.
Nun siehst Du dass dieser Datenpunkt von NodeRed geschrieben wurde.
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:
So ist das nicht hilfreich, da
- mit den ... Punkten siehst Du, dass die Objekte nicht vollständig sind
- 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:
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:
- 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 - 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.
- 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.
-
@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