Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      peterredl @Thomas Braun last edited by

      @thomas-braun Ich habe jetzt versucht, aus den Fehlermeldungen irgendwas rauszulesen. ich denke, dass vielleicht der Com Port nicht richtig eingestellt ist. Wie finde ich den richtigen heraus?

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @peterredl last edited by

        @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

        Ich habe jetzt versucht, aus den Fehlermeldungen irgendwas rauszulesen.

        Könntest du die Meldungen zeigen? Dann kann man mitraten.

        P 1 Reply Last reply Reply Quote 0
        • P
          peterredl @Thomas Braun last edited by

          @thomas-braun

          2023-09-17 14:09:33.772  - error: zigbee.0 (8209) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/ttyS0'"
          2023-09-17 14:09:33.776  - error: zigbee.0 (8209) Failed to start Zigbee
          2023-09-17 14:09:33.777  - error: zigbee.0 (8209) Error herdsman start
          2023-09-17 14:09:33.786  - info: zigbee.0 (8209) Installed Version: iobroker.zigbee@1.8.23
          2023-09-17 14:09:33.356  - info: zigbee.0 (8209) starting. Version 1.8.23 in /opt/iobroker/node_modules/iobroker.zigbee, node: v16.19.1, js-controller: 5.0.12
          2023-09-17 14:09:33.441  - info: zigbee.0 (8209) delete old Backup files. keep only last 10
          2023-09-17 14:09:33.442  - info: zigbee.0 (8209) Starting Zigbee  npm ...
          2023-09-17 14:09:33.772  - error: zigbee.0 (8209) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/ttyS0'"
          2023-09-17 14:09:33.776  - error: zigbee.0 (8209) Failed to start Zigbee
          2023-09-17 14:09:33.777  - error: zigbee.0 (8209) Error herdsman start
          2023-09-17 14:09:33.786  - info: zigbee.0 (8209) Installed Version: iobroker.zigbee@1.8.23
          2023-09-17 14:09:43.780  - info: zigbee.0 (8209) Try to reconnect. 1 attempts left
          2023-09-17 14:09:43.781  - info: zigbee.0 (8209) Starting Zigbee  npm ...
          2023-09-17 14:09:43.807  - error: zigbee.0 (8209) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/ttyS0'"
          2023-09-17 14:09:43.808  - error: zigbee.0 (8209) Failed to start Zigbee
          2023-09-17 14:09:43.811  - error: zigbee.0 (8209) Error herdsman start
          2023-09-17 14:09:43.817  - info: zigbee.0 (8209) Installed Version: iobroker.zigbee@1.8.23
          2023-09-17 14:09:43.780  - info: zigbee.0 (8209) Try to reconnect. 1 attempts left
          2023-09-17 14:09:43.781  - info: zigbee.0 (8209) Starting Zigbee  npm ...
          2023-09-17 14:09:43.807  - error: zigbee.0 (8209) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/ttyS0'"
          2023-09-17 14:09:43.808  - error: zigbee.0 (8209) Failed to start Zigbee
          2023-09-17 14:09:43.811  - error: zigbee.0 (8209) Error herdsman start
          2023-09-17 14:09:43.817  - info: zigbee.0 (8209) Installed Version: iobroker.zigbee@1.8.23
          2023-09-17 14:10:26.405  - info: ham.0 (2102) stateChange ham.0.Pool.Temperature-Sensor.Current-Temperature {"val":22.7,"ack":true,"ts":1694952626403,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694952626403}
                                                                                                                                                                                                                                                    
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @peterredl last edited by

            @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

            /dev/serial/ttyS0

            Den Pfad gibt es nicht und deswegen kann das Gerät auch nicht gefunden werden.

            find /dev/serial/by-id/ -maxdepth 1 -mindepth 1
            

            spuckt dir valide Pfade aus. Den zum Stick trägst du dann im Adapter unter com-Ports ein.

            P 1 Reply Last reply Reply Quote 0
            • P
              peterredl @Thomas Braun last edited by

              @thomas-braun

              peter@q4os-desktop:~$ find /dev/serial/by-id/ -maxdepth 1 -mindepth 1
              /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
              peter@q4os-desktop:~$
              
              

              Die Zeile 2 habe ich kopiert und als com port eingetragen. Geht leider auch nicht.

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @peterredl last edited by

                @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                Geht leider auch nicht.

                Geht nicht ist keine Fehlermeldung.
                Adapter Neustart schaut nun wie im LogFile aus?

                P 1 Reply Last reply Reply Quote 0
                • P
                  peterredl @Thomas Braun last edited by

                  @thomas-braun

                  das sind die Meldungen nach dem Neustart des Adapters:

                  2023-09-17 14:28:30.974  - info: host.q4os-desktop stopInstance system.adapter.z
                  igbee.0 (force=false, process=true)
                  2023-09-17 14:28:31.003  - info: zigbee.0 (8560) Got terminate signal TERMINATE_
                  YOURSELF
                  2023-09-17 14:28:31.234  - info: host.q4os-desktop stopInstance system.adapter.z
                  igbee.0 send kill signal
                  2023-09-17 14:28:31.007  - info: zigbee.0 (8560) cleaned everything up...
                  2023-09-17 14:28:31.411  - info: zigbee.0 (8560) Zigbee: disabling joining new d
                  evices.
                  2023-09-17 14:28:31.437  - warn: zigbee.0 (8560) Failed to stop zigbee during st
                  artup
                  2023-09-17 14:28:31.438  - info: zigbee.0 (8560) terminating
                  2023-09-17 14:28:31.439  - info: zigbee.0 (8560) Terminated (ADAPTER_REQUESTED_T
                  ERMINATION): Without reason
                  2023-09-17 14:28:31.508  - info: zigbee.0 (8560) terminating
                  2023-09-17 14:28:31.551  - info: zigbee.0 (8560) debug devices set to []
                  2023-09-17 14:28:32.037  - info: host.q4os-desktop instance system.adapter.zigbe
                  e.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-09-17 14:28:32.536  - info: admin.0 (1342) <== Disconnect system.user.admin
                   from ::ffff:192.168.2.222
                  2023-09-17 14:28:30.974  - info: host.q4os-desktop stopInstance system.adapter.z
                  igbee.0 (force=false, process=true)
                  2023-09-17 14:28:31.003  - info: zigbee.0 (8560) Got terminate signal TERMINATE_
                  YOURSELF
                  2023-09-17 14:28:31.234  - info: host.q4os-desktop stopInstance system.adapter.z
                  igbee.0 send kill signal
                  2023-09-17 14:28:31.007  - info: zigbee.0 (8560) cleaned everything up...
                  2023-09-17 14:28:31.411  - info: zigbee.0 (8560) Zigbee: disabling joining new d
                  evices.
                  2023-09-17 14:28:31.437  - warn: zigbee.0 (8560) Failed to stop zigbee during st
                  artup
                  2023-09-17 14:28:31.438  - info: zigbee.0 (8560) terminating
                  2023-09-17 14:28:31.439  - info: zigbee.0 (8560) Terminated (ADAPTER_REQUESTED_T
                  ERMINATION): Without reason
                  2023-09-17 14:28:31.508  - info: zigbee.0 (8560) terminating
                  2023-09-17 14:28:31.551  - info: zigbee.0 (8560) debug devices set to []
                  2023-09-17 14:28:32.037  - info: host.q4os-desktop instance system.adapter.zigbe                                                                                                                                                            e.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-09-17 14:28:32.536  - info: admin.0 (1342) <== Disconnect system.user.admin                                                                                                                                                             from ::ffff:192.168.2.222
                  2023-09-17 14:28:34.346  - info: host.q4os-desktop instance system.adapter.zigbe                                                                                                                                                            e.0 started with pid 8926
                  2023-09-17 14:28:37.102  - info: zigbee.0 (8926) starting. Version 1.8.23 in /op                                                                                                                                                            t/iobroker/node_modules/iobroker.zigbee, node: v16.19.1, js-controller: 5.0.12
                  2023-09-17 14:28:37.152  - info: zigbee.0 (8926) delete old Backup files. keep o                                                                                                                                                            nly last 10
                  2023-09-17 14:28:37.153  - info: zigbee.0 (8926) Starting Zigbee  npm ...
                  2023-09-17 14:28:37.285  - info: zigbee.0 (8926) Installed Version: iobroker.zig                                                                                                                                                            bee@1.8.23
                  2023-09-17 14:28:37.102  - info: zigbee.0 (8926) starting. Version 1.8.23 in /op                                                                                                                                                            t/iobroker/node_modules/iobroker.zigbee, node: v16.19.1, js-controller: 5.0.12
                  2023-09-17 14:28:37.152  - info: zigbee.0 (8926) delete old Backup files. keep o                                                                                                                                                            nly last 10
                  2023-09-17 14:28:37.153  - info: zigbee.0 (8926) Starting Zigbee  npm ...
                  2023-09-17 14:28:37.285  - info: zigbee.0 (8926) Installed Version: iobroker.zig                                                                                                                                                            bee@1.8.23
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Failed to start Zigbee
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Error herdsman start
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Starting zigbee-herdsman problem : "Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)"
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Failed to start Zigbee
                  2023-09-17 14:28:57.509  - error: zigbee.0 (8926) Error herdsman start
                  2023-09-17 14:29:07.512  - info: zigbee.0 (8926) Try to reconnect. 1 attempts left
                  2023-09-17 14:29:07.514  - info: zigbee.0 (8926) Starting Zigbee  npm ...
                  2023-09-17 14:29:07.539  - info: zigbee.0 (8926) Installed Version: iobroker.zigbee@1.8.23
                  2023-09-17 14:29:07.662  - error: zigbee.0 (8926) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                  2023-09-17 14:29:07.663  - error: zigbee.0 (8926) Failed to start Zigbee
                  2023-09-17 14:29:07.663  - error: zigbee.0 (8926) Error herdsman start
                  2023-09-17 14:29:07.512  - info: zigbee.0 (8926) Try to reconnect. 1 attempts left
                  2023-09-17 14:29:07.514  - info: zigbee.0 (8926) Starting Zigbee  npm ...
                  2023-09-17 14:29:07.539  - info: zigbee.0 (8926) Installed Version: iobroker.zigbee@1.8.23
                  2023-09-17 14:29:07.662  - error: zigbee.0 (8926) Starting zigbee-herdsman problem : "Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port'"
                  2023-09-17 14:29:07.663  - error: zigbee.0 (8926) Failed to start Zigbee
                  2023-09-17 14:29:07.663  - error: zigbee.0 (8926) Error herdsman start
                  
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @peterredl last edited by

                    @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                    q4os

                    Zeige mal

                    iob diag
                    

                    aber die Full Version

                    1 Reply Last reply Reply Quote 0
                    • P
                      peterredl last edited by

                      Ich hoffe, das ist die full Version...

                      ======== Start marking the full check here =========
                      
                      

                      Skript v.2023-06-20

                      *** BASE SYSTEM ***
                      Static hostname: q4os-desktop
                      Icon name: computer-desktop
                      Chassis: desktop
                      Machine ID: 163dfadd781c44cd94d7a397cdd870ff
                      Boot ID: aec401992f534ee8ad15c09fdff5e2d4
                      Operating System: Debian GNU/Linux 11 (bullseye)
                      Kernel: Linux 5.10.0-21-amd64
                      Architecture: x86-64

                      model name : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
                      Docker : false
                      Virtualization : none
                      Kernel : x86_64
                      Userland : amd64

                      Systemuptime and Load:
                      14:33:42 up 1:41, 1 user, load average: 1.26, 1.06, 1.22
                      CPU threads: 4

                      *** Time and Time Zones ***
                      Local time: Sun 2023-09-17 14:33:42 CEST
                      Universal time: Sun 2023-09-17 12:33:42 UTC
                      RTC time: Sun 2023-09-17 12:33:42
                      Time zone: Europe/Vienna (CEST, +0200)
                      System clock synchronized: yes
                      NTP service: active
                      RTC in local TZ: no

                      *** User and Groups ***
                      peter
                      /home/peter
                      peter dialout cdrom floppy sudo audio dip video plugdev users netdev lpadmin bluetooth scanner iobroker

                      *** X-Server-Setup ***
                      X-Server: true
                      Desktop: trinity
                      Terminal: x11
                      Boot Target: graphical.target

                      *** MEMORY ***
                      total used free shared buff/cache available
                      Mem: 15G 4.3G 9.0G 289M 2.7G 11G
                      Swap: 9.2G 0B 9.2G
                      Total: 25G 4.3G 18G

                          15893 M total memory
                           4286 M used memory
                            649 M active memory
                           5612 M inactive memory
                           8956 M free memory
                            181 M buffer memory
                           2468 M swap cache
                           9167 M total swap
                              0 M used swap
                           9167 M free swap
                      

                      *** FILESYSTEM ***
                      df: /run/user/1000/doc: Operation not permitted
                      Filesystem Type Size Used Avail Use% Mounted on
                      udev devtmpfs 7.8G 0 7.8G 0% /dev
                      tmpfs tmpfs 1.6G 2.8M 1.6G 1% /run
                      /dev/mapper/q4os--desktop--vg-root ext4 91G 25G 62G 29% /
                      tmpfs tmpfs 7.8G 56M 7.8G 1% /dev/shm
                      tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
                      /dev/nvme0n1p1 ext2 470M 366M 80M 83% /boot
                      tmpfs tmpfs 1.6G 36K 1.6G 1% /run/user/1000

                      Messages concerning ext4 filesystem in dmesg:
                      [Sun Sep 17 12:51:57 2023] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
                      [Sun Sep 17 12:51:57 2023] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
                      [Sun Sep 17 12:51:58 2023] EXT4-fs (nvme0n1p1): mounting ext2 file system using the ext4 subsystem
                      [Sun Sep 17 12:51:58 2023] EXT4-fs (nvme0n1p1): mounted filesystem without journal. Opts: (null)

                      Show mounted filesystems (real ones only):
                      TARGET SOURCE FSTYPE OPTIONS
                      / /dev/mapper/q4os--desktop--vg-root ext4 rw,relatime,errors=remount-ro
                      |-/run/user/1000/doc portal fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                      `-/boot /dev/nvme0n1p1 ext2 rw,relatime

                      Files in neuralgic directories:

                      /var:
                      6.3G /var/
                      4.2G /var/log/journal/163dfadd781c44cd94d7a397cdd870ff
                      4.2G /var/log/journal
                      4.2G /var/log
                      1.8G /var/lib

                      Hint: You are currently not seeing messages from other users and the system.
                      Users in groups 'adm', 'systemd-journal' can see all messages.
                      Pass -q to turn off this notice.
                      Archived and active journals take up 160.0M in the file system.

                      /opt/iobroker/backups:
                      89M /opt/iobroker/backups/

                      /opt/iobroker/iobroker-data:
                      2.4G /opt/iobroker/iobroker-data/
                      2.0G /opt/iobroker/iobroker-data/history
                      202M /opt/iobroker/iobroker-data/files
                      167M /opt/iobroker/iobroker-data/backup-objects
                      52M /opt/iobroker/iobroker-data/files/javascript.admin

                      The five largest files in iobroker-data are:
                      35M /opt/iobroker/iobroker-data/states.jsonl
                      23M /opt/iobroker/iobroker-data/objects.jsonl
                      21M /opt/iobroker/iobroker-data/files/web.admin/static/js/main.edf7552a.js.map
                      19M /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                      16M /opt/iobroker/iobroker-data/objects.json.migrated

                      *** NodeJS-Installation ***

                      /usr/bin/nodejs v16.19.1
                      /usr/bin/node v16.19.1
                      /usr/bin/npm 8.19.3
                      /usr/bin/npx 8.19.3

                      nodejs:
                      Installed: 16.19.1-deb-1nodesource1
                      Candidate: 16.20.2-deb-1nodesource1
                      Version table:
                      16.20.2-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                      *** 16.19.1-deb-1nodesource1 100
                      100 /var/lib/dpkg/status
                      12.22.12~dfsg-1~deb11u4 500
                      500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                      12.22.12~dfsg-1~deb11u3 500
                      500 http://ftp.at.debian.org/debian bullseye/main amd64 Packages
                      500 http://ftp.debian.org/debian bullseye/main amd64 Packages

                      Temp directories causing npm8 problem: 0
                      No problems detected

                      npm ERR! code ELSPROBLEMS
                      npm ERR! missing: homebridge-ewelink@^11.0.2, required by iobroker.ham@5.3.1

                      npm ERR! A complete log of this run can be found in:
                      npm ERR! /home/peter/.npm/_logs/2023-09-17T12_33_51_450Z-debug-0.log
                      Errors in npm tree: 0

                      *** ioBroker-Installation ***

                      ioBroker Status
                      iobroker is running on this host.

                      Objects type: jsonl
                      States type: jsonl

                      No configuration change needed.

                      Multihost discovery server: disabled
                      Discovery authentication: enabled
                      Persistent activation: disabled
                      Objects: jsonl on 127.0.0.1
                      States: jsonl on 127.0.0.1

                      Core adapters versions
                      js-controller: 5.0.12
                      admin: 6.8.0
                      javascript: 7.1.4

                      Adapters from github: 0

                      Adapter State

                      • system.adapter.admin.0 : admin : q4os-desktop - enabled, port: 8081, bind: 0.0.0.0, run as: admin

                      • system.adapter.alexa2.0 : alexa2 : q4os-desktop - enabled

                      • system.adapter.backitup.0 : backitup : q4os-desktop - enabled

                      • system.adapter.bosch-ebike.0 : bosch-ebike : q4os-desktop - enabled

                      • system.adapter.broadlink2.0 : broadlink2 : q4os-desktop - enabled
                        system.adapter.cloud.0 : cloud : q4os-desktop - disabled
                        system.adapter.daswetter.0 : daswetter : q4os-desktop - enabled

                      • system.adapter.device-reminder.0 : device-reminder : q4os-desktop - enabled

                      • system.adapter.device-watcher.0 : device-watcher : q4os-desktop - enabled

                      • system.adapter.discovery.0 : discovery : q4os-desktop - enabled

                      • system.adapter.fb-checkpresence.0 : fb-checkpresence : q4os-desktop - enabled
                        system.adapter.flot.0 : flot : q4os-desktop - enabled

                      • system.adapter.fronius.0 : fronius : q4os-desktop - enabled
                        system.adapter.fuelpricemonitor.0 : fuelpricemonitor : q4os-desktop - enabled

                      • system.adapter.go-e.0 : go-e : q4os-desktop - enabled

                      • system.adapter.ham.0 : ham : q4os-desktop - enabled

                      • system.adapter.history.0 : history : q4os-desktop - enabled

                      • system.adapter.hmip.0 : hmip : q4os-desktop - enabled

                      • system.adapter.hs100.0 : hs100 : q4os-desktop - enabled
                        system.adapter.info.0 : info : q4os-desktop - enabled

                      • system.adapter.iot.0 : iot : q4os-desktop - enabled

                      • system.adapter.javascript.0 : javascript : q4os-desktop - enabled

                      • system.adapter.mercedesme.0 : mercedesme : q4os-desktop - enabled

                      • system.adapter.mihome.0 : mihome : q4os-desktop - enabled, port: 9898, bind: 0.0.0.0

                      • system.adapter.mqtt.0 : mqtt : q4os-desktop - enabled, port: 1886, bind: 0.0.0.0
                        system.adapter.netatmo-crawler.0 : netatmo-crawler : q4os-desktop - enabled

                      • system.adapter.netatmo.0 : netatmo : q4os-desktop - enabled

                      • system.adapter.opendtu.0 : opendtu : q4os-desktop - enabled

                      • system.adapter.shelly.0 : shelly : q4os-desktop - enabled, port: 1882, bind: 0.0.0.0

                      • system.adapter.sonoff.0 : sonoff : q4os-desktop - enabled, port: 1884, bind: 0.0.0.0

                      • system.adapter.sureflap.0 : sureflap : q4os-desktop - enabled

                      • system.adapter.telegram.0 : telegram : q4os-desktop - enabled, port: 8443, bind: 0.0.0.0

                      • system.adapter.tuya.0 : tuya : q4os-desktop - enabled
                        system.adapter.vis-hqwidgets.0 : vis-hqwidgets : q4os-desktop - enabled

                      • system.adapter.vis-inventwo.0 : vis-inventwo : q4os-desktop - enabled
                        system.adapter.vis-jqui-mfd.0 : vis-jqui-mfd : q4os-desktop - enabled
                        system.adapter.vis-timeandweather.0 : vis-timeandweather : q4os-desktop - enabled
                        system.adapter.vis-weather.0 : vis-weather : q4os-desktop - enabled
                        system.adapter.vis.0 : vis : q4os-desktop - enabled

                      • system.adapter.web.0 : web : q4os-desktop - enabled, port: 8082, bind: 0.0.0.0, run as: admin

                      • system.adapter.zigbee.0 : zigbee : q4os-desktop - enabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0

                      • instance is alive

                      Enabled adapters with bindings

                      • system.adapter.admin.0 : admin : q4os-desktop - enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      • system.adapter.mihome.0 : mihome : q4os-desktop - enabled, port: 9898, bind: 0.0.0.0
                      • system.adapter.mqtt.0 : mqtt : q4os-desktop - enabled, port: 1886, bind: 0.0.0.0
                      • system.adapter.shelly.0 : shelly : q4os-desktop - enabled, port: 1882, bind: 0.0.0.0
                      • system.adapter.sonoff.0 : sonoff : q4os-desktop - enabled, port: 1884, bind: 0.0.0.0
                      • system.adapter.telegram.0 : telegram : q4os-desktop - enabled, port: 8443, bind: 0.0.0.0
                      • system.adapter.web.0 : web : q4os-desktop - enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      • system.adapter.zigbee.0 : zigbee : q4os-desktop - enabled, port: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0

                      ioBroker-Repositories
                      Stable (default): http://download.iobroker.net/sources-dist.json
                      Beta (latest) : http://download.iobroker.net/sources-dist-latest.json

                      Active repo(s): Stable (default)

                      Installed ioBroker-Instances
                      Used repository: Stable (default)
                      Adapter "admin" : 6.8.0 , installed 6.8.0
                      Adapter "alexa2" : 3.24.1 , installed 3.24.1
                      Adapter "backitup" : 2.6.23 , installed 2.6.23
                      Adapter "bosch-ebike" : 0.0.3 , installed 0.0.3
                      Adapter "broadlink2" : 2.1.5 , installed 2.1.5
                      Adapter "cloud" : 4.4.1 , installed 4.4.1
                      Adapter "daswetter" : 3.1.10 , installed 3.1.10
                      Adapter "device-reminder": 1.2.9 , installed 1.2.9
                      Adapter "device-watcher": 2.9.3 , installed 2.9.3
                      Adapter "discovery" : 3.1.0 , installed 3.1.0
                      Adapter "fb-checkpresence": 1.2.2 , installed 1.2.2
                      Adapter "flot" : 1.12.0 , installed 1.12.0
                      Adapter "fronius" : 1.1.3 , installed 1.1.3
                      Adapter "fuelpricemonitor": 0.3.6 , installed 0.3.6
                      Adapter "go-e" : 1.0.27 , installed 1.0.27
                      Adapter "ham" : 5.3.1 , installed 5.3.1
                      Adapter "history" : 2.2.6 , installed 2.2.6
                      Adapter "hmip" : 1.20.0 , installed 1.20.0
                      Adapter "hs100" : 2.1.2 , installed 2.1.2
                      Adapter "info" : 1.9.26 , installed 1.9.26
                      Adapter "iot" : 1.14.5 , installed 1.14.5
                      Adapter "javascript" : 7.1.4 , installed 7.1.4
                      Controller "js-controller": 5.0.12 , installed 5.0.12
                      Adapter "mercedesme" : 0.1.1 , installed 0.1.1
                      Adapter "mihome" : 1.4.0 , installed 1.4.0
                      Adapter "mqtt" : 4.1.1 , installed 4.1.1
                      Adapter "netatmo" : 3.1.0 , installed 3.1.0
                      Adapter "netatmo-crawler": 0.8.1 , installed 0.8.1
                      Adapter "opendtu" : 0.1.7 , installed 0.1.7
                      Adapter "shelly" : 6.4.1 , installed 6.4.1
                      Adapter "simple-api" : 2.7.2 , installed 2.7.2
                      Adapter "socketio" : 6.5.5 , installed 6.5.5
                      Adapter "sonoff" : 2.5.3 , installed 2.5.3
                      Adapter "sureflap" : 1.2.0 , installed 1.2.0
                      Adapter "telegram" : 1.16.0 , installed 1.16.0
                      Adapter "tuya" : 3.14.2 , installed 3.14.2
                      Adapter "vis" : 1.4.16 , installed 1.4.16
                      Adapter "vis-hqwidgets": 1.4.0 , installed 1.4.0
                      Adapter "vis-inventwo" : 3.3.3 , installed 3.3.3
                      Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12
                      Adapter "vis-timeandweather": 1.2.2, installed 1.2.2
                      Adapter "vis-weather" : 2.5.6 , installed 2.5.6
                      Adapter "web" : 6.1.2 , installed 6.1.2
                      Adapter "ws" : 2.5.5 , installed 2.5.5
                      Adapter "zigbee" : 1.8.23 , installed 1.8.23

                      Objects and States
                      Please stand by - This may take a while
                      Objects: 27363
                      States: 20597

                      *** OS-Repositories and Updates ***
                      E: Failed to fetch http://ppa.launchpad.net/morphis/anbox-support/ubuntu/dists/jammy/InRelease 403 Forbidden [IP: 185.125.190.52 80]
                      E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu jammy InRelease' is not signed.
                      E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
                      Pending Updates: 203

                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
                      tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 0 19753 1264/exim4
                      tcp 0 0 127.0.0.1:1883 0.0.0.0:* LISTEN 114 19499 662/mosquitto
                      tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 1001 22616 1601/io.sonoff.0
                      tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 0 15224 986/smbd
                      tcp 0 0 0.0.0.0:1886 0.0.0.0:* LISTEN 1001 24947 2158/io.mqtt.0
                      tcp 0 0 127.0.0.1:3551 0.0.0.0:* LISTEN 0 20164 931/apcupsd
                      tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 20811 633/iobroker.js-con
                      tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 20788 633/iobroker.js-con
                      tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 0 15225 986/smbd
                      tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 9850 1/init
                      tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 20497 632/cupsd
                      tcp6 0 0 ::1:25 :::* LISTEN 0 19754 1264/exim4
                      tcp6 0 0 ::1:1883 :::* LISTEN 114 19500 662/mosquitto
                      tcp6 0 0 :::445 :::* LISTEN 0 15222 986/smbd
                      tcp6 0 0 :::139 :::* LISTEN 0 15223 986/smbd
                      tcp6 0 0 :::111 :::* LISTEN 0 9854 1/init
                      tcp6 0 0 :::8081 :::* LISTEN 1001 20981 1342/io.admin.0
                      tcp6 0 0 :::8082 :::* LISTEN 1001 56228 5884/io.web.0
                      tcp6 0 0 :::6547 :::* LISTEN 0 19234 668/java
                      tcp6 0 0 ::1:631 :::* LISTEN 0 20496 632/cupsd
                      udp 0 0 0.0.0.0:45081 0.0.0.0:* 106 18261 566/avahi-daemon: r
                      udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 26664 2102/io.ham.0
                      udp 0 0 224.0.0.251:5353 0.0.0.0:* 1000 23241 1657/chrome
                      udp 0 0 0.0.0.0:5353 0.0.0.0:* 106 18259 566/avahi-daemon: r
                      udp 0 0 0.0.0.0:5683 0.0.0.0:* 1001 22575 1586/io.shelly.0
                      udp 0 0 0.0.0.0:6666 0.0.0.0:* 1001 21162 1616/io.tuya.0
                      udp 0 0 0.0.0.0:6667 0.0.0.0:* 1001 21163 1616/io.tuya.0
                      udp 0 0 0.0.0.0:15001 0.0.0.0:* 1001 25907 2417/io.broadlink2.
                      udp 0 0 0.0.0.0:56606 0.0.0.0:* 1001 27109 2417/io.broadlink2.
                      udp 0 0 0.0.0.0:111 0.0.0.0:* 0 9851 1/init
                      udp 0 0 192.168.2.255:137 0.0.0.0:* 0 18964 895/nmbd
                      udp 0 0 192.168.2.222:137 0.0.0.0:* 0 18963 895/nmbd
                      udp 0 0 0.0.0.0:137 0.0.0.0:* 0 18950 895/nmbd
                      udp 0 0 192.168.2.255:138 0.0.0.0:* 0 18966 895/nmbd
                      udp 0 0 192.168.2.222:138 0.0.0.0:* 0 18965 895/nmbd
                      udp 0 0 0.0.0.0:138 0.0.0.0:* 0 18951 895/nmbd
                      udp 0 0 0.0.0.0:631 0.0.0.0:* 0 20516 743/cups-browsed
                      udp 0 0 0.0.0.0:9898 0.0.0.0:* 1001 23354 2147/io.mihome.0
                      udp 0 0 0.0.0.0:43843 0.0.0.0:* 1001 25293 2417/io.broadlink2.
                      udp6 0 0 :::5353 :::* 106 18260 566/avahi-daemon: r
                      udp6 0 0 :::46479 :::* 0 19222 668/java
                      udp6 0 0 :::111 :::* 0 9857 1/init
                      udp6 0 0 :::3052 :::* 0 20869 668/java
                      udp6 0 0 :::60662 :::* 106 18262 566/avahi-daemon: r

                      *** Log File - Last 25 Lines ***

                      2023-09-17 14:30:00.036 - info: host.q4os-desktop instance system.adapter.netatmo-crawler.0 started with pid 8970
                      2023-09-17 14:30:01.380 - info: netatmo-crawler.0 (8970) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v16.19.1, js-controller: 5.0.12
                      2023-09-17 14:30:01.456 - info: netatmo-crawler.0 (8970) Getting data for stationid:70:ee:50:53:39:f8
                      2023-09-17 14:30:01.804 - warn: netatmo-crawler.0 (8970) Could not work with station 1 - Message: Error: undefined is not a valid state value
                      2023-09-17 14:30:01.807 - info: netatmo-crawler.0 (8970) Getting data for stationid:70:ee:50:7f:96:be
                      2023-09-17 14:30:02.094 - warn: netatmo-crawler.0 (8970) Could not work with station 2 - Message: Error: undefined is not a valid state value
                      2023-09-17 14:30:02.095 - info: netatmo-crawler.0 (8970) Getting data for stationid:70:ee:50:27:ac:9a
                      2023-09-17 14:30:02.394 - warn: netatmo-crawler.0 (8970) Could not work with station 3 - Message: Error: undefined is not a valid state value
                      2023-09-17 14:30:02.397 - info: netatmo-crawler.0 (8970) Getting data for stationid:70:ee:50:96:a4:36
                      2023-09-17 14:30:03.866 - info: netatmo-crawler.0 (8970) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                      2023-09-17 14:30:04.399 - info: host.q4os-desktop instance system.adapter.netatmo-crawler.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2023-09-17 14:33:11.113 - info: ham.0 (2102) stateChange ham.0.Messsteckdose.Messsteckdose-History.S2R1 {"val":"uLYLAAAAAADPcqsqAQ4BAgXADwAAAAAAAAAAAQE=","ack":true,"ts":1694953991111,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991111}
                      2023-09-17 14:33:11.154 - info: ham.0 (2102) stateChange ham.0.Device3c65fe-Sonoff-Schalter.Device3c65fe-Sonoff-Schalter-History.S2R1 {"val":"1DahAgAAAACz8hUoAQ4BwA/AD+ENAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.155 - info: ham.0 (2102) stateChange ham.0.S26Hauseingang.S26Hauseingang-History.S2R1 {"val":"IjF+AQAAAABl+DgpAQ4BwA/AD7mTAAAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.157 - info: ham.0 (2102) stateChange ham.0.Abstellraum.Abstellraum-History.S2R1 {"val":"+D9jAwAAAACP6VMnAQ4BwA/AD6CNAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.161 - info: ham.0 (2102) stateChange ham.0.Bau-WC-Licht.Bau-WC-Licht-History.S2R1 {"val":"NjGIAgAAAABR+C4oAQ4BwA/ADxoDAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.161 - info: ham.0 (2102) stateChange ham.0.Device4d7fc5-S26-Sonoff-Ham.Device4d7fc5-S26-Sonoff-Ham-History.S2R1 {"val":"aiefAgAAAAAdAhgoAQ4BwA/AD5ANAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.163 - info: ham.0 (2102) stateChange ham.0.Device3be921-S20-Sonoff-1.Device3be921-S20-Sonoff-1-History.S2R1 {"val":"aiefAgAAAAAdAhgoAQ4BwA/AD6QNAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.165 - info: ham.0 (2102) stateChange ham.0.Device6aae8d-Sonoff-Schalter.Device6aae8d-Sonoff-Schalter-History.S2R1 {"val":"1DahAgAAAACz8hUoAQ4BwA/AD/AOAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.166 - info: ham.0 (2102) stateChange ham.0.Device4110d0-Sonoff-Schalter.Device4110d0-Sonoff-Schalter-History.S2R1 {"val":"1DahAgAAAACz8hUoAQ4BwA/AD+YNAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.168 - info: ham.0 (2102) stateChange ham.0.Christbaum.Christbaum-History.S2R1 {"val":"+D9jAwAAAACP6VMnAQ4BwA/AD4RfAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.170 - info: ham.0 (2102) stateChange ham.0.Vitrine.Vitrine-History.S2R1 {"val":"1DahAgAAAACz8hUoAQ4BwA/AD/MNAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.172 - info: ham.0 (2102) stateChange ham.0.Garagentor.Garagentor-History.S2R1 {"val":"+D9jAwAAAACP6VMnAQ4BwA/ADzFwAQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.173 - info: ham.0 (2102) stateChange ham.0.Toilette.Toilette-History.S2R1 {"val":"+D9jAwAAAACP6VMnAQ4BwA/ADxZ+AQAAAAAAAQE=","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}
                      2023-09-17 14:33:11.175 - info: ham.0 (2102) stateChange ham.0.Pool.Pool-History.S2R1 {"val":"CdqjAgAAAAB+TxMoAgECDgHAD8APAwkBAAAAAAABAQ==","ack":true,"ts":1694953991153,"q":0,"from":"system.adapter.ham.0","user":"system.user.admin","lc":1694953991153}

                      
                      ============ Mark until here for C&P =============
                      
                      iob diag has finished.
                      
                      
                      Press any key for a summary
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @peterredl last edited by

                        @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                        Desktop: trinity

                        Denn kannste direkt schon mal ausschalten. Ersatzlos.

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          peterredl @Thomas Braun last edited by

                          @thomas-braun
                          sorry, mit mir ist es nicht leicht....
                          was soll ich wo ausschalten?

                          Thomas Braun 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @peterredl last edited by

                            @peterredl

                            sudo systemctl set-default multi-user.target
                            sudo systemctl isolate multi-user.target
                            
                            P 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @peterredl last edited by

                              @peterredl

                              Deine Distribution ist irgendwie sehr schräg aufgestellt...

                              *** OS-Repositories and Updates ***
                              E: Failed to fetch http://ppa.launchpad.net/morphis/anbox-support/ubuntu/dists/jammy/InRelease 403 Forbidden [IP: 185.125.190.52 80]
                              E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu jammy InRelease' is not signed.
                              E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
                              Pending Updates: 203
                              
                              1 Reply Last reply Reply Quote 0
                              • P
                                peterredl @Thomas Braun last edited by

                                @thomas-braun
                                Ich bin wohl der größte Trottel….
                                Jetzt habe ich deine Eingaben eingegeben und jetzt verlangt er das Desktop Login von mir. Weiß ich nicht mehr und komme nicht mehr ins System. Auch ein Neustart des Rechners hilft nicht. Jetzt schreibe ich von meinem Tablet. Ich denke, jetzt wird nur mehr eine komplette Neuinstallation des Rechners helfen….
                                Verzweiflung pur !!!!

                                Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @peterredl last edited by

                                  @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                                  Weiß ich nicht mehr und komme nicht mehr ins System.

                                  Für verbummelte Passworte kann ich ja nun nix.

                                  P 1 Reply Last reply Reply Quote 1
                                  • Thomas Braun
                                    Thomas Braun Most Active @peterredl last edited by

                                    @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                                    Ich denke, jetzt wird nur mehr eine komplette Neuinstallation des Rechners helfen….

                                    Dann nimm diesmal ein reines Debian Bookworm, ohne Desktop.
                                    Das q4-Dingsi scheint mir jedenfalls eh etwas 'komisch'.

                                    1 Reply Last reply Reply Quote 1
                                    • P
                                      peterredl @Thomas Braun last edited by

                                      @thomas-braun
                                      Sorry, war wirklich nicht böse gemeint. Ich habe den Rechner vor Jahren aufgesetzt und seitdem ist er gelaufen und hat mich nie nach einem Login gefragt….

                                      Ich danke dir für deine Bemühungen und hoffe, dass ich nach dem neuaufstzen des Rechners, den IoBroker wieder aufsetzen kann und das letzte Backup wieder einspielen kann. Danke.

                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        peterredl @peterredl last edited by

                                        @peterredl

                                        Ich bin wieder im System. Logindaten gefunden.
                                        Alles läuft wieder bis auf den Zigbee Adapter….
                                        Hast vielleicht diesbezüglich noch einen Tip für mich ?

                                        Glasfaser Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @peterredl last edited by Glasfaser

                                          @peterredl sagte in Zigbee Geräte fehlen nach Upgrade auf JS-Controller 5.0:

                                          Alles läuft wieder bis auf den Zigbee Adapter….

                                          ioBroker Log zeigen !

                                          EDIT :

                                          Hast du auch mal dein gesamtes Sytem neu gestartet !?

                                          1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @peterredl last edited by

                                            @peterredl

                                            iob diag
                                            

                                            sagt?
                                            Da hängen auch noch knapp zweihundert Updates in der Pipeline. Die solltest du zunächst mal einspielen.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            755
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            26
                                            822
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo