Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. Alexa Sprachausgabe funktioniert nicht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Alexa Sprachausgabe funktioniert nicht mehr

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

      @postworld said in Alexa Sprachausgabe funktioniert nicht mehr:

      Ich probier das nochmal, mal sehen ob sich was ändert.

      pi@pibroker:~ $  sudo iobroker stop
      pi@pibroker:~ $  sudo iobroker restore 0
      host.pibroker Using backup file 2024_07_25-09_58_40_backupiobroker.tar.gz
      iobroker controller daemon is not running
      host.pibroker OK.
      The current version of js-controller differs from the version in the backup.
      The js-controller version of the backup can not be restored automatically.
      To restore the js-controller version of the backup, execute "npm i iobroker.js-c                                                                                                                                                             ontroller@4.0.23 --omit=dev" inside your ioBroker directory
      If you really want to restore the backup with the current installed js-controlle                                                                                                                                                             r, execute the restore command with the --force flag
      pi@pibroker:~ $
      

      .. hat aber scheinbar keinen Effekt, das Backup einzuspielen bzw. es funktioniert so nicht.

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

        @postworld

        NIE, NIE, NIE, NIEMALS den iobroker mit sudo anpacken. NIE!

        iob stop 
        iob fix 
        iob start
        

        es funktioniert so nicht.

        Stimmt. In der Meldung steht auch warum das nicht funktioniert und was man dagegen tun kann (Davon abgesehen, dass man sein System beständiger aktuell hält, dann hat man nämlich das Problem erst gar nicht).

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

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

          NIE, NIE, NIE, NIEMALS den iobroker mit sudo anpacken. NIE!

          Ok, bin halt nach Anleitung vorgegangen:

          siehe:


          Wieder per SSH an dem PI anmelden
          Falls das Verzeichnis backups unter /opt/iobroker nicht existiert, dies zunächst anlegen
          Sicherungsdatei .tar.gz in das Verzeichnis backups kopieren
          ioBroker stoppen
          sudo iobroker stop
          Backup zurück spielen
          sudo iobroker restore 0
          ioBroker starten
          sudo iobroker start all
          sudo iobroker start
          sudo iobroker upload all

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

            @postworld

            Die ist steinalt.

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

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

              Stimmt. In der Meldung steht auch warum das nicht funktioniert und was man dagegen tun kann (Davon abgesehen, dass man sein System beständiger aktuell hält, dann hat man nämlich das Problem erst gar nicht).

              Die Meldung habe ich gesehen aber mir erklärt sich daraus nicht was zu tun ist.
              "
              The js-controller version of the backup can not be restored automatically.
              To restore the js-controller version of the backup, execute "npm i iobroker.js-c ontroller@4.0.23 --omit=dev" inside your ioBroker directory
              If you really want to restore the backup with the current installed js-controlle r, execute the restore command with the --force flag
              pi@pibroker:~ $
              "

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

                @postworld

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

                Und dann das Backup nochmal reinjubeln.

                P 1 Reply Last reply Reply Quote 0
                • P
                  postworld @Thomas Braun last edited by 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 Braun 3 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @postworld last edited by

                    @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

                    Wie ist der letzte Satz der Fehlermeldung umzusetzen?

                    Am besten gar nicht.
                    Du willst das nicht per force reinballern.

                    Leider war der erste Versuch ohne erfolg.

                    Und wie sah der 'Nicht-Erfolg' im Log aus?

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

                      @postworld

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

                      Da war ein Leerzeichen zuviel.

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

                        @postworld

                        Und bitte statt Spoiler besser CodeTags verwenden.

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

                          @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 Braun P 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @postworld last edited by

                            @postworld

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

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

                              @postworld

                              ok teil 1 fertig.

                              System successfully restored!

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

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

                                @postworld sagte in Alexa Sprachausgabe funktioniert nicht mehr:

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

                                iob diag
                                

                                sagt...?

                                P 1 Reply Last reply Reply Quote 0
                                • P
                                  postworld @Thomas Braun last edited by 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 Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @postworld last edited by

                                    @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 1 Reply Last reply Reply Quote 0
                                    • P
                                      postworld @Thomas Braun last edited by

                                      @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 Braun Homoran 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @postworld last edited by

                                        @postworld

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

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @postworld last edited by

                                          @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 1 Reply Last reply Reply Quote 1
                                          • P
                                            postworld @Homoran last edited by

                                            @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 Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            955
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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