NEWS
Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest
-
Ich gebe das ein:
-
Mache mal das:
.
-
@haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
$ ./iobroker url "https://github.com/repo/ioBroker.gh/tarball/master" gh
install https://github.com/repo/ioBroker.gh/tarball/masterEr zieht es hiervon , die Adresse gibt es nicht :
.
-
@glasfaser
Suuuper, danke, das hat erst einmal funktioniert!Tolles Forum hier
-
@haifisch_777
Naja , irgend ein Fehler habe ich noch.
Vielleicht die Instanz nicht richtig eingerichtet?
-
-
Laut Screeshot hast du Node 15.8.0 , ich glaube nicht das dieses damit funktioniert.
Aktuell ist 12 bzw. 14 -
@glasfaser
Thanks,dann auf 14 zurück gehen?
-
Ja .
EDIT :
du hast 3.1.6
ab 3.2 kannst du experimentieren 15 nutzen , aber siehe hier :
https://forum.iobroker.net/topic/41029/js-controller-3-2-jetzt-im-latest
-
@glasfaser @Haifisch_777
Node15 bringt npm7 mit, das läuft aber noch nicht vernünftig mit dem ioBroker zusammen. Deshalb auf node12 oder node14 setzen. Und auch nicht manuell npm aktualisieren. -
deshalb mein Edit oben , da ich nicht weiß was er noch vor hat , bzw. gemacht hat
-
@glasfaser
Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.
-
@thomas-braun sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
@glasfaser
Was es auch sei, am besten nicht mit einer krummen Entwicklerversion von node rumpfuschen.Die initiale Fehlermeldung kommt ja auch von npm@7. Mit npm@6 wäre das vermutlich sogar direkt gegangen.
@Haifisch_777
Die Antwort ist für dich ! -
@glasfaser
Oh ganz schön kompliziert.
Ich wollte auf node 12 zurück gehen, es funktioniert aber nicht.curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
dann sudo apt-get install -y nodejs
aber es bleibt bei 15
nodejs ist schon die neueste Version (15.8.0-1nodesource1).
-
@haifisch_777
Hier steht drin wie man eine bestimmte Version eines Paketes installiert:https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
Weitere (konkrete!) Fragen bitte in einem eigenen Thread, das hat mit dem Adapter nix zu tun.
-
Hai zusammen,
sainlogic.0 läuft irgendwie, das finde ich erst einmal super.
Ich bekomme die richtigen Werte angezeigt und auch aktualisiert.
Mit Hilfe einiger Profis habe ich es hin bekommen, aber anscheinend ist irgendwas noch nicht OK?
Die Instanz zeigt mit einen roten Punkt, Verbunden mit Host = falsch und Lebenszeichen = falschAuch laufen folgende Fehler auf.
Aber ich bekommen meine Werte, ist das so OK?sainlogic.0 2021-02-14 13:18:37.946 warn (20398) Terminated (UNCAUGHT_EXCEPTION): Without reason sainlogic.0 2021-02-14 13:18:37.482 info (20398) Starting Listener sainlogic.0 2021-02-14 13:18:37.479 info (20398) Scheduler call ws_getmindaily activated sainlogic.0 2021-02-14 13:18:37.478 info (20398) Scheduler call ws_getmaxdaily activated sainlogic.0 2021-02-14 13:18:37.478 info (20398) Scheduler call ws_getmin activated sainlogic.0 2021-02-14 13:18:37.477 info (20398) Scheduler call ws_getmax activated sainlogic.0 2021-02-14 13:18:37.476 info (20398) Scheduler call ws_getcurrent activated sainlogic.0 2021-02-14 13:18:37.475 info (20398) Scheduler call ws_getfirmware activated sainlogic.0 2021-02-14 13:18:37.474 info (20398) Starting Scheduler sainlogic.0 2021-02-14 13:18:37.413 info (20398) starting. Version 0.6.4 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v12.20.2, js-controller: 3.1.6 sainlogic.0 2021-02-14 13:18:36.943 error at internal/main/run_main_module.js:17:47 sainlogic.0 2021-02-14 13:18:36.943 error at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) sainlogic.0 2021-02-14 13:18:36.943 error at Function.Module._load (internal/modules/cjs/loader.js:708:14) sainlogic.0 2021-02-14 13:18:36.943 error at Module.load (internal/modules/cjs/loader.js:863:32) sainlogic.0 2021-02-14 13:18:36.943 error at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) sainlogic.0 2021-02-14 13:18:36.943 error at Module._compile (internal/modules/cjs/loader.js:999:30) sainlogic.0 2021-02-14 13:18:36.943 error at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5) sainlogic.0 2021-02-14 13:18:36.943 error at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53) sainlogic.0 2021-02-14 13:18:36.943 error (20398) TypeError: Cannot read property 'bind' of undefined sainlogic.0 2021-02-14 13:18:36.940 error (20398) uncaught exception: Cannot read property 'bind' of undefined sainlogic.0 2021-02-14 13:18:05.344 warn (20051) Terminated (UNCAUGHT_EXCEPTION): Without reason
-
Ich mache eigentlich kein Support für Fogg , aber versuche mal :
Deinstalliere den Adaper kommplett von ioBroker und dann wie oben gezeigt über den Link neu .
-
Ok, aber erst mal Danke.
Habe den Adapter noch mal neu installiert, leider bekomme ich jetzt keine Daten mehr.
Vielleicht kann sich Fogg mal der Sache annehmen?
-
@haifisch_777 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:
leider bekomme ich jetzt keine Daten mehr.
Ein Log wäre sehr hilfreich !
Stelle bei dem Adapter Instanz (im Expertenmodus sichtbar ) die Logstufe auf DEBUG , starte den Adapter und poste hier das Ergebniss . -
Hai,
die Daten habe ich wieder, aber es gibt noch die Fehlermeldungen.
Hier das Ergebnis vom Debugsainlogic.0 2021-02-14 15:50:54.246 warn (11718) Terminated (UNCAUGHT_EXCEPTION): Without reason sainlogic.0 2021-02-14 15:50:53.928 error (11718) Cannot start server on 0.0.0.0:45000: Error: listen EADDRINUSE: address already in use 0.0.0.0:45000 sainlogic.0 2021-02-14 15:50:53.915 info (11718) Starting Listener sainlogic.0 2021-02-14 15:50:53.914 debug (11718) Forward URL: sainlogic.0 2021-02-14 15:50:53.914 debug (11718) Listener protocol: wunderground sainlogic.0 2021-02-14 15:50:53.913 debug (11718) Listener path: /weatherstation/updateweatherstation.php sainlogic.0 2021-02-14 15:50:53.913 debug (11718) Listener port: 45000 sainlogic.0 2021-02-14 15:50:53.912 debug (11718) Listener IP: 0.0.0.0 sainlogic.0 2021-02-14 15:50:53.911 debug (11718) Scheduler Interval: 1 sainlogic.0 2021-02-14 15:50:53.910 debug (11718) Weatherstation port: 45000 sainlogic.0 2021-02-14 15:50:53.910 debug (11718) Weatherstation IP: 192.168.192.10 sainlogic.0 2021-02-14 15:50:53.909 info (11718) Scheduler call ws_getmindaily activated sainlogic.0 2021-02-14 15:50:53.908 info (11718) Scheduler call ws_getmaxdaily activated sainlogic.0 2021-02-14 15:50:53.908 info (11718) Scheduler call ws_getmin activated sainlogic.0 2021-02-14 15:50:53.907 info (11718) Scheduler call ws_getmax activated sainlogic.0 2021-02-14 15:50:53.907 info (11718) Scheduler call ws_getcurrent activated sainlogic.0 2021-02-14 15:50:53.906 info (11718) Scheduler call ws_getfirmware activated sainlogic.0 2021-02-14 15:50:53.905 info (11718) Starting Scheduler sainlogic.0 2021-02-14 15:50:53.848 info (11718) starting. Version 0.6.4 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v12.20.2, js-controller: 3.1.6 sainlogic.0 2021-02-14 15:50:53.316 debug (11718) statesDB connected sainlogic.0 2021-02-14 15:50:53.315 debug (11718) States connected to redis: 127.0.0.1:9000 sainlogic.0 2021-02-14 15:50:53.301 debug (11718) States create System PubSub Client sainlogic.0 2021-02-14 15:50:53.298 debug (11718) States create User PubSub Client sainlogic.0 2021-02-14 15:50:53.291 debug (11718) Redis States: Use Redis connection: 127.0.0.1:9000 sainlogic.0 2021-02-14 15:50:53.289 debug (11718) objectDB connected sainlogic.0 2021-02-14 15:50:53.282 debug (11718) Objects connected to redis: 127.0.0.1:9001 sainlogic.0 2021-02-14 15:50:53.272 debug (11718) Objects client initialize lua scripts sainlogic.0 2021-02-14 15:50:53.270 debug (11718) Objects create User PubSub Client sainlogic.0 2021-02-14 15:50:53.269 debug (11718) Objects create System PubSub Client sainlogic.0 2021-02-14 15:50:53.265 debug (11718) Objects client ready ... initialize now sainlogic.0 2021-02-14 15:50:53.242 error at internal/main/run_main_module.js:17:47 sainlogic.0 2021-02-14 15:50:53.242 error at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) sainlogic.0 2021-02-14 15:50:53.242 error at Function.Module._load (internal/modules/cjs/loader.js:708:14) sainlogic.0 2021-02-14 15:50:53.242 error at Module.load (internal/modules/cjs/loader.js:863:32) sainlogic.0 2021-02-14 15:50:53.242 error at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) sainlogic.0 2021-02-14 15:50:53.242 error at Module._compile (internal/modules/cjs/loader.js:999:30) sainlogic.0 2021-02-14 15:50:53.242 error at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:281:5) sainlogic.0 2021-02-14 15:50:53.242 error at new Sainlogic (/opt/iobroker/node_modules/iobroker.sainlogic/main.js:30:53) sainlogic.0 2021-02-14 15:50:53.242 error (11718) TypeError: Cannot read property 'bind' of undefined sainlogic.0 2021-02-14 15:50:53.241 error (11718) uncaught exception: Cannot read property 'bind' of undefined sainlogic.0 2021-02-14 15:50:53.229 debug (11718) Redis Objects: Use Redis connection: 127.0.0.1:9001