Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Zigbee Adapter Startet nicht mehr

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee Adapter Startet nicht mehr

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

      @stauber

      Gib mir mal eine Übersicht wie das da nun ausschaut.

      ls -lAh /etc/apt/sources.list.d/
      
      S 1 Reply Last reply Reply Quote 0
      • S
        stauber @Thomas Braun last edited by

        @thomas-braun

        pi@raspberrypi:/etc/apt/sources.list.d $ ls -all
        insgesamt 32
        drwxr-xr-x 2 root root 4096 26. Jun 15:30 .
        drwxr-xr-x 8 root root 4096 26. Jun 15:31 ..
        -rw-r--r-- 1 root root   64 26. Jun 14:57 backports.list
        -rw-r--r-- 1 root root   92 26. Jun 14:54 bullseye-proposed-updates.list
        -rw------- 1 root root   94 26. Jun 14:40 bullseye-proposed-updates.list.save
        -rw------- 1 root root   92 26. Jun 14:43 bullseye-proposed-updates.list.save.1
        -rw-r--r-- 1 root root  208 12. Jan 2022  nodesource.list
        -rw-r--r-- 1 root root  191 30. Okt 2021  raspi.list
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @stauber last edited by Thomas Braun

          @stauber

          sudo rm /etc/apt/sources.list.d/backports.list
          sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list.*
          sudo apt update
          apt policy udev
          
          S 1 Reply Last reply Reply Quote 0
          • S
            stauber @Thomas Braun last edited by stauber

            @thomas-braun

            hab ich es Richtig gemacht?
            Version passt glaub ich immer noch nicht

            pi@raspberrypi:~ $ sudo apt update
            Holen:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease [54,0 kB]
            OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
            OK:4 http://archive.raspberrypi.org/debian bullseye InRelease
            Fehl:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease
              Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
            Paketlisten werden gelesen… Fertig
            W: GPG-Fehler: http://deb.debian.org/debian bullseye-proposed-updates InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
            E: Das Depot »http://deb.debian.org/debian bullseye-proposed-updates InRelease« ist nicht signiert.
            N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
            N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
            W: Ziel Packages (main/binary-armhf/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/backports.list:1 und /etc/apt/sources.list.d/bullseye-proposed-updates.list:2
            W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/backports.list:1 und /etc/apt/sources.list.d/bullseye-proposed-updates.list:2
            W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/backports.list:1 und /etc/apt/sources.list.d/bullseye-proposed-updates.list:2
            W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/backports.list:1 und /etc/apt/sources.list.d/bullseye-proposed-updates.list:2
            W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/backports.list:1 und /etc/apt/sources.list.d/bullseye-proposed-updates.list:2
            pi@raspberrypi:~ $ apt policy udev
            udev:
              Installiert:           247.3-7+rpi1+deb11u2
              Installationskandidat: 247.3-7+rpi1+deb11u2
              Versionstabelle:
             *** 247.3-7+rpi1+deb11u2 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    100 /var/lib/dpkg/status
            pi@raspberrypi:~ $ ls -lAh /etc/apt/sources.list.d/
            insgesamt 16K
            -rw-r--r-- 1 root root  64 26. Jun 14:57 backports.list
            -rw-r--r-- 1 root root  92 26. Jun 14:54 bullseye-proposed-updates.list
            -rw-r--r-- 1 root root 208 12. Jan 2022  nodesource.list
            -rw-r--r-- 1 root root 191 30. Okt 2021  raspi.list
            pi@raspberrypi:~ $
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @stauber last edited by

              @stauber

              Sorry, mein Fehler...

              sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
              sudo rm /etc/apt/sources.list.d/backports.list
              sudo apt update
              
              S 1 Reply Last reply Reply Quote 0
              • S
                stauber @Thomas Braun last edited by

                @thomas-braun

                ist glaube ich immer noch die Version
                Installiert: 247.3-7+rpi1+deb11u2
                Installationskandidat: 247.3-7+rpi1+deb11u2

                pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                Executing: /tmp/apt-key-gpghome.p5sovQqkI0/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
                gpg: Schlüssel 73A4F27B8DD47936: Öffentlicher Schlüssel "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" importert
                gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
                gpg:                              importiert: 1
                pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/backports.list
                pi@raspberrypi:~ $ sudo apt update
                Holen:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease [54,0 kB]
                OK:2 http://archive.raspberrypi.org/debian bullseye InRelease
                OK:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                OK:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                Holen:5 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages [98,8 kB]
                Holen:6 http://deb.debian.org/debian bullseye-proposed-updates/main Translation-en [58,4 kB]
                Es wurden 157 kB in 1 s geholt (150 kB/s).
                Paketlisten werden gelesen… Fertig
                Abhängigkeitsbaum wird aufgebaut… Fertig
                Statusinformationen werden eingelesen… Fertig
                Aktualisierung für 8 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                pi@raspberrypi:~ $ apt policy udev
                udev:
                  Installiert:           247.3-7+rpi1+deb11u2
                  Installationskandidat: 247.3-7+rpi1+deb11u2
                  Versionstabelle:
                 *** 247.3-7+rpi1+deb11u2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                        100 /var/lib/dpkg/status
                     247.3-7+deb11u4 500
                        500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
                pi@raspberrypi:~ $
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @stauber last edited by

                  @stauber sagte in Zigbee Adapter Startet nicht mehr:
                  Die willst du:
                  247.3-7+deb11u4
                  also

                  sudo apt install udev=247.3-7+deb11u4 libudev1=247.3-7+deb11u4
                  sudo apt-mark hold udev
                  sudo apt update
                  apt list --upgradable
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S
                    stauber @Thomas Braun last edited by

                    @thomas-braun

                    Super jetzt hat es Funktionier!
                    Vielen Vielen Dank für die Hilfe

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

                      @stauber

                      Dann zeig mal

                      sudo apt update
                      apt list --upgradable
                      

                      nun.

                      Bzw. auch die Ausgabe zu

                      iob diag
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S
                        stauber @Thomas Braun last edited by stauber

                        @thomas-braun sagte in Zigbee Adapter Startet nicht mehr:

                        iob diag

                        Ich habe jetzt einfach mal kopiert muss ich was verbergen?

                        video plugdev games users input netdev gpio i2c spi iobroke                                                                            r
                        
                        *** X-Server-Setup ***
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @stauber last edited by

                          @stauber

                          Versuch es nochmal, das ist irgendwie alles wirr und unvollständig.

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            stauber @Thomas Braun last edited by Homoran

                            @thomas-braun

                            
                            ======== Start marking the full check here =========
                            
                            
                            Skript v.2023-04-16
                            
                            *** BASE SYSTEM ***
                            Model           : Raspberry Pi 4 Model B Rev 1.2
                            Architecture    : aarch64
                            Docker          : false
                            Virtualization  : none
                            Distributor ID: Raspbian
                            Description:    Raspbian GNU/Linux 11 (bullseye)
                            Release:        11
                            Codename:       bullseye
                            
                            PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                            NAME="Raspbian GNU/Linux"
                            VERSION_ID="11"
                            VERSION="11 (bullseye)"
                            VERSION_CODENAME=bullseye
                            ID=raspbian
                            ID_LIKE=debian
                            HOME_URL="http://www.raspbian.org/"
                            SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                            BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                            
                            Systemuptime and Load:
                             16:22:33 up 21 min,  1 user,  load average: 0.26, 0.97, 0.92
                            CPU threads: 4
                            
                            Raspberry only:
                            throttled=0x0
                            Other values than 0x0 hint to temperature/voltage problems
                            temp=58.9'C
                            volt=0.8375V
                            
                            *** Time and Time Zones ***
                                           Local time: Mon 2023-06-26 16:22:33 CEST
                                       Universal time: Mon 2023-06-26 14:22:33 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            pi
                            /home/pi
                            pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                            
                            *** X-Server-Setup ***
                            X-Server:       false
                            Desktop:
                            Terminal:       tty
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            3.8G        803M        2.1G        0.0K        884M        2.9G
                            Swap:            99M          0B         99M
                            Total:          3.9G        803M        2.2G
                            
                                     3793 M total memory
                                      803 M used memory
                                      832 M active memory
                                      612 M inactive memory
                                     2105 M free memory
                                      148 M buffer memory
                                      735 M swap cache
                                       99 M total swap
                                        0 M used swap
                                       99 M free swap
                            
                            Raspberry only:
                            oom events: 0
                            lifetime oom required: 0 Mbytes
                            total time in oom handler: 0 ms
                            max time spent in oom handler: 0 ms
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4      220G  6.4G  205G   4% /
                            devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs          tmpfs     759M  892K  758M   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/sdb1      exfat     7.5G  155M  7.4G   3% /mnt/usb0
                            /dev/sda1      vfat      253M   51M  202M  20% /boot
                            tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Mon Jun 26 16:01:31 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:5B:D6:24 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=61bf9d36-02 rootfstype=ext4 fsck.repair=yes rootwait
                            [Mon Jun 26 16:01:33 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Mon Jun 26 16:01:33 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                            [Mon Jun 26 16:01:35 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems (real ones only):
                            TARGET      SOURCE    FSTYPE OPTIONS
                            /           /dev/sda2 ext4   rw,noatime
                            |-/mnt/usb0 /dev/sdb1 exfat  rw,nosuid,nodev,noexec,relatime,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro
                            `-/boot     /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            2.1G    /var/
                            972M    /var/log
                            969M    /var/log/journal/3e23e34d17484a28b9473f69f7d9d21c
                            969M    /var/log/journal
                            929M    /var/cache
                            
                            Archived and active journals take up 968.2M in the file system.
                            
                            /opt/iobroker/backups:
                            157M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            436M    /opt/iobroker/iobroker-data/
                            295M    /opt/iobroker/iobroker-data/files
                            107M    /opt/iobroker/iobroker-data/backup-objects
                            72M     /opt/iobroker/iobroker-data/files/telegram.admin
                            52M     /opt/iobroker/iobroker-data/files/javascript.admin
                            
                            The five largest files in iobroker-data are:
                            35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                            19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                            18M     /opt/iobroker/iobroker-data/objects.jsonl
                            18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
                            15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.16.1
                            /usr/bin/node           v18.16.1
                            /usr/bin/npm            9.5.1
                            /usr/bin/npx            9.5.1
                            
                            
                            nodejs:
                              Installed: 18.16.1-deb-1nodesource1
                              Candidate: 18.16.1-deb-1nodesource1
                              Version table:
                             *** 18.16.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            MULTIHOSTSERVICE/enabled: false
                            
                            Core adapters versions
                            js-controller:  4.0.24
                            admin:          6.3.5
                            javascript:     7.0.3
                            
                            Adapters from github:   0
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                              system.adapter.birthdays.0              : birthdays             : raspberrypi                              -  enabled
                              system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                              system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
                              system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                            + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                            + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                            + system.adapter.fullcalendar.0           : fullcalendar          : raspberrypi                              -  enabled
                            + system.adapter.hmip.0                   : hmip                  : raspberrypi                              -  enabled
                              system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                            + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                              system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                            + system.adapter.klf200.0                 : klf200                : raspberrypi                              -  enabled
                              system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                              system.adapter.nuki.0                   : nuki                  : raspberrypi                              - disabled
                            + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                            + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                            + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              system.adapter.yr.0                     : yr                    : raspberrypi                              -  enabled
                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.18__Embed_with_CMSIS-DAP_L1100PJ1-if00
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.18__Embed_with_CMSIS-DAP_L1100PJ1-if00
                            
                            ioBroker-Repositories
                            stable        : http://download.iobroker.net/sources-dist.json
                            beta          : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): stable
                            
                            Installed ioBroker-Instances
                            Used repository: stable
                            Adapter    "admin"        : 6.3.5    , installed 6.3.5
                            Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                            Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                            Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                            Adapter    "birthdays"    : 2.2.2    , installed 2.2.2
                            Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                            Adapter    "denon"        : 1.15.0   , installed 1.15.0
                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                            Adapter    "fritzdect"    : 2.2.6    , installed 2.2.6
                            Adapter    "fullcalendar" : 1.2.0    , installed 1.2.0
                            Adapter    "heos"         : 1.10.0   , installed 1.10.0
                            Adapter    "hmip"         : 1.20.0   , installed 1.20.0
                            Adapter    "ical"         : 1.13.2   , installed 1.13.2
                            Adapter    "info"         : 1.9.26   , installed 1.9.26
                            Adapter    "iot"          : 1.14.5   , installed 1.14.5
                            Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "klf200"       : 1.0.1    , installed 1.0.1
                            Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                            Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                            Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                            Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                            Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                            Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                            Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                            Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                            Adapter    "text2command" : 3.0.2    , installed 3.0.2
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                            Adapter    "web"          : 4.3.0    , installed 4.3.0
                            Adapter    "ws"           : 1.3.0    , installed 1.3.0
                            Adapter    "yr"           : 5.3.0    , installed 5.3.0
                            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        7700
                            States:         6571
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** 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:9001          0.0.0.0:*               LISTEN      1001       39233      5465/iobroker.js-co
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       40999      5465/iobroker.js-co
                            tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       41743      5922/io.shelly.0
                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      109        13653      519/mosquitto
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12887      529/sshd: /usr/sbin
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       46334      6298/io.web.0
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       38885      5483/io.admin.0
                            tcp6       0      0 :::1883                 :::*                    LISTEN      109        13654      519/mosquitto
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          12889      529/sshd: /usr/sbin
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13687      715/dhcpcd
                            udp        0      0 0.0.0.0:35814           0.0.0.0:*                           108        12789      396/avahi-daemon: r
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12787      396/avahi-daemon: r
                            udp6       0      0 :::546                  :::*                                0          13700      715/dhcpcd
                            udp6       0      0 :::5353                 :::*                                108        12788      396/avahi-daemon: r
                            udp6       0      0 :::36637                :::*                                108        12790      396/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-06-26 16:16:49.565  - info: klf200.0 (6163) Setup objects for product Schlafzimmer Bad.
                            2023-06-26 16:16:49.910  - info: klf200.0 (6163) Setting up notification handlers for removal...
                            2023-06-26 16:16:49.912  - info: klf200.0 (6163) Setting up notification handlers for discovering new objects...
                            2023-06-26 16:16:49.913  - info: klf200.0 (6163) Setting up notification handler for gateway state...
                            2023-06-26 16:16:49.913  - info: klf200.0 (6163) Adapter is ready for use.
                            2023-06-26 16:16:49.914  - info: klf200.0 (6163) Starting background state refresher...
                            2023-06-26 16:16:49.915  - info: klf200.0 (6163) Automatic reboot enabled in configuration. Planning reboot job.
                            2023-06-26 16:17:04.321  - info: alexa2.0 (5753) Using cached smart home devices list from Mon Jun 26 2023 16:05:35 GMT+0200 (Mitteleuropäische Sommerzeit): {"locationDetails":{"Default_Location":{"locationId":"Default_Location","amazonBridgeDetails":{"amazonBridgeDetails":{"LambdaBridge_AlexaBridge/G090LF1073530MS6@A3S5BH2HU6VAYF":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"AlexaBridge/G090LF1073530MS6@A3S5BH2HU6VAYF","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"UNKNOWN"},"applianceDetails":{"applianceDetails":{}}},"LambdaBridge_SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"SKILL"},"applianceDetails":{"applianceDetails":{"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9_3C424E4F0005CDB89ECA":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9_3C424E4F0005CDB89ECA","endpointTypeId":"HEOS","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"HEOS","friendlyDescription":"Denon AVR-X2600H","modelName":"","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"0","friendlyName":"Wohnzimmer","friendlyNameModifiedAt":1664054129971,"capabilitiesModifiedAt":1642326355253,"ipAddress":"","port":"","entityId":"8cd72646-f7e0-4c2c-ad5f-4d2770c6b7e5","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1642326355253,"lastSeenDiscoverySessionId":{"value":"fda234b1-4c74-497a-846c-3eee2df25ad0"}},"tags":{"tagNameToValueSetMap":{"groupIdentity":["amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.47e9ce08-00ac-4cdc-8711-8b6ba0a5b988"]}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.AudioPlayer"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.Speaker"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.PowerController"},{"capabilityType":"AVSPlaybackControllerCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.PlaybackController"},{"capabilityType":"AVSInputControllerCapability","type":"AlexaInterface","version":"1.0","inputs":[],"interfaceName":"Alexa.InputController"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"playbackState"}],"proactivelyReported":true,"retrievable":false,"readOnly":false},"interfaceName":"Alexa.PlaybackStateReporter"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.TemplateRuntime"}],"applianceTypes":["SPEAKER"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"ead2680fd1d14caa911426905c2f3c0b","dmsDeviceTypeId":"A21Z3CGI8UIP0F","dmsEntryType":"Type3PDA"}],"applianceKey":"8cd72646-f7e0-4c2c-ad5f-4d2770c6b7e5","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLmRjNzEzOGU2LTBmNzQtNGNjOS1iYzZmLTgwYjUwMTExMzY0MiIsInN0YWdlIjoibGl2ZSJ9_3C424E4F0005CDB89ECA"]}}}},"LambdaBridge_SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"SKILL"},"applianceDetails":{"applianceDetails":{"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_561cd1d0296646318347380bcf77527d":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_561cd1d0296646318347380bcf77527d","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"Amazon","friendlyDescription":"Alexa on this Phone","modelName":"","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"0","friendlyName":"Alexa on this Phone","friendlyNameModifiedAt":1681042461760,"capabilitiesModifiedAt":1681042461760,"ipAddress":"","port":"","entityId":"4dcc46f9-2ab6-4ddf-bc3c-525c5d7de184","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1681042461760,"lastSeenDiscoverySessionId":{"value":"55974856-25b3-47de-8277-3ac46dbae81b"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"type":"AlexaInterface","version":"3.1","interfaceName":"Alexa.RemoteVideoPlayer","configurations":{"catalogs":[{"type":"VIDEO_INGESTION_IDENTIFIER","sourceId":"combee"}],"operations":["SearchAndPlay","SearchAndDisplayResults"]},"capabilityType":"AlexaEndpointCapabilityInstance"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"561cd1d0296646318347380bcf77527d","dmsDeviceTypeId":"A2TF17PFR55MTB"}],"applianceKey":"4dcc46f9-2ab6-4ddf-bc3c-525c5d7de184","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_561cd1d0296646318347380bcf77527d"]},"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_3609576f283c4d388e0e9b76fe10dc60":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_3609576f283c4d388e0e9b76fe10dc60","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"Amazon","friendlyDescription":"Alexa on this Phone","modelName":"","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"0","friendlyName":"Alexa on this Phone","friendlyNameModifiedAt":1671807092458,"capabilitiesModifiedAt":1671807092458,"ipAddress":"","port":"","entityId":"db4554a4-58aa-46c0-9054-e9f9018d8289","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1671807092458,"lastSeenDiscoverySessionId":{"value":"34e292ba-75df-4574-87dd-967b76a92a4b"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"type":"AlexaInterface","version":"3.1","interfaceName":"Alexa.RemoteVideoPlayer","configurations":{"catalogs":[{"type":"VIDEO_INGESTION_IDENTIFIER","sourceId":"combee"}],"operations":["SearchAndPlay","SearchAndDisplayResults"]},"capabilityType":"AlexaEndpointCapabilityInstance"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"3609576f283c4d388e0e9b76fe10dc60","dmsDeviceTypeId":"A2TF17PFR55MTB"}],"applianceKey":"4dcc46f9-2ab6-4ddf-bc3c-525c5d7de184","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_3609576f283c4d388e0e9b76fe10dc60"]},"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_77e839ec6b294716a65847336535fda9":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_77e839ec6b294716a65847336535fda9","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"Amazon","friendlyDescription":"Alexa on this Phone","modelName":"","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"0","friendlyName":"Alexa on this Phone","friendlyNameModifiedAt":1670607231169,"capabilitiesModifiedAt":1670607231169,"ipAddress":"","port":"","entityId":"5f46d7da-edee-4273-b766-0b809091ecda","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1670607231169,"lastSeenDiscoverySessionId":{"value":"27587c8c-eb4d-4992-bbf6-5f8190870baf"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"type":"AlexaInterface","version":"3.1","interfaceName":"Alexa.RemoteVideoPlayer","configurations":{"catalogs":[{"type":"VIDEO_INGESTION_IDENTIFIER","sourceId":"combee"}],"operations":["SearchAndPlay","SearchAndDisplayResults"]},"capabilityType":"AlexaEndpointCapabilityInstance"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"77e839ec6b294716a65847336535fda9","dmsDeviceTypeId":"A2TF17PFR55MTB"}],"applianceKey":"4dcc46f9-2ab6-4ddf-bc3c-525c5d7de184","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjY4NjRlNjEzLWFiZDctNGVhYy05NWMxLWJkZTQyNTM5MjE2ZSIsInN0YWdlIjoibGl2ZSJ9_A1MD92Y2ECCS3T_77e839ec6b294716a65847336535fda9"]}}}},"LambdaBridge_SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"SKILL/eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"SKILL"},"applianceDetails":{"applianceDetails":{"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Wohnzimmer":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Wohnzimmer","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"ioBroker group","friendlyDescription":"Gruppe Wohnzimmer","modelName":"Thermostat 1 setpoint","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"1","friendlyName":"Wohnzimmer","friendlyNameModifiedAt":1642092973620,"capabilitiesModifiedAt":1642092973620,"ipAddress":"","port":"","entityId":"330b1391-1441-4784-a407-e549e8cc779b","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1642092973620,"lastSeenDiscoverySessionId":{"value":"fdee009f-39ed-46cc-99f4-1d62bb965f1d"}},"tags":{"tagNameToValueSetMap":{"groupIdentity":["amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.47e9ce08-00ac-4cdc-8711-8b6ba0a5b988"]}},"additionalApplianceDetails":{"additionalApplianceDetails":{"group":"true"}},"firmwareVersion":"0","actions":["getTemperatureReading","setTargetTemperature","turnOff","decrementPercentage","turnOn","getTargetTemperature","incrementPercentage","incrementTargetTemperature","decrementTargetTemperature","setPercentage"],"capabilities":[],"applianceTypes":["THERMOSTAT"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[],"applianceKey":"330b1391-1441-4784-a407-e549e8cc779b","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Wohnzimmer"]},"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Bad":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Bad","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"ioBroker","friendlyDescription":"Thermostat 1 temperature","modelName":"Thermostat 1 temperature","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"1","friendlyName":"Temperatur Bad","friendlyNameModifiedAt":1642092973620,"capabilitiesModifiedAt":1642092973620,"ipAddress":"","port":"","entityId":"06f45507-880f-4743-b021-2c5883365731","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1642092973620,"lastSeenDiscoverySessionId":{"value":"fdee009f-39ed-46cc-99f4-1d62bb965f1d"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{"role":"value.temperature","friendlyNames":"Temperatur Bad","id":"maxcube.0.devices.thermostat_18c056.temp"}},"firmwareVersion":"0","actions":["getTemperatureReading"],"capabilities":[],"applianceTypes":["THERMOSTAT"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[],"applianceKey":"06f45507-880f-4743-b021-2c5883365731","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Bad"]},"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_K_che":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_K_che","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"ioBroker group","friendlyDescription":"Gruppe Küche","modelName":"Thermostat 1 setpoint","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"1","friendlyName":"Küche","friendlyNameModifiedAt":1642092973618,"capabilitiesModifiedAt":1642092973618,"ipAddress":"","port":"","entityId":"d3ee859a-716b-4e74-a578-de73623bfe92","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1642092973618,"lastSeenDiscoverySessionId":{"value":"fdee009f-39ed-46cc-99f4-1d62bb965f1d"}},"tags":{"tagNameToValueSetMap":{"groupIdentity":["amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f7655695-637c-4133-8f68-8b0d99b5e230"]}},"additionalApplianceDetails":{"additionalApplianceDetails":{"group":"true"}},"firmwareVersion":"0","actions":["getTemperatureReading","setTargetTemperature","turnOff","decrementPercentage","turnOn","getTargetTemperature","incrementPercentage","incrementTargetTemperature","decrementTargetTemperature","setPercentage"],"capabilities":[],"applianceTypes":["THERMOSTAT"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[],"applianceKey":"d3ee859a-716b-4e74-a578-de73623bfe92","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_K_che"]},"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Schalfzimmer":{"applianceId":"SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Schalfzimmer","endpointTypeId":"","driverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"manufacturerName":"ioBroker","friendlyDescription":"Thermostat 1 temperature","modelName":"Thermostat 1 temperature","deviceType":"CLOUD_DISCOVERED_DEVICE","version":"1","friendlyName":"Temperatur Schalfzimmer","friendlyNameModifiedAt":1642092973621,"capabilitiesModifiedAt":1642092973621,"ipAddress":"","port":"","entityId":"cef5cba2-8fa7-441d-a67a-f4165895ea27","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1642092973621,"lastSeenDiscoverySessionId":{"value":"fdee009f-39ed-46cc-99f4-1d62bb965f1d"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{"role":"value.temperature","friendlyNames":"Temperatur Schalfzimmer","id":"maxcube.0.devices.thermostat_16214e.temp"}},"firmwareVersion":"0","actions":["getTemperatureReading"],"capabilities":[],"applianceTypes":["THERMOSTAT"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[],"applianceKey":"cef5cba2-8fa7-441d-a67a-f4165895ea27","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"SKILL","identifier":"eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["SKILL_eyJza2lsbElkIjoiYW16bjEuYXNrLnNraWxsLjhjMWQ3MThjLTZkMDYtNGRiOS1iNmEzLWVhZDc1NjJiOTc4MCIsInN0YWdlIjoibGl2ZSJ9_Temperatur_Schalfzimmer"]}}}},"LambdaBridge_AlexaBridge/G090LF0971550GL3@A3S5BH2HU6VAYF":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"AlexaBridge/G090LF0971550GL3@A3S5BH2HU6VAYF","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"UNKNOWN"},"applianceDetails":{"applianceDetails":{}}},"LambdaBridge_AlexaBridge/G091EU1215240H4N@A2U21SRK4QGSE1":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"AlexaBridge/G091EU1215240H4N@A2U21SRK4QGSE1","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"UNKNOWN"},"applianceDetails":{"applianceDetails":{}}},"LambdaBridge_AAA/SonarCloudService":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"AAA/SonarCloudService","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"SONAR"},"applianceDetails":{"applianceDetails":{"AAA_SonarCloudService_a53ad496-62ac-5359-bc37-2006cc93165b":{"applianceId":"AAA_SonarCloudService_a53ad496-62ac-5359-bc37-2006cc93165b","endpointTypeId":"","driverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"manufacturerName":"Amazon","friendlyDescription":"Amazon intelligentes Gerät","modelName":"","deviceType":"","version":"0","friendlyName":"Echo Küche","friendlyNameModifiedAt":1643820607053,"capabilitiesModifiedAt":1674649765311,"ipAddress":"","port":"","entityId":"44919e3a-294f-4f66-bbc0-df6e0086eefc","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1554904017005,"lastSeenDiscoverySessionId":{"value":"05417ac2-af51-4079-90c4-af42c00450ec"}},"tags":{"tagNameToValueSetMap":{"groupIdentity":["amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f4029668-9b1b-479e-8a06-989b51482ae5"]}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"3","properties":{"supported":[{"name":"overallMode"},{"name":"babyCryDetectionState"},{"name":"carbonMonoxideSirenDetectionState"},{"name":"snoreDetectionState"},{"name":"waterSoundsDetectionState"},{"name":"smokeAlarmDetectionState"},{"name":"glassBreakDetectionState"},{"name":"detectionModes"},{"name":"runningWaterDetectionState"},{"name":"coughDetectionState"},{"name":"dogBarkDetectionState"},{"name":"humanPresenceDetectionState"},{"name":"smokeSirenDetectionState"},{"name":"beepingApplianceDetectionState"}],"proactivelyReported":true,"retrievable":true,"readOnly":false},"configuration":{},"interfaceName":"Alexa.AcousticEventSensor"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"proactiveDetection"}],"proactivelyReported":false,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointDetector"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.Networking.WiFi"},{"type":"AlexaInterface","version":"3","configurations":{"supportedAppNames":["CMB"]},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.AustinServerController"},{"type":"AlexaInterface","version":"1.0","instance":"SampleApp.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"1.0","instance":"AlexaHybridEngine.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"networkInterfaces"}],"proactivelyReported":true,"retrievable":true},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointConnectivity"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"Echo Küche","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"G090LF0971550GL3","dmsDeviceTypeId":"A3S5BH2HU6VAYF"}],"applianceKey":"44919e3a-294f-4f66-bbc0-df6e0086eefc","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["AlexaBridge_G090LF0971550GL3@A3S5BH2HU6VAYF_A3S5BH2HU6VAYF@G090LF0971550GL3","AlexaBridge_G090LF0971550GL3@A3S5BH2HU6VAYF_G090LF0971550GL3","AAA_SonarCloudService_fb8275fc-9aa4-3d0b-b6fb-5f8925085779","AAA_SonarCloudService_a53ad496-62ac-5359-bc37-2006cc93165b"]},"AAA_SonarCloudService_4d325ffc-a1c0-5da3-b64a-075e31ea3144":{"applianceId":"AAA_SonarCloudService_4d325ffc-a1c0-5da3-b64a-075e31ea3144","endpointTypeId":"","driverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"manufacturerName":"Amazon","friendlyDescription":"Amazon intelligentes Gerät","modelName":"","deviceType":"","version":"0","friendlyName":"Badezimmer Echo Dot","friendlyNameModifiedAt":1556036289533,"capabilitiesModifiedAt":1675370589930,"ipAddress":"","port":"","entityId":"c54a5082-77a8-411a-874f-a55738bbbffe","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1556036289533,"lastSeenDiscoverySessionId":{"value":"c9aa03f1-dea2-47c4-a531-21fefdca80c3"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"3","properties":{"supported":[{"name":"overallMode"},{"name":"babyCryDetectionState"},{"name":"carbonMonoxideSirenDetectionState"},{"name":"snoreDetectionState"},{"name":"waterSoundsDetectionState"},{"name":"smokeAlarmDetectionState"},{"name":"glassBreakDetectionState"},{"name":"detectionModes"},{"name":"runningWaterDetectionState"},{"name":"coughDetectionState"},{"name":"dogBarkDetectionState"},{"name":"humanPresenceDetectionState"},{"name":"smokeSirenDetectionState"},{"name":"beepingApplianceDetectionState"}],"proactivelyReported":true,"retrievable":true,"readOnly":false},"configuration":{},"interfaceName":"Alexa.AcousticEventSensor"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"proactiveDetection"}],"proactivelyReported":false,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointDetector"},{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"1.0","interfaceName":"Alexa.Networking.WiFi"},{"type":"AlexaInterface","version":"3","configurations":{"supportedAppNames":["CMB"]},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.AustinServerController"},{"type":"AlexaInterface","version":"1.0","instance":"SampleApp.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"1.0","instance":"AlexaHybridEngine.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"networkInterfaces"}],"proactivelyReported":true,"retrievable":true},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointConnectivity"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"Badezimmer Echo Dot","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"G090LF1073530MS6","dmsDeviceTypeId":"A3S5BH2HU6VAYF"}],"applianceKey":"c54a5082-77a8-411a-874f-a55738bbbffe","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["AlexaBridge_G090LF1073530MS6@A3S5BH2HU6VAYF_A3S5BH2HU6VAYF@G090LF1073530MS6","AlexaBridge_G090LF1073530MS6@A3S5BH2HU6VAYF_G090LF1073530MS6","AAA_SonarCloudService_4b49403e-324e-36af-9b4a-e0049fa87425","AAA_SonarCloudService_4d325ffc-a1c0-5da3-b64a-075e31ea3144"]},"AAA_SonarCloudService_a3721caa-84cc-39ac-889f-2b0b5cf252a6":{"applianceId":"AAA_SonarCloudService_a3721caa-84cc-39ac-889f-2b0b5cf252a6","endpointTypeId":"","driverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"manufacturerName":"Amazon","friendlyDescription":"Amazon intelligentes Gerät","modelName":"","deviceType":"","version":"0","friendlyName":"Echo Wohnzimmer","friendlyNameModifiedAt":1642172013767,"capabilitiesModifiedAt":1650046786881,"ipAddress":"","port":"","entityId":"f4ae041d-b8a9-47a6-a5d6-e60719686f65","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1650046786881,"lastSeenDiscoverySessionId":{"value":"05417ac2-af51-4079-90c4-af42c00450ec"}},"tags":{"tagNameToValueSetMap":{"groupIdentity":["amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.47e9ce08-00ac-4cdc-8711-8b6ba0a5b988"]}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"3","properties":{"supported":[{"name":"overallMode"},{"name":"babyCryDetectionState"},{"name":"carbonMonoxideSirenDetectionState"},{"name":"snoreDetectionState"},{"name":"waterSoundsDetectionState"},{"name":"smokeAlarmDetectionState"},{"name":"glassBreakDetectionState"},{"name":"detectionModes"},{"name":"runningWaterDetectionState"},{"name":"coughDetectionState"},{"name":"dogBarkDetectionState"},{"name":"humanPresenceDetectionState"},{"name":"smokeSirenDetectionState"},{"name":"beepingApplianceDetectionState"}],"proactivelyReported":true,"retrievable":true,"readOnly":false},"configuration":{},"interfaceName":"Alexa.AcousticEventSensor"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"proactiveDetection"}],"proactivelyReported":false,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointDetector"},{"type":"AlexaInterface","version":"3","configurations":{"supportedAppNames":["CMB"]},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.AustinServerController"},{"type":"AlexaInterface","version":"1.0","instance":"SampleApp.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"3.1","properties":{"supported":[{"name":"detectionRange"},{"name":"detectionSensitivity"},{"name":"detectionState"},{"name":"enablement"}],"proactivelyReported":true,"retrievable":true,"nonControllable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.MotionSensor"},{"type":"AlexaInterface","version":"1.0","instance":"AlexaHybridEngine.Server","properties":{"supported":[{"name":"serviceData"},{"name":"serviceEndpoints"}],"proactivelyReported":true,"retrievable":false},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.LocalService"},{"type":"AlexaInterface","version":"1.0","properties":{"supported":[{"name":"networkInterfaces"}],"proactivelyReported":true,"retrievable":true},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointConnectivity"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"Echo Wohnzimmer","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"G091EU1215240H4N","dmsDeviceTypeId":"A2U21SRK4QGSE1"}],"applianceKey":"f4ae041d-b8a9-47a6-a5d6-e60719686f65","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["AlexaBridge_G091EU1215240H4N@A2U21SRK4QGSE1_G091EU1215240H4N","AAA_SonarCloudService_a3721caa-84cc-39ac-889f-2b0b5cf252a6"]},"AAA_SonarCloudService_c4b59ed0-ef86-523c-9ecd-d17e06bd0dbc":{"applianceId":"AAA_SonarCloudService_c4b59ed0-ef86-523c-9ecd-d17e06bd0dbc","endpointTypeId":"","driverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"manufacturerName":"Amazon","friendlyDescription":"Amazon intelligentes Gerät","modelName":"A3S5BH2HU6VAYF","deviceType":"","version":"0","friendlyName":"markus' 2. Echo Dot","friendlyNameModifiedAt":1555809401006,"capabilitiesModifiedAt":1600540954951,"ipAddress":"","port":"","entityId":"c3a89755-ad80-4894-b3c7-feeda5691727","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1555809401006,"lastSeenDiscoverySessionId":{"value":"32973819-beaa-4ad5-a9b0-940b856aef59"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"capabilityType":"AVSInterfaceCapability","type":"AlexaInterface","version":"3","properties":{"supported":[{"name":"overallMode"},{"name":"babyCryDetectionState"},{"name":"dogBarkDetectionState"},{"name":"carbonMonoxideSirenDetectionState"},{"name":"snoreDetectionState"},{"name":"smokeAlarmDetectionState"},{"name":"humanPresenceDetectionState"},{"name":"glassBreakDetectionState"},{"name":"smokeSirenDetectionState"},{"name":"detectionModes"},{"name":"runningWaterDetectionState"}],"proactivelyReported":true,"retrievable":true,"readOnly":false},"interfaceName":"Alexa.AcousticEventSensor"}],"applianceTypes":["OTHER"],"isEnabled":true,"aliases":[],"connectedVia":"markus' 2. Echo Dot","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"G090LF1071741TG9","dmsDeviceTypeId":"A3S5BH2HU6VAYF"}],"applianceKey":"c3a89755-ad80-4894-b3c7-feeda5691727","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"AAA","identifier":"SonarCloudService"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["AAA_SonarCloudService_c4b59ed0-ef86-523c-9ecd-d17e06bd0dbc"]}}}},"LambdaBridge_AlexaBridge/G0916D12143700EH@A1Z88NGR2BK6A2":{"amazonBridgeIdentifier":{"amazonBridgeDSN":"AlexaBridge/G0916D12143700EH@A1Z88NGR2BK6A2","amazonBridgeType":"LambdaBridge","lambdaBridge":true,"amazonBridgeSource":"UNKNOWN"},"applianceDetails":{"applianceDetails":{"AlexaBridge_G0916D12143700EH@A1Z88NGR2BK6A2_A1Z88NGR2BK6A2@G0916D12143700EH":{"applianceId":"AlexaBridge_G0916D12143700EH@A1Z88NGR2BK6A2_A1Z88NGR2BK6A2@G0916D12143700EH","endpointTypeId":"","driverIdentity":{"namespace":"AlexaBridge","identifier":"G0916D12143700EH@A1Z88NGR2BK6A2"},"manufacturerName":"amazon","friendlyDescription":"Amazon Alexa","modelName":"","deviceType":"","version":"0","friendlyName":"markus' Echo Show","friendlyNameModifiedAt":1675798221324,"capabilitiesModifiedAt":1675802153872,"ipAddress":"","port":"","entityId":"1922e5db-710a-49fb-8558-6100699cd43c","applianceNetworkState":{"reachability":"REACHABLE","lastSeenAt":1687788335232,"createdAt":1675798221324,"lastSeenDiscoverySessionId":{"value":"55c084be-fdda-4d55-8a1c-48a2caafe512"}},"tags":{"tagNameToValueSetMap":{}},"additionalApplianceDetails":{"additionalApplianceDetails":{}},"firmwareVersion":"0","actions":[],"capabilities":[{"type":"AlexaInterface","version":"1.0","configuration":{"supportsKVSUpload":true},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.MediaUploadManager"},{"properties":{"supported":[{"name":"proactiveDetection"}],"proactivelyReported":false,"retrievable":false},"type":"AlexaInterface","version":"1.0","capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.EndpointDetector"},{"type":"AlexaInterface","version":"3.1","configuration":{"isFullDuplexAudioSupported":true},"capabilityType":"AlexaEndpointCapabilityInstance","interfaceName":"Alexa.RTCSessionController"}],"applianceTypes":["ALEXA_VOICE_ENABLED"],"isEnabled":true,"aliases":[],"connectedVia":"","alexaDeviceIdentifierList":[{"dmsDeviceSerialNumber":"G0916D12143700EH","dmsDeviceTypeId":"A1Z88NGR2BK6A2"}],"applianceKey":"1922e5db-710a-49fb-8558-6100699cd43c","identifiers":{"networkInterfaceIdentifiers":[]},"applianceDriverIdentity":{"namespace":"AlexaBridge","identifier":"G0916D12143700EH@A1Z88NGR2BK6A2"},"ipaddress":"","applianceLambdaControlled":true,"mergedApplianceIds":["AlexaBridge_G0916D12143700EH@A1Z88NGR2BK6A2_A1Z88NGR2BK6A2@G0916D12143700EH"]}}}}}},"applianceGroups":{"applianceGroups":{"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f7655695-637c-4133-8f68-8b0d99b5e230":{"applianceGroupName":"Badezimmer","applianceGroupIdentifier":{"value":"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f7655695-637c-4133-8f68-8b0d99b5e230"},"spaceTypes":[],"children":[],"alexaEndpoints":[],"defaults":[{"defaultType":"AUDIO","endpointType":"ALEXA","defaultId":"{\"dsn\":\"G090LF1073530MS6\",\"deviceType\":\"A3S5BH2HU6VAYF\"}"}],"isSpace":false,"defaultTypes":{"audio":{"defaultSelectedBy":"USER","defaultManagedBy":"MANUAL","processingStatus":"SUCCESS","lastUpdated":"1890771106535628"}},"space":false},"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f4029668-9b1b-479e-8a06-989b51482ae5":{"applianceGroupName":"Küche","applianceGroupIdentifier":{"value":"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.f4029668-9b1b-479e-8a06-989b51482ae5"},"spaceTypes":[],"children":[],"alexaEndpoints":[{"dsn":"G0916D12143700EH","deviceType":"A1Z88NGR2BK6A2"},{"dsn":"G090LF0971550GL3","deviceType":"A3S5BH2HU6VAYF"}],"defaults":[],"isSpace":true,"defaultTypes":{"audio":{"defaultSelectedBy":"SYSTEM","defaultManagedBy":"AUTOMATIC_GROUP_MRMG_SYNC_PROCESS","processingStatus":"ERROR","lastUpdated":"1675800013079","message":"DeviceNotInTimeDomainException"}},"space":true},"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.47e9ce08-00ac-4cdc-8711-8b6ba0a5b988":{"applianceGroupName":"Wohnbereich","applianceGroupIdentifier":{"value":"amzn1.HomeAutomation.ApplianceGroup.A1MD92Y2ECCS3T.47e9ce08-00ac-4cdc-8711-8b6ba0a5b988"},"spaceTypes":[],"children":[],"alexaEndpoints":[{"dsn":"G091EU1215240H4N","deviceType":"A2U21SRK4QGSE1"}],"defaults":[],"isSpace":true,"defaultTypes":{"audio":{"defaultSelectedBy":"SYSTEM","defaultManagedBy":"AUTOMATIC_GROUP_MRMG_SYNC_PROCESS","processingStatus":"NO_AUTOMATIC_SELECTION_POSSIBLE","lastUpdated":"1642169804361"}},"space":true}}}}}}
                            2023-06-26 16:17:04.422  - info: admin.0 (5483) ==> Connected system.user.admin from ::ffff:192.168.178.42
                            2023-06-26 16:17:07.495  - info: admin.0 (5483) ==> Connected system.user.admin from ::ffff:192.168.178.42
                            2023-06-26 16:17:07.551  - info: alexa2.0 (5753) No smart home devices to query
                            2023-06-26 16:17:09.453  - info: host.raspberrypi Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                            2023-06-26 16:17:09.636  - info: alexa2.0 (5753) Subscribing to states...
                            2023-06-26 16:17:11.464  - info: alexa2.0 (5753) Alexa-Push-Connection (macDms = true) established. Disable Polling
                            2023-06-26 16:17:22.265  - info: alexa2.0 (5753) Initialization Done ...
                            2023-06-26 16:22:00.104  - info: host.raspberrypi instance system.adapter.yr.0 started with pid 7566
                            2023-06-26 16:22:02.712  - info: yr.0 (7566) starting. Version 5.3.0 in /opt/iobroker/node_modules/iobroker.yr, node: v18.16.1, js-controller: 4.0.24
                            2023-06-26 16:22:02.754  - info: yr.0 (7566) longitude/longitude not set, get data from system
                            2023-06-26 16:22:02.781  - info: yr.0 (7566) system latitude: futsch :-)
                            2023-06-26 16:22:45.180  - info: yr.0 (7566) Data updated.
                            2023-06-26 16:22:45.183  - info: yr.0 (7566) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2023-06-26 16:22:45.725  - info: host.raspberrypi instance system.adapter.yr.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2023-06-26 16:23:19.147  - info: admin.0 (5483) <== Disconnect system.user.admin from ::ffff:192.168.178.42
                            2023-06-26 16:23:27.605  - info: admin.0 (5483) ==> Connected system.user.admin from ::ffff:192.168.178.42
                            2023-06-26 16:23:27.985  - info: zigbee.0 (5772) List of port: [{"path":"/dev/ttyACM0","manufacturer":"Texas Instruments","serialNumber":"L1100PJ1","pnpId":"usb-Texas_Instruments_XDS110__03.00.00.18__Embed_with_CMSIS-DAP_L1100PJ1-if00","vendorId":"0451","productId":"bef3"},{"path":"/dev/ttyACM1","manufacturer":"Texas Instruments","serialNumber":"L1100PJ1","pnpId":"usb-Texas_Instruments_XDS110__03.00.00.18__Embed_with_CMSIS-DAP_L1100PJ1-if03","vendorId":"0451","productId":"bef3"},{"path":"/dev/ttyAMA0"}]
                            
                            
                            
                            ============ Mark until here for C&P =============
                            
                            iob diag has finished.
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @stauber last edited by

                              @stauber sagte in Zigbee Adapter Startet nicht mehr:

                              Schaut soweit gut aus. Aber vielleicht magst du die Koordinaten zu deinem Zuhause noch aus dem LogFile nehmen.

                              Homoran S 2 Replies Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @Thomas Braun last edited by

                                @thomas-braun sagte in Zigbee Adapter Startet nicht mehr:

                                die Koordinaten zu deinem Zuhause

                                done

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stauber @Thomas Braun last edited by

                                  @thomas-braun

                                  ok super vielen dank für die Hilfe

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

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  681
                                  Online

                                  32.0k
                                  Users

                                  80.4k
                                  Topics

                                  1.3m
                                  Posts

                                  3
                                  22
                                  788
                                  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