NEWS
Twinkly Adapter bleibt gelb
-
Hallo zusammen, Hallo @patrickbs96,
wollte jetzt auch den Twinkly-Adapter installieren leider bleibt er bei mir auch gelb.
Meine Fehlermeldung ist aber eine andere und komme hier leider auch nicht weiter.
Hab auch ein Github Issue eröffnet.Wäre super, wenn mir jemand dabei helfen könnte.
Danke.Versions:
iobroker-Admin: 6.12.0
Adapter version: 1.0.14
JS-Controller version: 5.0.16
Node version: 16.17.0
Operating system: Debian 11 bullseye
Twinkly Version: 2.8.182023-12-14 12:11:51.101 - info: host.ioBroker "system.adapter.twinkly.0" enabled 2023-12-14 12:11:51.400 - info: host.ioBroker instance system.adapter.twinkly.0 started with pid 1474 2023-12-14 12:11:52.152 - debug: twinkly.0 (1474) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-12-14 12:11:52.212 - debug: twinkly.0 (1474) Objects client ready ... initialize now 2023-12-14 12:11:52.213 - debug: twinkly.0 (1474) Objects create System PubSub Client 2023-12-14 12:11:52.214 - debug: twinkly.0 (1474) Objects create User PubSub Client 2023-12-14 12:11:52.366 - debug: twinkly.0 (1474) Objects client initialize lua scripts 2023-12-14 12:11:52.370 - debug: twinkly.0 (1474) Objects connected to redis: 127.0.0.1:9001 2023-12-14 12:11:52.450 - debug: twinkly.0 (1474) Redis States: Use Redis connection: 127.0.0.1:9000 2023-12-14 12:11:52.483 - debug: twinkly.0 (1474) States create System PubSub Client 2023-12-14 12:11:52.484 - debug: twinkly.0 (1474) States create User PubSub Client 2023-12-14 12:11:52.546 - debug: twinkly.0 (1474) States connected to redis: 127.0.0.1:9000 2023-12-14 12:11:52.600 - debug: twinkly.0 (1474) Plugin sentry Initialize Plugin (enabled=true) 2023-12-14 12:11:52.831 - info: twinkly.0 (1474) starting. Version 1.0.14 in /opt/iobroker/node_modules/iobroker.twinkly, node: v16.17.0, js-controller: 5.0.16 2023-12-14 12:11:52.860 - debug: twinkly.0 (1474) [syncConfig] config devices: [{"enabled":true,"name":"Girlande","host":"192.168.20.100","stateOn":"color"}] 2023-12-14 12:11:52.861 - debug: twinkly.0 (1474) [syncConfig] config interval: 60 2023-12-14 12:11:52.861 - debug: twinkly.0 (1474) [syncConfig] config details: true 2023-12-14 12:11:52.861 - debug: twinkly.0 (1474) [syncConfig] config mqtt: false 2023-12-14 12:11:52.861 - debug: twinkly.0 (1474) [syncConfig] config network: true 2023-12-14 12:11:52.890 - debug: twinkly.0 (1474) [processObjectChanges] Get existing objects 2023-12-14 12:11:53.167 - debug: twinkly.0 (1474) [processObjectChanges] Remove all connections listed in config ==> Deletes all old connections 2023-12-14 12:11:53.167 - debug: twinkly.0 (1474) [processObjectChanges] Add instance objects 2023-12-14 12:11:53.168 - debug: twinkly.0 (1474) [processObjectChanges] Prepare tasks of objects update 2023-12-14 12:11:53.169 - debug: twinkly.0 (1474) [processObjectChanges] No tasks to process! 2023-12-14 12:11:53.170 - debug: twinkly.0 (1474) [poll] Start polling... 2023-12-14 12:11:53.171 - debug: twinkly.0 (1474) [ping.probe] System command: /bin/ping -n -w 2 -c 1 192.168.20.100 2023-12-14 12:11:53.183 - error: twinkly.0 (1474) [Girlande.ping]: [ping.probe] there was an error while executing the ping program. check the path or permissions...: /bin/ping: socket: Operation not permitted 2023-12-14 12:11:53.228 - debug: twinkly.0 (1474) [checkConnection] Girlande is not available! 2023-12-14 12:11:53.228 - debug: twinkly.0 (1474) [poll] Girlande not connected! 2023-12-14 12:11:53.228 - debug: twinkly.0 (1474) [poll] Finished polling... 2023-12-14 12:11:53.229 - info: twinkly.0 (1474) Startup complete
-
-
-
@thomas-braun sagte in Twinkly Adapter bleibt gelb:
sudo -u iobroker ping iobroker.net
Update mach ich dann. Danke.
Hier die Ausgabe
daniel@ioBroker:~$ type -p ping /usr/bin/ping daniel@ioBroker:~$ sudo -u iobroker ping iobroker.net [sudo] password for daniel: ping: socket: Operation not permitted daniel@ioBroker:~$
-
@der-eine sagte in Twinkly Adapter bleibt gelb:
Update mach ich dann.
Mach es jetzt. Ist überfällig.
-
ping iobroker.net
-
@thomas-braun sagte in Twinkly Adapter bleibt gelb:
ping iobroker.net
ping: socket: Operation not permitted
-
Last login: Thu Dec 14 19:03:34 CET 2023 on tty1 daniel@ioBroker:~$ node -v v18.19.0 daniel@ioBroker:~$
-
Also dürfen user nicht pingen.
Was ist das da genau für eine Umgebung?iob diag
in der Langfassung.
-
-
Die Langfassung ist: Alles.
-
-
Bei Containern weiß ich nicht wo das einzustellen ist.
-
@thomas-braun was willst Du denn einstellen?
-
Die Rechte an ping natürlich.
-
sudo apt-get install iputils-ping --reinstall
behebt das Problem. Danke Dir für die Hilfe.
-
bei mir gehts jetzt auch nachdem Befehl. Vielen Dank