NEWS
Innogy Adapter im lokalen Netzt bleibt Gelb
-
@homoran
Ok ich versuche es. Habe alles 2x durchgelesen und verstehe nicht was da zu machen ist. Ich vermute dass ich bei Teil 2 starten muss also bei Installation gerade ziehen. Ist das korrekt?
Also mit : for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%/}; done -
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
Ich vermute dass ich bei Teil 2 starten muss also bei Installation gerade ziehen. Ist das korrekt?
ja!
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
Also mit :
nein! das ist für ERROR 25
EDIT:
muss jetzt selber noch mal suchen wo das für dich relevante steht
stay tuned... @thomas-braun ..?
-
-
@homoran
Ok ich denke erfolgreich gelöscht
Dann kann ich jetzt mit sudo apt install nodejs --reinstall weiter machen oder muss ich jetzt beil Teil 1 einsteigen?pi@raspberrypi-Iobroker:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs aarch64 /usr/local/bin/node /usr/local/bin/npm pi@raspberrypi-Iobroker:~ $ sudo rm /usr/local/bin/node pi@raspberrypi-Iobroker:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs aarch64 /usr/local/bin/npm pi@raspberrypi-Iobroker:~ $ sudo rm /usr/local/bin/npm pi@raspberrypi-Iobroker:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs aarch64 pi@raspberrypi-Iobroker:~ $
-
sudo apt update apt policy nodejs
-
pi@raspberrypi-Iobroker:/opt/iobroker $ sudo apt update Get:1 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Hit:4 https://repos.influxdata.com/debian bullseye InRelease Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:6 https://packages.grafana.com/oss/deb stable InRelease Hit:7 https://phoscon.de/apt/deconz bullseye InRelease Fetched 44.1 kB in 2s (24.3 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. pi@raspberrypi-Iobroker:/opt/iobroker $ apt policy nodejs nodejs: Installed: (none) Candidate: 16.17.1-deb-1nodesource1 Version table: 16.17.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages 12.22.12~dfsg-1~deb11u1 500 500 http://security.debian.org/debian-security bullseye-security/main ar m64 Packages pi@raspberrypi-Iobroker:/opt/iobroker $
-
sudo apt install nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
-
pi@raspberrypi-Iobroker:/opt/iobroker $ sudo apt install nodejs Reading package lists... Done Building dependency tree... Done Reading state information... Done The following NEW packages will be installed: nodejs 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 26.4 MB of archives. After this operation, 126 MB of additional disk space will be used. Get:1 https://deb.nodesource.com/node_16.x bullseye/main arm64 nodejs arm64 16.17.1-deb-1nodesource1 [26.4 MB] Fetched 26.4 MB in 2s (11.3 MB/s) Selecting previously unselected package nodejs. (Reading database ... 61159 files and directories currently installed.) Preparing to unpack .../nodejs_16.17.1-deb-1nodesource1_arm64.deb ... Unpacking nodejs (16.17.1-deb-1nodesource1) ... Setting up nodejs (16.17.1-deb-1nodesource1) ... Processing triggers for man-db (2.9.4-2) ... pi@raspberrypi-Iobroker:/opt/iobroker $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && i ob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs aarch64 /usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.17.1 v16.17.1 8.15.0 4.0.23 pi pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker /opt/iobroker Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Hit:4 https://repos.influxdata.com/debian bullseye InRelease Hit:5 https://packages.grafana.com/oss/deb stable InRelease Hit:6 https://phoscon.de/apt/deconz bullseye InRelease Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. nodejs: Installed: 16.17.1-deb-1nodesource1 Candidate: 16.17.1-deb-1nodesource1 Version table: *** 16.17.1-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u1 500 500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages pi@raspberrypi-Iobroker:/opt/iobroker $
-
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
ich denke erfolgreich gelöscht
aber ist doch noch immer im falschen Pfad vorhanden
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
/usr/local/bin/node
EDIT: hat sich überschnitten, jetzt scheint es zu passen
-
Passt jetzt.
-
@thomas-braun
Oh gut habe gerade gesucht und nicht gefunden. Danke -
@scout1978 falls dann alles soweit vom System her ok ist dann zurück zu Deinem eigentlichen Anliegen:
https://community.livisi.de/lsh-howto-de/
Bitte absolut genau befolgen - so hab ich das auch gemacht und mein Adapter läuft seit Wochen zuverlässig auf "local Smarthome"
-
@djmarc75
Hallo und Danke für die Hilfe. Ich glaube ich habe es genauso gemacht.
In der App das Lokale Smarthome aktiviert.....den Anweisungen gefolgt...Passwort neu vergeben...Nutzungsbedingungen Akzeptiert....feste Ip.
Über den Browser komme ich auch auf die Zentrale.
Das einzige was mir nicht klar ist wenn ich die Ip:8080 eingebe, soll ich mich ja anmelden da passiert aber nichts (habe auch nicht verstanden was dort passieren soll).
Habe ich in der Anleitung etwas überlesen?
Grüße Gernot -
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
Habe ich in der Anleitung etwas überlesen?
keine Ahnung ?! welchen Hub hast Du denn so prinzipiell ? v1 oder v2 ?
-
@djmarc75
V2 -
@scout1978 sagte in Innogy Adapter im lokalen Netzt bleibt Gelb:
Habe ich in der Anleitung etwas überlesen?
bestimmt eine Kleinigkeit, aber ich muss mich da nochmal einlesen... nur heut leider nichtmehr - sorry. gerne morgen, da ist der Kopf frei
-
@djmarc75
Habe es gerade nocheinmal versucht.....Ganz ehrlich der 30 Vesuch und siehe da Instanz Grün! -
Vielen Dank für Eure Hilfe !!!!!
Wenn ich herausfinde was es war werde ich hier posten! -
Instanz leider wieder Rot.
Anbei das Log.2022-10-15 18:10:45.448 - info: host.raspberrypi-Iobroker instance system.adapter.innogy-smarthome.0 started with pid 266570
2022-10-15 18:10:49.032 - info: innogy-smarthome.0 (266570) starting. Version 0.4.7 in /opt/iobroker/node_modules/iobroker.innogy-smarthome, node: v16.17.1, js-controller: 4.0.23
2022-10-15 18:10:49.083 - info: innogy-smarthome.0 (266570) Trying to use local smarthome connection!
2022-10-15 18:10:50.216 - error: innogy-smarthome.0 (266570) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2022-10-15 18:10:50.217 - error: innogy-smarthome.0 (266570) unhandled promise rejection: 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
2022-10-15 18:10:50.218 - error: innogy-smarthome.0 (266570) StatusCodeError: 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
at new StatusCodeError (/opt/iobroker/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.plumbing.callback (/opt/iobroker/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/opt/iobroker/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
at Request.emit (node:events:513:28)
at Request. (/opt/iobroker/node_modules/request/request.js:1154:10)
at Request.emit (node:events:513:28)
at IncomingMessage. (/opt/iobroker/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:627:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
2022-10-15 18:10:50.219 - error: innogy-smarthome.0 (266570) 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
2022-10-15 18:10:50.241 - info: innogy-smarthome.0 (266570) cleaned everything up...
2022-10-15 18:10:50.242 - info: innogy-smarthome.0 (266570) terminating
2022-10-15 18:10:50.244 - warn: innogy-smarthome.0 (266570) Terminated (UNCAUGHT_EXCEPTION): Without reason
2022-10-15 18:10:50.933 - error: host.raspberrypi-Iobroker instance system.adapter.innogy-smarthome.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
2022-10-15 18:10:50.933 - info: host.raspberrypi-Iobroker Restart adapter system.adapter.innogy-smarthome.0 because enabled
2022-10-15 18:11:21.112 - info: host.raspberrypi-Iobroker instance system.adapter.innogy-smarthome.0 started with pid 266697
2022-10-15 18:11:24.489 - info: innogy-smarthome.0 (266697) starting. Version 0.4.7 in /opt/iobroker/node_modules/iobroker.innogy-smarthome, node: v16.17.1, js-controller: 4.0.23
2022-10-15 18:11:24.536 - info: innogy-smarthome.0 (266697) Trying to use local smarthome connection!
2022-10-15 18:11:25.389 - error: innogy-smarthome.0 (266697) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
2022-10-15 18:11:25.390 - error: innogy-smarthome.0 (266697) unhandled promise rejection: 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
2022-10-15 18:11:25.392 - error: innogy-smarthome.0 (266697) StatusCodeError: 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
at new StatusCodeError (/opt/iobroker/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.plumbing.callback (/opt/iobroker/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/opt/iobroker/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
at Request.emit (node:events:513:28)
at Request. (/opt/iobroker/node_modules/request/request.js:1154:10)
at Request.emit (node:events:513:28)
at IncomingMessage. (/opt/iobroker/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:627:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
2022-10-15 18:11:25.392 - error: innogy-smarthome.0 (266697) 400 - {"errorcode":1005,"description":"Missing argument or wrong value","messages":["Parameter [ OnState ] does not exist. Err: [ parameter [OnState] not found in action [SetState] ]"]}
2022-10-15 18:11:25.415 - info: innogy-smarthome.0 (266697) cleaned everything up...
2022-10-15 18:11:25.416 - info: innogy-smarthome.0 (266697) terminating
2022-10-15 18:11:25.418 - warn: innogy-smarthome.0 (266697) Terminated (UNCAUGHT_EXCEPTION): Without reason
2022-10-15 18:11:26.096 - error: host.raspberrypi-Iobroker instance system.adapter.innogy-smarthome.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
2022-10-15 18:11:26.096 - info: host.raspberrypi-Iobroker Restart adapter system.adapter.innogy-smarthome.0 because enabled -
@scout1978 bitte in Codetags setzen dann kann man auch lesen und zitieren. Danke