Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Cloud Dienste
  4. Alexa Sprachausgabe funktioniert nicht mehr

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    14
    1
    164

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    12
    1
    568

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.8k

Alexa Sprachausgabe funktioniert nicht mehr

Geplant Angeheftet Gesperrt Verschoben Cloud Dienste
77 Beiträge 10 Kommentatoren 8.7k Aufrufe 6 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • P postworld

    @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

    Und dann das Backup nochmal reinjubeln.

    OK, danke. Nun habe ich den Hinweis selbst zumindest verstanden auch wenn ich nicht verstehe was der Befehlt macht.

    Leider war der erste Versuch ohne erfolg.

    Wie ist der letzte Satz der Fehlermeldung umzusetzen?

    "If you really want to restore the backup with the current installed js-controller, execute the restore command with the --force flag"

    Grüße

    Versuch 2:

    Wahscheinlich liegt der Fehler hier bzw, der Hinweis auf selbigen:


    pi@pibroker:/opt/iobroker $ npm i iobroker.js-c ontroller@4.0.23 --omit=dev
    npm error code E404
    npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.js-c - Not found
    npm error 404
    npm error 404 'iobroker.js-c@*' is not in this registry.
    npm error 404
    npm error 404 Note that you can also install from a
    npm error 404 tarball, folder, http url, or git url.
    npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-07-25T17_33_17_530Z-debug-0.log
    pi@pibroker:/opt/iobroker $

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #52

    @postworld

    iob stop
    cd /opt/iobroker
    npm i iobroker.js-controller@4.0.23 --omit=dev
    

    Da war ein Leerzeichen zuviel.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • P postworld

      @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

      Und dann das Backup nochmal reinjubeln.

      OK, danke. Nun habe ich den Hinweis selbst zumindest verstanden auch wenn ich nicht verstehe was der Befehlt macht.

      Leider war der erste Versuch ohne erfolg.

      Wie ist der letzte Satz der Fehlermeldung umzusetzen?

      "If you really want to restore the backup with the current installed js-controller, execute the restore command with the --force flag"

      Grüße

      Versuch 2:

      Wahscheinlich liegt der Fehler hier bzw, der Hinweis auf selbigen:


      pi@pibroker:/opt/iobroker $ npm i iobroker.js-c ontroller@4.0.23 --omit=dev
      npm error code E404
      npm error 404 Not Found - GET https://registry.npmjs.org/iobroker.js-c - Not found
      npm error 404
      npm error 404 'iobroker.js-c@*' is not in this registry.
      npm error 404
      npm error 404 Note that you can also install from a
      npm error 404 tarball, folder, http url, or git url.
      npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-07-25T17_33_17_530Z-debug-0.log
      pi@pibroker:/opt/iobroker $

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #53

      @postworld

      Und bitte statt Spoiler besser CodeTags verwenden.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • P Offline
        P Offline
        postworld
        schrieb am zuletzt editiert von
        #54

        @thomas-braun

        Hat etwas gedauert aber ich hab das Leerzeichen gefunden, so macht das wieder etwas mehr Sinn, schön.

        pi@pibroker:/opt/iobroker $ npm i iobroker.js-controller@4.0.23 --omit=dev
        
        added 12 packages, and changed 17 packages in 2m
        
        73 packages are looking for funding
          run `npm fund` for details
        

        Codetags, so?

        Thomas BraunT P 2 Antworten Letzte Antwort
        0
        • P postworld

          @thomas-braun

          Hat etwas gedauert aber ich hab das Leerzeichen gefunden, so macht das wieder etwas mehr Sinn, schön.

          pi@pibroker:/opt/iobroker $ npm i iobroker.js-controller@4.0.23 --omit=dev
          
          added 12 packages, and changed 17 packages in 2m
          
          73 packages are looking for funding
            run `npm fund` for details
          

          Codetags, so?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #55

          @postworld

          Jetzt hast du den js-controller auf eine Version gedrückt, in die du jetzt dein altes Backup einspielen kannst.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • P postworld

            @thomas-braun

            Hat etwas gedauert aber ich hab das Leerzeichen gefunden, so macht das wieder etwas mehr Sinn, schön.

            pi@pibroker:/opt/iobroker $ npm i iobroker.js-controller@4.0.23 --omit=dev
            
            added 12 packages, and changed 17 packages in 2m
            
            73 packages are looking for funding
              run `npm fund` for details
            

            Codetags, so?

            P Offline
            P Offline
            postworld
            schrieb am zuletzt editiert von
            #56

            @postworld

            ok teil 1 fertig.

            System successfully restored!

            Aber nun starter es wieder nicht mehr (mit https..)

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • P postworld

              @postworld

              ok teil 1 fertig.

              System successfully restored!

              Aber nun starter es wieder nicht mehr (mit https..)

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #57

              @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

              Aber nun starter es wieder nicht mehr (mit https..)

              iob diag
              

              sagt...?

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              P 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                Aber nun starter es wieder nicht mehr (mit https..)

                iob diag
                

                sagt...?

                P Offline
                P Offline
                postworld
                schrieb am zuletzt editiert von postworld
                #58

                @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                iob diag

                sagt...?

                läuft.. noch

                hab iob fix mal gemacht, ohne erkennbaren Unterschied.

                Sollte ich die js-controller wieder updaten danach?

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • P postworld

                  @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                  iob diag

                  sagt...?

                  läuft.. noch

                  hab iob fix mal gemacht, ohne erkennbaren Unterschied.

                  Sollte ich die js-controller wieder updaten danach?

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #59

                  @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                  Sollte ich die js-controller wieder updaten danach?

                  Den sollst du eh immer auf dem aktuellen stabilen Stand haben. Sonst haste da so'n Chaos wie jetzt am Start.

                  hab iob fix mal gemacht, ohne erkennbaren Unterschied.

                  Der biegt dir die Rechte wieder dahin wo sie hingehören.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  P 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                    Sollte ich die js-controller wieder updaten danach?

                    Den sollst du eh immer auf dem aktuellen stabilen Stand haben. Sonst haste da so'n Chaos wie jetzt am Start.

                    hab iob fix mal gemacht, ohne erkennbaren Unterschied.

                    Der biegt dir die Rechte wieder dahin wo sie hingehören.

                    P Offline
                    P Offline
                    postworld
                    schrieb am zuletzt editiert von
                    #60

                    @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                    Den sollst du eh immer auf dem aktuellen stabilen Stand haben. Sonst haste da so'n Chaos wie jetzt am Start.

                    ok, wie funktioniert das denn aus der Konsole heraus.
                    Also ich meinte ob dieser jetzt wieder hergestellt werden muss, nachdem ich ja downgegradet habe für das Backup.

                    iob diag (lang version)


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

                    Skript v.2024-05-22
                    
                    *** BASE SYSTEM ***
                     Static hostname: pibroker
                           Icon name: computer
                    Operating System: Debian GNU/Linux 12 (bookworm)
                              Kernel: Linux 6.6.31+rpt-rpi-v8
                        Architecture: arm64
                    
                    Model           : Raspberry Pi 4 Model B Rev 1.4
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     21:10:20 up 35 min,  2 users,  load average: 2.91, 2.50, 2.39
                    CPU threads: 4
                    
                    
                    *** RASPBERRY THROTTLING ***
                    Current issues:
                    No throttling issues detected.
                    
                    Previously detected issues:
                    No throttling issues detected.
                    
                    *** Time and Time Zones ***
                                   Local time: Thu 2024-07-25 21:10:48 CEST
                               Universal time: Thu 2024-07-25 19:10:48 UTC
                                     RTC time: n/a
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    pi
                    HOME=/home/pi
                    GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                    
                    User that is running 'js-controller':
                    iobroker
                    HOME=/home/iobroker
                    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                    
                    *** Display-Server-Setup ***
                    Display-Server: false
                    Desktop:
                    Terminal:       tty
                    Boot Target:    multi-user.target
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:            4.0G        378M        3.0G        1.2M        637M        3.6G
                    Swap:           209M          0B        209M
                    Total:          4.2G        378M        3.3G
                    
                    Active iob-Instances:   2
                    
                             3792 M total memory
                              360 M used memory
                              361 M active memory
                              392 M inactive memory
                             2900 M free memory
                               40 M buffer memory
                              567 M swap cache
                              199 M total swap
                                0 M used swap
                              199 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 21:11:03 up 36 min,  2 users,  load average: 3.87, 2.80, 2.49
                    Tasks: 176 total,   2 running, 174 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 14.3 us,  3.6 sy,  0.0 ni, 60.7 id, 21.4 wa,  0.0 hi,  0.0 si,  0.0 st
                    MiB Mem :   3792.1 total,   2899.5 free,    361.5 used,    608.1 buff/cache
                    MiB Swap:    200.0 total,    200.0 free,      0.0 used.   3430.6 avail Mem
                    
                    *** FAILED SERVICES ***
                    
                      UNIT LOAD ACTIVE SUB DESCRIPTION
                    0 loaded units listed.
                    
                    *** FILESYSTEM ***
                    Filesystem     Type      Size  Used Avail Use% Mounted on
                    udev           devtmpfs  1.6G     0  1.6G   0% /dev
                    tmpfs          tmpfs     380M  1.2M  379M   1% /run
                    /dev/mmcblk0p2 ext4       15G  3.2G   11G  24% /
                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                    tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                    /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                    tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                    
                    Messages concerning ext4 filesystem in dmesg:
                    [Thu Jul 25 20:34:55 2024] 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=E4:5F:01:6B:62:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7f3d05a8-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                    [Thu Jul 25 20:34:58 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                    [Thu Jul 25 20:35:00 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                    
                    Show mounted filesystems:
                    TARGET                                                  SOURCE         FSTYPE      OPTIONS
                    /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                    |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                    | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                    | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                    | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                    | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                    | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                    | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                    | |-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                    | `-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                    |-/proc                                                 proc           proc        rw,relatime
                    | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1397
                    |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                    |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671308k,nr_inodes=417827,mode=755
                    | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                    | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                    | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                    |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                    | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                    | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                    | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                    | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                    | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                    | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                    | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                    `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                    
                    Files in neuralgic directories:
                    
                    /var:
                    640M    /var/
                    206M    /var/cache
                    200M    /var/cache/apt
                    162M    /var/lib
                    134M    /var/lib/apt
                    
                    Archived and active journals take up 72.0M in the file system.
                    
                    /opt/iobroker/backups:
                    6.2M    /opt/iobroker/backups/
                    
                    /opt/iobroker/iobroker-data:
                    51M     /opt/iobroker/iobroker-data/
                    34M     /opt/iobroker/iobroker-data/files
                    13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                    13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                    13M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                    
                    The five largest files in iobroker-data are:
                    12M     /opt/iobroker/iobroker-data/objects.jsonl
                    6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                    5.4M    /opt/iobroker/iobroker-data/states.jsonl
                    2.8M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                    1.6M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                    
                    USB-Devices by-id:
                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                    
                    /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if00
                    /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if03
                    /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL02VDM7-if00-port0
                    
                    HINT:
                    Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                    /dev/ttyACM0
                    
                    
                    
                    *** NodeJS-Installation ***
                    
                    /usr/bin/nodejs         v20.16.0
                    /usr/bin/node           v20.16.0
                    /usr/bin/npm            10.8.1
                    /usr/bin/npx            10.8.1
                    /usr/bin/corepack       0.28.2
                    
                    
                    nodejs:
                      Installed: 20.16.0-1nodesource1
                      Candidate: 20.16.0-1nodesource1
                      Version table:
                     *** 20.16.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                            100 /var/lib/dpkg/status
                         20.15.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.15.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.14.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.13.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.13.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.12.2-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.12.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.12.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.11.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.11.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.10.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.9.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.8.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.8.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.7.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.6.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.6.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.5.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.5.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.4.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.3.1-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.3.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.2.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.1.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         20.0.0-1nodesource1 1001
                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                         18.19.0+dfsg-6~deb12u2 500
                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                         18.19.0+dfsg-6~deb12u1 500
                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                    
                    Temp directories causing npm8 problem: 0
                    No problems detected
                    
                    Errors in npm tree:
                    
                    *** ioBroker-Installation ***
                    
                    ioBroker Status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Core adapters versions
                    js-controller:  4.0.23
                    admin:          6.2.23
                    javascript:     "javascript" not found
                    
                    nodejs modules from github:     0
                    
                    Adapter State
                      system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.backitup.0               : backitup              : pibroker                                 -  enabled
                      system.adapter.bring.0                  : bring                 : pibroker                                 - disabled
                      system.adapter.broadlink2.0             : broadlink2            : pibroker                                 - disabled
                      system.adapter.cloud.0                  : cloud                 : pibroker                                 - disabled
                      system.adapter.daswetter.0              : daswetter             : pibroker                                 - disabled
                      system.adapter.discovery.0              : discovery             : pibroker                                 - disabled
                      system.adapter.fhem.0                   : fhem                  : pibroker                                 - disabled, port: 7072
                      system.adapter.flot.0                   : flot                  : pibroker                                 - disabled
                      system.adapter.fritzdect.0              : fritzdect             : pibroker                                 - disabled
                      system.adapter.history.0                : history               : pibroker                                 - disabled
                      system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : pibroker                                 - disabled
                      system.adapter.icons-icons8.0           : icons-icons8          : pibroker                                 - disabled
                      system.adapter.icons-material-png.0     : icons-material-png    : pibroker                                 - disabled
                      system.adapter.info.0                   : info                  : pibroker                                 - disabled
                      system.adapter.iot.0                    : iot                   : pibroker                                 - disabled
                      system.adapter.jarvis.0                 : jarvis                : pibroker                                 - disabled
                      system.adapter.javascript.0             : javascript            : pibroker                                 - disabled
                      system.adapter.maxcul.0                 : maxcul                : pibroker                                 - disabled
                      system.adapter.net-tools.0              : net-tools             : pibroker                                 - disabled
                      system.adapter.node-red.0               : node-red              : pibroker                                 - disabled, port: 1880, bind: 192.168.178.50
                      system.adapter.parser.0                 : parser                : pibroker                                 - disabled
                      system.adapter.ping.0                   : ping                  : pibroker                                 - disabled
                      system.adapter.spotify-premium.0        : spotify-premium       : pibroker                                 - disabled
                      system.adapter.telegram.0               : telegram              : pibroker                                 - disabled, port: 8443, bind: 0.0.0.0
                      system.adapter.tr-064.0                 : tr-064                : pibroker                                 - disabled
                      system.adapter.vis-bars.0               : vis-bars              : pibroker                                 - disabled
                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : pibroker                                 - disabled
                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : pibroker                                 - disabled
                      system.adapter.vis-inventwo.0           : vis-inventwo          : pibroker                                 - disabled
                      system.adapter.vis.0                    : vis                   : pibroker                                 - disabled
                      system.adapter.web.0                    : web                   : pibroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      system.adapter.yamaha.0                 : yamaha                : pibroker                                 - disabled
                      system.adapter.zigbee.0                 : zigbee                : pibroker                                 - disabled, port: /dev/ttyACM0
                    
                    + instance is alive
                    
                    Enabled adapters with bindings
                      system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    
                    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.17.14  , installed 6.2.23 [Updatable]
                    Adapter    "backitup"     : 2.11.0   , installed 2.6.23 [Updatable]
                    Adapter    "flot"         : 1.12.0   , installed 1.11.0 [Updatable]
                    Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                    Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                    Controller "js-controller": 5.0.19   , installed 4.0.23 [Updatable]
                    
                    Objects and States
                    Please stand by - This may take a while
                    Objects:        11295
                    States:         7783
                    
                    *** OS-Repositories and Updates ***
                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                    Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                    Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                    Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                    Hit:5 https://deb.nodesource.com/node_20.x nodistro 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7181       708/sshd: /usr/sbin
                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11580      2088/iobroker.js-co
                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       11585      2088/iobroker.js-co
                    tcp6       0      0 :::22                   :::*                    LISTEN      0          7183       708/sshd: /usr/sbin
                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2004       566/avahi-daemon: r
                    udp        0      0 0.0.0.0:45305           0.0.0.0:*                           104        2006       566/avahi-daemon: r
                    udp6       0      0 :::5353                 :::*                                104        2005       566/avahi-daemon: r
                    udp6       0      0 :::51622                :::*                                104        2007       566/avahi-daemon: r
                    udp6       0      0 fe80::66aa:ee16:868:546 :::*                                0          13467      651/NetworkManager
                    
                    *** Log File - Last 25 Lines ***
                    
                    2024-07-25 21:13:22.961  - info: host.pibroker iobroker npm-install: upload [13] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                    2024-07-25 21:13:22.979  - info: host.pibroker iobroker npm-install: upload [12] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/de/translations.json i18n/de/translations.json application/json
                    2024-07-25 21:13:22.987  - info: host.pibroker iobroker npm-install: upload [11] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/en/translations.json i18n/en/translations.json application/json
                    2024-07-25 21:13:22.996  - info: host.pibroker iobroker npm-install: upload [10] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/es/translations.json i18n/es/translations.json application/json
                    2024-07-25 21:13:23.004  - info: host.pibroker iobroker npm-install: upload [9] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                    2024-07-25 21:13:23.018  - info: host.pibroker iobroker npm-install: upload [8] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/it/translations.json i18n/it/translations.json application/json
                    2024-07-25 21:13:23.028  - info: host.pibroker iobroker npm-install: upload [7] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                    2024-07-25 21:13:23.038  - info: host.pibroker iobroker npm-install: upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                    2024-07-25 21:13:23.048  - info: host.pibroker iobroker npm-install: upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                    2024-07-25 21:13:23.059  - info: host.pibroker iobroker npm-install: upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                    2024-07-25 21:13:23.068  - info: host.pibroker iobroker npm-install: upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                    2024-07-25 21:13:23.075  - info: host.pibroker iobroker npm-install: upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonConfig.json jsonConfig.json application/json
                    2024-07-25 21:13:23.082  - info: host.pibroker iobroker npm-install: upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonCustom.json jsonCustom.json application/json
                    2024-07-25 21:13:23.092  - info: host.pibroker iobroker npm-install: upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                    2024-07-25 21:13:23.197  - info: host.pibroker iobroker npm-install: host.pibroker object system.adapter.history created/updated
                    2024-07-25 21:13:24.269  - info: host.pibroker iobroker npm-install: exit 0
                    2024-07-25 21:13:25.270  - warn: host.pibroker startInstance cannot find adapter "javascript@7.0.3". Try to install it... 1 attempt
                    2024-07-25 21:13:25.272  - info: host.pibroker iobroker install javascript@7.0.3 using installedFrom
                    2024-07-25 21:13:27.820  - info: host.pibroker iobroker npm-install: NPM version: 10.8.1
                    2024-07-25 21:13:27.821  - info: host.pibroker iobroker npm-install: Installing iobroker.javascript@7.0.3... (System call)
                    2024-07-25 21:14:56.666  - info: host.pibroker iobroker npm-install:
                    2024-07-25 21:14:56.667  - info: host.pibroker iobroker npm-install: added 19 packages in 1m
                    2024-07-25 21:14:56.669  - info: host.pibroker iobroker npm-install: 42 packages are looking for funding
                    2024-07-25 21:14:56.670  - info: host.pibroker iobroker npm-install:   run `npm fund` for details
                    2024-07-25 21:15:09.872  - info: host.pibroker iobroker npm-install: host.pibroker install adapter javascript@7.0.3
                    
                    

                    ============ Mark until here for C&P =============

                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                    0
                    • P postworld

                      @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                      Den sollst du eh immer auf dem aktuellen stabilen Stand haben. Sonst haste da so'n Chaos wie jetzt am Start.

                      ok, wie funktioniert das denn aus der Konsole heraus.
                      Also ich meinte ob dieser jetzt wieder hergestellt werden muss, nachdem ich ja downgegradet habe für das Backup.

                      iob diag (lang version)


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

                      Skript v.2024-05-22
                      
                      *** BASE SYSTEM ***
                       Static hostname: pibroker
                             Icon name: computer
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.6.31+rpt-rpi-v8
                          Architecture: arm64
                      
                      Model           : Raspberry Pi 4 Model B Rev 1.4
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 64 bit
                      
                      Systemuptime and Load:
                       21:10:20 up 35 min,  2 users,  load average: 2.91, 2.50, 2.39
                      CPU threads: 4
                      
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      No throttling issues detected.
                      
                      *** Time and Time Zones ***
                                     Local time: Thu 2024-07-25 21:10:48 CEST
                                 Universal time: Thu 2024-07-25 19:10:48 UTC
                                       RTC time: n/a
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      pi
                      HOME=/home/pi
                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                      
                      *** Display-Server-Setup ***
                      Display-Server: false
                      Desktop:
                      Terminal:       tty
                      Boot Target:    multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.0G        378M        3.0G        1.2M        637M        3.6G
                      Swap:           209M          0B        209M
                      Total:          4.2G        378M        3.3G
                      
                      Active iob-Instances:   2
                      
                               3792 M total memory
                                360 M used memory
                                361 M active memory
                                392 M inactive memory
                               2900 M free memory
                                 40 M buffer memory
                                567 M swap cache
                                199 M total swap
                                  0 M used swap
                                199 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 21:11:03 up 36 min,  2 users,  load average: 3.87, 2.80, 2.49
                      Tasks: 176 total,   2 running, 174 sleeping,   0 stopped,   0 zombie
                      %Cpu(s): 14.3 us,  3.6 sy,  0.0 ni, 60.7 id, 21.4 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   3792.1 total,   2899.5 free,    361.5 used,    608.1 buff/cache
                      MiB Swap:    200.0 total,    200.0 free,      0.0 used.   3430.6 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      0 loaded units listed.
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  1.6G     0  1.6G   0% /dev
                      tmpfs          tmpfs     380M  1.2M  379M   1% /run
                      /dev/mmcblk0p2 ext4       15G  3.2G   11G  24% /
                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                      /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Thu Jul 25 20:34:55 2024] 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=E4:5F:01:6B:62:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7f3d05a8-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                      [Thu Jul 25 20:34:58 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                      [Thu Jul 25 20:35:00 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                      
                      Show mounted filesystems:
                      TARGET                                                  SOURCE         FSTYPE      OPTIONS
                      /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                      |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                      | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                      | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                      | `-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                      |-/proc                                                 proc           proc        rw,relatime
                      | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1397
                      |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                      |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671308k,nr_inodes=417827,mode=755
                      | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                      | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                      | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                      |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                      | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                      | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                      | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                      `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      640M    /var/
                      206M    /var/cache
                      200M    /var/cache/apt
                      162M    /var/lib
                      134M    /var/lib/apt
                      
                      Archived and active journals take up 72.0M in the file system.
                      
                      /opt/iobroker/backups:
                      6.2M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      51M     /opt/iobroker/iobroker-data/
                      34M     /opt/iobroker/iobroker-data/files
                      13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                      13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                      13M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                      
                      The five largest files in iobroker-data are:
                      12M     /opt/iobroker/iobroker-data/objects.jsonl
                      6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                      5.4M    /opt/iobroker/iobroker-data/states.jsonl
                      2.8M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                      1.6M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if00
                      /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if03
                      /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL02VDM7-if00-port0
                      
                      HINT:
                      Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                      /dev/ttyACM0
                      
                      
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v20.16.0
                      /usr/bin/node           v20.16.0
                      /usr/bin/npm            10.8.1
                      /usr/bin/npx            10.8.1
                      /usr/bin/corepack       0.28.2
                      
                      
                      nodejs:
                        Installed: 20.16.0-1nodesource1
                        Candidate: 20.16.0-1nodesource1
                        Version table:
                       *** 20.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                              100 /var/lib/dpkg/status
                           20.15.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           20.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                           18.19.0+dfsg-6~deb12u2 500
                              500 http://deb.debian.org/debian bookworm/main arm64 Packages
                           18.19.0+dfsg-6~deb12u1 500
                              500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                      
                      Temp directories causing npm8 problem: 0
                      No problems detected
                      
                      Errors in npm tree:
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  4.0.23
                      admin:          6.2.23
                      javascript:     "javascript" not found
                      
                      nodejs modules from github:     0
                      
                      Adapter State
                        system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.backitup.0               : backitup              : pibroker                                 -  enabled
                        system.adapter.bring.0                  : bring                 : pibroker                                 - disabled
                        system.adapter.broadlink2.0             : broadlink2            : pibroker                                 - disabled
                        system.adapter.cloud.0                  : cloud                 : pibroker                                 - disabled
                        system.adapter.daswetter.0              : daswetter             : pibroker                                 - disabled
                        system.adapter.discovery.0              : discovery             : pibroker                                 - disabled
                        system.adapter.fhem.0                   : fhem                  : pibroker                                 - disabled, port: 7072
                        system.adapter.flot.0                   : flot                  : pibroker                                 - disabled
                        system.adapter.fritzdect.0              : fritzdect             : pibroker                                 - disabled
                        system.adapter.history.0                : history               : pibroker                                 - disabled
                        system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : pibroker                                 - disabled
                        system.adapter.icons-icons8.0           : icons-icons8          : pibroker                                 - disabled
                        system.adapter.icons-material-png.0     : icons-material-png    : pibroker                                 - disabled
                        system.adapter.info.0                   : info                  : pibroker                                 - disabled
                        system.adapter.iot.0                    : iot                   : pibroker                                 - disabled
                        system.adapter.jarvis.0                 : jarvis                : pibroker                                 - disabled
                        system.adapter.javascript.0             : javascript            : pibroker                                 - disabled
                        system.adapter.maxcul.0                 : maxcul                : pibroker                                 - disabled
                        system.adapter.net-tools.0              : net-tools             : pibroker                                 - disabled
                        system.adapter.node-red.0               : node-red              : pibroker                                 - disabled, port: 1880, bind: 192.168.178.50
                        system.adapter.parser.0                 : parser                : pibroker                                 - disabled
                        system.adapter.ping.0                   : ping                  : pibroker                                 - disabled
                        system.adapter.spotify-premium.0        : spotify-premium       : pibroker                                 - disabled
                        system.adapter.telegram.0               : telegram              : pibroker                                 - disabled, port: 8443, bind: 0.0.0.0
                        system.adapter.tr-064.0                 : tr-064                : pibroker                                 - disabled
                        system.adapter.vis-bars.0               : vis-bars              : pibroker                                 - disabled
                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : pibroker                                 - disabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : pibroker                                 - disabled
                        system.adapter.vis-inventwo.0           : vis-inventwo          : pibroker                                 - disabled
                        system.adapter.vis.0                    : vis                   : pibroker                                 - disabled
                        system.adapter.web.0                    : web                   : pibroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        system.adapter.yamaha.0                 : yamaha                : pibroker                                 - disabled
                        system.adapter.zigbee.0                 : zigbee                : pibroker                                 - disabled, port: /dev/ttyACM0
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                        system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      
                      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.17.14  , installed 6.2.23 [Updatable]
                      Adapter    "backitup"     : 2.11.0   , installed 2.6.23 [Updatable]
                      Adapter    "flot"         : 1.12.0   , installed 1.11.0 [Updatable]
                      Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                      Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Controller "js-controller": 5.0.19   , installed 4.0.23 [Updatable]
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        11295
                      States:         7783
                      
                      *** OS-Repositories and Updates ***
                      Hit:1 http://deb.debian.org/debian bookworm InRelease
                      Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                      Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                      Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                      Hit:5 https://deb.nodesource.com/node_20.x nodistro 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7181       708/sshd: /usr/sbin
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11580      2088/iobroker.js-co
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       11585      2088/iobroker.js-co
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          7183       708/sshd: /usr/sbin
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2004       566/avahi-daemon: r
                      udp        0      0 0.0.0.0:45305           0.0.0.0:*                           104        2006       566/avahi-daemon: r
                      udp6       0      0 :::5353                 :::*                                104        2005       566/avahi-daemon: r
                      udp6       0      0 :::51622                :::*                                104        2007       566/avahi-daemon: r
                      udp6       0      0 fe80::66aa:ee16:868:546 :::*                                0          13467      651/NetworkManager
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-07-25 21:13:22.961  - info: host.pibroker iobroker npm-install: upload [13] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                      2024-07-25 21:13:22.979  - info: host.pibroker iobroker npm-install: upload [12] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/de/translations.json i18n/de/translations.json application/json
                      2024-07-25 21:13:22.987  - info: host.pibroker iobroker npm-install: upload [11] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/en/translations.json i18n/en/translations.json application/json
                      2024-07-25 21:13:22.996  - info: host.pibroker iobroker npm-install: upload [10] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/es/translations.json i18n/es/translations.json application/json
                      2024-07-25 21:13:23.004  - info: host.pibroker iobroker npm-install: upload [9] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                      2024-07-25 21:13:23.018  - info: host.pibroker iobroker npm-install: upload [8] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/it/translations.json i18n/it/translations.json application/json
                      2024-07-25 21:13:23.028  - info: host.pibroker iobroker npm-install: upload [7] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                      2024-07-25 21:13:23.038  - info: host.pibroker iobroker npm-install: upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      2024-07-25 21:13:23.048  - info: host.pibroker iobroker npm-install: upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      2024-07-25 21:13:23.059  - info: host.pibroker iobroker npm-install: upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                      2024-07-25 21:13:23.068  - info: host.pibroker iobroker npm-install: upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                      2024-07-25 21:13:23.075  - info: host.pibroker iobroker npm-install: upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonConfig.json jsonConfig.json application/json
                      2024-07-25 21:13:23.082  - info: host.pibroker iobroker npm-install: upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonCustom.json jsonCustom.json application/json
                      2024-07-25 21:13:23.092  - info: host.pibroker iobroker npm-install: upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                      2024-07-25 21:13:23.197  - info: host.pibroker iobroker npm-install: host.pibroker object system.adapter.history created/updated
                      2024-07-25 21:13:24.269  - info: host.pibroker iobroker npm-install: exit 0
                      2024-07-25 21:13:25.270  - warn: host.pibroker startInstance cannot find adapter "javascript@7.0.3". Try to install it... 1 attempt
                      2024-07-25 21:13:25.272  - info: host.pibroker iobroker install javascript@7.0.3 using installedFrom
                      2024-07-25 21:13:27.820  - info: host.pibroker iobroker npm-install: NPM version: 10.8.1
                      2024-07-25 21:13:27.821  - info: host.pibroker iobroker npm-install: Installing iobroker.javascript@7.0.3... (System call)
                      2024-07-25 21:14:56.666  - info: host.pibroker iobroker npm-install:
                      2024-07-25 21:14:56.667  - info: host.pibroker iobroker npm-install: added 19 packages in 1m
                      2024-07-25 21:14:56.669  - info: host.pibroker iobroker npm-install: 42 packages are looking for funding
                      2024-07-25 21:14:56.670  - info: host.pibroker iobroker npm-install:   run `npm fund` for details
                      2024-07-25 21:15:09.872  - info: host.pibroker iobroker npm-install: host.pibroker install adapter javascript@7.0.3
                      
                      

                      ============ Mark until here for C&P =============

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #61

                      @postworld

                      Das Backup wird offenbar gerade noch zurückgespielt.
                      Lass die Finger vom System, bis im Log Ruhe eingekehrt ist.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Antwort Letzte Antwort
                      0
                      • P postworld

                        @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                        Den sollst du eh immer auf dem aktuellen stabilen Stand haben. Sonst haste da so'n Chaos wie jetzt am Start.

                        ok, wie funktioniert das denn aus der Konsole heraus.
                        Also ich meinte ob dieser jetzt wieder hergestellt werden muss, nachdem ich ja downgegradet habe für das Backup.

                        iob diag (lang version)


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

                        Skript v.2024-05-22
                        
                        *** BASE SYSTEM ***
                         Static hostname: pibroker
                               Icon name: computer
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.6.31+rpt-rpi-v8
                            Architecture: arm64
                        
                        Model           : Raspberry Pi 4 Model B Rev 1.4
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : 64 bit
                        
                        Systemuptime and Load:
                         21:10:20 up 35 min,  2 users,  load average: 2.91, 2.50, 2.39
                        CPU threads: 4
                        
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** Time and Time Zones ***
                                       Local time: Thu 2024-07-25 21:10:48 CEST
                                   Universal time: Thu 2024-07-25 19:10:48 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CEST, +0200)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** Users and Groups ***
                        User that called 'iob diag':
                        pi
                        HOME=/home/pi
                        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                        
                        User that is running 'js-controller':
                        iobroker
                        HOME=/home/iobroker
                        GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                        
                        *** Display-Server-Setup ***
                        Display-Server: false
                        Desktop:
                        Terminal:       tty
                        Boot Target:    multi-user.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            4.0G        378M        3.0G        1.2M        637M        3.6G
                        Swap:           209M          0B        209M
                        Total:          4.2G        378M        3.3G
                        
                        Active iob-Instances:   2
                        
                                 3792 M total memory
                                  360 M used memory
                                  361 M active memory
                                  392 M inactive memory
                                 2900 M free memory
                                   40 M buffer memory
                                  567 M swap cache
                                  199 M total swap
                                    0 M used swap
                                  199 M free swap
                        
                        *** top - Table Of Processes  ***
                        top - 21:11:03 up 36 min,  2 users,  load average: 3.87, 2.80, 2.49
                        Tasks: 176 total,   2 running, 174 sleeping,   0 stopped,   0 zombie
                        %Cpu(s): 14.3 us,  3.6 sy,  0.0 ni, 60.7 id, 21.4 wa,  0.0 hi,  0.0 si,  0.0 st
                        MiB Mem :   3792.1 total,   2899.5 free,    361.5 used,    608.1 buff/cache
                        MiB Swap:    200.0 total,    200.0 free,      0.0 used.   3430.6 avail Mem
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  1.6G     0  1.6G   0% /dev
                        tmpfs          tmpfs     380M  1.2M  379M   1% /run
                        /dev/mmcblk0p2 ext4       15G  3.2G   11G  24% /
                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                        /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                        tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Thu Jul 25 20:34:55 2024] 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=E4:5F:01:6B:62:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7f3d05a8-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                        [Thu Jul 25 20:34:58 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                        [Thu Jul 25 20:35:00 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                        
                        Show mounted filesystems:
                        TARGET                                                  SOURCE         FSTYPE      OPTIONS
                        /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                        |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                        | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                        | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                        | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                        | |-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                        | `-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                        |-/proc                                                 proc           proc        rw,relatime
                        | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1397
                        |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                        |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671308k,nr_inodes=417827,mode=755
                        | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                        | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                        | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                        |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                        | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                        | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                        | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                        | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                        | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                        | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                        | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                        `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        640M    /var/
                        206M    /var/cache
                        200M    /var/cache/apt
                        162M    /var/lib
                        134M    /var/lib/apt
                        
                        Archived and active journals take up 72.0M in the file system.
                        
                        /opt/iobroker/backups:
                        6.2M    /opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        51M     /opt/iobroker/iobroker-data/
                        34M     /opt/iobroker/iobroker-data/files
                        13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js
                        13M     /opt/iobroker/iobroker-data/files/admin.admin/custom/static
                        13M     /opt/iobroker/iobroker-data/files/admin.admin/custom
                        
                        The five largest files in iobroker-data are:
                        12M     /opt/iobroker/iobroker-data/objects.jsonl
                        6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                        5.4M    /opt/iobroker/iobroker-data/states.jsonl
                        2.8M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js
                        1.6M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                        
                        /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if00
                        /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if03
                        /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL02VDM7-if00-port0
                        
                        HINT:
                        Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                        /dev/ttyACM0
                        
                        
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs         v20.16.0
                        /usr/bin/node           v20.16.0
                        /usr/bin/npm            10.8.1
                        /usr/bin/npx            10.8.1
                        /usr/bin/corepack       0.28.2
                        
                        
                        nodejs:
                          Installed: 20.16.0-1nodesource1
                          Candidate: 20.16.0-1nodesource1
                          Version table:
                         *** 20.16.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             20.15.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.15.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.14.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.13.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.2-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.12.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.11.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.10.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.9.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.8.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.7.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.6.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.5.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.4.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.1-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.3.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.2.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.1.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             20.0.0-1nodesource1 1001
                                500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                             18.19.0+dfsg-6~deb12u2 500
                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                             18.19.0+dfsg-6~deb12u1 500
                                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller:  4.0.23
                        admin:          6.2.23
                        javascript:     "javascript" not found
                        
                        nodejs modules from github:     0
                        
                        Adapter State
                          system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : pibroker                                 -  enabled
                          system.adapter.bring.0                  : bring                 : pibroker                                 - disabled
                          system.adapter.broadlink2.0             : broadlink2            : pibroker                                 - disabled
                          system.adapter.cloud.0                  : cloud                 : pibroker                                 - disabled
                          system.adapter.daswetter.0              : daswetter             : pibroker                                 - disabled
                          system.adapter.discovery.0              : discovery             : pibroker                                 - disabled
                          system.adapter.fhem.0                   : fhem                  : pibroker                                 - disabled, port: 7072
                          system.adapter.flot.0                   : flot                  : pibroker                                 - disabled
                          system.adapter.fritzdect.0              : fritzdect             : pibroker                                 - disabled
                          system.adapter.history.0                : history               : pibroker                                 - disabled
                          system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : pibroker                                 - disabled
                          system.adapter.icons-icons8.0           : icons-icons8          : pibroker                                 - disabled
                          system.adapter.icons-material-png.0     : icons-material-png    : pibroker                                 - disabled
                          system.adapter.info.0                   : info                  : pibroker                                 - disabled
                          system.adapter.iot.0                    : iot                   : pibroker                                 - disabled
                          system.adapter.jarvis.0                 : jarvis                : pibroker                                 - disabled
                          system.adapter.javascript.0             : javascript            : pibroker                                 - disabled
                          system.adapter.maxcul.0                 : maxcul                : pibroker                                 - disabled
                          system.adapter.net-tools.0              : net-tools             : pibroker                                 - disabled
                          system.adapter.node-red.0               : node-red              : pibroker                                 - disabled, port: 1880, bind: 192.168.178.50
                          system.adapter.parser.0                 : parser                : pibroker                                 - disabled
                          system.adapter.ping.0                   : ping                  : pibroker                                 - disabled
                          system.adapter.spotify-premium.0        : spotify-premium       : pibroker                                 - disabled
                          system.adapter.telegram.0               : telegram              : pibroker                                 - disabled, port: 8443, bind: 0.0.0.0
                          system.adapter.tr-064.0                 : tr-064                : pibroker                                 - disabled
                          system.adapter.vis-bars.0               : vis-bars              : pibroker                                 - disabled
                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : pibroker                                 - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : pibroker                                 - disabled
                          system.adapter.vis-inventwo.0           : vis-inventwo          : pibroker                                 - disabled
                          system.adapter.vis.0                    : vis                   : pibroker                                 - disabled
                          system.adapter.web.0                    : web                   : pibroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                          system.adapter.yamaha.0                 : yamaha                : pibroker                                 - disabled
                          system.adapter.zigbee.0                 : zigbee                : pibroker                                 - disabled, port: /dev/ttyACM0
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                          system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        
                        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.17.14  , installed 6.2.23 [Updatable]
                        Adapter    "backitup"     : 2.11.0   , installed 2.6.23 [Updatable]
                        Adapter    "flot"         : 1.12.0   , installed 1.11.0 [Updatable]
                        Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Controller "js-controller": 5.0.19   , installed 4.0.23 [Updatable]
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects:        11295
                        States:         7783
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                        Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                        Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                        Hit:5 https://deb.nodesource.com/node_20.x nodistro 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 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7181       708/sshd: /usr/sbin
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       11580      2088/iobroker.js-co
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       11585      2088/iobroker.js-co
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          7183       708/sshd: /usr/sbin
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        2004       566/avahi-daemon: r
                        udp        0      0 0.0.0.0:45305           0.0.0.0:*                           104        2006       566/avahi-daemon: r
                        udp6       0      0 :::5353                 :::*                                104        2005       566/avahi-daemon: r
                        udp6       0      0 :::51622                :::*                                104        2007       566/avahi-daemon: r
                        udp6       0      0 fe80::66aa:ee16:868:546 :::*                                0          13467      651/NetworkManager
                        
                        *** Log File - Last 25 Lines ***
                        
                        2024-07-25 21:13:22.961  - info: host.pibroker iobroker npm-install: upload [13] history.admin /opt/iobroker/node_modules/iobroker.history/admin/history.png history.png image/png
                        2024-07-25 21:13:22.979  - info: host.pibroker iobroker npm-install: upload [12] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/de/translations.json i18n/de/translations.json application/json
                        2024-07-25 21:13:22.987  - info: host.pibroker iobroker npm-install: upload [11] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/en/translations.json i18n/en/translations.json application/json
                        2024-07-25 21:13:22.996  - info: host.pibroker iobroker npm-install: upload [10] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/es/translations.json i18n/es/translations.json application/json
                        2024-07-25 21:13:23.004  - info: host.pibroker iobroker npm-install: upload [9] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                        2024-07-25 21:13:23.018  - info: host.pibroker iobroker npm-install: upload [8] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/it/translations.json i18n/it/translations.json application/json
                        2024-07-25 21:13:23.028  - info: host.pibroker iobroker npm-install: upload [7] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                        2024-07-25 21:13:23.038  - info: host.pibroker iobroker npm-install: upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                        2024-07-25 21:13:23.048  - info: host.pibroker iobroker npm-install: upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                        2024-07-25 21:13:23.059  - info: host.pibroker iobroker npm-install: upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                        2024-07-25 21:13:23.068  - info: host.pibroker iobroker npm-install: upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                        2024-07-25 21:13:23.075  - info: host.pibroker iobroker npm-install: upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonConfig.json jsonConfig.json application/json
                        2024-07-25 21:13:23.082  - info: host.pibroker iobroker npm-install: upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/jsonCustom.json jsonCustom.json application/json
                        2024-07-25 21:13:23.092  - info: host.pibroker iobroker npm-install: upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words.js words.js application/javascript
                        2024-07-25 21:13:23.197  - info: host.pibroker iobroker npm-install: host.pibroker object system.adapter.history created/updated
                        2024-07-25 21:13:24.269  - info: host.pibroker iobroker npm-install: exit 0
                        2024-07-25 21:13:25.270  - warn: host.pibroker startInstance cannot find adapter "javascript@7.0.3". Try to install it... 1 attempt
                        2024-07-25 21:13:25.272  - info: host.pibroker iobroker install javascript@7.0.3 using installedFrom
                        2024-07-25 21:13:27.820  - info: host.pibroker iobroker npm-install: NPM version: 10.8.1
                        2024-07-25 21:13:27.821  - info: host.pibroker iobroker npm-install: Installing iobroker.javascript@7.0.3... (System call)
                        2024-07-25 21:14:56.666  - info: host.pibroker iobroker npm-install:
                        2024-07-25 21:14:56.667  - info: host.pibroker iobroker npm-install: added 19 packages in 1m
                        2024-07-25 21:14:56.669  - info: host.pibroker iobroker npm-install: 42 packages are looking for funding
                        2024-07-25 21:14:56.670  - info: host.pibroker iobroker npm-install:   run `npm fund` for details
                        2024-07-25 21:15:09.872  - info: host.pibroker iobroker npm-install: host.pibroker install adapter javascript@7.0.3
                        
                        

                        ============ Mark until here for C&P =============

                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #62

                        @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                        ich meinte ob dieser jetzt wieder hergestellt werden muss, nachdem ich ja downgegradet habe

                        Natürlich!
                        ohne aktuellen Controller keine aktuellen Adapter.

                        Aber im Prinzip hast du hier

                        @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                        die Adapter Updates habe ich weitesgehend abgeschlossen.

                        Das Pferd von der falschen Seite aufgezäumt.

                        erst OS!
                        dann nodejs
                        dann controller
                        dann Adapter

                        Die weiter oben stehenden müssen aktuell sein um die folgenden aktuell zu bekommen

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        P 1 Antwort Letzte Antwort
                        1
                        • HomoranH Homoran

                          @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                          ich meinte ob dieser jetzt wieder hergestellt werden muss, nachdem ich ja downgegradet habe

                          Natürlich!
                          ohne aktuellen Controller keine aktuellen Adapter.

                          Aber im Prinzip hast du hier

                          @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                          die Adapter Updates habe ich weitesgehend abgeschlossen.

                          Das Pferd von der falschen Seite aufgezäumt.

                          erst OS!
                          dann nodejs
                          dann controller
                          dann Adapter

                          Die weiter oben stehenden müssen aktuell sein um die folgenden aktuell zu bekommen

                          P Offline
                          P Offline
                          postworld
                          schrieb am zuletzt editiert von
                          #63

                          @homoran said in Alexa Sprachausgabe funktioniert nicht mehr:

                          die Adapter Updates habe ich weitesgehend abgeschlossen.

                          Das hatte ich auf die Adapter direkt im iobroker bezogen, das hatte ich dann aber verworfen, weil ich auf ein vorheriges Image zurück wechseln musste.

                          dann müssen nun updates folgen.

                          Danke

                          Grüße

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • P postworld

                            @homoran said in Alexa Sprachausgabe funktioniert nicht mehr:

                            die Adapter Updates habe ich weitesgehend abgeschlossen.

                            Das hatte ich auf die Adapter direkt im iobroker bezogen, das hatte ich dann aber verworfen, weil ich auf ein vorheriges Image zurück wechseln musste.

                            dann müssen nun updates folgen.

                            Danke

                            Grüße

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #64

                            @postworld

                            Ist das Backup nun drin?

                            Dann

                            iob update
                            iob upgrade all -y
                            iob stop
                            iob upgrade self
                            iob start
                            

                            Final nochmal

                            iob diag
                            

                            anschauen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            1
                            • P Offline
                              P Offline
                              postworld
                              schrieb am zuletzt editiert von
                              #65

                              @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                              Ist das Backup nun drin?

                              Das ist drin, war aber der iobroker war nicht aufrufbar, ich arbeite die Liste die du eingefügt hast aktuell ab.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • P postworld

                                @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                                Ist das Backup nun drin?

                                Das ist drin, war aber der iobroker war nicht aufrufbar, ich arbeite die Liste die du eingefügt hast aktuell ab.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #66

                                @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                                Das ist drin, war aber der iobroker war nicht aufrufbar,

                                Dann schau in

                                iob diag
                                

                                wo der nun zu erreichen ist.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                P 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                                  Das ist drin, war aber der iobroker war nicht aufrufbar,

                                  Dann schau in

                                  iob diag
                                  

                                  wo der nun zu erreichen ist.

                                  P Offline
                                  P Offline
                                  postworld
                                  schrieb am zuletzt editiert von postworld
                                  #67

                                  @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                                  Dann schau in

                                  Es gibt wohl ein Problem mit dem js-controller, der war nicht auf Stand, obwohl ich mir sicher bin den upgedatet zu haben (bzw. das Update angestoßen zu haben) , es läuft nochmal ne Updateschleife, dann mache ich nochmal die Diagnose.

                                  ...

                                  EDIT 1
                                  etwas später..

                                  nachdem iob start bzw. iob start admin, läuft es nun wieder, de erste Eindruck ist gut aber die Alexa Geräte geben weiterhin keine Sprachbefehle aus bzw. reagieren nicht auf Commands wie "Joke".

                                  EDIT 2
                                  Vis scheint auch nicht zu funktionieren bzw. visualisierung wird nicht geladen.

                                  Diag:

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

                                  Skript v.2024-05-22
                                  
                                  *** BASE SYSTEM ***
                                   Static hostname: pibroker
                                         Icon name: computer
                                  Operating System: Debian GNU/Linux 12 (bookworm)
                                            Kernel: Linux 6.6.31+rpt-rpi-v8
                                      Architecture: arm64
                                  
                                  Model           : Raspberry Pi 4 Model B Rev 1.4
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : aarch64
                                  Userland        : 64 bit
                                  
                                  Systemuptime and Load:
                                   16:01:47 up 17:47,  2 users,  load average: 0.35, 0.65, 0.79
                                  CPU threads: 4
                                  
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  No throttling issues detected.
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Fri 2024-07-26 16:01:47 CEST
                                             Universal time: Fri 2024-07-26 14:01:47 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  pi
                                  HOME=/home/pi
                                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  iobroker
                                  HOME=/home/iobroker
                                  GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                  
                                  *** Display-Server-Setup ***
                                  Display-Server: false
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            4.0G        1.1G        408M        1.2M        2.5G        2.9G
                                  Swap:           209M          0B        209M
                                  Total:          4.2G        1.1G        618M
                                  
                                  Active iob-Instances:   14
                                  
                                           3792 M total memory
                                           1074 M used memory
                                           1163 M active memory
                                           1947 M inactive memory
                                            389 M free memory
                                            126 M buffer memory
                                           2279 M swap cache
                                            199 M total swap
                                              0 M used swap
                                            199 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 16:01:47 up 17:47,  2 users,  load average: 0.35, 0.65, 0.79
                                  Tasks: 183 total,   1 running, 182 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  0.0 us, 40.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :   3792.1 total,    388.5 free,   1075.0 used,   2405.4 buff/cache
                                  MiB Swap:    200.0 total,    200.0 free,      0.0 used.   2717.1 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT LOAD ACTIVE SUB DESCRIPTION
                                  0 loaded units listed.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                  tmpfs          tmpfs     380M  1.2M  379M   1% /run
                                  /dev/mmcblk0p2 ext4       15G  4.9G  8.5G  37% /
                                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                  /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                  tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Thu Jul 25 22:14:07 2024] 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=E4:5F:01:6B:62:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7f3d05a8-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                                  [Thu Jul 25 22:14:10 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                  [Thu Jul 25 22:14:12 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET                                                  SOURCE         FSTYPE      OPTIONS
                                  /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                                  |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                  | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                                  | `-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                                  |-/proc                                                 proc           proc        rw,relatime
                                  | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1792
                                  |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                                  |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671308k,nr_inodes=417827,mode=755
                                  | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                  | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                                  | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                                  |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                                  | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                                  | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                                  | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                  | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                                  `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  685M    /var/
                                  234M    /var/cache
                                  228M    /var/cache/apt
                                  162M    /var/lib
                                  134M    /var/lib/apt
                                  
                                  Archived and active journals take up 88.0M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  6.2M    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  340M    /opt/iobroker/iobroker-data/
                                  294M    /opt/iobroker/iobroker-data/files
                                  138M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                  24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                  18M     /opt/iobroker/iobroker-data/objects.jsonl
                                  11M     /opt/iobroker/iobroker-data/states.jsonl
                                  8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL02VDM7-if00-port0
                                  /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if00
                                  /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if03
                                  
                                  HINT:
                                  Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                  /dev/ttyACM0
                                  
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v20.16.0
                                  /usr/bin/node           v20.16.0
                                  /usr/bin/npm            10.8.1
                                  /usr/bin/npx            10.8.1
                                  /usr/bin/corepack       0.28.2
                                  
                                  
                                  nodejs:
                                    Installed: 20.16.0-1nodesource1
                                    Candidate: 20.16.0-1nodesource1
                                    Version table:
                                   *** 20.16.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       20.15.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.15.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.14.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.13.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.2-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.12.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.11.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.10.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.9.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.8.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.7.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.6.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.5.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.4.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.1-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.3.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.2.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.1.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       20.0.0-1nodesource1 1001
                                          500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u2 500
                                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                       18.19.0+dfsg-6~deb12u1 500
                                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree:
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Core adapters versions
                                  js-controller:  5.0.19
                                  admin:          6.17.14
                                  javascript:     8.3.1
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.backitup.0               : backitup              : pibroker                                 -  enabled
                                  + system.adapter.bring.0                  : bring                 : pibroker                                 -  enabled
                                  + system.adapter.broadlink2.0             : broadlink2            : pibroker                                 -  enabled
                                    system.adapter.cloud.0                  : cloud                 : pibroker                                 - disabled
                                    system.adapter.daswetter.0              : daswetter             : pibroker                                 - disabled
                                  + system.adapter.discovery.0              : discovery             : pibroker                                 -  enabled
                                    system.adapter.fhem.0                   : fhem                  : pibroker                                 - disabled, port: 7072
                                    system.adapter.flot.0                   : flot                  : pibroker                                 - disabled
                                    system.adapter.fritzdect.0              : fritzdect             : pibroker                                 - disabled
                                  + system.adapter.history.0                : history               : pibroker                                 -  enabled
                                    system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : pibroker                                 - disabled
                                    system.adapter.icons-icons8.0           : icons-icons8          : pibroker                                 - disabled
                                    system.adapter.icons-material-png.0     : icons-material-png    : pibroker                                 - disabled
                                  + system.adapter.info.0                   : info                  : pibroker                                 -  enabled
                                  + system.adapter.iot.0                    : iot                   : pibroker                                 -  enabled
                                  + system.adapter.jarvis.0                 : jarvis                : pibroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.javascript.0             : javascript            : pibroker                                 -  enabled
                                    system.adapter.maxcul.0                 : maxcul                : pibroker                                 - disabled
                                    system.adapter.net-tools.0              : net-tools             : pibroker                                 - disabled
                                    system.adapter.node-red.0               : node-red              : pibroker                                 - disabled, port: 1880, bind: 192.168.178.50
                                    system.adapter.parser.0                 : parser                : pibroker                                 - disabled
                                    system.adapter.ping.0                   : ping                  : pibroker                                 - disabled
                                    system.adapter.spotify-premium.0        : spotify-premium       : pibroker                                 - disabled
                                    system.adapter.telegram.0               : telegram              : pibroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                    system.adapter.tr-064.0                 : tr-064                : pibroker                                 - disabled
                                    system.adapter.vis-bars.0               : vis-bars              : pibroker                                 - disabled
                                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : pibroker                                 - disabled
                                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : pibroker                                 - disabled
                                  + system.adapter.vis-inventwo.0           : vis-inventwo          : pibroker                                 -  enabled
                                    system.adapter.vis.0                    : vis                   : pibroker                                 -  enabled
                                    system.adapter.web.0                    : web                   : pibroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.yamaha.0                 : yamaha                : pibroker                                 -  enabled
                                  + system.adapter.zigbee.0                 : zigbee                : pibroker                                 -  enabled, port: /dev/ttyACM0
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.jarvis.0                 : jarvis                : pibroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.zigbee.0                 : zigbee                : pibroker                                 -  enabled, port: /dev/ttyACM0
                                  
                                  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.17.14  , installed 6.17.14
                                  Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                  Adapter    "bring"        : 1.8.4    , installed 1.8.4
                                  Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                  Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                  Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                  Adapter    "fhem"         : 2.0.5    , installed 2.0.5
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                                  Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                  Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                  Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                  Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                  Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                  Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                                  Controller "js-controller": 5.0.19   , installed 5.0.19
                                  Adapter    "maxcul"       : 1.3.1    , installed 1.3.1
                                  Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                                  Adapter    "node-red"     : 5.2.1    , installed 5.2.1
                                  Adapter    "parser"       : 2.1.0    , installed 2.1.0
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                  Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                  Adapter    "spotify-premium": 1.5.0  , installed 1.5.0
                                  Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                                  Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                  Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                  Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                  Adapter    "web"          : 6.2.5    , installed 6.2.5
                                  Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                  Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
                                  Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        11360
                                  States:         7856
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:5 https://deb.nodesource.com/node_20.x nodistro 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:9000          0.0.0.0:*               LISTEN      1001       17606      4592/iobroker.js-co
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       17601      4592/iobroker.js-co
                                  tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       23887      6935/io.jarvis.0
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          3764       702/sshd: /usr/sbin
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16036      4617/io.admin.0
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          3766       702/sshd: /usr/sbin
                                  udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27378      7593/io.broadlink2.
                                  udp        0      0 0.0.0.0:52128           0.0.0.0:*                           1001       28250      7593/io.broadlink2.
                                  udp        0      0 0.0.0.0:37830           0.0.0.0:*                           104        6368       558/avahi-daemon: r
                                  udp        0      0 192.168.178.61:50129    0.0.0.0:*                           1001       18522      4906/io.yamaha.0
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6366       558/avahi-daemon: r
                                  udp        0      0 0.0.0.0:40273           0.0.0.0:*                           1001       27381      7593/io.broadlink2.
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18523      4906/io.yamaha.0
                                  udp6       0      0 fe80::66aa:ee16:868:546 :::*                                0          14999      644/NetworkManager
                                  udp6       0      0 :::5353                 :::*                                104        6367       558/avahi-daemon: r
                                  udp6       0      0 :::58733                :::*                                104        6369       558/avahi-daemon: r
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-07-26 16:02:00.235  - info: broadlink2.0 (4936) terminating
                                  2024-07-26 16:02:00.552  - info: broadlink2.0 (4936) terminating
                                  2024-07-26 16:02:00.949  - info: host.pibroker instance system.adapter.broadlink2.0 scheduled normal terminated and will be restarted on schedule.
                                  2024-07-26 16:02:00.957  - info: host.pibroker Restart adapter system.adapter.broadlink2.0 because enabled
                                  2024-07-26 16:02:02.071  - info: host.pibroker instance system.adapter.broadlink2.0 started with pid 7593
                                  2024-07-26 16:02:03.978  - info: broadlink2.0 (7593) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.broadlink2, node: v20.16.0, js-controller: 5.0.19
                                  2024-07-26 16:02:04.293  - info: broadlink2.0 (7593) broadlink2 initialization started...
                                  2024-07-26 16:02:04.297  - info: broadlink2.0 (7593) Scanning additional IP's: 192.168.1.199
                                  2024-07-26 16:02:04.299  - info: broadlink2.0 (7593) Devices to add:
                                  2024-07-26 16:02:04.301  - info: broadlink2.0 (7593) Devices to rename:
                                  2024-07-26 16:02:04.303  - info: broadlink2.0 (7593) broadlink2 has 1 old devices!
                                  2024-07-26 16:02:04.309  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                  }:
                                  2024-07-26 16:02:04.310  - info: broadlink2.0 (7593) macObjects: [ '78:0f:77:fd:8d:2b' ]
                                  2024-07-26 16:02:04.315  - info: broadlink2.0 (7593) Discover Broadlink devices for 10sec on broadlink2.0
                                  2024-07-26 16:02:04.399  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                  }:
                                  2024-07-26 16:02:04.401  - info: broadlink2.0 (7593) discover  [ '192.168.178.255', '255.255.255.255', '224.0.0.251' ] from 0.0.0.0:35593
                                  2024-07-26 16:02:04.963  - info: broadlink2.0 (7593) Device RM:RMPROPLUS-fd-8d-2b detected: address=192.168.178.53, mac=78:0f:77:fd:8d:2b, typ=RMP, id=0x279d devtype=RM3 Pro Plus
                                  2024-07-26 16:02:09.628  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                  }:
                                  2024-07-26 16:02:09.630  - info: broadlink2.0 (7593) discover  [ '192.168.1.199' ] from 0.0.0.0:52128
                                  2024-07-26 16:02:14.133  - info: broadlink2.0 (7593) Poll every 30 secods.
                                  2024-07-26 16:02:14.133  - info: broadlink2.0 (7593) broadlink2.0 started and found 1 devices named RM:RMPROPLUS-fd-8d-2b
                                  2024-07-26 16:02:14.134  - info: broadlink2.0 (7593) found macs: 78:0f:77:fd:8d:2b
                                  
                                  

                                  ============ Mark until here for C&P =============

                                  Grüße

                                  P 1 Antwort Letzte Antwort
                                  0
                                  • P postworld

                                    @thomas-braun said in Alexa Sprachausgabe funktioniert nicht mehr:

                                    Dann schau in

                                    Es gibt wohl ein Problem mit dem js-controller, der war nicht auf Stand, obwohl ich mir sicher bin den upgedatet zu haben (bzw. das Update angestoßen zu haben) , es läuft nochmal ne Updateschleife, dann mache ich nochmal die Diagnose.

                                    ...

                                    EDIT 1
                                    etwas später..

                                    nachdem iob start bzw. iob start admin, läuft es nun wieder, de erste Eindruck ist gut aber die Alexa Geräte geben weiterhin keine Sprachbefehle aus bzw. reagieren nicht auf Commands wie "Joke".

                                    EDIT 2
                                    Vis scheint auch nicht zu funktionieren bzw. visualisierung wird nicht geladen.

                                    Diag:

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

                                    Skript v.2024-05-22
                                    
                                    *** BASE SYSTEM ***
                                     Static hostname: pibroker
                                           Icon name: computer
                                    Operating System: Debian GNU/Linux 12 (bookworm)
                                              Kernel: Linux 6.6.31+rpt-rpi-v8
                                        Architecture: arm64
                                    
                                    Model           : Raspberry Pi 4 Model B Rev 1.4
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : aarch64
                                    Userland        : 64 bit
                                    
                                    Systemuptime and Load:
                                     16:01:47 up 17:47,  2 users,  load average: 0.35, 0.65, 0.79
                                    CPU threads: 4
                                    
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    No throttling issues detected.
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Fri 2024-07-26 16:01:47 CEST
                                               Universal time: Fri 2024-07-26 14:01:47 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    pi
                                    HOME=/home/pi
                                    GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                    
                                    User that is running 'js-controller':
                                    iobroker
                                    HOME=/home/iobroker
                                    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                    
                                    *** Display-Server-Setup ***
                                    Display-Server: false
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            4.0G        1.1G        408M        1.2M        2.5G        2.9G
                                    Swap:           209M          0B        209M
                                    Total:          4.2G        1.1G        618M
                                    
                                    Active iob-Instances:   14
                                    
                                             3792 M total memory
                                             1074 M used memory
                                             1163 M active memory
                                             1947 M inactive memory
                                              389 M free memory
                                              126 M buffer memory
                                             2279 M swap cache
                                              199 M total swap
                                                0 M used swap
                                              199 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 16:01:47 up 17:47,  2 users,  load average: 0.35, 0.65, 0.79
                                    Tasks: 183 total,   1 running, 182 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  0.0 us, 40.0 sy,  0.0 ni, 60.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :   3792.1 total,    388.5 free,   1075.0 used,   2405.4 buff/cache
                                    MiB Swap:    200.0 total,    200.0 free,      0.0 used.   2717.1 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT LOAD ACTIVE SUB DESCRIPTION
                                    0 loaded units listed.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    udev           devtmpfs  1.6G     0  1.6G   0% /dev
                                    tmpfs          tmpfs     380M  1.2M  379M   1% /run
                                    /dev/mmcblk0p2 ext4       15G  4.9G  8.5G  37% /
                                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                    tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1 vfat      510M   64M  447M  13% /boot/firmware
                                    tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Thu Jul 25 22:14:07 2024] 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=E4:5F:01:6B:62:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7f3d05a8-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                                    [Thu Jul 25 22:14:10 2024] EXT4-fs (mmcblk0p2): mounted filesystem 56f80fa2-e005-4cca-86e6-19da1069914d ro with ordered data mode. Quota mode: none.
                                    [Thu Jul 25 22:14:12 2024] EXT4-fs (mmcblk0p2): re-mounted 56f80fa2-e005-4cca-86e6-19da1069914d r/w. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET                                                  SOURCE         FSTYPE      OPTIONS
                                    /                                                       /dev/mmcblk0p2 ext4        rw,noatime,commit=600
                                    |-/sys                                                  sysfs          sysfs       rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/kernel/security                                securityfs     securityfs  rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/fs/cgroup                                      cgroup2        cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                    | |-/sys/fs/pstore                                      pstore         pstore      rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/fs/bpf                                         bpf            bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/sys/kernel/debug                                   debugfs        debugfs     rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/kernel/tracing                                 tracefs        tracefs     rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/fs/fuse/connections                            fusectl        fusectl     rw,nosuid,nodev,noexec,relatime
                                    | `-/sys/kernel/config                                  configfs       configfs    rw,nosuid,nodev,noexec,relatime
                                    |-/proc                                                 proc           proc        rw,relatime
                                    | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1792
                                    |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc rw,nosuid,nodev,noexec,relatime
                                    |-/dev                                                  udev           devtmpfs    rw,nosuid,relatime,size=1671308k,nr_inodes=417827,mode=755
                                    | |-/dev/pts                                            devpts         devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                    | |-/dev/shm                                            tmpfs          tmpfs       rw,nosuid,nodev
                                    | `-/dev/mqueue                                         mqueue         mqueue      rw,nosuid,nodev,noexec,relatime
                                    |-/run                                                  tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=388308k,mode=755
                                    | |-/run/lock                                           tmpfs          tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                                    | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs  rw,relatime
                                    | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                                    | `-/run/user/1000                                      tmpfs          tmpfs       rw,nosuid,nodev,relatime,size=388304k,nr_inodes=97076,mode=700,uid=1000,gid=1000
                                    `-/boot/firmware                                        /dev/mmcblk0p1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    685M    /var/
                                    234M    /var/cache
                                    228M    /var/cache/apt
                                    162M    /var/lib
                                    134M    /var/lib/apt
                                    
                                    Archived and active journals take up 88.0M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    6.2M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    340M    /opt/iobroker/iobroker-data/
                                    294M    /opt/iobroker/iobroker-data/files
                                    138M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    118M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    117M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                                    24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                    18M     /opt/iobroker/iobroker-data/objects.jsonl
                                    11M     /opt/iobroker/iobroker-data/states.jsonl
                                    8.8M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL02VDM7-if00-port0
                                    /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if00
                                    /dev/serial/by-id/usb-Texas_Instruments_XDS110__03.00.00.15__Embed_with_CMSIS-DAP_L1100MYZ-if03
                                    
                                    HINT:
                                    Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                                    /dev/ttyACM0
                                    
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v20.16.0
                                    /usr/bin/node           v20.16.0
                                    /usr/bin/npm            10.8.1
                                    /usr/bin/npx            10.8.1
                                    /usr/bin/corepack       0.28.2
                                    
                                    
                                    nodejs:
                                      Installed: 20.16.0-1nodesource1
                                      Candidate: 20.16.0-1nodesource1
                                      Version table:
                                     *** 20.16.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         20.15.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.15.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.14.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.13.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.13.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.2-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.12.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.11.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.11.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.10.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.9.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.8.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.8.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.7.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.6.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.6.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.5.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.5.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.4.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.3.1-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.3.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.2.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.1.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         20.0.0-1nodesource1 1001
                                            500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                         18.19.0+dfsg-6~deb12u2 500
                                            500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                         18.19.0+dfsg-6~deb12u1 500
                                            500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller:  5.0.19
                                    admin:          6.17.14
                                    javascript:     8.3.1
                                    
                                    nodejs modules from github:     0
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.backitup.0               : backitup              : pibroker                                 -  enabled
                                    + system.adapter.bring.0                  : bring                 : pibroker                                 -  enabled
                                    + system.adapter.broadlink2.0             : broadlink2            : pibroker                                 -  enabled
                                      system.adapter.cloud.0                  : cloud                 : pibroker                                 - disabled
                                      system.adapter.daswetter.0              : daswetter             : pibroker                                 - disabled
                                    + system.adapter.discovery.0              : discovery             : pibroker                                 -  enabled
                                      system.adapter.fhem.0                   : fhem                  : pibroker                                 - disabled, port: 7072
                                      system.adapter.flot.0                   : flot                  : pibroker                                 - disabled
                                      system.adapter.fritzdect.0              : fritzdect             : pibroker                                 - disabled
                                    + system.adapter.history.0                : history               : pibroker                                 -  enabled
                                      system.adapter.icons-fatcow-hosting.0   : icons-fatcow-hosting  : pibroker                                 - disabled
                                      system.adapter.icons-icons8.0           : icons-icons8          : pibroker                                 - disabled
                                      system.adapter.icons-material-png.0     : icons-material-png    : pibroker                                 - disabled
                                    + system.adapter.info.0                   : info                  : pibroker                                 -  enabled
                                    + system.adapter.iot.0                    : iot                   : pibroker                                 -  enabled
                                    + system.adapter.jarvis.0                 : jarvis                : pibroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.javascript.0             : javascript            : pibroker                                 -  enabled
                                      system.adapter.maxcul.0                 : maxcul                : pibroker                                 - disabled
                                      system.adapter.net-tools.0              : net-tools             : pibroker                                 - disabled
                                      system.adapter.node-red.0               : node-red              : pibroker                                 - disabled, port: 1880, bind: 192.168.178.50
                                      system.adapter.parser.0                 : parser                : pibroker                                 - disabled
                                      system.adapter.ping.0                   : ping                  : pibroker                                 - disabled
                                      system.adapter.spotify-premium.0        : spotify-premium       : pibroker                                 - disabled
                                      system.adapter.telegram.0               : telegram              : pibroker                                 - disabled, port: 8443, bind: 0.0.0.0
                                      system.adapter.tr-064.0                 : tr-064                : pibroker                                 - disabled
                                      system.adapter.vis-bars.0               : vis-bars              : pibroker                                 - disabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : pibroker                                 - disabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : pibroker                                 - disabled
                                    + system.adapter.vis-inventwo.0           : vis-inventwo          : pibroker                                 -  enabled
                                      system.adapter.vis.0                    : vis                   : pibroker                                 -  enabled
                                      system.adapter.web.0                    : web                   : pibroker                                 - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.yamaha.0                 : yamaha                : pibroker                                 -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : pibroker                                 -  enabled, port: /dev/ttyACM0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : pibroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.jarvis.0                 : jarvis                : pibroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : pibroker                                 -  enabled, port: /dev/ttyACM0
                                    
                                    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.17.14  , installed 6.17.14
                                    Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                                    Adapter    "bring"        : 1.8.4    , installed 1.8.4
                                    Adapter    "broadlink2"   : 2.3.0    , installed 2.3.0
                                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                    Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                    Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                    Adapter    "fhem"         : 2.0.5    , installed 2.0.5
                                    Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                    Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                                    Adapter    "icons-fatcow-hosting": 0.1.0, installed 0.1.0
                                    Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                    Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                    Adapter    "iot"          : 3.3.0    , installed 3.3.0
                                    Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                                    Adapter    "javascript"   : 8.3.1    , installed 8.3.1
                                    Controller "js-controller": 5.0.19   , installed 5.0.19
                                    Adapter    "maxcul"       : 1.3.1    , installed 1.3.1
                                    Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                                    Adapter    "node-red"     : 5.2.1    , installed 5.2.1
                                    Adapter    "parser"       : 2.1.0    , installed 2.1.0
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                    Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                                    Adapter    "spotify-premium": 1.5.0  , installed 1.5.0
                                    Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                    Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                    Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                    Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                    Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                                    Adapter    "ws"           : 2.6.1    , installed 2.6.1
                                    Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
                                    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        11360
                                    States:         7856
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://deb.debian.org/debian bookworm InRelease
                                    Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                                    Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                                    Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                    Hit:5 https://deb.nodesource.com/node_20.x nodistro 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:9000          0.0.0.0:*               LISTEN      1001       17606      4592/iobroker.js-co
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       17601      4592/iobroker.js-co
                                    tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       23887      6935/io.jarvis.0
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          3764       702/sshd: /usr/sbin
                                    tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16036      4617/io.admin.0
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          3766       702/sshd: /usr/sbin
                                    udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27378      7593/io.broadlink2.
                                    udp        0      0 0.0.0.0:52128           0.0.0.0:*                           1001       28250      7593/io.broadlink2.
                                    udp        0      0 0.0.0.0:37830           0.0.0.0:*                           104        6368       558/avahi-daemon: r
                                    udp        0      0 192.168.178.61:50129    0.0.0.0:*                           1001       18522      4906/io.yamaha.0
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        6366       558/avahi-daemon: r
                                    udp        0      0 0.0.0.0:40273           0.0.0.0:*                           1001       27381      7593/io.broadlink2.
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       18523      4906/io.yamaha.0
                                    udp6       0      0 fe80::66aa:ee16:868:546 :::*                                0          14999      644/NetworkManager
                                    udp6       0      0 :::5353                 :::*                                104        6367       558/avahi-daemon: r
                                    udp6       0      0 :::58733                :::*                                104        6369       558/avahi-daemon: r
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-07-26 16:02:00.235  - info: broadlink2.0 (4936) terminating
                                    2024-07-26 16:02:00.552  - info: broadlink2.0 (4936) terminating
                                    2024-07-26 16:02:00.949  - info: host.pibroker instance system.adapter.broadlink2.0 scheduled normal terminated and will be restarted on schedule.
                                    2024-07-26 16:02:00.957  - info: host.pibroker Restart adapter system.adapter.broadlink2.0 because enabled
                                    2024-07-26 16:02:02.071  - info: host.pibroker instance system.adapter.broadlink2.0 started with pid 7593
                                    2024-07-26 16:02:03.978  - info: broadlink2.0 (7593) starting. Version 2.3.0 in /opt/iobroker/node_modules/iobroker.broadlink2, node: v20.16.0, js-controller: 5.0.19
                                    2024-07-26 16:02:04.293  - info: broadlink2.0 (7593) broadlink2 initialization started...
                                    2024-07-26 16:02:04.297  - info: broadlink2.0 (7593) Scanning additional IP's: 192.168.1.199
                                    2024-07-26 16:02:04.299  - info: broadlink2.0 (7593) Devices to add:
                                    2024-07-26 16:02:04.301  - info: broadlink2.0 (7593) Devices to rename:
                                    2024-07-26 16:02:04.303  - info: broadlink2.0 (7593) broadlink2 has 1 old devices!
                                    2024-07-26 16:02:04.309  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                    }:
                                    2024-07-26 16:02:04.310  - info: broadlink2.0 (7593) macObjects: [ '78:0f:77:fd:8d:2b' ]
                                    2024-07-26 16:02:04.315  - info: broadlink2.0 (7593) Discover Broadlink devices for 10sec on broadlink2.0
                                    2024-07-26 16:02:04.399  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                    }:
                                    2024-07-26 16:02:04.401  - info: broadlink2.0 (7593) discover  [ '192.168.178.255', '255.255.255.255', '224.0.0.251' ] from 0.0.0.0:35593
                                    2024-07-26 16:02:04.963  - info: broadlink2.0 (7593) Device RM:RMPROPLUS-fd-8d-2b detected: address=192.168.178.53, mac=78:0f:77:fd:8d:2b, typ=RMP, id=0x279d devtype=RM3 Pro Plus
                                    2024-07-26 16:02:09.628  - info: broadlink2.0 (7593) interface to be used: { netmaskBits: 24, address: '192.168.178.61/24', addrs: [ 192, 168, 178, 61 ], cidr: '192.168.178.61/24', bcaddr: '192.168.178.255'
                                    }:
                                    2024-07-26 16:02:09.630  - info: broadlink2.0 (7593) discover  [ '192.168.1.199' ] from 0.0.0.0:52128
                                    2024-07-26 16:02:14.133  - info: broadlink2.0 (7593) Poll every 30 secods.
                                    2024-07-26 16:02:14.133  - info: broadlink2.0 (7593) broadlink2.0 started and found 1 devices named RM:RMPROPLUS-fd-8d-2b
                                    2024-07-26 16:02:14.134  - info: broadlink2.0 (7593) found macs: 78:0f:77:fd:8d:2b
                                    
                                    

                                    ============ Mark until here for C&P =============

                                    Grüße

                                    P Offline
                                    P Offline
                                    postworld
                                    schrieb am zuletzt editiert von
                                    #68

                                    Hallo zusammen,

                                    ich habe leider noch nicht so viel Zeit in die weitere Recherche stecken können aber das Problem was am Anfang bestand ist weiterhin da.

                                    • Alexa Adapter ist nicht sichtbar
                                    • Alexa unetrstützt keine Sprachausgabe (auch keine Befehle wie "joke" oder ähnliches werden ausgeführt)
                                    • Zusätzlich funktioniert das VIS nun nicht mehr (was nicht so herausragend war und eh mal überarbeitet werden müsste)

                                    Zusammengefasst, schön das nun alles auf neustem Stand ist, schade das mein Problem das gleiche ist.

                                    Grüße

                                    haselchenH ? HomoranH 3 Antworten Letzte Antwort
                                    0
                                    • P postworld

                                      Hallo zusammen,

                                      ich habe leider noch nicht so viel Zeit in die weitere Recherche stecken können aber das Problem was am Anfang bestand ist weiterhin da.

                                      • Alexa Adapter ist nicht sichtbar
                                      • Alexa unetrstützt keine Sprachausgabe (auch keine Befehle wie "joke" oder ähnliches werden ausgeführt)
                                      • Zusätzlich funktioniert das VIS nun nicht mehr (was nicht so herausragend war und eh mal überarbeitet werden müsste)

                                      Zusammengefasst, schön das nun alles auf neustem Stand ist, schade das mein Problem das gleiche ist.

                                      Grüße

                                      haselchenH Offline
                                      haselchenH Offline
                                      haselchen
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #69

                                      @postworld

                                      Hab nun nicht alles hier verfolgt, deswegen meine Frage erstmal, hast Du den Alexa Adapter versucht mal über die Konsole zu installieren?

                                      Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                      P 1 Antwort Letzte Antwort
                                      0
                                      • P postworld

                                        Hallo zusammen,

                                        ich habe leider noch nicht so viel Zeit in die weitere Recherche stecken können aber das Problem was am Anfang bestand ist weiterhin da.

                                        • Alexa Adapter ist nicht sichtbar
                                        • Alexa unetrstützt keine Sprachausgabe (auch keine Befehle wie "joke" oder ähnliches werden ausgeführt)
                                        • Zusätzlich funktioniert das VIS nun nicht mehr (was nicht so herausragend war und eh mal überarbeitet werden müsste)

                                        Zusammengefasst, schön das nun alles auf neustem Stand ist, schade das mein Problem das gleiche ist.

                                        Grüße

                                        ? Offline
                                        ? Offline
                                        Ein ehemaliger Benutzer
                                        schrieb am zuletzt editiert von
                                        #70

                                        @postworld

                                        Nicht sichtbar? Dann ist er nicht installiert?
                                        Oder die Instanz??

                                        Was ist mit Vis? Was geht nicht? Wo?

                                        P 1 Antwort Letzte Antwort
                                        0
                                        • P postworld

                                          Hallo zusammen,

                                          ich habe leider noch nicht so viel Zeit in die weitere Recherche stecken können aber das Problem was am Anfang bestand ist weiterhin da.

                                          • Alexa Adapter ist nicht sichtbar
                                          • Alexa unetrstützt keine Sprachausgabe (auch keine Befehle wie "joke" oder ähnliches werden ausgeführt)
                                          • Zusätzlich funktioniert das VIS nun nicht mehr (was nicht so herausragend war und eh mal überarbeitet werden müsste)

                                          Zusammengefasst, schön das nun alles auf neustem Stand ist, schade das mein Problem das gleiche ist.

                                          Grüße

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #71

                                          @postworld was sagt denn jetzt iob diag in der Langfassung?

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          P 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          552

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe