NEWS
Test Adapter rpi2 2.x
-
-
@thomas-braun said in Test Adapter rpi2 2.x:
@searcher57
Und was verrätcd /opt/iobroker/ && npm ls opengpio
pi@Raspi58GB:~ $ cd /opt/iobroker/ && npm ls opengpio iobroker.inst@3.0.0 /opt/iobroker └─┬ iobroker.rpi2@2.2.2 └── opengpio@1.0.17 pi@Raspi58GB:/opt/iobroker $
Adapter gerade neu installiert, ohne Erfolg!
-
@searcher57 said in Test Adapter rpi2 2.x:
@thomas-braun said in Test Adapter rpi2 2.x:
@searcher57
Und was verrätcd /opt/iobroker/ && npm ls opengpio
pi@Raspi58GB:~ $ cd /opt/iobroker/ && npm ls opengpio iobroker.inst@3.0.0 /opt/iobroker └─┬ iobroker.rpi2@2.2.2 └── opengpio@1.0.17 pi@Raspi58GB:/opt/iobroker $
Adapter gerade neu installiert, ohne Erfolg!
Hier nochmal das Protokoll:
pi2.0 2024-12-22 16:20:54.990 warn If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start. rpi2.0 2024-12-22 16:20:54.990 warn Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter. rpi2.0 2024-12-22 16:20:54.989 warn Cannot initialize GPIO: No chip found. GPIO functionality disabled! rpi2.0 2024-12-22 16:20:54.675 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.18.1, js-controller: 7.0.3 rpi2.0 2024-12-22 16:20:50.340 info terminating rpi2.0 2024-12-22 16:20:49.841 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason rpi2.0 2024-12-22 16:20:49.840 info terminating rpi2.0 2024-12-22 16:20:49.839 info Got terminate signal TERMINATE_YOURSELF rpi2.0 2024-12-22 16:19:27.683 info GPIO ports are not configured rpi2.0 2024-12-22 16:19:26.628 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.18.1, js-controller: 7.0.3 rpi2.0 2024-12-22 16:16:33.859 info terminating rpi2.0 2024-12-22 16:16:33.359 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason rpi2.0 2024-12-22 16:16:33.359 info terminating rpi2.0 2024-12-22 16:16:33.358 info Got terminate signal TERMINATE_YOURSELF rpi2.0 2024-12-22 16:05:28.448 warn If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start. rpi2.0 2024-12-22 16:05:28.448 warn Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter.
-
@searcher57 sagte in Test Adapter rpi2 2.x:
Adapter gerade neu installiert, ohne Erfolg!
bist du sicher?
nicht nur die Instanz neu erstellt?
-
@homoran said in Test Adapter rpi2 2.x:
@searcher57 sagte in Test Adapter rpi2 2.x:
Adapter gerade neu installiert, ohne Erfolg!
bist du sicher?
nicht nur die Instanz neu erstellt?
Ja, bin mir sicher. Den Adapter gelöscht und über beta neu installiert und konfiguriert.
-
@searcher57 sagte in Test Adapter rpi2 2.x:
Dann bitte:
please report this issue to the adapter developer with the model of your device and deboug output from an adapter start
-
@thomas-braun said in Test Adapter rpi2 2.x:
@searcher57 sagte in Test Adapter rpi2 2.x:
Dann bitte:
please report this issue to the adapter developer with the model of your device and deboug output from an adapter start
Danke für Deine Mühe! Habe ich schon gemacht!
Frohe Weihnachten!!
-
-
@thomas-braun said in Test Adapter rpi2 2.x:
Hier?
https://github.com/iobroker-community-adapters/ioBroker.rpi2/issues
Nein, mache ich!
-
Gerne die 2.3.0 testen, die bald im latest / auf npm erscheinen sollte.
Da habe ich es jetzt so angepasst, dass Einfach nur
Ausgang
gar nicht beim starten gesetzt wird und die mit Startwert entsprechend einmal beim starten gesetzt werden, egal was jeweils im state (noch) steht. -
@moppedman said in Test Adapter rpi2 2.x:
Kann es sein das im Betriebssystem für die GPIOs dieses Verhalten hinterlegt ist. Wenn ich das richtig gelesen habe wurden die GPIO von der Pi Foundation völlig neu aufgesetzt.
Ja, das ist meine Vermutung, dass es daran liegt. Ich habe extra nochmal in die alte Bibliothek reingeguckt, ob die da irgendwas macht. Aber da passiert beim beenden überall nichts.
Wenn das wichtig ist, könnte man das vielleicht als zusätzlichen Konfigurationsparameter beim Ausgang mit dazu geben.
-
@searcher57
debug log steht da. Bitte mal auf debug stellen und das log von nem Adapter start einfügen. Wenn wir Glück haben steht da was drinnen.... ansonsten hab ich spontan keine Idee, was da noch schief gehen soll.Frohe Weihnachten trotzdem.
-
@garfonso said in Test Adapter rpi2 2.x:
@searcher57
debug log steht da. Bitte mal auf debug stellen und das log von nem Adapter start einfügen. Wenn wir Glück haben steht da was drinnen.... ansonsten hab ich spontan keine Idee, was da noch schief gehen soll.Frohe Weihnachten trotzdem.
Habe ich in GitHub schon gemacht, aber hier nochmal:
rpi2.0 2024-12-24 11:25:59.212 warn If the library is installed and npm list | grep opengpio shows the npm library is also installed, please report this issue to the adapter developer with the model of your device and deboug output from an adapter start. rpi2.0 2024-12-24 11:25:59.212 warn Please make sure that libgpiod-dev (on raspian/debian run sudo apt install libgpiod-dev) is installed in the system and then reinstall the adapter. rpi2.0 2024-12-24 11:25:59.211 warn Cannot initialize GPIO: No chip found. GPIO functionality disabled! rpi2.0 2024-12-24 11:25:58.956 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.18.1, js-controller: 7.0.3 rpi2.0 2024-12-24 11:25:51.507 info terminating rpi2.0 2024-12-24 11:25:51.008 info Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason rpi2.0 2024-12-24 11:25:51.008 info terminating rpi2.0 2024-12-24 11:25:51.006 info Got terminate signal TERMINATE_YOURSELF
Auch Dir frohe und besinnliche Weihnachten!