NEWS
Noch ein Zigbee Problem....
-
Die Hieroglyphen dürften eine mp3 sein. Wie auch immer die sich in das logfile verirrt.
Und wenn du jetzt (in einem zweiten Fenster) den admin startest?
-
2023-08-17 18:28:08.485 - info: host.raspi "system.adapter.admin.1" disabled 2023-08-17 18:28:24.412 - info: host.raspi "system.adapter.admin.1" enabled 2023-08-17 18:28:24.747 - info: host.raspi instance system.adapter.admin.1 started with pid 4849 2023-08-17 18:28:24.412 - info: host.raspi "system.adapter.admin.1" enabled 2023-08-17 18:28:24.747 - info: host.raspi instance system.adapter.admin.1 started with pid 4849 2023-08-17 18:28:29.194 - info: admin.1 (4849) starting. Version 6.7.2 in /opt/iobroker/node_modules/iobroker.admin, node: v18.17.1, js-controller: 5.0.11 2023-08-17 18:28:29.264 - info: admin.1 (4849) requesting all states 2023-08-17 18:28:29.265 - info: admin.1 (4849) requesting all objects 2023-08-17 18:28:29.194 - info: admin.1 (4849) starting. Version 6.7.2 in /opt/iobroker/node_modules/iobroker.admin, node: v18.17.1, js-controller: 5.0.11 2023-08-17 18:28:29.264 - info: admin.1 (4849) requesting all states 2023-08-17 18:28:29.265 - info: admin.1 (4849) requesting all objects 2023-08-17 18:28:33.418 - info: admin.1 (4849) received all objects 2023-08-17 18:28:34.250 - error: admin.1 (4849) port 8081 already in use 2023-08-17 18:28:34.253 - info: admin.1 (4849) Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use 2023-08-17 18:28:34.250 - error: admin.1 (4849) port 8081 already in use 2023-08-17 18:28:34.253 - info: admin.1 (4849) Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use 2023-08-17 18:28:34.782 - info: admin.1 (4849) terminating http server on port 8081 2023-08-17 18:28:35.005 - info: host.raspi instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it. 2023-08-17 18:28:35.006 - info: host.raspi Do not restart adapter system.adapter.admin.1 because desired by instance 2023-08-17 18:28:34.782 - info: admin.1 (4849) terminating http server on port 8081 2023-08-17 18:28:35.005 - info: host.raspi instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it. 2023-08-17 18:28:35.006 - info: host.raspi Do not restart adapter system.adapter.admin.1 because desired by instance
Ein Port Problem?
-
@brokeling sagte in Noch ein Zigbee Problem....:
Terminated (ADAPTER_REQUESTED_TERMINATION): port 8081 already in use
Da wohnt schon wer.
-
@thomas-braun
wer hat sich da zwischenzeitlich eingeschlichen? -
-
@thomas-braun
ich meine, dass ich motion (derzeit) gar nicht brauche.
Meine Kameras laufen über den reolink Adapter. Motion ist mir jetzt nicht geläufig. -
Ob du das meinst ist dem dort laufenden Dienst relativ egal. Denn musst du dann entweder ausschalten oder auf einen anderen Port biegen. Oder den Admin auf einen anderen Port. Beide auf 8081 geht nix.
-
@thomas-braun
wie bringe ich das motion weg? -
Ich kenne motion nicht. Wie hast du es denn installiert?
-
@thomas-braun
?
eine sehr gute Frage. Ich weiß es ehrlich gesagt nicht (mehr).
OK. Dann lassen wir das erstmal.
Vielleicht doch besser den Admin Port ändern.
Wie kann ich das machen? -
@brokeling sagte in Noch ein Zigbee Problem....:
Ich weiß es ehrlich gesagt nicht
https://github.com/motioneye-project/motioneye/wiki/Installation
-
@crunchip
nein, wenn das motioneye ist - das benötige ich nicht.
(Wie) kann ich das deinstallieren? -
sudo pip uninstall motioneye
-
pi@raspi:~ $ sudo pip uninstall motioneye sudo: pip: Befehl nicht gefunden
-
@brokeling keine Ahnung wie du ds dann installiert hast
ansonsten, zwecks Port
-
@crunchip
würde mich auch interessieren...
wie komme ich an die motioneye benutzeroberfläche?
-
@brokeling eigentlich
http://deine IP:8765
ansonsten könntest du motioneye auch einfach auschalten ohne zu deinstallieren
sudo systemctl stop motioneye sudo systemctl disable motioneye sudo systemctl daemon-reload
-
@crunchip
ahem, was ist meine IP??? -
@brokeling ernsthaft die Frage?
na deine Ip von deinem Pi -
@crunchip
ich glaube ich habe kein motion...pi@raspi:~ $ sudo systemctl stop motioneye Failed to stop motioneye.service: Unit motioneye.service not loaded. pi@raspi:~ $ sudo systemctl disable motioneye Failed to disable unit: Unit file motioneye.service does not exist.