Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. *Gelöst* Adapter Install für Telegram funktioniert nicht.

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    *Gelöst* Adapter Install für Telegram funktioniert nicht.

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bibo*13 last edited by Bibo*13

      Ich habe heute morgen den telegram adapter update von stabil rep installieren wollen und bin dabei auf Fehler gestossen.

      614 verbose stack Error: Unsupported platform
      6614 verbose stack     at checkPlatform (/usr/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js:55:25)
      6614 verbose stack     at #checkEngineAndPlatform (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:224:9)
      6614 verbose stack     at Arborist.buildIdealTree (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:199:41)
      6614 verbose stack     at async Promise.all (index 1)
      6614 verbose stack     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:159:5)
      6614 verbose stack     at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:152:5)
      6614 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli-entry.js:61:5)
      6615 verbose pkgid @img/sharp-win32-x64@0.33.0
      6616 verbose cwd /opt/iobroker
      6617 verbose Linux 5.10.103-v7l+
      6618 verbose node v18.19.0
      6619 verbose npm  v10.2.3
      6620 error code EBADPLATFORM
      6621 error notsup Unsupported platform for @img/sharp-win32-x64@0.33.0: wanted {"os":"win32","cpu":"x64"} (current: {"os":"linux","cpu":"arm"})
      6622 error notsup Valid os:   win32
      6622 error notsup Actual os:  linux
      6622 error notsup Valid cpu:  x64
      6622 error notsup Actual cpu: arm
      6623 verbose exit 1
      6624 timing npm Completed in 180206ms
      6625 verbose unfinished npm timer reify 1702196950855
      6626 verbose unfinished npm timer reify:loadTrees 1702196950872
      6627 verbose code 1
      

      Kann sich einer von Euch darauf einen Reim machen?
      Der summary von iob diag zeigt auch nichts besonderes an:

      ======================= SUMMARY =======================
                              v.2023-10-10
      
      
         Static hostname: iobrokermaster
               Icon name: computer
        Operating System: Raspbian GNU/Linux 11 (bullseye)
                  Kernel: Linux 5.10.103-v7l+
            Architecture: arm
      
      Installation:           native
      Kernel:                 armv7l
      Userland:               armhf
      Timezone:               Europe/Berlin (CET, +0100)
      User-ID:                1000
      X-Server:               false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     0
      Pending iob updates:    1
      
      Nodejs-Installation:    /usr/bin/nodejs         v18.19.0
                              /usr/bin/node           v18.19.0
                              /usr/bin/npm            10.2.3
                              /usr/bin/npx            10.2.3
                              /usr/bin/corepack       0.22.0
      
      Recommended versions are nodejs 18.19.0 and npm 10.2.3
      Your nodejs installation is correct
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:            7.9G         97M        6.5G        0.0K        1.3G        7.5G
      Swap:            99M          0B         99M
      Total:          8.0G         97M        6.6G
      
      Active iob-Instances:   1
      Active repo(s): Stable (default)
      
      ioBroker Core:          js-controller           5.0.16
                              admin                   6.12.0
      
      ioBroker Status:        iobroker is not running on this host.
      
      
      Objects type: jsonl
      States  type: redis
      
      Status admin and web instance:
        system.adapter.admin.2                  : admin                 : iobrokermaster                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.web.0                    : web                   : iobrokermaster                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects:                25038
      States:                 20108
      
      Size of iob-Database:
      
      34M     /opt/iobroker/iobroker-data/objects.jsonl
      19M     /opt/iobroker/iobroker-data/objects.json.migrated
      19M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
      12K     /opt/iobroker/iobroker-data/objects.json.old
      0       /opt/iobroker/iobroker-data/objects.json.broken
      8.0K    /opt/iobroker/iobroker-data/states.json.old
      8.0K    /opt/iobroker/iobroker-data/states.json.bak
      
      
      
      =================== END OF SUMMARY ====================
      

      Was kann das sein?
      herzlichen Dank für Eure Hilfe

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Bibo*13 last edited by

        @bibo-13 sagte in Adapter Install für Telegram funktioniert nicht.:

        Was kann das sein?

        Funktioniert der Adapter denn nicht?
        Die Meldung ist jedenfalls harmlos, das Modul kann nur nicht auf einem Linux gebaut werden, weil es für Windows gedacht ist. Für Linux sollte es aber die Alternative installiert worden sein.

        B 1 Reply Last reply Reply Quote 0
        • B
          Bibo*13 @Thomas Braun last edited by

          @thomas-braun Der Adapter funktioniert aber er ist auf 2.0.1 und wird weiter als installierbar mit 3.0.0 angezeigt.
          Es ist also nichts installiert worden. Ich hoffe das ich das Problem nicht auch mit anderen Adaptern habe. Müßte ich mal ausprobieren.

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Bibo*13 last edited by

            @bibo-13

            Hier läuft es sauber durch:

            echad@chet:~ $ iob add telegram
            NPM version: 10.2.4
            NPM version: 10.2.4
            Installing iobroker.telegram@3.0.0... (System call)
            
            added 70 packages in 14s
            
            146 packages are looking for funding
              run `npm fund` for details
            host.chet install adapter telegram
            upload [68] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript
            upload [60] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom/i18n/nl.json custom/i18n/nl.json application/json
            upload [50] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23731.9d47a811.chunk.js custom/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23731.9d47a811.chunk.js application/javascript
            upload [40] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/de.json i18n/de.json application/json
            upload [30] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/i18n/zh-cn.json i18n/zh-cn.json application/json
            upload [20] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/it.json rules/i18n/it.json application/json
            upload [19] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/nl.json rules/i18n/nl.json application/json
            upload [18] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/pl.json rules/i18n/pl.json application/json
            upload [17] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/pt.json rules/i18n/pt.json application/json
            upload [16] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/ru.json rules/i18n/ru.json application/json
            upload [15] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/uk.json rules/i18n/uk.json application/json
            upload [14] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/i18n/zh-cn.json rules/i18n/zh-cn.json application/json
            upload [13] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/main.fbd6a9e8.js rules/static/js/main.fbd6a9e8.js application/javascript
            upload [12] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/main.fbd6a9e8.js.map rules/static/js/main.fbd6a9e8.js.map application/json
            upload [11] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-3fbe7d.62230e0b.chunk.js rules/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-3fbe7d.62230e0b.chunk.js application/javascript
            upload [10] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-3fbe7d.62230e0b.chunk.js.map rules/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-3fbe7d.62230e0b.chunk.js.map application/json
            upload [9] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_prop-types_index_js.dbc0d6da.chunk.js rules/static/js/node_modules_prop-types_index_js.dbc0d6da.chunk.js application/javascript
            upload [8] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_prop-types_index_js.dbc0d6da.chunk.js.map rules/static/js/node_modules_prop-types_index_js.dbc0d6da.chunk.js.map application/json
            upload [7] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_react_index_js.f7b8eb28.chunk.js rules/static/js/node_modules_react_index_js.f7b8eb28.chunk.js application/javascript
            upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/node_modules_react_index_js.f7b8eb28.chunk.js.map rules/static/js/node_modules_react_index_js.f7b8eb28.chunk.js.map application/json
            upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/src_ActionTelegram_jsx.a92c40c1.chunk.js rules/static/js/src_ActionTelegram_jsx.a92c40c1.chunk.js application/javascript
            upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/src_ActionTelegram_jsx.a92c40c1.chunk.js.map rules/static/js/src_ActionTelegram_jsx.a92c40c1.chunk.js.map application/json
            upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/src_bootstrap_jsx.e9ade376.chunk.js rules/static/js/src_bootstrap_jsx.e9ade376.chunk.js application/javascript
            upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/rules/static/js/src_bootstrap_jsx.e9ade376.chunk.js.map rules/static/js/src_bootstrap_jsx.e9ade376.chunk.js.map application/json
            upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png
            upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript
            host.chet object system.adapter.telegram created/updated
            host.chet create instance telegram
            host.chet object system.adapter.telegram.0.alive created
            host.chet object system.adapter.telegram.0.connected created
            host.chet object system.adapter.telegram.0.compactMode created
            host.chet object system.adapter.telegram.0.cpu created
            host.chet object system.adapter.telegram.0.cputime created
            host.chet object system.adapter.telegram.0.memHeapUsed created
            host.chet object system.adapter.telegram.0.memHeapTotal created
            host.chet object system.adapter.telegram.0.memRss created
            host.chet object system.adapter.telegram.0.uptime created
            host.chet object system.adapter.telegram.0.inputCount created
            host.chet object system.adapter.telegram.0.outputCount created
            host.chet object system.adapter.telegram.0.eventLoopLag created
            host.chet object system.adapter.telegram.0.sigKill created
            host.chet object system.adapter.telegram.0.logLevel created
            host.chet object telegram.0.info created
            host.chet object telegram.0.info.connection created
            host.chet object telegram.0.communicate.request created
            host.chet object telegram.0.communicate.requestRaw created
            host.chet object telegram.0.communicate.requestChatId created
            host.chet object telegram.0.communicate.requestMessageId created
            host.chet object telegram.0.communicate.botSendChatId created
            host.chet object telegram.0.communicate.botSendMessageId created
            host.chet object telegram.0.communicate.botSendRaw created
            host.chet object telegram.0.communicate.requestUserId created
            host.chet object telegram.0.communicate.response created
            host.chet object telegram.0.communicate.responseSilent created
            host.chet object telegram.0.communicate.responseJson created
            host.chet object telegram.0.communicate.responseSilentJson created
            host.chet object telegram.0.communicate.users created
            host.chet object telegram.0.communicate.pathFile created
            host.chet Set default value of telegram.0.info.connection: false
            host.chet Set default value of telegram.0.communicate.users: {}
            host.chet object system.adapter.telegram.0 created
            

            Schau dein Gesamtkonstrukt mittels

            iob diag
            

            an.

            B 1 Reply Last reply Reply Quote 0
            • B
              Bibo*13 @Thomas Braun last edited by

              @thomas-braun

              Ein anderer Adapter(Tuya) wird auch nicht installiert.
              Den Diag habe ich schon durchgeführt und im ersten Post mit angehängt. Der sah aber auch sauber aus.

              host.iobrokermaster
              2023-12-10 11:45:50.171	info	Updating repository "Stable (default)" under "http://download.iobroker.net/sources-dist.json"
              host.iobrokermaster
              2023-12-10 11:45:17.155	info	iobroker exit 0
              host.iobrokermaster
              2023-12-10 11:45:16.113	info	iobroker upload [0] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/words.js words.js application/javascript
              host.iobrokermaster
              2023-12-10 11:45:16.103	info	iobroker upload [1] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/warning.png warning.png image/png
              host.iobrokermaster
              2023-12-10 11:45:16.092	info	iobroker upload [2] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/tuya.png tuya.png image/png
              host.iobrokermaster
              2023-12-10 11:45:16.066	info	iobroker upload [3] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/index_m.html index_m.html text/html
              host.iobrokermaster
              2023-12-10 11:45:15.410	info	iobroker Update "system.adapter.tuya.0"
              host.iobrokermaster
              2023-12-10 11:45:15.183	info	iobroker npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-10T10_41_56_818Z-debug-0.log
              host.iobrokermaster
              2023-12-10 11:45:15.180	info	iobroker
              host.iobrokermaster
              2023-12-10 11:45:15.172	info	iobroker npm ERR! notsup Valid os: win32npm ERR! notsup Actual os: linuxnpm ERR! notsup Valid cpu: x64npm ERR! notsup Actual cpu: arm
              host.iobrokermaster
              2023-12-10 11:45:15.170	info	iobroker npm ERR! notsup Unsupported platform for @img/sharp-win32-x64@0.33.0: wanted {"os":"win32","cpu":"x64"} (current: {"os":"linux","cpu":"arm"})
              host.iobrokermaster
              2023-12-10 11:45:15.162	info	iobroker npm ERR! code EBADPLATFORM
              host.iobrokermaster
              2023-12-10 11:45:07.425	info	instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
              
              dwd.0
              2023-12-10 11:45:06.883	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              
              dwd.0
              2023-12-10 11:45:05.183	info	starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.19.0, js-controller: 5.0.16
              host.iobrokermaster
              2023-12-10 11:45:00.042	info	instance system.adapter.dwd.0 started with pid 29584
              host.iobrokermaster
              2023-12-10 11:41:55.613	info	iobroker NPM version: 10.2.3Installing iobroker.tuya@3.14.1... (System call)
              host.iobrokermaster
              2023-12-10 11:41:54.231	info	iobroker Update tuya from @3.14.2 to @3.14.1
              host.iobrokermaster
              2023-12-10 11:41:49.792	info	iobroker upgrade tuya@3.14.1 --debug
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Bibo*13 last edited by Thomas Braun

                @bibo-13

                iob diag
                

                in der Langfassung.

                B 1 Reply Last reply Reply Quote 0
                • B
                  Bibo*13 @Thomas Braun last edited by

                  @thomas-braun Here we are

                  ======== Start marking the full check here =========
                  
                  Skript v.2023-10-10
                  
                  *** BASE SYSTEM ***
                     Static hostname: iobrokermaster
                           Icon name: computer
                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                              Kernel: Linux 5.10.103-v7l+
                        Architecture: arm
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.4
                  Docker          : false
                  Virtualization  : none
                  Kernel          : armv7l
                  Userland        : armhf
                  
                  Systemuptime and Load:
                   12:07:03 up  2:25,  1 user,  load average: 1.97, 1.78, 1.65
                  CPU threads: 4
                  
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** Time and Time Zones ***
                                 Local time: Sun 2023-12-10 12:07:03 CET
                             Universal time: Sun 2023-12-10 11:07:03 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CET, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  pi
                  /home/pi
                  pi adm dialout cdrom sudo audio video plugdev games users input netdev lpadmin gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop:
                  Terminal:       tty
                  Boot Target:    graphical.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            7.9G        2.1G        4.8G        0.0K        948M        5.5G
                  Swap:            99M          0B         99M
                  Total:          8.0G        2.1G        4.9G
                  
                           7897 M total memory
                           2101 M used memory
                            377 M active memory
                           2505 M inactive memory
                           4847 M free memory
                            154 M buffer memory
                            794 M swap cache
                             99 M total swap
                              0 M used swap
                             99 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FAILED SERVICES ***
                  
                    UNIT            LOAD   ACTIVE SUB    DESCRIPTION
                  * lightdm.service loaded failed failed Light Display Manager
                  
                  LOAD   = Reflects whether the unit definition was properly loaded.
                  ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                  SUB    = The low-level unit activation state, values depend on unit type.
                  1 loaded units listed.
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4      110G   20G   86G  19% /
                  devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                  tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                  tmpfs          tmpfs     1.6G  860K  1.6G   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/sda1      vfat      253M   49M  204M  20% /boot
                  tmpfs          tmpfs     790M   20K  790M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Sun Dec 10 09:41:47 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:EE:30:6C vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=a372f35c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                  [Sun Dec 10 09:41:49 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                  [Sun Dec 10 09:41:49 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                  [Sun Dec 10 09:41:51 2023] EXT4-fs (sda2): re-mounted. Opts: (null)
                  
                  Show mounted filesystems \(real ones only\):
                  TARGET  SOURCE    FSTYPE OPTIONS
                  /       /dev/sda2 ext4   rw,noatime
                  `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  4.9G    /var/
                  3.9G    /var/cache
                  3.8G    /var/cache/apt/archives
                  3.8G    /var/cache/apt
                  821M    /var/log
                  
                  Archived and active journals take up 808.0M in the file system.
                  
                  /opt/iobroker/backups:
                  15M     /opt/iobroker/backups/
                  2.8M    /opt/iobroker/backups/scripte
                  2.4M    /opt/iobroker/backups/scripte/Meine_Geräte
                  312K    /opt/iobroker/backups/scripte/Meine_Geräte/Temp_Ansagen
                  284K    /opt/iobroker/backups/scripte/Test
                  
                  /opt/iobroker/iobroker-data:
                  4.9G    /opt/iobroker/iobroker-data/
                  4.2G    /opt/iobroker/iobroker-data/history
                  454M    /opt/iobroker/iobroker-data/files
                  191M    /opt/iobroker/iobroker-data/backup-objects
                  90M     /opt/iobroker/iobroker-data/files/echarts.admin
                  
                  The five largest files in iobroker-data are:
                  40M     /opt/iobroker/iobroker-data/objects.jsonl
                  33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                  24M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.5f66c5d9.js.map
                  24M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.9f2a6569.js.map
                  24M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.5f66c5d9.js.map
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                  
                  find: '/dev/serial/by-id/': No such file or directory
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v18.19.0
                  /usr/bin/node           v18.19.0
                  /usr/bin/npm            10.2.3
                  /usr/bin/npx            10.2.3
                  /usr/bin/corepack       0.22.0
                  
                  
                  nodejs:
                    Installed: 18.19.0-1nodesource1
                    Candidate: 18.19.0-1nodesource1
                    Version table:
                   *** 18.19.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                          100 /var/lib/dpkg/status
                       18.18.2-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.18.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.17.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.16.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.15.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.2-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.14.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.13.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.12.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.11.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.10.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.1-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.9.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.8.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.7.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.6.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.5.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.4.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.3.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.2.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.1.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       18.0.0-1nodesource1 1001
                          500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  Errors in npm tree:
                  npm ERR! code ELSPROBLEMS
                  npm ERR! invalid: iobroker.alexa2@3.26.3 /opt/iobroker/node_modules/iobroker.alexa2
                  npm ERR! invalid: iobroker.cameras@1.3.0 /opt/iobroker/node_modules/iobroker.cameras
                  npm ERR! invalid: iobroker.fully-tablet-control@0.3.6-1 /opt/iobroker/node_modules/iobroker.fully-tablet-control
                  npm ERR! invalid: iobroker.homepilot20@0.0.32 /opt/iobroker/node_modules/iobroker.homepilot20
                  npm ERR! invalid: iobroker.vis-materialdesign@0.5.94 /opt/iobroker/node_modules/iobroker.vis-materialdesign
                  npm ERR! invalid: osx-temperature-sensor@ /opt/iobroker/node_modules/osx-temperature-sensor
                  npm ERR! invalid: socksv5@0.0.6 /opt/iobroker/node_modules/socksv5
                  npm ERR! invalid: string_decoder@1.3.0 /opt/iobroker/node_modules/string_decoder
                  npm ERR! invalid: ms@2.0.0 /opt/iobroker/node_modules/ms
                  npm ERR! invalid: fsevents@ /opt/iobroker/node_modules/fsevents
                  npm ERR! missing: cli@0.4.x, required by ipv6@3.1.1
                  npm ERR! missing: cliff@0.1.x, required by ipv6@3.1.1
                  
                  npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-12-10T11_07_13_165Z-debug-0.log
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: redis
                  
                  Core adapters versions
                  js-controller:  5.0.16
                  admin:          6.12.0
                  javascript:     7.1.6
                  
                  npm ERR! code ELSPROBLEMS
                  npm ERR! invalid: iobroker.alexa2@3.26.3 /opt/iobroker/node_modules/iobroker.alexa2
                  npm ERR! invalid: iobroker.cameras@1.3.0 /opt/iobroker/node_modules/iobroker.cameras
                  npm ERR! invalid: iobroker.fully-tablet-control@0.3.6-1 /opt/iobroker/node_modules/iobroker.fully-tablet-control
                  npm ERR! invalid: iobroker.homepilot20@0.0.32 /opt/iobroker/node_modules/iobroker.homepilot20
                  npm ERR! invalid: iobroker.vis-materialdesign@0.5.94 /opt/iobroker/node_modules/iobroker.vis-materialdesign
                  
                  npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-12-10T11_07_36_329Z-debug-0.log
                  Adapters from github:   4
                  
                  Adapter State
                  + system.adapter.admin.2                  : admin                 : iobrokermaster                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.alexa2.0                 : alexa2                : iobrokermaster                           -  enabled
                  + system.adapter.alexa2.1                 : alexa2                : iobrokermaster                           -  enabled
                  + system.adapter.awtrix-light.0           : awtrix-light          : iobrokermaster                           -  enabled
                  + system.adapter.backitup.0               : backitup              : iobrokermaster                           -  enabled
                  + system.adapter.broadlink2.0             : broadlink2            : iobrokermaster                           -  enabled
                    system.adapter.cloud.0                  : cloud                 : iobrokermaster                           - disabled
                  + system.adapter.device-reminder.0        : device-reminder       : iobrokermaster                           -  enabled
                    system.adapter.discovery.0              : discovery             : iobrokermaster                           - disabled
                    system.adapter.dwd.0                    : dwd                   : iobrokermaster                           -  enabled
                  + system.adapter.echarts.0                : echarts               : iobrokermaster                           -  enabled
                  + system.adapter.email.0                  : email                 : iobrokermaster                           -  enabled
                    system.adapter.flot.0                   : flot                  : iobrokermaster                           -  enabled
                  + system.adapter.fully-tablet-control.0   : fully-tablet-control  : iobrokermaster                           -  enabled
                  + system.adapter.fullybrowser.0           : fullybrowser          : iobrokermaster                           -  enabled
                    system.adapter.harmony.0                : harmony               : iobrokermaster                           - disabled
                  + system.adapter.history.0                : history               : iobrokermaster                           -  enabled
                  + system.adapter.homepilot20.0            : homepilot20           : iobrokermaster                           -  enabled
                  + system.adapter.hue-extended.0           : hue-extended          : iobrokermaster                           -  enabled
                    system.adapter.hue.0                    : hue                   : iobrokermaster                           - disabled, port: 443
                    system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : iobrokermaster                           -  enabled
                  + system.adapter.info.0                   : info                  : iobrokermaster                           -  enabled
                  + system.adapter.iot.0                    : iot                   : iobrokermaster                           -  enabled
                  + system.adapter.jarvis.0                 : jarvis                : iobrokermaster                           -  enabled
                  + system.adapter.javascript.0             : javascript            : iobrokermaster                           -  enabled
                  + system.adapter.meross.0                 : meross                : iobrokermaster                           -  enabled
                    system.adapter.mobile.0                 : mobile                : iobrokermaster                           - disabled
                  + system.adapter.mqtt.0                   : mqtt                  : iobrokermaster                           -  enabled, port: 1883, bind: 0.0.0.0
                    system.adapter.nina.0                   : nina                  : iobrokermaster                           - disabled
                  + system.adapter.parser.0                 : parser                : iobrokermaster                           -  enabled
                  + system.adapter.ping.0                   : ping                  : iobrokermaster                           -  enabled
                  + system.adapter.psa.0                    : psa                   : iobrokermaster                           -  enabled
                  + system.adapter.pushover.1               : pushover              : iobrokermaster                           -  enabled
                  + system.adapter.simple-api.0             : simple-api            : iobrokermaster                           -  enabled, port: 8099, bind: 0.0.0.0, run as: admin
                  + system.adapter.sonoff.0                 : sonoff                : iobrokermaster                           -  enabled, port: 1893, bind: 0.0.0.0
                  + system.adapter.sourceanalytix.0         : sourceanalytix        : iobrokermaster                           -  enabled
                    system.adapter.starline.0               : starline              : iobrokermaster                           - disabled
                  + system.adapter.tankerkoenig.0           : tankerkoenig          : iobrokermaster                           -  enabled
                  + system.adapter.telegram.0               : telegram              : iobrokermaster                           -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.text2command.0           : text2command          : iobrokermaster                           -  enabled
                  + system.adapter.tr-064.0                 : tr-064                : iobrokermaster                           -  enabled
                    system.adapter.tuya.0                   : tuya                  : iobrokermaster                           - disabled
                    system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobrokermaster                           -  enabled
                    system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobrokermaster                           -  enabled
                    system.adapter.vis-history.0            : vis-history           : iobrokermaster                           -  enabled
                    system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobrokermaster                           -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : iobrokermaster                           -  enabled
                    system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobrokermaster                           -  enabled
                    system.adapter.vis-keyboard.0           : vis-keyboard          : iobrokermaster                           -  enabled
                    system.adapter.vis-map.0                : vis-map               : iobrokermaster                           -  enabled
                    system.adapter.vis-material-advanced.0  : vis-material-advanced : iobrokermaster                           -  enabled
                    system.adapter.vis-material.0           : vis-material          : iobrokermaster                           -  enabled
                    system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobrokermaster                           -  enabled
                    system.adapter.vis-metro.0              : vis-metro             : iobrokermaster                           -  enabled
                    system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobrokermaster                           -  enabled
                    system.adapter.vis.0                    : vis                   : iobrokermaster                           -  enabled
                  + system.adapter.web.0                    : web                   : iobrokermaster                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    system.adapter.yr.0                     : yr                    : iobrokermaster                           -  enabled
                  + system.adapter.zigbee.0                 : zigbee                : iobrokermaster                           -  enabled, port: /dev/ttyACM0
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.2                  : admin                 : iobrokermaster                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.mqtt.0                   : mqtt                  : iobrokermaster                           -  enabled, port: 1883, bind: 0.0.0.0
                  + system.adapter.simple-api.0             : simple-api            : iobrokermaster                           -  enabled, port: 8099, bind: 0.0.0.0, run as: admin
                  + system.adapter.sonoff.0                 : sonoff                : iobrokermaster                           -  enabled, port: 1893, bind: 0.0.0.0
                  + system.adapter.telegram.0               : telegram              : iobrokermaster                           -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : iobrokermaster                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee.0                 : zigbee                : iobrokermaster                           -  enabled, port: /dev/ttyACM0
                  
                  ioBroker-Repositories
                  Stable (default): http://download.iobroker.net/sources-dist.json
                  Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): Stable (default)
                  
                  Installed ioBroker-Instances
                  Used repository: Stable (default)
                  Adapter    "admin"        : 6.12.0   , installed 6.12.0
                  Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                  Adapter    "awtrix-light" : 0.10.0   , installed 0.10.0
                  Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                  Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                  Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                  Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                  Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                  Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                  Adapter    "echarts"      : 1.5.4    , installed 1.5.4
                  Adapter    "email"        : 1.2.0    , installed 1.2.0
                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                  Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                  Adapter    "harmony"      : 1.3.0    , installed 1.3.0
                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                  Adapter    "hue"          : 3.10.1   , installed 3.10.1
                  Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                  Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                  Adapter    "info"         : 2.0.0    , installed 2.0.0
                  Adapter    "iot"          : 2.0.11   , installed 2.0.11
                  Adapter    "jarvis"       : 3.1.8    , installed 3.1.8
                  Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                  Controller "js-controller": 5.0.16   , installed 5.0.16
                  Adapter    "meross"       : 1.15.1   , installed 1.15.1
                  Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                  Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                  Adapter    "nina"         : 0.0.25   , installed 0.0.25
                  Adapter    "parser"       : 2.0.7    , installed 2.0.7
                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                  Adapter    "proxy"        : 1.3.2    , installed 1.3.2
                  Adapter    "psa"          : 0.0.11   , installed 0.0.12
                  Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                  Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                  Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                  Adapter    "starline"     : 1.1.3    , installed 1.1.3
                  Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                  Adapter    "telegram"     : 3.0.0    , installed 2.0.1  [Updatable]
                  Adapter    "text2command" : 3.0.2    , installed 3.0.2
                  Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                  Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                  Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                  Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                  Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                  Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                  Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                  Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                  Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                  Adapter    "vis-material" : 0.1.3    , installed 0.1.3
                  Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                  Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                  Adapter    "web"          : 6.1.10   , installed 6.1.10
                  Adapter    "ws"           : 2.5.8    , installed 2.5.8
                  Adapter    "yr"           : 5.3.0    , installed 5.3.0
                  Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        25038
                  States:         20414
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_18.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:8400            0.0.0.0:*               LISTEN      1001       21419      2373/io.jarvis.0
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14404      493/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14379      467/cupsd
                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       14264      1104/io.mqtt.0
                  tcp        0      0 0.0.0.0:1893            0.0.0.0:*               LISTEN      1001       14175      1028/io.sonoff.0
                  tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       14588      545/iobroker.js-con
                  tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      116        10816      478/redis-server 12
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14869      698/io.admin.2
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       14280      1119/io.web.0
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14406      493/sshd: /usr/sbin
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14378      467/cupsd
                  tcp6       0      0 :::3000                 :::*                    LISTEN      1001       23143      2121/io.fullybrowse
                  tcp6       0      0 :::8099                 :::*                    LISTEN      1001       23516      2434/io.simple-api.
                  tcp6       0      0 ::1:6379                :::*                    LISTEN      116        10817      478/redis-server 12
                  udp        0      0 0.0.0.0:36256           0.0.0.0:*                           1001       21786      1613/io.broadlink2.
                  udp        0      0 0.0.0.0:60987           0.0.0.0:*                           1001       20598      1613/io.broadlink2.
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12157      769/dhcpcd
                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          13626      496/cups-browsed
                  udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       20595      1613/io.broadlink2.
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13504      364/avahi-daemon: r
                  udp        0      0 0.0.0.0:48526           0.0.0.0:*                           108        13506      364/avahi-daemon: r
                  udp6       0      0 :::57783                :::*                                108        13507      364/avahi-daemon: r
                  udp6       0      0 :::546                  :::*                                0          12169      769/dhcpcd
                  udp6       0      0 :::5353                 :::*                                108        13505      364/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-12-10 11:45:16.113  - info: host.iobrokermaster iobroker upload [0] tuya.admin /opt/iobroker/node_modules/iobroker.tuya/admin/words.js words.js application/javascript
                  2023-12-10 11:45:17.155  - info: host.iobrokermaster iobroker exit 0
                  2023-12-10 11:45:50.171  - info: host.iobrokermaster Updating repository "Stable (default)" under "http://download.iobroker.net/sources-dist.json"
                  2023-12-10 11:51:57.166  - info: javascript.0 (915) script.js.Meine_Geraete.Astrotag_Night: neue Tagezeit: Mittag
                  2023-12-10 11:51:57.168  - info: javascript.0 (915) script.js.Meine_Geraete.Astrotag_Night: nächste kommende Tagezeit: Nachmittag
                  2023-12-10 11:59:00.603  - info: host.iobrokermaster instance system.adapter.yr.0 started with pid 24957
                  2023-12-10 11:59:48.870  - info: host.iobrokermaster instance system.adapter.yr.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-12-10 12:00:00.541  - info: host.iobrokermaster instance system.adapter.dwd.0 started with pid 27411
                  2023-12-10 12:00:04.590  - info: dwd.0 (27411) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.19.0, js-controller: 5.0.16
                  2023-12-10 12:00:07.822  - info: dwd.0 (27411) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2023-12-10 12:00:08.373  - info: host.iobrokermaster instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2023-12-10 12:01:00.059  - info: tankerkoenig.0 (1720) Scheduled restart.
                  2023-12-10 12:01:00.066  - info: tankerkoenig.0 (1720) terminating
                  2023-12-10 12:01:00.069  - info: tankerkoenig.0 (1720) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                  2023-12-10 12:01:00.576  - info: tankerkoenig.0 (1720) terminating
                  2023-12-10 12:01:00.623  - warn: tankerkoenig.0 (1720) Could not perform strict object check of state tankerkoenig.0.stations.adapterStatus: DB closed
                  2023-12-10 12:01:01.210  - info: host.iobrokermaster instance system.adapter.tankerkoenig.0 scheduled normal terminated and will be restarted on schedule.
                  2023-12-10 12:01:01.212  - info: host.iobrokermaster Restart adapter system.adapter.tankerkoenig.0 because enabled
                  2023-12-10 12:01:02.478  - info: host.iobrokermaster instance system.adapter.tankerkoenig.0 started with pid 29149
                  2023-12-10 12:01:06.161  - info: tankerkoenig.0 (29149) starting. Version 3.3.7 in /opt/iobroker/node_modules/iobroker.tankerkoenig, node: v18.19.0, js-controller: 5.0.16
                  2023-12-10 12:01:06.405  - info: tankerkoenig.0 (29149) Adapter is already in daemon mode
                  2023-12-10 12:01:06.407  - info: tankerkoenig.0 (29149) Sync time set to 30 minutes or 1800000 ms
                  2023-12-10 12:01:14.416  - info: tankerkoenig.0 (29149) Start first request
                  2023-12-10 12:07:40.619  - info: javascript.0 (915) script.js.Meine_Geraete.Bewegung_Speisekammer: Speisekammer offen
                  2023-12-10 12:08:22.271  - info: javascript.0 (915) script.js.common.Lichtauswertung: Speisekammer Licht ausgeschaltet.
                  
                  
                  ============ Mark until here for C&P =============
                  
                  iob diag has finished.
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Bibo*13 last edited by Thomas Braun

                    @bibo-13

                    sudo systemctl set-default multi-user.target
                    

                    Installier diese Adapter nochmal (oder schmeiß sie raus):

                    npm ERR! invalid: iobroker.alexa2@3.26.3 /opt/iobroker/node_modules/iobroker.alexa2
                    
                    npm ERR! invalid: iobroker.cameras@1.3.0 /opt/iobroker/node_modules/iobroker.cameras
                    
                    npm ERR! invalid: iobroker.fully-tablet-control@0.3.6-1 /opt/iobroker/node_modules/iobroker.fully-tablet-control
                    
                    npm ERR! invalid: iobroker.homepilot20@0.0.32 /opt/iobroker/node_modules/iobroker.homepilot20
                    
                    npm ERR! invalid: iobroker.vis-materialdesign@0.5.94 /opt/iobroker/node_modules/iobroker.vis-materialdesign
                    
                    B 1 Reply Last reply Reply Quote 0
                    • B
                      Bibo*13 @Thomas Braun last edited by

                      @thomas-braun
                      was bewirkt das sudo systemctl set-default multi-user.target

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Bibo*13 last edited by Thomas Braun

                        @bibo-13

                        Das bewirkt, das die Meldung mit dem nicht startenden Service lightdm.service verschwindet.

                        B 1 Reply Last reply Reply Quote 0
                        • B
                          Bibo*13 @Thomas Braun last edited by

                          @thomas-braun Ok dann installiere ich diese Adapter noch einmal. Ist es besser sie vorher zu deinstallieren?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Bibo*13 last edited by

                            @bibo-13 sagte in Adapter Install für Telegram funktioniert nicht.:

                            Ist es besser sie vorher zu deinstallieren?

                            Nein. Einfach drüber installieren. Kommen die alle aus dem github? Werden die überhaupt verwendet?

                            B 2 Replies Last reply Reply Quote 0
                            • B
                              Bibo*13 @Thomas Braun last edited by

                              @thomas-braun ja bis auf cameras sind alle aktiv

                              1 Reply Last reply Reply Quote 0
                              • B
                                Bibo*13 @Thomas Braun last edited by

                                @thomas-braun
                                Den ersten Adapter Alexa2 ausprobiert das gleiche mit den NPM Errors

                                host.iobrokermaster
                                2023-12-10 12:37:47.757	info	stopInstance system.adapter.alexa2.0 send kill signal
                                host.iobrokermaster
                                2023-12-10 12:37:47.747	info	stopInstance system.adapter.alexa2.0 (force=false, process=true)
                                host.iobrokermaster
                                2023-12-10 12:37:47.630	info	iobroker Update "system.adapter.alexa2.0"
                                host.iobrokermaster
                                2023-12-10 12:37:47.348	info	iobroker npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-10T11_34_11_619Z-debug-0.log
                                host.iobrokermaster
                                2023-12-10 12:37:47.341	info	iobroker npm ERR! notsup Unsupported platform for @img/sharp-win32-x64@0.33.0: wanted {"os":"win32","cpu":"x64"} (current: {"os":"linux","cpu":"arm"})npm ERR! notsup Valid os: win32npm ERR! notsup Actual os: linuxnpm ERR! notsup Valid cpu: x64npm ERR! notsup Actual cpu: arm
                                host.iobrokermaster
                                2023-12-10 12:37:47.330	info	iobroker npm ERR! code EBADPLATFORM
                                host.iobrokermaster
                                2023-12-10 12:34:10.135	info	iobroker NPM version: 10.2.3Installing iobroker.alexa2@3.26.3... (System call)
                                host.iobrokermaster
                                2023-12-10 12:34:08.453	info	iobroker Update alexa2 from @3.26.3 to @3.26.3
                                host.iobrokermaster
                                2023-12-10 12:34:04.202	info	iobroker upgrade alexa2@3.26.3 --debug
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Bibo*13 last edited by

                                  @bibo-13

                                  Die Meldungen kommen ja auch nicht von dem Adapter, die hängen da generell in der Pipeline.
                                  Ist die 'invalid'-Eintragung denn jetzt weg?

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    Bibo*13 @Thomas Braun last edited by

                                    @thomas-braun

                                    ja bis auf da bin ich noch dran. Aber keine Ahnung was cli socksv5 oder cliff sein sein:

                                    Errors in npm tree:
                                    npm ERR! code ELSPROBLEMS
                                    npm ERR! invalid: iobroker.homepilot20@0.0.32 /opt/iobroker/node_modules/iobroker.homepilot20
                                    npm ERR! invalid: socksv5@0.0.6 /opt/iobroker/node_modules/socksv5
                                    npm ERR! missing: cli@0.4.x, required by ipv6@3.1.1
                                    npm ERR! missing: cliff@0.1.x, required by ipv6@3.1.1
                                    
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Bibo*13 last edited by

                                      @bibo-13

                                      https://forum.iobroker.net/topic/69758/update-js-controller-nodejs-is-not-correctly-installed/35?_=1702205201927

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        Bibo*13 @Thomas Braun last edited by

                                        @thomas-braun
                                        So der Homepilot20 invalid ist jetzt auch weg.
                                        was kann/muß ich jetzt noch machen?

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

                                          @bibo-13

                                          Zeig mal

                                          cd /opt/iobroker
                                          npm ls 
                                          
                                          B 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Bibo*13 last edited by

                                            @bibo-13

                                            Und

                                            iob update
                                            
                                            B 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

                                            804
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            31
                                            1160
                                            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