Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IOB nicht erreichbar, per Putty schon. *gelöst*

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    827

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    622

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

IOB nicht erreichbar, per Putty schon. *gelöst*

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
26 Beiträge 4 Kommentatoren 693 Aufrufe 4 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G gluecksmann

    @bahnuhr sagte in IOB nicht erreichbar, script für gute Frage:

    iob diag

    node:internal/modules/cjs/loader:1024
      throw err;
      ^
    
    Error: Cannot find module './lib/setup'
    Require stack:
    - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
        at Function.Module._load (node:internal/modules/cjs/loader:866:27)
        at Module.require (node:internal/modules/cjs/loader:1093:19)
        at require (node:internal/modules/cjs/helpers:108:18)
        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
        at Module._compile (node:internal/modules/cjs/loader:1191:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
        at Module.load (node:internal/modules/cjs/loader:1069:32)
        at Function.Module._load (node:internal/modules/cjs/loader:904:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
      code: 'MODULE_NOT_FOUND',
      requireStack: [ '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]
    }
    
    
    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #4

    @gluecksmann

    cd /opt/iobroker
    
    iobroker fix
    sudo -H -u iobroker npm install iobroker.js-controller
    

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    1 Antwort Letzte Antwort
    0
    • G Offline
      G Offline
      gluecksmann
      schrieb am zuletzt editiert von gluecksmann
      #5

      @glasfaser

      Scheinbar muss ich was updaten?!

      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
      npm WARN skipping integrity check for git dependency ssh://git@github.com/inventwo/ioBroker.vis-icontwo.git
      npm WARN skipping integrity check for git dependency ssh://git@github.com/ioBroker/ioBroker.icons-ultimate-png.git
      npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
      npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
      npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
      npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
      npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
      npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
      npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
      npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
      npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated axios@0.20.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
      npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
      npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
      
      added 4 packages, removed 14 packages, and changed 1672 packages in 16m
      
      147 packages are looking for funding
        run `npm fund` for details
      
      
      GlasfaserG 1 Antwort Letzte Antwort
      0
      • G gluecksmann

        @glasfaser

        Scheinbar muss ich was updaten?!

        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
        npm WARN skipping integrity check for git dependency ssh://git@github.com/inventwo/ioBroker.vis-icontwo.git
        npm WARN skipping integrity check for git dependency ssh://git@github.com/ioBroker/ioBroker.icons-ultimate-png.git
        npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
        npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
        npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
        npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
        npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
        npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
        npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
        npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
        npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
        npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
        npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
        npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
        npm WARN deprecated axios@0.20.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
        npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
        npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
        
        added 4 packages, removed 14 packages, and changed 1672 packages in 16m
        
        147 packages are looking for funding
          run `npm fund` for details
        
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #6

        @gluecksmann

        Nix ... machen .. alles Reklame !!

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        G 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @gluecksmann

          Nix ... machen .. alles Reklame !!

          G Offline
          G Offline
          gluecksmann
          schrieb am zuletzt editiert von
          #7

          @glasfaser

          OK, aber klappt noch nicht...

          GlasfaserG 1 Antwort Letzte Antwort
          0
          • G gluecksmann

            @glasfaser

            OK, aber klappt noch nicht...

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #8

            @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

            OK, aber klappt noch nicht...

            Was klappt nicht !

            Mache mal

            sudo reboot
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            1 Antwort Letzte Antwort
            0
            • G gluecksmann

              Hallo, ich hoffe ich kann jetzt beschreiben was das Problem ist...mein IOB ist aktuell nicht erreichbar. Über Putty komme ich ran... Es gab doch so ne Art Script das die benötigten Informationen übersichtlich zusammenträgt, das das nicht wieder endlose Fragen werden...

              GlasfaserG Offline
              GlasfaserG Offline
              Glasfaser
              schrieb am zuletzt editiert von
              #9

              @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

              ..mein IOB ist aktuell nicht erreichbar.

              Was hast du gemacht !?

              Update .. oder ... !?

              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

              G 1 Antwort Letzte Antwort
              0
              • G Offline
                G Offline
                gluecksmann
                schrieb am zuletzt editiert von
                #10

                @glasfaser

                Hab, was mir empfohlen wurde folgendes gemacht...

                iob stop
                
                sudo apt update
                
                sudo apt full-upgrade
                                            
                sudo reboot
                

                weil man das wohl ab und an machen soll....um alles frisch zu halten

                GlasfaserG 1 Antwort Letzte Antwort
                0
                • G gluecksmann

                  @glasfaser

                  Hab, was mir empfohlen wurde folgendes gemacht...

                  iob stop
                  
                  sudo apt update
                  
                  sudo apt full-upgrade
                                              
                  sudo reboot
                  

                  weil man das wohl ab und an machen soll....um alles frisch zu halten

                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #11

                  @gluecksmann
                  Ja .. alles gut !

                  aber was ist jetzt mit ioBroker !? Lüppt es jetzt

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  1 Antwort Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                    ..mein IOB ist aktuell nicht erreichbar.

                    Was hast du gemacht !?

                    Update .. oder ... !?

                    G Offline
                    G Offline
                    gluecksmann
                    schrieb am zuletzt editiert von
                    #12

                    @glasfaser

                    jetzt funktioniert es wieder...war wohl zu ungeduldig..ist ja weiterhin so das bei mir Adapterupdates schon mal ne halbe Stunde brauchen...

                    GlasfaserG 1 Antwort Letzte Antwort
                    0
                    • G gluecksmann

                      @glasfaser

                      jetzt funktioniert es wieder...war wohl zu ungeduldig..ist ja weiterhin so das bei mir Adapterupdates schon mal ne halbe Stunde brauchen...

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von
                      #13

                      @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                      jetzt funktioniert es wieder...

                      sehr gut !

                      jetzt zeige mal die Full Ausgabe :

                      iob diag
                      

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      G 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                        jetzt funktioniert es wieder...

                        sehr gut !

                        jetzt zeige mal die Full Ausgabe :

                        iob diag
                        
                        G Offline
                        G Offline
                        gluecksmann
                        schrieb am zuletzt editiert von
                        #14

                        @glasfaser sagte in IOB nicht erreichbar, per Putty schon.:

                        iob diag

                        ======================= SUMMARY =======================
                                             v.2023-04-16
                        
                        
                        Operatingsystem:        Raspbian GNU/Linux 10 (buster)
                        Kernel:                 5.10.103-v7l+
                        Installation:           Native
                        Timezone:               Europe/Berlin (CEST, +0200)
                        User-ID:                1000
                        X-Server:               false
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     0
                        Pending iob updates:    6
                        
                        Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                /usr/bin/node           v16.19.1
                                                /usr/bin/npm            8.19.3
                                                /usr/bin/npx            8.19.3
                        
                        Recommended versions are nodejs 18.x.y and npm 9.x.y
                        Your nodejs installation is correct
                        
                        MEMORY:
                                      total        used        free      shared  buff/cache   available
                        Mem:           7.9G        1.6G        5.7G        8.0M        564M        6.5G
                        Swap:           99M          0B         99M
                        Total:         8.0G        1.6G        5.8G
                        
                        Active iob-Instances:   32
                        Active repo(s): stable
                        
                        ioBroker Core:          js-controller           4.0.24
                                                admin                   6.3.5
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects:                11010
                        States:                 9062
                        
                        Size of iob-Database:
                        
                        22M     /opt/iobroker/iobroker-data/objects.jsonl
                        12M     /opt/iobroker/iobroker-data/objects.json.migrated
                        12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                        6.1M    /opt/iobroker/iobroker-data/states.jsonl
                        2.4M    /opt/iobroker/iobroker-data/states.json.migrated
                        2.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                        0       /opt/iobroker/iobroker-data/states.json.broken
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        
                        
                        GlasfaserG 1 Antwort Letzte Antwort
                        0
                        • G gluecksmann

                          @glasfaser sagte in IOB nicht erreichbar, per Putty schon.:

                          iob diag

                          ======================= SUMMARY =======================
                                               v.2023-04-16
                          
                          
                          Operatingsystem:        Raspbian GNU/Linux 10 (buster)
                          Kernel:                 5.10.103-v7l+
                          Installation:           Native
                          Timezone:               Europe/Berlin (CEST, +0200)
                          User-ID:                1000
                          X-Server:               false
                          Boot Target:            graphical.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    6
                          
                          Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                  /usr/bin/node           v16.19.1
                                                  /usr/bin/npm            8.19.3
                                                  /usr/bin/npx            8.19.3
                          
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct
                          
                          MEMORY:
                                        total        used        free      shared  buff/cache   available
                          Mem:           7.9G        1.6G        5.7G        8.0M        564M        6.5G
                          Swap:           99M          0B         99M
                          Total:         8.0G        1.6G        5.8G
                          
                          Active iob-Instances:   32
                          Active repo(s): stable
                          
                          ioBroker Core:          js-controller           4.0.24
                                                  admin                   6.3.5
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                11010
                          States:                 9062
                          
                          Size of iob-Database:
                          
                          22M     /opt/iobroker/iobroker-data/objects.jsonl
                          12M     /opt/iobroker/iobroker-data/objects.json.migrated
                          12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                          6.1M    /opt/iobroker/iobroker-data/states.jsonl
                          2.4M    /opt/iobroker/iobroker-data/states.json.migrated
                          2.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                          0       /opt/iobroker/iobroker-data/states.json.broken
                          
                          
                          
                          =================== END OF SUMMARY ====================
                          
                          
                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von
                          #15

                          @gluecksmann

                          das ist nur die Zusammenfassung, die Full ist am anfang .

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          CodierknechtC G 2 Antworten Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @gluecksmann

                            das ist nur die Zusammenfassung, die Full ist am anfang .

                            CodierknechtC Offline
                            CodierknechtC Offline
                            Codierknecht
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #16

                            @glasfaser sagte in IOB nicht erreichbar, per Putty schon.:

                            das ist nur die Zusammenfassung, die Full ist am anfang .

                            Reicht aber schon um zu sehen, dass hier eine veraltete Installation am Start ist.

                            @gluecksmann Buster ist tot, installier da Bullseye.
                            Und dann dabei auch das Target umstellen auf MultiUser.

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            GlasfaserG G 2 Antworten Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @gluecksmann

                              das ist nur die Zusammenfassung, die Full ist am anfang .

                              G Offline
                              G Offline
                              gluecksmann
                              schrieb am zuletzt editiert von Homoran
                              #17

                              @glasfaser

                              Skript v.2023-04-16
                              
                              *** BASE SYSTEM ***
                              Model           : Raspberry Pi 4 Model B Rev 1.4
                              Architecture    : armv7l
                              Docker          : false
                              Virtualization  : none
                              Distributor ID: Raspbian
                              Description:    Raspbian GNU/Linux 10 (buster)
                              Release:        10
                              Codename:       buster
                              
                              PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                              NAME="Raspbian GNU/Linux"
                              VERSION_ID="10"
                              VERSION="10 (buster)"
                              VERSION_CODENAME=buster
                              ID=raspbian
                              ID_LIKE=debian
                              HOME_URL="http://www.raspbian.org/"
                              SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                              BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                              
                              Systemuptime and Load:
                               22:31:31 up 14 min,  1 user,  load average: 0.52, 1.06, 0.81
                              CPU threads: 4
                              
                              Raspberry only:
                              throttled=0x0
                              Other values than 0x0 hint to temperature/voltage problems
                              temp=63.3'C
                              volt=0.8500V
                              
                              *** Time and Time Zones ***
                                             Local time: Sun 2023-04-16 22:31:31 CEST
                                         Universal time: Sun 2023-04-16 20:31:31 UTC
                                               RTC time: n/a
                                              Time zone: Europe/Berlin (CEST, +0200)
                              System clock synchronized: yes
                                            NTP service: active
                                        RTC in local TZ: no
                              
                              *** User and Groups ***
                              pi
                              /home/pi
                              pi adm dialout cdrom sudo audio video plugdev games users input netdev 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        1.6G        5.7G        8.0M        565M        6.5G
                              Swap:           99M          0B         99M
                              Total:         8.0G        1.6G        5.8G
                              
                                       7898 M total memory
                                       1629 M used memory
                                        285 M active memory
                                       1787 M inactive memory
                                       5703 M free memory
                                        104 M buffer memory
                                        461 M swap cache
                                         99 M total swap
                                          0 M used swap
                                         99 M free swap
                              
                              Raspberry only:
                              oom events: 0
                              lifetime oom required: 0 Mbytes
                              total time in oom handler: 0 ms
                              max time spent in oom handler: 0 ms
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              /dev/root      ext4       29G   10G   18G  36% /
                              devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                              tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                              tmpfs          tmpfs     3.9G  8.5M  3.9G   1% /run
                              tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                              tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
                              /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
                              tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Sun Apr 16 22:17:18 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:3D:9B:6E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  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 Apr 16 22:17:19 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                              [Sun Apr 16 22:17:19 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                              [Sun Apr 16 22:17:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                              
                              Show mounted filesystems (real ones only):
                              TARGET        SOURCE         FSTYPE OPTIONS
                              /             /dev/mmcblk0p2 ext4   rw,noatime
                              |-/sys/fs/bpf none           bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                              `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                              
                              Files in neuralgic directories:
                              
                              /var:
                              408M    /var/
                              117M    /var/lib
                              112M    /var/log
                              76M     /var/cache
                              69M     /var/lib/apt/lists
                              
                              Archived and active journals take up 8.0M in the file system.
                              
                              /opt/iobroker/backups:
                              85M     /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              554M    /opt/iobroker/iobroker-data/
                              270M    /opt/iobroker/iobroker-data/files
                              140M    /opt/iobroker/iobroker-data/backup-objects
                              87M     /opt/iobroker/iobroker-data/sonosCache
                              51M     /opt/iobroker/iobroker-data/files/javascript.admin
                              
                              The five largest files in iobroker-data are:
                              33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                              22M     /opt/iobroker/iobroker-data/objects.jsonl
                              19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                              12M     /opt/iobroker/iobroker-data/objects.json.migrated
                              12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v16.19.1
                              /usr/bin/node           v16.19.1
                              /usr/bin/npm            8.19.3
                              /usr/bin/npx            8.19.3
                              
                              
                              nodejs:
                                Installed: 16.19.1-deb-1nodesource1
                                Candidate: 16.19.1-deb-1nodesource1
                                Version table:
                               *** 16.19.1-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                      100 /var/lib/dpkg/status
                                   10.24.0~dfsg-1~deb10u3 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              
                              Temp directories causing npm8 problem: 0
                              No problems detected
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              MULTIHOSTSERVICE/enabled: false
                              
                              Core adapters versions
                              js-controller:  4.0.24
                              admin:          6.3.5
                              javascript:     6.1.4
                              
                              npm ERR! code ELSPROBLEMS
                              npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                              npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                              npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                              npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                              npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                              npm ERR! invalid: iobroker.icons-ultimate-png@1.0.1 /opt/iobroker/node_modules/iobroker.icons-ultimate-png
                              npm ERR! invalid: iobroker.vis-icontwo@0.90.0 /opt/iobroker/node_modules/iobroker.vis-icontwo
                              npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                              npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                              npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                              npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                              npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/pi/.npm/_logs/2023-04-16T20_31_54_097Z-debug-0.log
                              Adapters from github:   3
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                system.adapter.backitup.0               : backitup              : raspberrypi                              - disabled
                              + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
                              + system.adapter.broadlink2.0             : broadlink2            : raspberrypi                              -  enabled
                                system.adapter.chromecast.0             : chromecast            : raspberrypi                              - disabled
                                system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                              + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                              + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                              + system.adapter.govee.0                  : govee                 : raspberrypi                              -  enabled
                              + system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              -  enabled
                                system.adapter.history.0                : history               : raspberrypi                              - disabled
                              + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                                system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                              + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                              + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                              + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                              + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
                              + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
                                system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                              + system.adapter.musiccast.0              : musiccast             : raspberrypi                              -  enabled
                              + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                              + system.adapter.netatmo.0                : netatmo               : raspberrypi                              -  enabled
                              + system.adapter.philips-air.0            : philips-air           : raspberrypi                              -  enabled
                              + system.adapter.philips-air.1            : philips-air           : raspberrypi                              -  enabled
                                system.adapter.philips-tv.0             : philips-tv            : raspberrypi                              - disabled
                              + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                              + system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              -  enabled
                              + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
                              + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                              + system.adapter.smartcontrol.0           : smartcontrol          : raspberrypi                              -  enabled
                              + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                              + system.adapter.sonos.0                  : sonos                 : raspberrypi                              -  enabled
                              + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                              + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                                system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                              + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              -  enabled
                                system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                                system.adapter.vis-players.0            : vis-players           : raspberrypi                              -  enabled
                                system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                                system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                              + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                              + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                              + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                              + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                              
                              ioBroker-Repositories
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): stable
                              
                              Installed ioBroker-Instances
                              Used repository: stable
                              Adapter    "admin"        : 6.3.5    , installed 6.3.5
                              Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                              Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                              Adapter    "backitup"     : 2.6.16   , installed 2.5.12 [Updatable]
                              Adapter    "ble"          : 0.13.0   , installed 0.13.0
                              Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                              Adapter    "chromecast"   : 3.0.3    , installed 2.3.1  [Updatable]
                              Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
                              Adapter    "devices"      : 1.1.2    , installed 1.1.2
                              Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                              Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                              Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                              Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
                              Adapter    "history"      : 2.2.4    , installed 2.2.4
                              Adapter    "hue"          : 3.7.1    , installed 3.7.1
                              Adapter    "ical"         : 1.13.2   , installed 1.13.2
                              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                              Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                              Adapter    "info"         : 1.9.19   , installed 1.9.19
                              Adapter    "iot"          : 1.14.2   , installed 1.14.2
                              Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                              Controller "js-controller": 4.0.24   , installed 4.0.24
                              Adapter    "meross"       : 1.14.0   , installed 1.14.0
                              Adapter    "mielecloudservice": 6.4.0, installed 6.4.0
                              Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                              Adapter    "musiccast"    : 0.1.5    , installed 0.2.2
                              Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                              Adapter    "netatmo"      : 2.0.5    , installed 2.0.5
                              Adapter    "philips-air"  : 1.0.1    , installed 1.0.1
                              Adapter    "philips-tv"   : 0.5.3    , installed 0.5.3
                              Adapter    "ping"         : 1.5.3    , installed 1.5.3
                              Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                              Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                              Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                              Adapter    "shuttercontrol": 1.4.23  , installed 1.4.18 [Updatable]
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "smartcontrol" : 1.3.2    , installed 1.2.1  [Updatable]
                              Adapter    "socketio"     : 4.2.0    , installed 6.1.7
                              Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                              Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                              Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                              Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                              Adapter    "vis"          : 1.4.16   , installed 1.4.15 [Updatable]
                              Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                              Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                              Adapter    "vis-icontwo"  : 0.93.0   , installed 0.90.0 [Updatable]
                              Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                              Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                              Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                              Adapter    "web"          : 4.3.0    , installed 5.2.3
                              Adapter    "ws"           : 1.3.0    , installed 2.1.2
                              Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        11010
                              States:         9062
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                              Hit:2 https://deb.nodesource.com/node_16.x buster InRelease
                              Hit:3 http://archive.raspberrypi.org/debian buster 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          17935      651/sshd
                              tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16045      393/cupsd
                              tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       20949      1045/io.sonoff.0
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       19578      642/iobroker.js-con
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18195      642/iobroker.js-con
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18264      721/io.admin.0
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27821      2288/io.web.0
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          17937      651/sshd
                              tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16044      393/cupsd
                              tcp6       0      0 :::3500                 :::*                    LISTEN      1001       20101      1029/io.sonos.0
                              udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       21777      1076/io.tuya.0
                              udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       21778      1076/io.tuya.0
                              udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16097      640/dhcpcd
                              udp        0      0 0.0.0.0:41038           0.0.0.0:*                           1001       19370      949/io.philips-air.
                              udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          16073      480/cups-browsed
                              udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       22505      1369/io.musiccast.0
                              udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27576      2786/io.broadlink2.
                              udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14981      387/avahi-daemon: r
                              udp        0      0 0.0.0.0:49935           0.0.0.0:*                           1001       21752      1061/io.philips-air
                              udp        0      0 0.0.0.0:47902           0.0.0.0:*                           108        14983      387/avahi-daemon: r
                              udp        0      0 0.0.0.0:37188           0.0.0.0:*                           1001       29782      2786/io.broadlink2.
                              udp6       0      0 :::546                  :::*                                0          16109      640/dhcpcd
                              udp6       0      0 :::5353                 :::*                                108        14982      387/avahi-daemon: r
                              udp6       0      0 :::46429                :::*                                108        14984      387/avahi-daemon: r
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-04-16 22:28:49.458  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                              2023-04-16 22:29:52.353  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                              2023-04-16 22:30:00.121  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 20228
                              2023-04-16 22:30:03.061  - info: dwd.0 (20228) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v16.19.1, js-controller: 4.0.24
                              2023-04-16 22:30:04.151  - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 20456
                              2023-04-16 22:30:04.724  - info: dwd.0 (20228) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              2023-04-16 22:30:05.259  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2023-04-16 22:30:07.054  - info: daswetter.0 (20456) starting. Version 3.1.7 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.1, js-controller: 4.0.24
                              2023-04-16 22:30:08.187  - info: host.raspberrypi instance system.adapter.ical.0 started with pid 20495
                              2023-04-16 22:30:12.087  - info: ical.0 (20495) starting. Version 1.13.2 in /opt/iobroker/node_modules/iobroker.ical, node: v16.19.1, js-controller: 4.0.24
                              2023-04-16 22:30:13.822  - info: ical.0 (20495) processing GELOESCHT basic.ics
                              2023-04-16 22:30:20.371  - info: ical.0 (20495) Terminated (NO_ERROR): Without reason
                              2023-04-16 22:30:20.905  - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                              2023-04-16 22:30:21.555  - info: daswetter.0 (20456) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                              2023-04-16 22:30:22.071  - info: daswetter.0 (20456) cleaned everything up...
                              2023-04-16 22:30:22.085  - info: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              2023-04-16 22:30:55.779  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                              2023-04-16 22:31:21.908  - error: gruenbeck.0 (1200) https://prod-eu-gruenbeck-api.azurewebsites.net/api/devices/softliQ.C/GELOESCHT/realtime/enter?api-version=2020-08-03
                              2023-04-16 22:31:21.909  - error: gruenbeck.0 (1200) AxiosError: Request failed with status code 404
                              2023-04-16 22:31:21.910  - error: gruenbeck.0 (1200) Failed enter SD
                              2023-04-16 22:31:21.910  - info: gruenbeck.0 (1200) Relogin
                              2023-04-16 22:31:22.208  - info: gruenbeck.0 (1200) Login step 1
                              2023-04-16 22:31:22.575  - info: gruenbeck.0 (1200) Login step 2
                              2023-04-16 22:31:23.028  - info: gruenbeck.0 (1200) Login successful
                              2023-04-16 22:31:59.134  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                              

                              MOD-EDIT: private Daten gelöscht!

                              GlasfaserG 1 Antwort Letzte Antwort
                              0
                              • CodierknechtC Codierknecht

                                @glasfaser sagte in IOB nicht erreichbar, per Putty schon.:

                                das ist nur die Zusammenfassung, die Full ist am anfang .

                                Reicht aber schon um zu sehen, dass hier eine veraltete Installation am Start ist.

                                @gluecksmann Buster ist tot, installier da Bullseye.
                                Und dann dabei auch das Target umstellen auf MultiUser.

                                GlasfaserG Offline
                                GlasfaserG Offline
                                Glasfaser
                                schrieb am zuletzt editiert von
                                #18

                                @codierknecht sagte in IOB nicht erreichbar, per Putty schon.:

                                Reicht aber schon um zu sehen, dass hier eine veraltete Installation am Start ist.

                                Jein ...

                                was mich wundert ... ich sehe da kein Backitup

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                G 1 Antwort Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @codierknecht sagte in IOB nicht erreichbar, per Putty schon.:

                                  Reicht aber schon um zu sehen, dass hier eine veraltete Installation am Start ist.

                                  Jein ...

                                  was mich wundert ... ich sehe da kein Backitup

                                  G Offline
                                  G Offline
                                  gluecksmann
                                  schrieb am zuletzt editiert von
                                  #19

                                  @glasfaser

                                  Das habe ich aber eigendlich....

                                  GlasfaserG 1 Antwort Letzte Antwort
                                  0
                                  • G gluecksmann

                                    @glasfaser

                                    Das habe ich aber eigendlich....

                                    GlasfaserG Offline
                                    GlasfaserG Offline
                                    Glasfaser
                                    schrieb am zuletzt editiert von
                                    #20

                                    @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                                    @glasfaser
                                    Das habe ich aber eigendlich....

                                    Alles gut ... deshalb wollte ich die Full Ausgabe sehen !!!

                                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                    G 1 Antwort Letzte Antwort
                                    0
                                    • G gluecksmann

                                      @glasfaser

                                      Skript v.2023-04-16
                                      
                                      *** BASE SYSTEM ***
                                      Model           : Raspberry Pi 4 Model B Rev 1.4
                                      Architecture    : armv7l
                                      Docker          : false
                                      Virtualization  : none
                                      Distributor ID: Raspbian
                                      Description:    Raspbian GNU/Linux 10 (buster)
                                      Release:        10
                                      Codename:       buster
                                      
                                      PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                      NAME="Raspbian GNU/Linux"
                                      VERSION_ID="10"
                                      VERSION="10 (buster)"
                                      VERSION_CODENAME=buster
                                      ID=raspbian
                                      ID_LIKE=debian
                                      HOME_URL="http://www.raspbian.org/"
                                      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                      
                                      Systemuptime and Load:
                                       22:31:31 up 14 min,  1 user,  load average: 0.52, 1.06, 0.81
                                      CPU threads: 4
                                      
                                      Raspberry only:
                                      throttled=0x0
                                      Other values than 0x0 hint to temperature/voltage problems
                                      temp=63.3'C
                                      volt=0.8500V
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Sun 2023-04-16 22:31:31 CEST
                                                 Universal time: Sun 2023-04-16 20:31:31 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      pi
                                      /home/pi
                                      pi adm dialout cdrom sudo audio video plugdev games users input netdev 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        1.6G        5.7G        8.0M        565M        6.5G
                                      Swap:           99M          0B         99M
                                      Total:         8.0G        1.6G        5.8G
                                      
                                               7898 M total memory
                                               1629 M used memory
                                                285 M active memory
                                               1787 M inactive memory
                                               5703 M free memory
                                                104 M buffer memory
                                                461 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 M free swap
                                      
                                      Raspberry only:
                                      oom events: 0
                                      lifetime oom required: 0 Mbytes
                                      total time in oom handler: 0 ms
                                      max time spent in oom handler: 0 ms
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       29G   10G   18G  36% /
                                      devtmpfs       devtmpfs  3.7G     0  3.7G   0% /dev
                                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                      tmpfs          tmpfs     3.9G  8.5M  3.9G   1% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
                                      /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
                                      tmpfs          tmpfs     790M     0  790M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Sun Apr 16 22:17:18 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:3D:9B:6E vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  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 Apr 16 22:17:19 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                      [Sun Apr 16 22:17:19 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Sun Apr 16 22:17:21 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                      
                                      Show mounted filesystems (real ones only):
                                      TARGET        SOURCE         FSTYPE OPTIONS
                                      /             /dev/mmcblk0p2 ext4   rw,noatime
                                      |-/sys/fs/bpf none           bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                                      `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      408M    /var/
                                      117M    /var/lib
                                      112M    /var/log
                                      76M     /var/cache
                                      69M     /var/lib/apt/lists
                                      
                                      Archived and active journals take up 8.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      85M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      554M    /opt/iobroker/iobroker-data/
                                      270M    /opt/iobroker/iobroker-data/files
                                      140M    /opt/iobroker/iobroker-data/backup-objects
                                      87M     /opt/iobroker/iobroker-data/sonosCache
                                      51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                      
                                      The five largest files in iobroker-data are:
                                      33M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.10538062.js.map
                                      22M     /opt/iobroker/iobroker-data/objects.jsonl
                                      19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.904d455f.js.map
                                      12M     /opt/iobroker/iobroker-data/objects.json.migrated
                                      12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v16.19.1
                                      /usr/bin/node           v16.19.1
                                      /usr/bin/npm            8.19.3
                                      /usr/bin/npx            8.19.3
                                      
                                      
                                      nodejs:
                                        Installed: 16.19.1-deb-1nodesource1
                                        Candidate: 16.19.1-deb-1nodesource1
                                        Version table:
                                       *** 16.19.1-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           10.24.0~dfsg-1~deb10u3 500
                                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      MULTIHOSTSERVICE/enabled: false
                                      
                                      Core adapters versions
                                      js-controller:  4.0.24
                                      admin:          6.3.5
                                      javascript:     6.1.4
                                      
                                      npm ERR! code ELSPROBLEMS
                                      npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                      npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                      npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                      npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                      npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                      npm ERR! invalid: iobroker.icons-ultimate-png@1.0.1 /opt/iobroker/node_modules/iobroker.icons-ultimate-png
                                      npm ERR! invalid: iobroker.vis-icontwo@0.90.0 /opt/iobroker/node_modules/iobroker.vis-icontwo
                                      npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                      npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                      npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                      npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                      npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/pi/.npm/_logs/2023-04-16T20_31_54_097Z-debug-0.log
                                      Adapters from github:   3
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                        system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                        system.adapter.backitup.0               : backitup              : raspberrypi                              - disabled
                                      + system.adapter.ble.0                    : ble                   : raspberrypi                              -  enabled
                                      + system.adapter.broadlink2.0             : broadlink2            : raspberrypi                              -  enabled
                                        system.adapter.chromecast.0             : chromecast            : raspberrypi                              - disabled
                                        system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                        system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                                        system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                                      + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                                      + system.adapter.govee.0                  : govee                 : raspberrypi                              -  enabled
                                      + system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              -  enabled
                                        system.adapter.history.0                : history               : raspberrypi                              - disabled
                                      + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                        system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                                      + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                      + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                      + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
                                      + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
                                        system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              - disabled, port: 54321
                                      + system.adapter.musiccast.0              : musiccast             : raspberrypi                              -  enabled
                                      + system.adapter.net-tools.0              : net-tools             : raspberrypi                              -  enabled
                                      + system.adapter.netatmo.0                : netatmo               : raspberrypi                              -  enabled
                                      + system.adapter.philips-air.0            : philips-air           : raspberrypi                              -  enabled
                                      + system.adapter.philips-air.1            : philips-air           : raspberrypi                              -  enabled
                                        system.adapter.philips-tv.0             : philips-tv            : raspberrypi                              - disabled
                                      + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                      + system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              -  enabled
                                      + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                                        system.adapter.shelly.0                 : shelly                : raspberrypi                              - disabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              -  enabled
                                      + system.adapter.smartcontrol.0           : smartcontrol          : raspberrypi                              -  enabled
                                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.sonos.0                  : sonos                 : raspberrypi                              -  enabled
                                      + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                                      + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                        system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              -  enabled
                                        system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                                      + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                        system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              -  enabled
                                        system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              -  enabled
                                        system.adapter.vis-players.0            : vis-players           : raspberrypi                              -  enabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              -  enabled
                                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                        system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                      + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/ttyACM0
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                      Adapter    "alias-manager": 1.2.4    , installed 1.2.6
                                      Adapter    "backitup"     : 2.6.16   , installed 2.5.12 [Updatable]
                                      Adapter    "ble"          : 0.13.0   , installed 0.13.0
                                      Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                                      Adapter    "chromecast"   : 3.0.3    , installed 2.3.1  [Updatable]
                                      Adapter    "daswetter"    : 3.1.7    , installed 3.1.7
                                      Adapter    "devices"      : 1.1.2    , installed 1.1.2
                                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                      Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                                      Adapter    "gruenbeck"    : 0.0.42   , installed 0.0.42
                                      Adapter    "history"      : 2.2.4    , installed 2.2.4
                                      Adapter    "hue"          : 3.7.1    , installed 3.7.1
                                      Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                      Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                                      Adapter    "iot"          : 1.14.2   , installed 1.14.2
                                      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                      Controller "js-controller": 4.0.24   , installed 4.0.24
                                      Adapter    "meross"       : 1.14.0   , installed 1.14.0
                                      Adapter    "mielecloudservice": 6.4.0, installed 6.4.0
                                      Adapter    "mihome-vacuum": 3.9.5    , installed 3.9.5
                                      Adapter    "musiccast"    : 0.1.5    , installed 0.2.2
                                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                      Adapter    "netatmo"      : 2.0.5    , installed 2.0.5
                                      Adapter    "philips-air"  : 1.0.1    , installed 1.0.1
                                      Adapter    "philips-tv"   : 0.5.3    , installed 0.5.3
                                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                      Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                      Adapter    "shelly"       : 6.3.1    , installed 6.3.1
                                      Adapter    "shuttercontrol": 1.4.23  , installed 1.4.18 [Updatable]
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "smartcontrol" : 1.3.2    , installed 1.2.1  [Updatable]
                                      Adapter    "socketio"     : 4.2.0    , installed 6.1.7
                                      Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                      Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                      Adapter    "tuya"         : 3.13.1   , installed 3.13.1
                                      Adapter    "vis"          : 1.4.16   , installed 1.4.15 [Updatable]
                                      Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                      Adapter    "vis-icontwo"  : 0.93.0   , installed 0.90.0 [Updatable]
                                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                      Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                      Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                      Adapter    "web"          : 4.3.0    , installed 5.2.3
                                      Adapter    "ws"           : 1.3.0    , installed 2.1.2
                                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        11010
                                      States:         9062
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Hit:2 https://deb.nodesource.com/node_16.x buster InRelease
                                      Hit:3 http://archive.raspberrypi.org/debian buster 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          17935      651/sshd
                                      tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16045      393/cupsd
                                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       20949      1045/io.sonoff.0
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       19578      642/iobroker.js-con
                                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       18195      642/iobroker.js-con
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18264      721/io.admin.0
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       27821      2288/io.web.0
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          17937      651/sshd
                                      tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16044      393/cupsd
                                      tcp6       0      0 :::3500                 :::*                    LISTEN      1001       20101      1029/io.sonos.0
                                      udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       21777      1076/io.tuya.0
                                      udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       21778      1076/io.tuya.0
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16097      640/dhcpcd
                                      udp        0      0 0.0.0.0:41038           0.0.0.0:*                           1001       19370      949/io.philips-air.
                                      udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          16073      480/cups-browsed
                                      udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       22505      1369/io.musiccast.0
                                      udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       27576      2786/io.broadlink2.
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14981      387/avahi-daemon: r
                                      udp        0      0 0.0.0.0:49935           0.0.0.0:*                           1001       21752      1061/io.philips-air
                                      udp        0      0 0.0.0.0:47902           0.0.0.0:*                           108        14983      387/avahi-daemon: r
                                      udp        0      0 0.0.0.0:37188           0.0.0.0:*                           1001       29782      2786/io.broadlink2.
                                      udp6       0      0 :::546                  :::*                                0          16109      640/dhcpcd
                                      udp6       0      0 :::5353                 :::*                                108        14982      387/avahi-daemon: r
                                      udp6       0      0 :::46429                :::*                                108        14984      387/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-04-16 22:28:49.458  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                                      2023-04-16 22:29:52.353  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                                      2023-04-16 22:30:00.121  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 20228
                                      2023-04-16 22:30:03.061  - info: dwd.0 (20228) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v16.19.1, js-controller: 4.0.24
                                      2023-04-16 22:30:04.151  - info: host.raspberrypi instance system.adapter.daswetter.0 started with pid 20456
                                      2023-04-16 22:30:04.724  - info: dwd.0 (20228) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                      2023-04-16 22:30:05.259  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2023-04-16 22:30:07.054  - info: daswetter.0 (20456) starting. Version 3.1.7 in /opt/iobroker/node_modules/iobroker.daswetter, node: v16.19.1, js-controller: 4.0.24
                                      2023-04-16 22:30:08.187  - info: host.raspberrypi instance system.adapter.ical.0 started with pid 20495
                                      2023-04-16 22:30:12.087  - info: ical.0 (20495) starting. Version 1.13.2 in /opt/iobroker/node_modules/iobroker.ical, node: v16.19.1, js-controller: 4.0.24
                                      2023-04-16 22:30:13.822  - info: ical.0 (20495) processing GELOESCHT basic.ics
                                      2023-04-16 22:30:20.371  - info: ical.0 (20495) Terminated (NO_ERROR): Without reason
                                      2023-04-16 22:30:20.905  - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                      2023-04-16 22:30:21.555  - info: daswetter.0 (20456) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                      2023-04-16 22:30:22.071  - info: daswetter.0 (20456) cleaned everything up...
                                      2023-04-16 22:30:22.085  - info: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                      2023-04-16 22:30:55.779  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                                      2023-04-16 22:31:21.908  - error: gruenbeck.0 (1200) https://prod-eu-gruenbeck-api.azurewebsites.net/api/devices/softliQ.C/GELOESCHT/realtime/enter?api-version=2020-08-03
                                      2023-04-16 22:31:21.909  - error: gruenbeck.0 (1200) AxiosError: Request failed with status code 404
                                      2023-04-16 22:31:21.910  - error: gruenbeck.0 (1200) Failed enter SD
                                      2023-04-16 22:31:21.910  - info: gruenbeck.0 (1200) Relogin
                                      2023-04-16 22:31:22.208  - info: gruenbeck.0 (1200) Login step 1
                                      2023-04-16 22:31:22.575  - info: gruenbeck.0 (1200) Login step 2
                                      2023-04-16 22:31:23.028  - info: gruenbeck.0 (1200) Login successful
                                      2023-04-16 22:31:59.134  - warn: fullybrowser.0 (1170) updateDeviceERROR 192.168.2.176
                                      

                                      MOD-EDIT: private Daten gelöscht!

                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von
                                      #21

                                      @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                                      system.adapter.backitup.0 : backitup : raspberrypi - disabled

                                      Aber , die die aus , warum !

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      G 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                                        system.adapter.backitup.0 : backitup : raspberrypi - disabled

                                        Aber , die die aus , warum !

                                        G Offline
                                        G Offline
                                        gluecksmann
                                        schrieb am zuletzt editiert von
                                        #22

                                        @glasfaser

                                        ich wünschte ich könnte diese Frage beantworten ;-) Hab es nicht ausgeschaltet...

                                        1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @gluecksmann sagte in IOB nicht erreichbar, per Putty schon.:

                                          @glasfaser
                                          Das habe ich aber eigendlich....

                                          Alles gut ... deshalb wollte ich die Full Ausgabe sehen !!!

                                          G Offline
                                          G Offline
                                          gluecksmann
                                          schrieb am zuletzt editiert von
                                          #23

                                          @glasfaser

                                          Sieht man da auch warum Adapter Updates bei mir ewig brauchen?

                                          GlasfaserG 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          583

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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