NEWS
Beta Test js-controller 3.0.x auf GitHub
-
@apollon77 bei der v3.0.8 erhalte ich beim iot-Adapter folgende Meldungen
iot.0 2020-04-14 12:08:25.927 warn (12587) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer! iot.0 2020-04-14 12:08:25.852 warn (12587) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer! iot.0 2020-04-14 12:08:25.627 warn (12587) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer! iot.0 2020-04-14 12:08:25.017 warn (12587) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer! iot.0 2020-04-14 12:08:25.016 warn (12587) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer! iot.0 2020-04-14 12:08:25.008 warn the module (for instance, using `npm rebuild` or `npm install`). iot.0 2020-04-14 12:08:25.008 warn NODE_MODULE_VERSION 72. Please try re-compiling or re-installing iot.0 2020-04-14 12:08:25.008 warn NODE_MODULE_VERSION 64. This version of Node.js requires iot.0 2020-04-14 12:08:25.008 warn was compiled against a different Node.js version using iot.0 2020-04-14 12:08:25.008 warn (12587) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
Dies wiederholt sich beim Restart des Adapters und nach einem Upload und anschließendem Restart des Adapters
-
@BBTown das hatte ich auch - allerdings hatte ich da gem. HOST im ioBroker keine 3.0.8 drauf, sondern immer noch die 2.x.x. Ich hatte den falschen Ordner für das Update ausgewählt (war bei der JS-Controller-Installation nicht im Ordner /opt/iobroker).
-
@Kueppert sagte in Beta Test js-controller 3.0.x auf GitHub:
@BBTown das hatte ich auch - allerdings hatte ich da gem. HOST im ioBroker keine 3.0.8 drauf, sondern immer noch die 2.x.x. Ich hatte den falschen Ordner für das Update ausgewählt (war bei der JS-Controller-Installation nicht im Ordner /opt/iobroker).
Interessant, da auch ich eben zunächst im falschen Ordner den aktuellen js-controller installiert habe (mir ist aufgefallen, dass die Version auf v3.0.7 geblieben war)
Danach habe ich dann erneut den js-copntroller in/opt/iobroker
installiert und sehe nun auch die v3.0.8.Kann/muss man dennoch ein uninstall der falschen js-controller Installation durchführen?
Wenn ja, wie? -
@BBTown ich hab die 2. Installation auch noch nicht entfernt, weil ich auch nicht weiß, wie das geht ^^
-
@BBTown in dem Falschen verzeichnis sollte an sich maximal ein Verzeichnis "node_modules" entstanden sein. vllt eine package.json und/oder package-lock.json. DIe einfach löschen das sollte es gewesen sein
-
@BBTown Alles klar, wie weiter oben schon gesagt tut hier der Auto rebuild nicht weil der Adapter den Fehler fängt und ggf einzelne Funktionen nicht zur verfügung stehen.
Aber auch dafür haben wir etwas neues
Führe mal "iobroker rebuild iot" aus.
Falls der Fehler danach noch bleibt mach ein
"iobroker rebuild iot --install"
Danach sollte es spätestens weg sein
-
@apollon77 sagte in Beta Test js-controller 3.0.x auf GitHub:
Führe mal "iobroker rebuild iot" aus.
dann erhalte ich ein
Rebuild iot done
zurück - ich denke mal, so soll es sein[EDIT]
... allerdings sind die WARN-Hinwiese des iot-Adapters nach einem Neustat von ioBroker noch immer da. Dann versuche ich nun mal mit der zweiten Optioniobroker rebuild iot --install
Erneut kommt die Rüclmeldung
Rebuild iot done
Nach einem Neustrat von ioBroker kommen jetzt nur noch die bekannten:
iot.0 2020-04-14 15:54:04.891 warn (1304) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
Meldungen.
-
@BBTown Hat also geklappt wie es soll
-
Am Ende ist das Auto-Rebuild und die neuen "rebuild" Kommandos der ersatz für resinstall.sh das globale rebuild kommando was immer wieder komische effekte hat
-
Hallo,
ein Beta Test! Da bin ich wieder mit dabei.
Master/Slave System läuft auf 2.2.9, node 10.20.0, npm 6.14.4
Master: Intel Nuc mit Proxmox
Slave: 6x Raspberry mit RasbianVor dem Update der Slave auf 3.0.8, habe ich jeweils den fixer laufen lassen.
Update über npm install ioBroker/ioBroker.js-controller lief zwar durch, aber unter Host wurde keine neue Version angezeigt.
Der Versuch über sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller brachte einige Fehler.pi@raspberrypi-display3:~ $ iobroker stop pi@raspberrypi-display3:~ $ sudo -H -u iobroker npm install ioBroker/ioBroker.js-controller npm WARN checkPermissions Missing write access to /home/pi/node_modules/iobroker.js-controller npm WARN checkPermissions Missing write access to /home/pi/node_modules npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm WARN pi No description npm WARN pi No repository field. npm WARN pi No README data npm WARN pi No license field. npm ERR! code EACCES npm ERR! syscall access npm ERR! path /home/pi/node_modules/iobroker.js-controller npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, access '/home/pi/node_modules/iobroker.js-controller' npm ERR! { [Error: EACCES: permission denied, access '/home/pi/node_modules/iobroker.js-controller'] npm ERR! stack: npm ERR! 'Error: EACCES: permission denied, access \'/home/pi/node_modules/iobroker.js-controller\'', npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/home/pi/node_modules/iobroker.js-controller' } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2020-04-14T15_14_45_176Z-debug.log
Anbei die log-Datei.
2020-04-14T15_14_45_176Z-debug.logEdit: Wie dumm! War im falschen Ordner.
3.0.8 lauft jetzt auf einem Slave. -
@e-i-k-e HAHAHA, passiert den Besten ist nicht nur dir passiert ^^
-
Komplette System läuft jetzt auf 3.0.8. Alle Adapter sind aktuell grün.
Im Log kommen unzählige Warnungen von sourceanalytix.
Anbei ein Auszug davon.
sourceanalytix.0 2020-04-14 18:01:04.142 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.142 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.31 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.138 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.138 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.31 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.133 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.133 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.31 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.123 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.123 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.30 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.114 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.113 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.30 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.108 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.107 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.30 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.102 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.102 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.29 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.098 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.097 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.29 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.093 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.093 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.29 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.087 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.084 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.28 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.082 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.081 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.28 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.079 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.078 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.28 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.075 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.075 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.27 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.073 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.072 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.27 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.068 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.068 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.27 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.062 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.062 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.26 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.057 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.057 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.26 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.052 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.052 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.26 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.048 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.048 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.25 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.044 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.044 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.25 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.040 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.039 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.25 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.032 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.032 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.24 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.028 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.028 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.24 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.023 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.023 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.24 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.016 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.016 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.23 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.011 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:04.009 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.23 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:04.001 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.998 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.23 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.992 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.992 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.22 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.987 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.987 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.22 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.983 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.983 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.22 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.978 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.978 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.21 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.973 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.972 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.21 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.969 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.969 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.21 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.966 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.966 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.20 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.961 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.961 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.20 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.956 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.956 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.20 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.950 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.950 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.19 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.946 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.946 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.19 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.943 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.943 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.19 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.940 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.940 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.18 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.937 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.937 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.18 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.933 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.933 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.18 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.925 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.925 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.17 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.913 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.913 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.17 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.904 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.904 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.17 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.896 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.895 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.16 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.890 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.890 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.16 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.881 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.881 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.16 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.874 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.874 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.15 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.865 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.864 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.15 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.860 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.859 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.15 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.856 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.856 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.14 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.853 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.853 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.14 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.850 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.850 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.14 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.846 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.846 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.13 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.842 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.842 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.13 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.837 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.836 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.13 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.831 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.831 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.12 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.827 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.826 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.12 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.821 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.821 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.12 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.816 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.816 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.11 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.812 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.812 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.11 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.807 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.806 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.11 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.801 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.801 warn (15468) Object discovergy__0__61234183__energy.2020.costs.weeks.10 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.797 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.796 warn (15468) Object discovergy__0__61234183__energy.2020.meterReadings.weeks.10 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.792 warn (15468) This object will not be created in future versions. Please report this to the developer. sourceanalytix.0 2020-04-14 18:01:03.792 warn (15468) Object discovergy__0__61234183__energy.2020.consumed.weeks.10 is invalid: obj.common.name has an invalid type! Expected "string" or "object", received "number" sourceanalytix.0 2020-04-14 18:01:03.709 info (15468) Meter Calculation executed consumed data for javascript.0.variablen.Photovoltaik.Gesamtverbrauch : {"consumedDay":-2954.475,"consumedWeek":-2941.951,"consumedMonth":-2801.436,"consumedQuarter" sourceanalytix.0 2020-04-14 18:01:03.707 info (15468) Set calculated value 0.0483900082888889 on state : javascript__0__variablen__Photovoltaik__Gesamtverbrauch.Current_Reading} sourceanalytix.0 2020-04-14 18:01:03.707 info (15468) Calculation for javascript.0.variablen.Photovoltaik.Gesamtverbrauch with value : {"val":612.12,"ack":true,"ts":1586880063702,"q":0,"from":"system.adapter.javascript.0","user":"system.user.admi sourceanalytix.0 2020-04-14 18:01:03.677 info (15468) Initialising discovergy.0.61234183.energy with configuration {"stateDetails":{"alias":"","consumption":true,"costs":true,"deviceName":"discovergy__0__61234183__energy","financielCathegorie":"c sourceanalytix.0 2020-04-14 18:01:03.677 info (15468) for state discovergy.0.61234183.energy Previous watt calculated reading used Version > 4 from {"val":2949.776,"ack":true,"ts":1586880060349,"q":0,"from":"system.adapter.sourceanalytix.0","user sourceanalytix.0 2020-04-14 18:01:03.675 info (15468) Meter Calculation executed consumed data for discovergy.0.61234183.energy : {"consumedDay":5.033,"consumedWeek":17.073,"consumedMonth":165.724,"consumedQuarter":165.724,"consumedYear":1606.206 sourceanalytix.0 2020-04-14 18:01:03.672 info (15468) Set calculated value 2949.7770563 on state : discovergy__0__61234183__energy.Current_Reading} sourceanalytix.0 2020-04-14 18:01:03.670 info (15468) Calculation for discovergy.0.61234183.energy with value : {"val":2949.7770563,"ack":true,"ts":1586880063659,"q":0,"from":"system.adapter.discovergy.0","user":"system.user.admin","lc":158688006 sql.0 2020-04-14 18:01:03.671 info (15194) enabled logging of discovergy.0.61234183.energy, Alias=false sql.0 2020-04-14 18:01:03.671 info (15194) enabled logging of discovergy.0.61234183.Power_Consumption, Alias=false sourceanalytix.0 2020-04-14 18:01:03.666 info (15468) Updated SourceAnalytix configuration for : discovergy.0.61234183.energy sql.0 2020-04-14 18:01:03.661 info (15194) enabled logging of discovergy.0.61234183.energyOut, Alias=false sourceanalytix.0 2020-04-14 16:01:00.348 info (15468) Initialization finished for : discovergy.0.61234183.energy sourceanalytix.0 2020-04-14 16:01:00.348 info (15468) Meter Calculation executed consumed data for discovergy.0.61234183.energy : {"consumedDay":5.033,"consumedWeek":17.072,"consumedMonth":165.723,"consumedQuarter":165.723,"consumedYear":1606.20 sourceanalytix.0 2020-04-14 16:01:00.342 info (15468) Set calculated value 2949.7764479 on state : discovergy__0__61234183__energy.Current_Reading} sourceanalytix.0 2020-04-14 16:01:00.342 info (15468) Calculation for discovergy.0.61234183.energy with value : {"val":2949.7764479,"ack":true,"ts":1586880058571,"q":0,"from":"system.adapter.discovergy.0","user":"system.user.admin","lc":15868800 sourceanalytix.0 2020-04-14 16:01:00.341 info (15468) First time calc result after initialising
-
@e-i-k-e ist bekannt Log auf error umstellen.
-
@Kueppert Dabeihab ichs diesmal extra oben dazu geschrieben. Ich machs mal noch fett ... nächster schritt wäre rot blinkend
-
@e-i-k-e Dutchmen ist schon dran
-
@apollon77 von mir jedenfalls einen läuft alles Klasse 3.0.8 mit Node.js
v13.12.0 keine Fehler mehr, und läuft jetzt auf meinem Produktivsystem. -
@apollon77
Habe gerade festgestellt, dass sich die Javascript Adapter auf den Slave Geräten, ab und zu neustarten.Anbei die Log-Datei von einem Slave.
-
@Homer-J
War das nur ein Test mit Node13?In der Doku steht dick und rot das dazu:
ungerade nodejs-Versionen sind grundsätzlich nicht empfohlen, da es sich um Entwicklerversionen handelt. -
@Jan1 war ein Test von mir da z.B. der Yahka Adapter in der 12 Version nicht tut, in der 13 läuft bei mir alles wunderbar deshalb lass ich es so.
Grüße -
@Homer-J
Kann funktionieren, muss aber nicht. In ein paar Tagen kommt die 14 raus und da solltest noch mal "testen". Denn wenn in der 12er was drin ist, das den Yahka stört und in der 13er nicht, dann sollte die finale 14er auch laufen und das stabiler als die 13er.