NEWS
IOBroker Anbindung an einen Kostal Plenticore
-
@hal Mit dem HVS kann ich leider nicht helfen, da ich einen HV habe. Und bei der Adapterprogrammierung muss ich leider auch passen.
Ich habs zumindest per Javascript und einen request geschafft, einzelne Werte aus der Statistik Info der BYD HV auszulesen, als Info, die @arteck noch nicht implementiert hat. Ging mir erst mal nur um Total Charge und Total Discharge Energy. Noch ziemlich rudimentär...var request = require("request"); var username = "user"; var pass = "user"; var url = "http://" + username + ":" + pass + "@192.168.6.1/asp/StatisticInformation.asp"; var cronStr = "3-58/5 * * * *"; // run every 5 minutes starting at 3 createState('Solar.BydTotalChargeEnergy', 0, {type: 'number',unit: 'kWh',role: 'value', name: 'BydTotalChargeEnergy',desc: 'Byd Gesamte Ladeleistung'}); createState('Solar.BydTotalDischargeEnergy', 0, {type: 'number',unit: 'kWh',role: 'value', name: 'BydTotalDischargeEnergy',desc: 'Byd Gesamte Entladeleistung'}); createState('Solar.BydBatteryEfficiency', 0, {type: 'number',unit: '%',role: 'value', name: 'BydBatteryEfficiency',desc: 'Byd Batterieeffizienz'}); function readBattStatistic() { request(url, function(err, state, body) { if (body) { //console.log(body); var match; var myRegexp = /Charge Energy:[\s\S]+?>(\d{3,5}\.\d{1,3})[\s\S]+?Discharge Energy:[\s\S]+?(\d{3,5}\.\d{1,3})/m; if ((match = body.match(myRegexp)) !== null) { //console.log(match); var charge = parseFloat(match[1]); //console.log(charge); setState('Solar.BydTotalChargeEnergy', charge, true); var discharge = parseFloat(match[2]); //console.log(discharge); setState('Solar.BydTotalDischargeEnergy', discharge, true); setState('Solar.BydBatteryEfficiency', discharge / charge * 100, true); } else console.log("not matched"); } }); }; schedule(cronStr, readBattStatistic);
-
Hallo zusammen,
hoffe hier auf Plenticore-Leidgenossen zu treffen, die auch gerne versch. Infos visualisieren möchten.
Würde gerne in einer Wochenansicht (Mo - So) den Hausverbrauch + Erzeugung PV auf Tagesebene nachvollziehen können. Wenn möglich gerne als klassisches Säulendiagramm.
Hat von euch jemand dies schon bewerkstelligt bekommen? Denke, dass @Scrounger material design bar chart von Hilfe sein könnte. Aber hier habe ich so meine Probleme dies zu über ein JSON zu realisieren.
Jemand eine Idee?? DANKE.
Das sind die Datensätze, die die Meisten kennen werden:
-
@bostil Ich nutze Influxdb für die Sammlung (also statt history Adapter) und habe dann Grafana installiert, das auf Influx zugreift.
Mein Graph sieht so aus:
So sieht es dann mit der Einstellung
6 Monate
ausUnd so mit der von dir genannten Woche
-
Kannst du mal bitte folgendes testen:
In der Datei
/opt/iobroker/node_modules/iobroker.plenticore/node_modules/@strathcole/iob-lib/lib/iob-lib.js
Zeile 111:
delete objectStates[id];
direkt dahinter noch eine Zeile einfügen:
delete stateStates[id];
Dann Adapter neu starten und nach dem nächsten Löschen der States (also Tageswechsel) den Logmodus wieder umstellen
Danke.
-
@strathcole In Version 2.1.6 gibt es die Ordnerstruktur so nicht. Ich finde nicht mal eine Datei mit "delete objectStates[id];" unterhalb von /opt/iobroker/node_modules/iobroker.plenticore/
Ich vermute dass es bei dieser Ver. noch in /opt/iobroker/node_modules/iobroker.plenticore/lib/plenticore.js ist? -
@diginix vielleicht hat er das iob-lib direkt im Hauptverzeichnis node_modules installiert. Sollte es schon länger geben.
-
@strathcole Stimmt, da liegt die Datei.
Sieht nun so aus. Den Loglevel aber erst morgen früh von error zurück nehmen?
-
@diginix kannst du auch jetzt schon
-
@strathcole Ok, erledigt. Ich werde berichten.
-
@strathcole Die Anpassung hat leider keine Besserung gebracht:
2021-02-04 07:48:47.262 - warn: plenticore.0 (1512441) State "plenticore.0.forecast.day1.power.1h.generated" has no existing object, this might lead to an error in future versions
Ich habe aber eben noch mal ein "adapter upload" gemacht und somit die Instanz neu gestartet. In den 10 Minuten seit dem sind keine Meldungen mehr gekommen.
-
@diginix Hm, ich glaub aber auch die Meldungen kommen immer nur nach Mitternacht, wenn man nicht neu startet, oder? Nach einem Neustart müssten sie ja immer bis zum nächsten Tageswechsel weg sein?
-
@strathcole Das kann natürlich auch sein. Dann würde es morgen trotz der Anpassung wieder losgehen.
Ich dachte nur, dass die gepatchte javascript Datei vllt nicht direkt verarbeitet wird und deswegen hab ich das "upload" getriggert. Was aber eben auch den Neustart der Instanz bedeutet und dadurch nur vermeintlich Ruhe herrscht.Fazit: Höchstwahrscheinlich hilft dieser Patch noch nicht. Genau wissen wir es aber erst morgen kurz vor 8 Uhr.
-
@diginix Interessant ist allerdings: Ich habe gestern extra mal den jscontroller aus dem latest installiert, also 3.2 – und bei mir tritt es nicht auf, habe allerdings auch nicht ohne den Patch getestet.
-
@strathcole Dann wäre die einzige Erklärung, dass der Patch eben bis zu "adapter upload" heute noch nicht wirklich gegriffen hat und erst morgen wirklich funktioniert. Mehr als Abwarten geht nun nicht. Außer ich manipuliere die Systemzeit.
-
@diginix Ich hab einfach mal die neue 2.1.7 und das neue Lib veröffentlicht. Dann können wir sicher sein, dass er auch das richtige Lib nimmt. Bei mir gab es nämlich 4 Instanzen vom Lib in iobroker.
-
@strathcole Die iob-lib gab es bei mir nur einmal auf dem System und die Zeile 112 war gepatcht.
Habe nun de 2.1.7 installiert und die iob-lib wurde neu erstellt, ist aber in Zeile 112 inhaltlich identisch zu der gepatchten von mir. Instanz läuft bisher ohne Logfehler. Wenn es morgen früh nicht ruhig bleibt, ist guter Rat teuer. -
@strathcole Leider auch mit 2.1.7 keine Besserung:
2021-02-05 07:47:30.116 - warn: plenticore.0 (1622132) State "plenticore.0.forecast.day1.power.1h.generated" has no existing object, this might lead to an error in future versions
-
@diginix Jetzt hab ich es bei mir auch endlich und kann auf Fehlersuche gehen.
-
@strathcole "Gut" aber merkwürdig dass es bei dir erst jetzt durchschlägt.
-
Bei mir kommt diese Fehlermeldung sogar im Bündel...
plenticore.0 2021-02-11 17:40:29.921 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:29.921 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:29.920 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:19.117 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:19.117 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:19.116 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:08.477 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:08.476 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:40:08.476 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:57.773 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:57.772 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:57.772 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:47.058 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:47.058 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:47.058 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:36.464 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:36.463 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:36.423 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:25.793 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:25.793 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:25.792 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:15.125 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:15.125 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:15.124 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:05.052 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:05.052 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:39:05.049 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:53.924 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:53.924 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:53.923 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:43.386 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:43.384 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:43.383 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:32.648 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:32.647 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:32.647 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:22.087 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:22.087 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:22.037 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:11.443 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:11.387 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:11.387 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:00.766 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:00.766 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:38:00.765 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:50.161 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:50.161 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:50.160 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:39.532 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:39.532 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:39.531 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:28.213 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:28.213 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:28.212 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:17.377 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:17.376 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:17.376 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:06.772 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:06.771 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:37:06.722 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:56.007 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:56.007 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:56.004 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:45.396 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:45.395 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:45.395 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:34.663 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:34.663 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:34.663 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:23.908 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:23.907 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:23.907 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:13.257 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:13.256 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:13.256 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:02.625 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:02.625 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:36:02.624 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:51.854 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:51.854 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:51.847 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:41.297 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:41.296 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:41.246 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:30.715 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:30.715 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:30.674 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:19.982 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:19.982 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:19.981 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:09.160 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:09.160 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:35:09.154 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:58.180 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:58.179 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:58.116 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:47.524 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:47.523 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:47.523 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:36.913 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:36.913 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:36.912 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:26.475 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:26.475 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:26.430 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:15.894 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:15.835 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:15.821 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:05.209 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:05.209 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:34:05.208 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:54.597 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:54.597 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:54.596 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:43.956 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:43.956 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:43.955 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:33.048 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:33.047 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:33.047 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:22.584 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:22.584 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:22.584 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:11.913 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:11.913 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:11.913 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:01.324 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:01.324 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions plenticore.0 2021-02-11 17:33:01.320 warn (20815) State "plenticore.0.forecast.day1.power.10h.generated" has no existing object, this might lead to an error in future versions