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. ioBroker hängt Sekunden, keine Daten auf Admin

NEWS

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

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

ioBroker hängt Sekunden, keine Daten auf Admin

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
79 Beiträge 9 Kommentatoren 8.7k Aufrufe 5 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.
  • Thomas BraunT Thomas Braun

    @domi920

    Doch, es schadet.

    Deine Stromversorgung ist wohl wackelig:

    Previously detected issues:
    ~ Under-voltage has occurred
    ~ Arm frequency capping has occurred
    ~ Throttling has occurred
    ~ Soft temperature limit has occurred
    

    X-Server: true

    ausschalten:

    sudo systemctl set-default multi-user.target
    

    nodejs aktualisieren:

    iob stop
    iob fix 
    iob nodejs-update
    

    Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

    Adapters from github: 9

    Dann

    Error: unknown repository is active - "stable". Known: Stable (default), Beta (latest)

    mittels

    iob repo unset stable
    iob repo del stable
    

    aufräumen.

    Grafana-Repo fixen:

    sudo apt-get install -y apt-transport-https
    sudo apt-get install -y software-properties-common wget
    sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
    echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
    
    Domi920D Offline
    Domi920D Offline
    Domi920
    schrieb am zuletzt editiert von
    #20

    @thomas-braun

    Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

    Adapters from github: 9

    was meinst Du damit genau?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Domi920D Domi920

      @thomas-braun sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

      @domi920

      Doch, es schadet.

      Deine Stromversorgung ist wohl wackelig:

      Previously detected issues:
      ~ Under-voltage has occurred
      ~ Arm frequency capping has occurred
      ~ Throttling has occurred
      ~ Soft temperature limit has occurred
      

      X-Server: true

      ausschalten:

      sudo systemctl set-default multi-user.target
      

      nodejs aktualisieren:

      iob stop
      iob fix 
      iob nodejs-update
      

      Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

      Adapters from github: 9

      Dann

      Error: unknown repository is active - "stable". Known: Stable (default), Beta (latest)

      mittels

      iob repo unset stable
      iob repo del stable
      

      aufräumen.

      Grafana-Repo fixen:

      sudo apt-get install -y apt-transport-https
      sudo apt-get install -y software-properties-common wget
      sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
      echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
      

      Warum schadet eine Desktop Version? Aus Auslastungsgründen?

      Ich nutze das originale Netzteil vom Raspberry Pi 4 schon seit 4 Jahren.
      Evtl hat dies auch ein Problem?

      Deine Anleitung habe ich gemacht :-)

      Soll ich nochmal iob diag machen?
      Falls ja in der langen oder kurzen Version?

      Dr. BakteriusD Online
      Dr. BakteriusD Online
      Dr. Bakterius
      Most Active
      schrieb am zuletzt editiert von
      #21

      @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

      Warum schadet eine Desktop Version? Aus Auslastungsgründen?

      Ja. Und wegen Stabilität, Fehlersuche und noch ein paar anderen Gründen. Ein "Server" braucht NIE einen Desktop!

      Ich nutze das originale Netzteil vom Raspberry Pi 4 schon seit 4 Jahren.
      Evtl hat dies auch ein Problem?

      Möglich. Was ist denn am Raspi alles angesteckt? Steckt er in einem Gehäuse? Wie ist er gekühlt? Wie lange ist das Kabel vom Netzteil? Ist es beschädigt oder geknickt?

      Domi920D 1 Antwort Letzte Antwort
      0
      • Domi920D Domi920

        @thomas-braun sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

        @domi920

        Doch, es schadet.

        Deine Stromversorgung ist wohl wackelig:

        Previously detected issues:
        ~ Under-voltage has occurred
        ~ Arm frequency capping has occurred
        ~ Throttling has occurred
        ~ Soft temperature limit has occurred
        

        X-Server: true

        ausschalten:

        sudo systemctl set-default multi-user.target
        

        nodejs aktualisieren:

        iob stop
        iob fix 
        iob nodejs-update
        

        Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

        Adapters from github: 9

        Dann

        Error: unknown repository is active - "stable". Known: Stable (default), Beta (latest)

        mittels

        iob repo unset stable
        iob repo del stable
        

        aufräumen.

        Grafana-Repo fixen:

        sudo apt-get install -y apt-transport-https
        sudo apt-get install -y software-properties-common wget
        sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
        echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
        

        Warum schadet eine Desktop Version? Aus Auslastungsgründen?

        Ich nutze das originale Netzteil vom Raspberry Pi 4 schon seit 4 Jahren.
        Evtl hat dies auch ein Problem?

        Deine Anleitung habe ich gemacht :-)

        Soll ich nochmal iob diag machen?
        Falls ja in der langen oder kurzen Version?

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

        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

        Soll ich nochmal iob diag machen?

        Wenn du das alles umgesetzt hast.

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

        Domi920D 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

          Soll ich nochmal iob diag machen?

          Wenn du das alles umgesetzt hast.

          Domi920D Offline
          Domi920D Offline
          Domi920
          schrieb am zuletzt editiert von
          #23

          @thomas-braun

          Skript v.2023-10-10
          
          *** BASE SYSTEM ***
             Static hostname: raspberrypi
                   Icon name: computer
            Operating System: Debian GNU/Linux 11 (bullseye)
                      Kernel: Linux 6.1.21-v8+
                Architecture: arm64
          
          Model           : Raspberry Pi 4 Model B Rev 1.4
          Docker          : false
          Virtualization  : none
          Kernel          : aarch64
          Userland        : arm64
          
          Systemuptime and Load:
           11:20:58 up 3 days, 12:59,  3 users,  load average: 1.06, 2.62, 2.47
          CPU threads: 4
          
          
          *** RASPBERRY THROTTLING ***
          Current issues:
          No throttling issues detected.
          
          Previously detected issues:
          ~ Under-voltage has occurred
          ~ Arm frequency capping has occurred
          ~ Throttling has occurred
          ~ Soft temperature limit has occurred
          
          *** Time and Time Zones ***
                         Local time: Fri 2023-12-22 11:20:58 CET
                     Universal time: Fri 2023-12-22 10:20:58 UTC
                           RTC time: n/a
                          Time zone: Europe/Berlin (CET, +0100)
          System clock synchronized: yes
                        NTP service: active
                    RTC in local TZ: no
          
          *** User and Groups ***
          pi
          /home/pi
          pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
          
          *** X-Server-Setup ***
          X-Server:       true
          Desktop:
          Terminal:       tty
          Boot Target:    multi-user.target
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            7.8G        3.9G        1.0G         64M        2.9G        3.7G
          Swap:            99M        5.0M         94M
          Total:          7.9G        3.9G        1.1G
          
                   7811 M total memory
                   3898 M used memory
                   5363 M active memory
                    876 M inactive memory
                   1042 M free memory
                    235 M buffer memory
                   2634 M swap cache
                     99 M total swap
                      5 M used swap
                     94 M free swap
          
          Raspberry only:
          oom events: 0
          lifetime oom required: 0 Mbytes
          total time in oom handler: 0 ms
          max time spent in oom handler: 0 ms
          
          *** FAILED SERVICES ***
          
            UNIT LOAD ACTIVE SUB DESCRIPTION
          0 loaded units listed.
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          /dev/root      ext4      459G   17G  424G   4% /
          devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
          tmpfs          tmpfs     1.6G  1.3M  1.6G   1% /run
          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
          /dev/sda1      vfat      255M   31M  225M  13% /boot
          tmpfs          tmpfs     782M   24K  782M   1% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Mon Dec 18 22:21:30 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:B1:64:81 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=2e34655c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
          [Mon Dec 18 22:21:31 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
          [Mon Dec 18 22:21:31 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
          [Mon Dec 18 22:21:33 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
          
          Show mounted filesystems \(real ones only\):
          TARGET  SOURCE    FSTYPE OPTIONS
          /       /dev/sda2 ext4   rw,noatime
          `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          2.4G    /var/
          1.1G    /var/log/journal/e0851a663b704fa9bee2cff6ee1ce265
          1.1G    /var/log/journal
          1.1G    /var/log
          890M    /var/cache
          
          Archived and active journals take up 1.0G in the file system.
          
          /opt/iobroker/backups:
          5.7G    /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          1.6G    /opt/iobroker/iobroker-data/
          706M    /opt/iobroker/iobroker-data/history
          457M    /opt/iobroker/iobroker-data/files
          223M    /opt/iobroker/iobroker-data/backup-objects
          78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
          
          The five largest files in iobroker-data are:
          73M     /opt/iobroker/iobroker-data/objects.jsonl
          41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
          18M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
          18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
          
          find: '/dev/serial/by-id/': No such file or directory
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v18.16.0
          /usr/bin/node           v18.16.0
          /usr/bin/npm            9.5.1
          /usr/bin/npx            9.5.1
          /usr/bin/corepack       0.17.0
          
          
          nodejs:
            Installed: 18.16.0-deb-1nodesource1
            Candidate: 18.19.0-1nodesource1
            Version table:
               18.19.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.18.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.18.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.18.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.17.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.17.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.16.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
           *** 18.16.0-deb-1nodesource1 100
                  100 /var/lib/dpkg/status
               18.16.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.15.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.2-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.14.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.13.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.12.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.11.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.10.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.9.1-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.9.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.8.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.7.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.6.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.5.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.4.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.3.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.2.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.1.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               18.0.0-1nodesource1 1001
                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
               12.22.12~dfsg-1~deb11u4 500
                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
          
          Temp directories causing npm8 problem: 0
          No problems detected
          
          Errors in npm tree:
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Core adapters versions
          js-controller:  5.0.17
          admin:          6.12.0
          javascript:     7.1.6
          
          Adapters from github:   9
          
          Adapter State
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
          + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
          + system.adapter.alexa2.1                 : alexa2                : raspberrypi                              -  enabled
            system.adapter.alexa2.2                 : alexa2                : raspberrypi                              - disabled
            system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          + system.adapter.bring.0                  : bring                 : raspberrypi                              -  enabled
          + system.adapter.broadlink2.0             : broadlink2            : raspberrypi                              -  enabled
            system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
          + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
          + system.adapter.ecovacs-deebot.1         : ecovacs-deebot        : raspberrypi                              -  enabled
            system.adapter.ecovacs-deebot.2         : ecovacs-deebot        : raspberrypi                              - disabled
          + system.adapter.firetv.0                 : firetv                : raspberrypi                              -  enabled
            system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
          + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
            system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : raspberrypi                              -  enabled
            system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
          + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
          + system.adapter.homekit-controller.0     : homekit-controller    : raspberrypi                              -  enabled
            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
            system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
            system.adapter.icons-icons8.0           : icons-icons8          : raspberrypi                              - disabled
            system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
            system.adapter.material.0               : material              : raspberrypi                              - disabled
          + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
          + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
            system.adapter.mobile.0                 : mobile                : raspberrypi                              - disabled
          + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
            system.adapter.octoprint.0              : octoprint             : raspberrypi                              - disabled
          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
            system.adapter.smartthings.0            : smartthings           : raspberrypi                              - disabled
          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
          + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
            system.adapter.spotify-premium.0        : spotify-premium       : raspberrypi                              - disabled
          + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
            system.adapter.switchbot-ble.0          : switchbot-ble         : raspberrypi                              - disabled
          + system.adapter.switchbot-hub.0          : switchbot-hub         : raspberrypi                              -  enabled
          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
          + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
          + system.adapter.text2command.1           : text2command          : raspberrypi                              -  enabled
          + system.adapter.text2command.2           : text2command          : raspberrypi                              -  enabled
          + system.adapter.text2command.3           : text2command          : raspberrypi                              -  enabled
          + system.adapter.time-switch.0            : time-switch           : raspberrypi                              -  enabled
          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
          + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
          + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
            system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
            system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
            system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
            system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
            system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
          + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
            system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled
          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
          
          + instance is alive
          
          Enabled adapters with bindings
          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
          + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
          
          ioBroker-Repositories
          Stable (default): http://download.iobroker.net/sources-dist.json
          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
          
          Active repo(s): Stable (default)
          
          Installed ioBroker-Instances
          Used repository: Stable (default)
          Adapter    "admin"        : 6.12.0   , installed 6.12.0
          Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
          Adapter    "backitup"     : 2.8.7    , installed 2.8.7
          Adapter    "bring"        : 1.8.4    , installed 1.8.4
          Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
          Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
          Adapter    "firetv"       : 2.0.2    , installed 2.0.2
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
          Adapter    "fuelpricemonitor": 0.4.0 , installed 0.4.0
          Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
          Adapter    "homekit-controller": 0.5.8, installed 0.5.8
          Adapter    "ical"         : 1.13.3   , installed 1.13.3
          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
          Adapter    "info"         : 2.0.0    , installed 2.0.0
          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
          Controller "js-controller": 5.0.17   , installed 5.0.17
          Adapter    "material"     : 1.3.1    , installed 1.3.1
          Adapter    "maxcube"      : 1.0.4    , installed 1.0.4
          Adapter    "mielecloudservice": 6.5.4, installed 6.5.4
          Adapter    "mobile"       : 1.0.1    , installed 1.0.1
          Adapter    "node-red"     : 4.0.3    , installed 4.0.3
          Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
          Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
          Adapter    "spotify-premium": 1.3.1  , installed 1.3.1
          Adapter    "statistics"   : 2.4.0    , installed 2.4.0
          Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
          Adapter    "telegram"     : 3.0.0    , installed 3.0.0
          Adapter    "text2command" : 3.0.2    , installed 3.0.2
          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
          Adapter    "tuya"         : 3.14.2   , installed 3.14.2
          Adapter    "vis"          : 1.5.4    , installed 1.5.4
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
          Adapter    "vis-icontwo"  : 1.0.0    , installed 1.0.0
          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
          Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
          Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
          Adapter    "web"          : 6.1.10   , installed 6.1.10
          Adapter    "wled"         : 0.7.1    , installed 0.7.1
          Adapter    "worx"         : 2.3.4    , installed 2.3.4
          Adapter    "ws"           : 2.5.8    , installed 2.5.8
          Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
          
          Objects and States
          Please stand by - This may take a while
          Objects:        31923
          States:         26860
          
          *** OS-Repositories and Updates ***
          Hit:1 https://repos.influxdata.com/debian stable InRelease
          Hit:2 http://deb.debian.org/debian bullseye InRelease
          Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
          Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
          Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:6 https://apt.grafana.com stable InRelease
          Hit:7 https://linux.teamviewer.com/deb stable InRelease
          Hit:8 https://deb.nodesource.com/node_18.x nodistro InRelease
          Reading package lists...
          Pending Updates: 58
          
          *** 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:1080            0.0.0.0:*               LISTEN      1000       6560649    2919477/nc
          tcp        0      0 192.162.2.9:1880        0.0.0.0:*               LISTEN      1001       6538308    2909053/node-red
          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       6540004    2909484/io.shelly.0
          tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       6539569    2909128/io.sonoff.0
          tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          16869      589/vncserver-x11-c
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16550      588/sshd: /usr/sbin
          tcp        0      0 192.162.2.9:8081        0.0.0.0:*               LISTEN      1001       6537435    2908685/io.admin.0
          tcp        0      0 192.162.2.9:8082        0.0.0.0:*               LISTEN      1001       6542078    2910589/io.web.0
          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          5644864    2519117/cupsd
          tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      1001       6541513    2910188/adb
          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       6536527    2908431/iobroker.js
          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6536534    2908431/iobroker.js
          tcp        0      0 127.0.0.1:5939          0.0.0.0:*               LISTEN      0          15638      596/teamviewerd
          tcp6       0      0 :::5900                 :::*                    LISTEN      0          16868      589/vncserver-x11-c
          tcp6       0      0 :::22                   :::*                    LISTEN      0          16562      588/sshd: /usr/sbin
          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          5644863    2519117/cupsd
          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       6541038    2909874/io.simple-a
          tcp6       0      0 :::8086                 :::*                    LISTEN      999        15720      558/influxd
          tcp6       0      0 :::3000                 :::*                    LISTEN      116        20920      819/grafana
          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17116      486/dhcpcd
          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          5646778    2519120/cups-browse
          udp        0      0 0.0.0.0:33497           0.0.0.0:*                           1001       6539708    2909701/io.broadlin
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       6545040    2910717/io.homekit-
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       6541013    2910610/io.wled.0
          udp        0      0 192.162.2.9:5353        0.0.0.0:*                           1001       6541422    2909438/io.tr-064.0
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14391      402/avahi-daemon: r
          udp        0      0 0.0.0.0:58839           0.0.0.0:*                           108        14393      402/avahi-daemon: r
          udp        0      0 0.0.0.0:59796           0.0.0.0:*                           1001       6540740    2909701/io.broadlin
          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       6542018    2909449/io.tuya.0
          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       6542019    2909449/io.tuya.0
          udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       6539696    2909701/io.broadlin
          udp        0      0 0.0.0.0:39607           0.0.0.0:*                           1001       6539714    2909701/io.broadlin
          udp        0      0 0.0.0.0:48416           0.0.0.0:*                           1001       6539709    2909701/io.broadlin
          udp        0      0 0.0.0.0:36155           0.0.0.0:*                           1001       6539710    2909701/io.broadlin
          udp6       0      0 :::546                  :::*                                0          17178      486/dhcpcd
          udp6       0      0 :::38044                :::*                                108        14394      402/avahi-daemon: r
          udp6       0      0 :::5353                 :::*                                108        14392      402/avahi-daemon: r
          
          *** Log File - Last 25 Lines ***
          
          2023-12-22 11:16:01.395  - info: sourceanalytix.0 (2909977) Initialising (12 of 15) "0_userdata.0.Kamin.Auswertungen.Strom_Leistung"
          2023-12-22 11:16:11.609  - info: sourceanalytix.0 (2909977) Initialization of 0_userdata.0.Kamin.Auswertungen.Strom_Leistung successfully
          2023-12-22 11:16:11.610  - info: sourceanalytix.0 (2909977) Initialising (13 of 15) "alias.0.OG.Werkstatt.Steckerleiste.Strom_Leistung"
          2023-12-22 11:16:14.731  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
          2023-12-22 11:16:19.324  - info: sourceanalytix.0 (2909977) Initialization of alias.0.OG.Werkstatt.Steckerleiste.Strom_Leistung successfully
          2023-12-22 11:16:19.325  - info: sourceanalytix.0 (2909977) Initialising (14 of 15) "alias.0.Peter.Geraete.Gartenpumpe.Strom_Leistung"
          2023-12-22 11:16:28.951  - info: sourceanalytix.0 (2909977) Initialization of alias.0.Peter.Geraete.Gartenpumpe.Strom_Leistung successfully
          2023-12-22 11:16:28.952  - info: sourceanalytix.0 (2909977) Initialising (15 of 15) "alias.0.Geraete.Heizdecke.Strom_Leistung"
          2023-12-22 11:16:38.268  - info: sourceanalytix.0 (2909977) Initialization of alias.0.Geraete.Heizdecke.Strom_Leistung successfully
          2023-12-22 11:16:38.294  - info: sourceanalytix.0 (2909977) Successfully activated SourceAnalytix for 15 of 15 states, will do my Job until you stop me!
          2023-12-22 11:17:10.470  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
          2023-12-22 11:17:10.502  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
          2023-12-22 11:17:10.525  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
          2023-12-22 11:17:10.536  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
          2023-12-22 11:17:10.661  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
          2023-12-22 11:17:11.021  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
          2023-12-22 11:17:16.447  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
          2023-12-22 11:17:36.588  - info: alexa2.0 (2909478) No smart home devices to query
          2023-12-22 11:17:41.664  - info: alexa2.0 (2909478) Subscribing to states...
          2023-12-22 11:17:41.671  - info: alexa2.0 (2909478) Deleting the following states: ["Lists","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a","Lists.SHOPPING_LIST","Lists.TO_DO","Lists.dominik","Lists.favoriten","Lists.SHOPPING_LIST.items","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb","Lists.dominik.items","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737","Lists.favoriten.items","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542","Lists.TO_DO.items","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860.#delete","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860.#enabled","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185.#delete","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185.#enabled","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420.#delete","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420.#enabled","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b.#delete","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b.#enabled","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0.#delete","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0.#enabled","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697.#delete","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697.#enabled","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7.#delete","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7.#enabled","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82.#delete","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82.#enabled","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1.#delete","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1.#enabled","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03.#delete","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03.#enabled","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489.#delete","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489.#enabled","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474.#delete","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474.#enabled","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793.#delete","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793.#enabled","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931.#delete","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931.#enabled","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224.#delete","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224.#enabled","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef.#delete","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef.#enabled","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8.#delete","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8.#enabled","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd.#delete","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd.#enabled","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455.#delete","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455.#enabled","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4.#delete","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4.#enabled","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d.#delete","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d.#enabled","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231.#delete","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231.#enabled","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821.#delete","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821.#enabled","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544.#delete","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544.#enabled","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#delete","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#enabled","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#query","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.powerState","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.targetSetpoint","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.targetSetpoint-scale","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.temperature","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.temperature-scale","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.thermostatMode","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63.#delete","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63.#enabled","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315.#delete","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315.#enabled","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#delete","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#enabled","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#query","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.Miele-Device-Power-toggleState","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.connectivity","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.connectivity-reason","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.detectionState","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.powerState","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8.#delete","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8.#enabled","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958.#delete","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958.#enabled","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23.#delete","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23.#enabled","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a.#delete","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a.#enabled","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66.#delete","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66.#enabled","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.targetSetpoint","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.targetSetpoint-scale","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.thermostatMode","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e.#delete","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e.#enabled","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#delete","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#enabled","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#query","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.connectivity","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.connectivity-reason","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.temperature","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.temperature-scale","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#includeInAllQuery","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#includeInAllQuery","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.#enabled","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.#delete","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.powerState","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.#enabled","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.#delete","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.powerState","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#enabled","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#delete","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.FTV-AmbientMode-toggleState","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#query","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#includeInAllQuery","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.#enabled","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.#delete","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.powerState","Lists.SHOPPING_LIST.#New","Lists.SHOPPING_LIST.archived","Lists.SHOPPING_LIST.createdDate","Lists.SHOPPING_LIST.customerId","Lists.SHOPPING_LIST.defaultList","Lists.SHOPPING_LIST.name","Lists.SHOPPING_LIST.type","Lists.SHOPPING_LIST.updatedDate","Lists.SHOPPING_LIST.version","Lists.SHOPPING_LIST.id","Lists.SHOPPING_LIST.listId","Lists.TO_DO.#New","Lists.TO_DO.archived","Lists.TO_DO.createdDate","Lists.TO_DO.customerId","Lists.TO_DO.defaultList","Lists.TO_DO.name","Lists.TO_DO.type","Lists.TO_DO.updatedDate","Lists.TO_DO.version","Lists.TO_DO.id","Lists.TO_DO.listId","Lists.dominik.#New","Lists.dominik.archived","Lists.dominik.createdDate","Lists.dominik.customerId","Lists.dominik.defaultList","Lists.dominik.name","Lists.dominik.type","Lists.dominik.updatedDate","Lists.dominik.version","Lists.dominik.id","Lists.dominik.listId","Lists.favoriten.#New","Lists.favoriten.archived","Lists.favoriten.createdDate","Lists.favoriten.customerId","Lists.favoriten.defaultList","Lists.favoriten.name","Lists.favoriten.type","Lists.favoriten.updatedDate","Lists.favoriten.version","Lists.favoriten.id","Lists.favoriten.listId","Lists.SHOPPING_LIST.json","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.completed","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.createdDateTime","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.customerId","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.id","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.listId","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.shoppingListItem","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.updatedDateTime","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.value","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.version","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.index","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.#delete","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.listName","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.completed","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.createdDateTime","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.customerId","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.id","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.listId","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.shoppingListItem","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.updatedDateTime","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.value","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.version","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.index","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.#delete","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.listName","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.completed","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.createdDateTime","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.customerId","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.id","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.listId","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.shoppingListItem","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.updatedDateTime","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.value","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.version","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.index","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.#delete","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.listName","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.completed","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.createdDateTime","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.customerId","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.id","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.listId","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.shoppingListItem","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.updatedDateTime","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.value","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.version","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.index","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.#delete","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.listName","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.completed","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.createdDateTime","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.customerId","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.id","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.listId","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.shoppingListItem","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.updatedDateTime","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.value","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.version","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.index","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.#delete","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.listName","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.completed","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.createdDateTime","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.customerId","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.id","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.listId","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.shoppingListItem","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.updatedDateTime","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.value","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.version","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.index","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.#delete","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.listName","Lists.dominik.json","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.completed","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.createdDateTime","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.customerId","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.id","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.listId","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.shoppingListItem","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.updatedDateTime","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.value","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.version","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.index","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.#delete","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.listName","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.completed","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.createdDateTime","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.customerId","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.id","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.listId","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.shoppingListItem","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.updatedDateTime","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.value","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.version","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.index","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.#delete","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.listName","Lists.favoriten.json","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.completed","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.createdDateTime","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.customerId","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.id","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.listId","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.shoppingListItem","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.updatedDateTime","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.value","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.version","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.index","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.#delete","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.listName","Lists.TO_DO.json","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.completed","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.createdDateTime","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.customerId","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.id","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.listId","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.shoppingListItem","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.updatedDateTime","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.value","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.version","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.index","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.#delete","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.listName","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.completed","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.createdDateTime","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.customerId","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.id","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.listId","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.shoppingListItem","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.updatedDateTime","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.value","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.version","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.index","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.#delete","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.listName","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.completed","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.createdDateTime","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.customerId","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.id","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.listId","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.shoppingListItem","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.updatedDateTime","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.value","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.version","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.index","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.#delete","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.listName","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.completed","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.createdDateTime","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.customerId","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.id","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.listId","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.shoppingListItem","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.updatedDateTime","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.value","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.version","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.index","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.#delete","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.listName","Echo-Devices.G072JM0733871A66.Info.multiroomParents"]
          2023-12-22 11:17:45.607  - info: alexa2.0 (2909478) Alexa-Push-Connection (macDms = true) established. Disable Polling
          2023-12-22 11:18:03.233  - info: alexa2.0 (2909478) Initialization Done ...
          2023-12-22 11:21:22.802  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text: Text:
          2023-12-22 11:21:22.803  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text:  i;0
          2023-12-22 11:21:22.804  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text:  Zähler;0
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Domi920D Domi920

            @thomas-braun sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

            @domi920

            Doch, es schadet.

            Deine Stromversorgung ist wohl wackelig:

            Previously detected issues:
            ~ Under-voltage has occurred
            ~ Arm frequency capping has occurred
            ~ Throttling has occurred
            ~ Soft temperature limit has occurred
            

            X-Server: true

            ausschalten:

            sudo systemctl set-default multi-user.target
            

            nodejs aktualisieren:

            iob stop
            iob fix 
            iob nodejs-update
            

            Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

            Adapters from github: 9

            Dann

            Error: unknown repository is active - "stable". Known: Stable (default), Beta (latest)

            mittels

            iob repo unset stable
            iob repo del stable
            

            aufräumen.

            Grafana-Repo fixen:

            sudo apt-get install -y apt-transport-https
            sudo apt-get install -y software-properties-common wget
            sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
            echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
            

            Warum schadet eine Desktop Version? Aus Auslastungsgründen?

            Ich nutze das originale Netzteil vom Raspberry Pi 4 schon seit 4 Jahren.
            Evtl hat dies auch ein Problem?

            Deine Anleitung habe ich gemacht :-)

            Soll ich nochmal iob diag machen?
            Falls ja in der langen oder kurzen Version?

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

            @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

            Warum schadet eine Desktop Version? Aus Auslastungsgründen?

            Weil es das System nur 'fetter' und komplizierter und wartungsintensiver und unsicherer macht.
            Was nicht läuft / installiert ist kann weder abstürzen noch Sicherheitslücken aufweisen. Und es steht auch bei Updates nicht unnötig im Weg herum.

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

            1 Antwort Letzte Antwort
            0
            • Dr. BakteriusD Dr. Bakterius

              @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

              Warum schadet eine Desktop Version? Aus Auslastungsgründen?

              Ja. Und wegen Stabilität, Fehlersuche und noch ein paar anderen Gründen. Ein "Server" braucht NIE einen Desktop!

              Ich nutze das originale Netzteil vom Raspberry Pi 4 schon seit 4 Jahren.
              Evtl hat dies auch ein Problem?

              Möglich. Was ist denn am Raspi alles angesteckt? Steckt er in einem Gehäuse? Wie ist er gekühlt? Wie lange ist das Kabel vom Netzteil? Ist es beschädigt oder geknickt?

              Domi920D Offline
              Domi920D Offline
              Domi920
              schrieb am zuletzt editiert von
              #25

              @dr-bakterius Danke für deine Antwort bezüglich zur Desktop Version :-)

              Er steckt in einen originalen Gehäuse und wird nur mit Kühlkörper gekühlt.
              Das Originale Netzteil Kabel hat vll mal 1,5 Meter Länge.
              Es ist nicht beschädigt

              Dr. BakteriusD 1 Antwort Letzte Antwort
              0
              • Domi920D Domi920

                @thomas-braun

                Skript v.2023-10-10
                
                *** BASE SYSTEM ***
                   Static hostname: raspberrypi
                         Icon name: computer
                  Operating System: Debian GNU/Linux 11 (bullseye)
                            Kernel: Linux 6.1.21-v8+
                      Architecture: arm64
                
                Model           : Raspberry Pi 4 Model B Rev 1.4
                Docker          : false
                Virtualization  : none
                Kernel          : aarch64
                Userland        : arm64
                
                Systemuptime and Load:
                 11:20:58 up 3 days, 12:59,  3 users,  load average: 1.06, 2.62, 2.47
                CPU threads: 4
                
                
                *** RASPBERRY THROTTLING ***
                Current issues:
                No throttling issues detected.
                
                Previously detected issues:
                ~ Under-voltage has occurred
                ~ Arm frequency capping has occurred
                ~ Throttling has occurred
                ~ Soft temperature limit has occurred
                
                *** Time and Time Zones ***
                               Local time: Fri 2023-12-22 11:20:58 CET
                           Universal time: Fri 2023-12-22 10:20:58 UTC
                                 RTC time: n/a
                                Time zone: Europe/Berlin (CET, +0100)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** User and Groups ***
                pi
                /home/pi
                pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                
                *** X-Server-Setup ***
                X-Server:       true
                Desktop:
                Terminal:       tty
                Boot Target:    multi-user.target
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            7.8G        3.9G        1.0G         64M        2.9G        3.7G
                Swap:            99M        5.0M         94M
                Total:          7.9G        3.9G        1.1G
                
                         7811 M total memory
                         3898 M used memory
                         5363 M active memory
                          876 M inactive memory
                         1042 M free memory
                          235 M buffer memory
                         2634 M swap cache
                           99 M total swap
                            5 M used swap
                           94 M free swap
                
                Raspberry only:
                oom events: 0
                lifetime oom required: 0 Mbytes
                total time in oom handler: 0 ms
                max time spent in oom handler: 0 ms
                
                *** FAILED SERVICES ***
                
                  UNIT LOAD ACTIVE SUB DESCRIPTION
                0 loaded units listed.
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                /dev/root      ext4      459G   17G  424G   4% /
                devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                tmpfs          tmpfs     1.6G  1.3M  1.6G   1% /run
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                /dev/sda1      vfat      255M   31M  225M  13% /boot
                tmpfs          tmpfs     782M   24K  782M   1% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Mon Dec 18 22:21:30 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:B1:64:81 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=2e34655c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                [Mon Dec 18 22:21:31 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                [Mon Dec 18 22:21:31 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                [Mon Dec 18 22:21:33 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                
                Show mounted filesystems \(real ones only\):
                TARGET  SOURCE    FSTYPE OPTIONS
                /       /dev/sda2 ext4   rw,noatime
                `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                2.4G    /var/
                1.1G    /var/log/journal/e0851a663b704fa9bee2cff6ee1ce265
                1.1G    /var/log/journal
                1.1G    /var/log
                890M    /var/cache
                
                Archived and active journals take up 1.0G in the file system.
                
                /opt/iobroker/backups:
                5.7G    /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                1.6G    /opt/iobroker/iobroker-data/
                706M    /opt/iobroker/iobroker-data/history
                457M    /opt/iobroker/iobroker-data/files
                223M    /opt/iobroker/iobroker-data/backup-objects
                78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                
                The five largest files in iobroker-data are:
                73M     /opt/iobroker/iobroker-data/objects.jsonl
                41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                18M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
                18M     /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map
                
                USB-Devices by-id:
                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                
                find: '/dev/serial/by-id/': No such file or directory
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v18.16.0
                /usr/bin/node           v18.16.0
                /usr/bin/npm            9.5.1
                /usr/bin/npx            9.5.1
                /usr/bin/corepack       0.17.0
                
                
                nodejs:
                  Installed: 18.16.0-deb-1nodesource1
                  Candidate: 18.19.0-1nodesource1
                  Version table:
                     18.19.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.18.2-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.18.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.18.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.17.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.17.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.16.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                 *** 18.16.0-deb-1nodesource1 100
                        100 /var/lib/dpkg/status
                     18.16.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.15.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.14.2-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.14.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.14.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.13.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.12.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.11.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.10.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.9.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.9.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.8.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.7.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.6.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.5.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.4.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.3.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.2.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.1.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     18.0.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                     12.22.12~dfsg-1~deb11u4 500
                        500 http://deb.debian.org/debian bullseye/main arm64 Packages
                        500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                
                Temp directories causing npm8 problem: 0
                No problems detected
                
                Errors in npm tree:
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Core adapters versions
                js-controller:  5.0.17
                admin:          6.12.0
                javascript:     7.1.6
                
                Adapters from github:   9
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
                + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                + system.adapter.alexa2.1                 : alexa2                : raspberrypi                              -  enabled
                  system.adapter.alexa2.2                 : alexa2                : raspberrypi                              - disabled
                  system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                + system.adapter.bring.0                  : bring                 : raspberrypi                              -  enabled
                + system.adapter.broadlink2.0             : broadlink2            : raspberrypi                              -  enabled
                  system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                  system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                + system.adapter.ecovacs-deebot.1         : ecovacs-deebot        : raspberrypi                              -  enabled
                  system.adapter.ecovacs-deebot.2         : ecovacs-deebot        : raspberrypi                              - disabled
                + system.adapter.firetv.0                 : firetv                : raspberrypi                              -  enabled
                  system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                  system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : raspberrypi                              -  enabled
                  system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                + system.adapter.homekit-controller.0     : homekit-controller    : raspberrypi                              -  enabled
                  system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                  system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
                  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
                  system.adapter.icons-icons8.0           : icons-icons8          : raspberrypi                              - disabled
                  system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                  system.adapter.material.0               : material              : raspberrypi                              - disabled
                + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
                + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
                  system.adapter.mobile.0                 : mobile                : raspberrypi                              - disabled
                + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
                  system.adapter.octoprint.0              : octoprint             : raspberrypi                              - disabled
                + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                  system.adapter.smartthings.0            : smartthings           : raspberrypi                              - disabled
                + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                  system.adapter.spotify-premium.0        : spotify-premium       : raspberrypi                              - disabled
                + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                  system.adapter.switchbot-ble.0          : switchbot-ble         : raspberrypi                              - disabled
                + system.adapter.switchbot-hub.0          : switchbot-hub         : raspberrypi                              -  enabled
                + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                + system.adapter.text2command.1           : text2command          : raspberrypi                              -  enabled
                + system.adapter.text2command.2           : text2command          : raspberrypi                              -  enabled
                + system.adapter.text2command.3           : text2command          : raspberrypi                              -  enabled
                + system.adapter.time-switch.0            : time-switch           : raspberrypi                              -  enabled
                + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                  system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                  system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                  system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                  system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                  system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
                  system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                  system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
                + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                  system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled
                + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
                + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
                + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
                
                ioBroker-Repositories
                Stable (default): http://download.iobroker.net/sources-dist.json
                Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                
                Active repo(s): Stable (default)
                
                Installed ioBroker-Instances
                Used repository: Stable (default)
                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                Adapter    "bring"        : 1.8.4    , installed 1.8.4
                Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
                Adapter    "firetv"       : 2.0.2    , installed 2.0.2
                Adapter    "flot"         : 1.12.0   , installed 1.12.0
                Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                Adapter    "fuelpricemonitor": 0.4.0 , installed 0.4.0
                Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                Adapter    "history"      : 3.0.1    , installed 3.0.1
                Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                Adapter    "homekit-controller": 0.5.8, installed 0.5.8
                Adapter    "ical"         : 1.13.3   , installed 1.13.3
                Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                Adapter    "info"         : 2.0.0    , installed 2.0.0
                Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                Controller "js-controller": 5.0.17   , installed 5.0.17
                Adapter    "material"     : 1.3.1    , installed 1.3.1
                Adapter    "maxcube"      : 1.0.4    , installed 1.0.4
                Adapter    "mielecloudservice": 6.5.4, installed 6.5.4
                Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                Adapter    "spotify-premium": 1.3.1  , installed 1.3.1
                Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                Adapter    "telegram"     : 3.0.0    , installed 3.0.0
                Adapter    "text2command" : 3.0.2    , installed 3.0.2
                Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                Adapter    "vis"          : 1.5.4    , installed 1.5.4
                Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                Adapter    "vis-icontwo"  : 1.0.0    , installed 1.0.0
                Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                Adapter    "web"          : 6.1.10   , installed 6.1.10
                Adapter    "wled"         : 0.7.1    , installed 0.7.1
                Adapter    "worx"         : 2.3.4    , installed 2.3.4
                Adapter    "ws"           : 2.5.8    , installed 2.5.8
                Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                
                Objects and States
                Please stand by - This may take a while
                Objects:        31923
                States:         26860
                
                *** OS-Repositories and Updates ***
                Hit:1 https://repos.influxdata.com/debian stable InRelease
                Hit:2 http://deb.debian.org/debian bullseye InRelease
                Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
                Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:6 https://apt.grafana.com stable InRelease
                Hit:7 https://linux.teamviewer.com/deb stable InRelease
                Hit:8 https://deb.nodesource.com/node_18.x nodistro InRelease
                Reading package lists...
                Pending Updates: 58
                
                *** 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:1080            0.0.0.0:*               LISTEN      1000       6560649    2919477/nc
                tcp        0      0 192.162.2.9:1880        0.0.0.0:*               LISTEN      1001       6538308    2909053/node-red
                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       6540004    2909484/io.shelly.0
                tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       6539569    2909128/io.sonoff.0
                tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          16869      589/vncserver-x11-c
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          16550      588/sshd: /usr/sbin
                tcp        0      0 192.162.2.9:8081        0.0.0.0:*               LISTEN      1001       6537435    2908685/io.admin.0
                tcp        0      0 192.162.2.9:8082        0.0.0.0:*               LISTEN      1001       6542078    2910589/io.web.0
                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          5644864    2519117/cupsd
                tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      1001       6541513    2910188/adb
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       6536527    2908431/iobroker.js
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       6536534    2908431/iobroker.js
                tcp        0      0 127.0.0.1:5939          0.0.0.0:*               LISTEN      0          15638      596/teamviewerd
                tcp6       0      0 :::5900                 :::*                    LISTEN      0          16868      589/vncserver-x11-c
                tcp6       0      0 :::22                   :::*                    LISTEN      0          16562      588/sshd: /usr/sbin
                tcp6       0      0 ::1:631                 :::*                    LISTEN      0          5644863    2519117/cupsd
                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       6541038    2909874/io.simple-a
                tcp6       0      0 :::8086                 :::*                    LISTEN      999        15720      558/influxd
                tcp6       0      0 :::3000                 :::*                    LISTEN      116        20920      819/grafana
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          17116      486/dhcpcd
                udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          5646778    2519120/cups-browse
                udp        0      0 0.0.0.0:33497           0.0.0.0:*                           1001       6539708    2909701/io.broadlin
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       6545040    2910717/io.homekit-
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       6541013    2910610/io.wled.0
                udp        0      0 192.162.2.9:5353        0.0.0.0:*                           1001       6541422    2909438/io.tr-064.0
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        14391      402/avahi-daemon: r
                udp        0      0 0.0.0.0:58839           0.0.0.0:*                           108        14393      402/avahi-daemon: r
                udp        0      0 0.0.0.0:59796           0.0.0.0:*                           1001       6540740    2909701/io.broadlin
                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       6542018    2909449/io.tuya.0
                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       6542019    2909449/io.tuya.0
                udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       6539696    2909701/io.broadlin
                udp        0      0 0.0.0.0:39607           0.0.0.0:*                           1001       6539714    2909701/io.broadlin
                udp        0      0 0.0.0.0:48416           0.0.0.0:*                           1001       6539709    2909701/io.broadlin
                udp        0      0 0.0.0.0:36155           0.0.0.0:*                           1001       6539710    2909701/io.broadlin
                udp6       0      0 :::546                  :::*                                0          17178      486/dhcpcd
                udp6       0      0 :::38044                :::*                                108        14394      402/avahi-daemon: r
                udp6       0      0 :::5353                 :::*                                108        14392      402/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2023-12-22 11:16:01.395  - info: sourceanalytix.0 (2909977) Initialising (12 of 15) "0_userdata.0.Kamin.Auswertungen.Strom_Leistung"
                2023-12-22 11:16:11.609  - info: sourceanalytix.0 (2909977) Initialization of 0_userdata.0.Kamin.Auswertungen.Strom_Leistung successfully
                2023-12-22 11:16:11.610  - info: sourceanalytix.0 (2909977) Initialising (13 of 15) "alias.0.OG.Werkstatt.Steckerleiste.Strom_Leistung"
                2023-12-22 11:16:14.731  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
                2023-12-22 11:16:19.324  - info: sourceanalytix.0 (2909977) Initialization of alias.0.OG.Werkstatt.Steckerleiste.Strom_Leistung successfully
                2023-12-22 11:16:19.325  - info: sourceanalytix.0 (2909977) Initialising (14 of 15) "alias.0.Peter.Geraete.Gartenpumpe.Strom_Leistung"
                2023-12-22 11:16:28.951  - info: sourceanalytix.0 (2909977) Initialization of alias.0.Peter.Geraete.Gartenpumpe.Strom_Leistung successfully
                2023-12-22 11:16:28.952  - info: sourceanalytix.0 (2909977) Initialising (15 of 15) "alias.0.Geraete.Heizdecke.Strom_Leistung"
                2023-12-22 11:16:38.268  - info: sourceanalytix.0 (2909977) Initialization of alias.0.Geraete.Heizdecke.Strom_Leistung successfully
                2023-12-22 11:16:38.294  - info: sourceanalytix.0 (2909977) Successfully activated SourceAnalytix for 15 of 15 states, will do my Job until you stop me!
                2023-12-22 11:17:10.470  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
                2023-12-22 11:17:10.502  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
                2023-12-22 11:17:10.525  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
                2023-12-22 11:17:10.536  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
                2023-12-22 11:17:10.661  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
                2023-12-22 11:17:11.021  - info: web.0 (2910589) <== Disconnect system.user.admin from 192.162.2.85
                2023-12-22 11:17:16.447  - info: web.0 (2910589) ==> Connected system.user.admin from 192.162.2.85
                2023-12-22 11:17:36.588  - info: alexa2.0 (2909478) No smart home devices to query
                2023-12-22 11:17:41.664  - info: alexa2.0 (2909478) Subscribing to states...
                2023-12-22 11:17:41.671  - info: alexa2.0 (2909478) Deleting the following states: ["Lists","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a","Lists.SHOPPING_LIST","Lists.TO_DO","Lists.dominik","Lists.favoriten","Lists.SHOPPING_LIST.items","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb","Lists.dominik.items","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737","Lists.favoriten.items","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542","Lists.TO_DO.items","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860.#delete","Smart-Home-Devices.017c1dab-b494-42ed-9bbb-620bbbca6860.#enabled","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185.#delete","Smart-Home-Devices.07d3a123-7842-46de-b023-a3dd793fe185.#enabled","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420.#delete","Smart-Home-Devices.111681de-c4bb-4ccc-9bbb-b499b8b6e420.#enabled","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b.#delete","Smart-Home-Devices.29a1df95-377d-434a-8022-5bf88c778f7b.#enabled","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0.#delete","Smart-Home-Devices.2b41c7a6-b82d-4f52-9986-7fad3b39a4b0.#enabled","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697.#delete","Smart-Home-Devices.3a62a883-61c0-4b19-8d3b-e003d5258697.#enabled","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7.#delete","Smart-Home-Devices.40f871b8-8b0d-4987-88cb-28ac469d45c7.#enabled","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82.#delete","Smart-Home-Devices.46c7c979-315d-416e-af28-7f6f189e2f82.#enabled","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1.#delete","Smart-Home-Devices.4cdca5f8-fdc5-41e7-99a4-4a5740011ef1.#enabled","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03.#delete","Smart-Home-Devices.5736fde7-bb81-4bc1-929c-b75a1cd9eb03.#enabled","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489.#delete","Smart-Home-Devices.65007958-0ff2-4647-83a2-96befb265489.#enabled","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474.#delete","Smart-Home-Devices.65046390-58dd-4fde-b866-03cbed83e474.#enabled","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793.#delete","Smart-Home-Devices.6b51708e-c2d6-41b1-97c9-4e7f6b794793.#enabled","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931.#delete","Smart-Home-Devices.6fc5a5b3-82d9-401c-a430-337769b18931.#enabled","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224.#delete","Smart-Home-Devices.7aa5f9f2-89ec-4efd-b1e9-116febc8c224.#enabled","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef.#delete","Smart-Home-Devices.884fcd44-6c8c-4201-9de4-f59bf23abeef.#enabled","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8.#delete","Smart-Home-Devices.9140def0-d3e8-44dc-9a05-0b18d70b06b8.#enabled","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd.#delete","Smart-Home-Devices.983bceff-d587-4d6a-8b94-dc22f04c57fd.#enabled","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455.#delete","Smart-Home-Devices.a1761880-54e9-46cc-9415-963c71903455.#enabled","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4.#delete","Smart-Home-Devices.a34da4a5-e248-42ae-8ac1-273111f457c4.#enabled","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d.#delete","Smart-Home-Devices.b140bb7b-eb83-4eeb-9c77-6373f5aa1f8d.#enabled","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231.#delete","Smart-Home-Devices.b5a14150-7562-47a9-9080-3d94757a2231.#enabled","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821.#delete","Smart-Home-Devices.beb1f546-aff8-4cf6-8d91-c416d082b821.#enabled","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544.#delete","Smart-Home-Devices.c941feeb-fedf-48b9-b4a0-8262b9842544.#enabled","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#delete","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#enabled","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.#query","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.powerState","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.targetSetpoint","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.targetSetpoint-scale","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.temperature","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.temperature-scale","Smart-Home-Devices.ce1707e9-91bf-4a6c-ac5a-9761d5bcbec5.thermostatMode","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63.#delete","Smart-Home-Devices.cf5f83b9-b469-4126-ae18-9e7f68221f63.#enabled","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315.#delete","Smart-Home-Devices.d6b08e3b-c233-455a-b962-38484a332315.#enabled","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#delete","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#enabled","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#query","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.Miele-Device-Power-toggleState","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.connectivity","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.connectivity-reason","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.detectionState","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.powerState","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8.#delete","Smart-Home-Devices.d85fef96-49cf-4318-8eed-2ca57b948fc8.#enabled","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958.#delete","Smart-Home-Devices.dc9d7a81-fe73-44f3-9f92-a16348c0d958.#enabled","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23.#delete","Smart-Home-Devices.de1366cd-51b1-4fef-98aa-7b2c52ff4f23.#enabled","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a.#delete","Smart-Home-Devices.e4bcc904-02b0-4e34-8acb-a8872bd9362a.#enabled","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66.#delete","Smart-Home-Devices.e761c407-3583-4f80-aa71-68382f28bb66.#enabled","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.targetSetpoint","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.targetSetpoint-scale","Smart-Home-Devices.ebdd2ee5-fb52-42be-938d-a58153640680.thermostatMode","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e.#delete","Smart-Home-Devices.f0969ae7-63a9-4b63-b427-593ef2d7740e.#enabled","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#delete","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#enabled","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#query","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.connectivity","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.connectivity-reason","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.temperature","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.temperature-scale","Smart-Home-Devices.d83152d8-79ef-4c8f-9096-055b73d86242.#includeInAllQuery","Smart-Home-Devices.f3064b28-5874-4543-8800-0eeae99d0be0.#includeInAllQuery","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.#enabled","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.#delete","Smart-Home-Devices.b8e4c3a9-e44d-4c3d-acc9-60997f80903b.powerState","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.#enabled","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.#delete","Smart-Home-Devices.014cd846-ffab-4ac9-8640-b37f83ac9e5a.powerState","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#enabled","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#delete","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.FTV-AmbientMode-toggleState","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#query","Smart-Home-Devices.c61d8813-6b93-4db0-a77f-219aff7a2e47.#includeInAllQuery","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.#enabled","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.#delete","Smart-Home-Devices.25eff93b-e425-4b20-88b8-4ae515e94c3a.powerState","Lists.SHOPPING_LIST.#New","Lists.SHOPPING_LIST.archived","Lists.SHOPPING_LIST.createdDate","Lists.SHOPPING_LIST.customerId","Lists.SHOPPING_LIST.defaultList","Lists.SHOPPING_LIST.name","Lists.SHOPPING_LIST.type","Lists.SHOPPING_LIST.updatedDate","Lists.SHOPPING_LIST.version","Lists.SHOPPING_LIST.id","Lists.SHOPPING_LIST.listId","Lists.TO_DO.#New","Lists.TO_DO.archived","Lists.TO_DO.createdDate","Lists.TO_DO.customerId","Lists.TO_DO.defaultList","Lists.TO_DO.name","Lists.TO_DO.type","Lists.TO_DO.updatedDate","Lists.TO_DO.version","Lists.TO_DO.id","Lists.TO_DO.listId","Lists.dominik.#New","Lists.dominik.archived","Lists.dominik.createdDate","Lists.dominik.customerId","Lists.dominik.defaultList","Lists.dominik.name","Lists.dominik.type","Lists.dominik.updatedDate","Lists.dominik.version","Lists.dominik.id","Lists.dominik.listId","Lists.favoriten.#New","Lists.favoriten.archived","Lists.favoriten.createdDate","Lists.favoriten.customerId","Lists.favoriten.defaultList","Lists.favoriten.name","Lists.favoriten.type","Lists.favoriten.updatedDate","Lists.favoriten.version","Lists.favoriten.id","Lists.favoriten.listId","Lists.SHOPPING_LIST.json","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.completed","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.createdDateTime","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.customerId","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.id","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.listId","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.shoppingListItem","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.updatedDateTime","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.value","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.version","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.index","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.#delete","Lists.SHOPPING_LIST.items.51ba8b6b-011a-4426-a433-46c2660506b9.listName","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.completed","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.createdDateTime","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.customerId","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.id","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.listId","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.shoppingListItem","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.updatedDateTime","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.value","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.version","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.index","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.#delete","Lists.SHOPPING_LIST.items.ba00005d-8e3e-45eb-96f7-08da177a2256.listName","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.completed","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.createdDateTime","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.customerId","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.id","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.listId","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.shoppingListItem","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.updatedDateTime","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.value","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.version","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.index","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.#delete","Lists.SHOPPING_LIST.items.585e784e-910b-4645-a84a-36299aab48ad.listName","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.completed","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.createdDateTime","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.customerId","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.id","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.listId","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.shoppingListItem","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.updatedDateTime","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.value","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.version","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.index","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.#delete","Lists.SHOPPING_LIST.items.c949f6e9-5df2-4072-b675-2f41444e38ff.listName","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.completed","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.createdDateTime","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.customerId","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.id","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.listId","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.shoppingListItem","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.updatedDateTime","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.value","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.version","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.index","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.#delete","Lists.SHOPPING_LIST.items.786dde52-d7a2-47b0-b15b-6272079b12c6.listName","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.completed","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.createdDateTime","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.customerId","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.id","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.listId","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.shoppingListItem","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.updatedDateTime","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.value","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.version","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.index","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.#delete","Lists.SHOPPING_LIST.items.8318a20a-33bd-4f98-a6f4-cc148f764bbb.listName","Lists.dominik.json","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.completed","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.createdDateTime","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.customerId","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.id","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.listId","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.shoppingListItem","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.updatedDateTime","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.value","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.version","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.index","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.#delete","Lists.dominik.items.7572a22d-d2d7-4af8-999d-088c18dc5595.listName","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.completed","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.createdDateTime","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.customerId","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.id","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.listId","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.shoppingListItem","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.updatedDateTime","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.value","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.version","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.index","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.#delete","Lists.dominik.items.23e33540-a29b-49b5-a9e5-9750faff8737.listName","Lists.favoriten.json","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.completed","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.createdDateTime","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.customerId","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.id","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.listId","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.shoppingListItem","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.updatedDateTime","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.value","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.version","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.index","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.#delete","Lists.favoriten.items.00a8ed02-49ee-4221-b124-9bf3193b4542.listName","Lists.TO_DO.json","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.completed","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.createdDateTime","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.customerId","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.id","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.listId","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.shoppingListItem","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.updatedDateTime","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.value","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.version","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.index","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.#delete","Lists.TO_DO.items.77e13adb-fa5d-445a-a464-f5adcc6ad77a.listName","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.completed","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.createdDateTime","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.customerId","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.id","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.listId","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.shoppingListItem","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.updatedDateTime","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.value","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.version","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.index","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.#delete","Lists.TO_DO.items.914bc564-1c79-4a1f-85cd-e63d53b0295e.listName","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.completed","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.createdDateTime","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.customerId","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.id","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.listId","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.shoppingListItem","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.updatedDateTime","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.value","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.version","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.index","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.#delete","Lists.TO_DO.items.be832c16-fa74-4117-bf4c-002bb5aea816.listName","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.completed","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.createdDateTime","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.customerId","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.id","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.listId","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.shoppingListItem","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.updatedDateTime","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.value","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.version","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.index","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.#delete","Lists.TO_DO.items.e6cfb75c-fa71-4cf9-883c-9dee62b719aa.listName","Echo-Devices.G072JM0733871A66.Info.multiroomParents"]
                2023-12-22 11:17:45.607  - info: alexa2.0 (2909478) Alexa-Push-Connection (macDms = true) established. Disable Polling
                2023-12-22 11:18:03.233  - info: alexa2.0 (2909478) Initialization Done ...
                2023-12-22 11:21:22.802  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text: Text:
                2023-12-22 11:21:22.803  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text:  i;0
                2023-12-22 11:21:22.804  - info: javascript.0 (2908723) script.js.Heizung_MAX_Shelly.Fenster_offen_Zeitmessungen__Temperaturmessungen.Alle_Fenster_offen_Zähler_und_Text:  Zähler;0
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #26

                @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                Pending Updates: 58

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

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

                1 Antwort Letzte Antwort
                0
                • Domi920D Domi920

                  @thomas-braun

                  Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

                  Adapters from github: 9

                  was meinst Du damit genau?

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

                  @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                  @thomas-braun

                  Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

                  Adapters from github: 9

                  was meinst Du damit genau?

                  cd /opt/iobroker
                  npm ls | grep github
                  

                  sagt?

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

                  Domi920D 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                    @thomas-braun

                    Würde ich mir auch anschauen, ob die alle aus github kommen müssen:

                    Adapters from github: 9

                    was meinst Du damit genau?

                    cd /opt/iobroker
                    npm ls | grep github
                    

                    sagt?

                    Domi920D Offline
                    Domi920D Offline
                    Domi920
                    schrieb am zuletzt editiert von
                    #28

                    @thomas-braun sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                    npm ls | grep github

                    ├── iobroker.alias-manager@1.2.6 (git+ssh://git@github.com/sbormann/ioBroker.alias-manager.git#3dda23d460c25b7903d643ce0fe90dfd7e6ea5f1)
                    ├── iobroker.boschindego@0.9.10 (git+ssh://git@github.com/withstu/ioBroker.boschindego.git#efce0f8e8d50dbebf4cb8911512c823827acd5ff)
                    ├── iobroker.broadlink2@2.1.5 (git+ssh://git@github.com/frankjoke/ioBroker.broadlink2.git#589ca2b6a3165574406ebd2581bcf5bae1dea061)
                    ├── iobroker.mobile-alerts@0.5.1 (git+ssh://git@github.com/bluerai/ioBroker.mobile-alerts.git#98c3185661866676db1a97ed5b9e14455fb63bb9)
                    ├── iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#9c4635239c7b9321601dcf0fcdd8677a55a8b13f)
                    ├── iobroker.switchbot-ble@0.4.1 (git+ssh://git@github.com/mrbungle64/ioBroker.switchbot-ble.git#33fac616686c795ae99a5ad3601e1380e0834827)
                    ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#de8c1ad97edafedb16cbbb2c6dc14b032848df8e)
                    ├── iobroker.time-switch@2.2.2 (git+ssh://git@github.com/walli545/ioBroker.time-switch.git#c1560af5ee458511209b5cbd82ac4acc22a33905)
                    ├── iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • Domi920D Domi920

                      @dr-bakterius Danke für deine Antwort bezüglich zur Desktop Version :-)

                      Er steckt in einen originalen Gehäuse und wird nur mit Kühlkörper gekühlt.
                      Das Originale Netzteil Kabel hat vll mal 1,5 Meter Länge.
                      Es ist nicht beschädigt

                      Dr. BakteriusD Online
                      Dr. BakteriusD Online
                      Dr. Bakterius
                      Most Active
                      schrieb am zuletzt editiert von Dr. Bakterius
                      #29

                      @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                      Er steckt in einen originalen Gehäuse und wird nur mit Kühlkörper gekühlt.

                      Da kann es bei längerer höherer Auslastung schon mal sehr warm werden ohne Lüfter.

                      Und externe Hardware (SSD, Zigbee, USB-Stick, ...) ist keine angesteckt?

                      HomoranH 1 Antwort Letzte Antwort
                      0
                      • Domi920D Domi920

                        @thomas-braun sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                        npm ls | grep github

                        ├── iobroker.alias-manager@1.2.6 (git+ssh://git@github.com/sbormann/ioBroker.alias-manager.git#3dda23d460c25b7903d643ce0fe90dfd7e6ea5f1)
                        ├── iobroker.boschindego@0.9.10 (git+ssh://git@github.com/withstu/ioBroker.boschindego.git#efce0f8e8d50dbebf4cb8911512c823827acd5ff)
                        ├── iobroker.broadlink2@2.1.5 (git+ssh://git@github.com/frankjoke/ioBroker.broadlink2.git#589ca2b6a3165574406ebd2581bcf5bae1dea061)
                        ├── iobroker.mobile-alerts@0.5.1 (git+ssh://git@github.com/bluerai/ioBroker.mobile-alerts.git#98c3185661866676db1a97ed5b9e14455fb63bb9)
                        ├── iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#9c4635239c7b9321601dcf0fcdd8677a55a8b13f)
                        ├── iobroker.switchbot-ble@0.4.1 (git+ssh://git@github.com/mrbungle64/ioBroker.switchbot-ble.git#33fac616686c795ae99a5ad3601e1380e0834827)
                        ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#de8c1ad97edafedb16cbbb2c6dc14b032848df8e)
                        ├── iobroker.time-switch@2.2.2 (git+ssh://git@github.com/walli545/ioBroker.time-switch.git#c1560af5ee458511209b5cbd82ac4acc22a33905)
                        ├── iobroker.vis-materialdesign@0.5.94 (git+ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git#8b7529d493f223dfc4f1d1f632553fcb35bbcc92)
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #30

                        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                        alias-manager
                        github:	1.2.6 for 21 months
                        latest:	1.2.6 for 21 months
                        stable:	1.2.6 for 21 months
                        
                        boschindego
                        github:	1.1.0 for 7 days
                        latest:	1.1.0 for 20 days
                        stable:	-.-.-
                        
                        broadlink2
                        github:	2.1.5 for 4 days
                        latest:	2.1.5 for 41 months
                        stable:	2.1.5 for 41 months
                        
                        sourceanalytix
                        github:	0.4.15-alpha.1
                        latest:	0.4.14 for 22 months
                        stable:	-.-.-
                        
                        timeswitch
                        github:	2.2.2
                        latest:	2.2.2 for 31 months
                        stable:	-.-.-
                        
                        vis-materialdesign
                        github:	0.5.94
                        latest:	0.5.9 for 30 months
                        stable:	0.5.9 for 30 months
                        

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

                        Domi920D 1 Antwort Letzte Antwort
                        0
                        • Dr. BakteriusD Dr. Bakterius

                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          Er steckt in einen originalen Gehäuse und wird nur mit Kühlkörper gekühlt.

                          Da kann es bei längerer höherer Auslastung schon mal sehr warm werden ohne Lüfter.

                          Und externe Hardware (SSD, Zigbee, USB-Stick, ...) ist keine angesteckt?

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

                          @dr-bakterius sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          Und externe Hardware (SSD, Zigbee, USB-Stick, ...) ist keine angesteckt?

                          hab da leider keine Antwort bekommen.

                          @homoran sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          load average: 2.97, 2.15, 1.74

                          ist zwar noch nicht tödlich, aber nicht normal.

                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          Under-voltage has occurred

                          falsches Netzteil?
                          zu viel am USB?

                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          Arm frequency capping has occurred
                          ~ Throttling has occurred

                          gedrosselt!

                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                          Soft temperature limit has occurred

                          zu heiss.

                          kein Support per PN! - Fragen im Forum stellen -
                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          Domi920D 1 Antwort Letzte Antwort
                          0
                          • HomoranH Homoran

                            @dr-bakterius sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            Und externe Hardware (SSD, Zigbee, USB-Stick, ...) ist keine angesteckt?

                            hab da leider keine Antwort bekommen.

                            @homoran sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            load average: 2.97, 2.15, 1.74

                            ist zwar noch nicht tödlich, aber nicht normal.

                            @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            Under-voltage has occurred

                            falsches Netzteil?
                            zu viel am USB?

                            @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            Arm frequency capping has occurred
                            ~ Throttling has occurred

                            gedrosselt!

                            @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                            Soft temperature limit has occurred

                            zu heiss.

                            Domi920D Offline
                            Domi920D Offline
                            Domi920
                            schrieb am zuletzt editiert von
                            #32

                            @homoran sorry für die fehlenden Antworten.
                            Tatsächlich steckt nur eine SSD Festplatte am USB 3.0 Port dran. Sonst nichts.
                            Zigbee läuft bei mir über LAN & hat eine eigene Stromversorgung

                            HomoranH 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                              alias-manager
                              github:	1.2.6 for 21 months
                              latest:	1.2.6 for 21 months
                              stable:	1.2.6 for 21 months
                              
                              boschindego
                              github:	1.1.0 for 7 days
                              latest:	1.1.0 for 20 days
                              stable:	-.-.-
                              
                              broadlink2
                              github:	2.1.5 for 4 days
                              latest:	2.1.5 for 41 months
                              stable:	2.1.5 for 41 months
                              
                              sourceanalytix
                              github:	0.4.15-alpha.1
                              latest:	0.4.14 for 22 months
                              stable:	-.-.-
                              
                              timeswitch
                              github:	2.2.2
                              latest:	2.2.2 for 31 months
                              stable:	-.-.-
                              
                              vis-materialdesign
                              github:	0.5.94
                              latest:	0.5.9 for 30 months
                              stable:	0.5.9 for 30 months
                              
                              Domi920D Offline
                              Domi920D Offline
                              Domi920
                              schrieb am zuletzt editiert von Domi920
                              #33

                              @thomas-braun sollte ich die Adapter updaten?
                              Auch wenn sie im alpha Stand sind?

                              Soll ich sonst noch etwas tun?
                              Oder einfach mal beobachten ob sich nochmal ein Fehler bemerkbar macht?

                              Ist Dir eig noch etwas negatives aufgefallen nach den ganzen Updates die ich gemacht habe?
                              Bzw. sind einige Fehlerquellen beseitigt?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • Domi920D Domi920

                                @homoran sorry für die fehlenden Antworten.
                                Tatsächlich steckt nur eine SSD Festplatte am USB 3.0 Port dran. Sonst nichts.
                                Zigbee läuft bei mir über LAN & hat eine eigene Stromversorgung

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

                                @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                Tatsächlich steckt nur eine SSD Festplatte am USB 3.0 Port dran. Sonst nichts.

                                das ist ggf. schon zu viel.
                                Spendier der eine externe Stromversorgung

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                Domi920D 1 Antwort Letzte Antwort
                                0
                                • Domi920D Domi920

                                  @thomas-braun sollte ich die Adapter updaten?
                                  Auch wenn sie im alpha Stand sind?

                                  Soll ich sonst noch etwas tun?
                                  Oder einfach mal beobachten ob sich nochmal ein Fehler bemerkbar macht?

                                  Ist Dir eig noch etwas negatives aufgefallen nach den ganzen Updates die ich gemacht habe?
                                  Bzw. sind einige Fehlerquellen beseitigt?

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

                                  @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                  Ist Dir eig noch etwas negatives aufgefallen nach den ganzen Updates die ich gemacht habe?
                                  Bzw. sind einige Fehlerquellen beseitigt?

                                  Zeig nochmal ein

                                  iob diag
                                  

                                  nachdem du die Kiste neugestartet hast.

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

                                  Domi920D 2 Antworten Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                    Tatsächlich steckt nur eine SSD Festplatte am USB 3.0 Port dran. Sonst nichts.

                                    das ist ggf. schon zu viel.
                                    Spendier der eine externe Stromversorgung

                                    Domi920D Offline
                                    Domi920D Offline
                                    Domi920
                                    schrieb am zuletzt editiert von
                                    #36

                                    @homoran Die SSD Festplatte ist in einen USB Stick Gehäuse aus Metall verbaut. Da gibt es keinen extra Stromanschluss.
                                    Wäre aber auch komisch, weil das System so seit über einen halben Jahr gelaufen ist ohne was extern mit Strom zu versorgen

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • Domi920D Domi920

                                      @homoran Die SSD Festplatte ist in einen USB Stick Gehäuse aus Metall verbaut. Da gibt es keinen extra Stromanschluss.
                                      Wäre aber auch komisch, weil das System so seit über einen halben Jahr gelaufen ist ohne was extern mit Strom zu versorgen

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

                                      @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                      Da gibt es keinen extra Stromanschluss.

                                      es gibt aber aktive Hubs

                                      @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                      Wäre aber auch komisch, weil das System so seit über einen halben Jahr gelaufen ist ohne was extern mit Strom zu versorgen

                                      ist das so?
                                      Wann hast du zuletzt nach under-voltage gesucht?
                                      und auch seit einem halben Jahr nichts neues installiert?
                                      und keine leistungsrelevanten Änderungen eingebaut?

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      Domi920D 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                        Da gibt es keinen extra Stromanschluss.

                                        es gibt aber aktive Hubs

                                        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                        Wäre aber auch komisch, weil das System so seit über einen halben Jahr gelaufen ist ohne was extern mit Strom zu versorgen

                                        ist das so?
                                        Wann hast du zuletzt nach under-voltage gesucht?
                                        und auch seit einem halben Jahr nichts neues installiert?
                                        und keine leistungsrelevanten Änderungen eingebaut?

                                        Domi920D Offline
                                        Domi920D Offline
                                        Domi920
                                        schrieb am zuletzt editiert von
                                        #38

                                        @homoran sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                        Da gibt es keinen extra Stromanschluss.

                                        es gibt aber aktive Hubs

                                        Stimmt das wäre auch eine Möglichkeit :-)

                                        @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                        Wäre aber auch komisch, weil das System so seit über einen halben Jahr gelaufen ist ohne was extern mit Strom zu versorgen

                                        ist das so?
                                        Wann hast du zuletzt nach under-voltage gesucht?

                                        Tatsächlich noch nie, wusste auch gar nicht dass es das gibt.

                                        und auch seit einem halben Jahr nichts neues installiert?
                                        und keine leistungsrelevanten Änderungen eingebaut?

                                        Hardwaremäßig wurde nichts geändert.
                                        Natürlich habe ich neue Skripte programmiert und so, aber das würde ich nicht unbedingt als leistungsrelevant einstufen oder?

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @domi920 sagte in ioBroker hängt Sekunden, keine Daten auf Admin:

                                          Ist Dir eig noch etwas negatives aufgefallen nach den ganzen Updates die ich gemacht habe?
                                          Bzw. sind einige Fehlerquellen beseitigt?

                                          Zeig nochmal ein

                                          iob diag
                                          

                                          nachdem du die Kiste neugestartet hast.

                                          Domi920D Offline
                                          Domi920D Offline
                                          Domi920
                                          schrieb am zuletzt editiert von
                                          #39

                                          @thomas-braun

                                          Skript v.2023-10-10
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: raspberrypi
                                                   Icon name: computer
                                            Operating System: Debian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v8+
                                                Architecture: arm64
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.4
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : arm64
                                          
                                          Systemuptime and Load:
                                           13:15:07 up 13 min,  2 users,  load average: 1.27, 2.65, 1.96
                                          CPU threads: 4
                                          
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          ~ Under-voltage has occurred
                                          ~ Arm frequency capping has occurred
                                          ~ Throttling has occurred
                                          ~ Soft temperature limit has occurred
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Fri 2023-12-22 13:15:07 CET
                                                     Universal time: Fri 2023-12-22 12:15:07 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          pi
                                          /home/pi
                                          pi adm dialout cdrom sudo audio video plugdev games users input render netdev lp                                                                                                                                                                                                                                             admin gpio i2c spi iobroker
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       false
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    multi-user.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            7.8G        3.7G        2.8G        1.0M        1.4G        4.0G
                                          Swap:            99M          0B         99M
                                          Total:          7.9G        3.7G        2.9G
                                          
                                                   7811 M total memory
                                                   3676 M used memory
                                                   4386 M active memory
                                                    477 M inactive memory
                                                   2767 M free memory
                                                     84 M buffer memory
                                                   1282 M swap cache
                                                     99 M total swap
                                                      0 M used swap
                                                     99 M free swap
                                          
                                          Raspberry only:
                                          oom events: 0
                                          lifetime oom required: 0 Mbytes
                                          total time in oom handler: 0 ms
                                          max time spent in oom handler: 0 ms
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4      459G   17G  423G   4% /
                                          devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                                          tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                          tmpfs          tmpfs     1.6G  1.2M  1.6G   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/sda1      vfat      255M   31M  225M  13% /boot
                                          tmpfs          tmpfs     782M   20K  782M   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Fri Dec 22 13:02:06 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1                                                                                                                                                                                                                                              snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.ena                                                                                                                                                                                                                                             ble_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:B1:64:81 vc_mem.                                                                                                                                                                                                                                             mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=2e346                                                                                                                                                                                                                                             55c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-ser                                                                                                                                                                                                                                             ial-consoles
                                          [Fri Dec 22 13:02:08 2023] EXT4-fs (sda2): mounted filesystem with ordered data                                                                                                                                                                                                                                              mode. Quota mode: none.
                                          [Fri Dec 22 13:02:08 2023] VFS: Mounted root (ext4 filesystem) readonly on devic                                                                                                                                                                                                                                             e 8:2.
                                          [Fri Dec 22 13:02:10 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems \(real ones only\):
                                          TARGET  SOURCE    FSTYPE OPTIONS
                                          /       /dev/sda2 ext4   rw,noatime
                                          `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharse                                                                                                                                                                                                                                             t=ascii,shortname=mixed,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          2.4G    /var/
                                          1.1G    /var/log/journal/e0851a663b704fa9bee2cff6ee1ce265
                                          1.1G    /var/log/journal
                                          1.1G    /var/log
                                          890M    /var/cache
                                          
                                          Archived and active journals take up 1.0G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          5.7G    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1.6G    /opt/iobroker/iobroker-data/
                                          706M    /opt/iobroker/iobroker-data/history
                                          457M    /opt/iobroker/iobroker-data/files
                                          223M    /opt/iobroker/iobroker-data/backup-objects
                                          78M     /opt/iobroker/iobroker-data/files/icons-open-icon-library-png
                                          
                                          The five largest files in iobroker-data are:
                                          70M     /opt/iobroker/iobroker-data/objects.jsonl
                                          51M     /opt/iobroker/iobroker-data/states.jsonl
                                          41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.ma                                                                                                                                                                                                                                             p
                                          21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.m                                                                                                                                                                                                                                             ap
                                          18M     /opt/iobroker/iobroker-data/files/vis.0/main/vis-views.json
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always                                                                                                                                                                                                                                              prefer the links 'by-id':
                                          
                                          find: '/dev/serial/by-id/': No such file or directory
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.19.0
                                          /usr/bin/node           v18.19.0
                                          /usr/bin/npm            10.2.3
                                          /usr/bin/npx            10.2.3
                                          /usr/bin/corepack       0.22.0
                                          
                                          
                                          nodejs:
                                            Installed: 18.19.0-1nodesource1
                                            Candidate: 18.19.0-1nodesource1
                                            Version table:
                                           *** 18.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               18.18.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.18.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.17.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.16.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.14.2-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.14.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.9.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               18.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                                  500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree:
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Core adapters versions
                                          js-controller:  5.0.17
                                          admin:          6.12.0
                                          javascript:     7.1.6
                                          
                                          Adapters from github:   9
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
                                          + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                          + system.adapter.alexa2.1                 : alexa2                : raspberrypi                              -  enabled
                                            system.adapter.alexa2.2                 : alexa2                : raspberrypi                              - disabled
                                            system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                          + system.adapter.bring.0                  : bring                 : raspberrypi                              -  enabled
                                          + system.adapter.broadlink2.0             : broadlink2            : raspberrypi                              -  enabled
                                            system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                                            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                          + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                                          + system.adapter.ecovacs-deebot.1         : ecovacs-deebot        : raspberrypi                              -  enabled
                                            system.adapter.ecovacs-deebot.2         : ecovacs-deebot        : raspberrypi                              - disabled
                                          + system.adapter.firetv.0                 : firetv                : raspberrypi                              -  enabled
                                            system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                          + system.adapter.fritzdect.0              : fritzdect             : raspberrypi                              -  enabled
                                            system.adapter.fuelpricemonitor.0       : fuelpricemonitor      : raspberrypi                              -  enabled
                                            system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
                                          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                          + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                                          + system.adapter.homekit-controller.0     : homekit-controller    : raspberrypi                              -  enabled
                                            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                            system.adapter.ical.1                   : ical                  : raspberrypi                              -  enabled
                                            system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: raspberrypi                              - disabled
                                            system.adapter.icons-icons8.0           : icons-icons8          : raspberrypi                              - disabled
                                            system.adapter.icons-material-png.0     : icons-material-png    : raspberrypi                              - disabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: raspberrypi                              - disabled
                                            system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspberrypi                              - disabled
                                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                          + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                            system.adapter.material.0               : material              : raspberrypi                              - disabled
                                          + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
                                          + system.adapter.mielecloudservice.0      : mielecloudservice     : raspberrypi                              -  enabled
                                            system.adapter.mobile.0                 : mobile                : raspberrypi                              - disabled
                                          + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
                                            system.adapter.octoprint.0              : octoprint             : raspberrypi                              - disabled
                                          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            system.adapter.smartthings.0            : smartthings           : raspberrypi                              - disabled
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                          + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                                            system.adapter.spotify-premium.0        : spotify-premium       : raspberrypi                              - disabled
                                          + system.adapter.statistics.0             : statistics            : raspberrypi                              -  enabled
                                            system.adapter.switchbot-ble.0          : switchbot-ble         : raspberrypi                              - disabled
                                          + system.adapter.switchbot-hub.0          : switchbot-hub         : raspberrypi                              -  enabled
                                          + system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              -  enabled
                                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                                          + system.adapter.text2command.1           : text2command          : raspberrypi                              -  enabled
                                          + system.adapter.text2command.2           : text2command          : raspberrypi                              -  enabled
                                          + system.adapter.text2command.3           : text2command          : raspberrypi                              -  enabled
                                          + system.adapter.time-switch.0            : time-switch           : raspberrypi                              -  enabled
                                          + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                                          + system.adapter.trashschedule.0          : trashschedule         : raspberrypi                              -  enabled
                                          + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                            system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : raspberrypi                              - disabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                            system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
                                            system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
                                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              -  enabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
                                          + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                                            system.adapter.worx.0                   : worx                  : raspberrypi                              - disabled
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 192.162.2.9, run as: admin
                                          + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                                          + system.adapter.maxcube.0                : maxcube               : raspberrypi                              -  enabled, port: 62910, bind: 0.0.0.0
                                          + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 192.162.2.9
                                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1884, bind: 0.0.0.0
                                          + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 192.162.2.9, run as: admin
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: tcp://192.162.2.15:6638
                                          
                                          ioBroker-Repositories
                                          Stable (default): http://download.iobroker.net/sources-dist.json
                                          Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): Stable (default)
                                          
                                          Installed ioBroker-Instances
                                          Used repository: Stable (default)
                                          Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                          Adapter    "alexa2"       : 3.26.3   , installed 3.26.3
                                          Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                          Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                          Adapter    "bring"        : 1.8.4    , installed 1.8.4
                                          Adapter    "broadlink2"   : 2.1.5    , installed 2.1.5
                                          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                          Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
                                          Adapter    "firetv"       : 2.0.2    , installed 2.0.2
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                          Adapter    "fuelpricemonitor": 0.4.0 , installed 0.4.0
                                          Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                                          Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                                          Adapter    "homekit-controller": 0.5.8, installed 0.5.8
                                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                          Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                          Adapter    "info"         : 2.0.0    , installed 2.0.0
                                          Adapter    "javascript"   : 7.1.6    , installed 7.1.6
                                          Controller "js-controller": 5.0.17   , installed 5.0.17
                                          Adapter    "material"     : 1.3.1    , installed 1.3.1
                                          Adapter    "maxcube"      : 1.0.4    , installed 1.0.4
                                          Adapter    "mielecloudservice": 6.5.4, installed 6.5.4
                                          Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                          Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                                          Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "smartthings"  : 0.0.4    , installed 0.0.4
                                          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                          Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                          Adapter    "spotify-premium": 1.3.1  , installed 1.3.1
                                          Adapter    "statistics"   : 2.4.0    , installed 2.4.0
                                          Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                          Adapter    "telegram"     : 3.0.0    , installed 3.0.0
                                          Adapter    "text2command" : 3.0.2    , installed 3.0.2
                                          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                          Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                          Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                          Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                          Adapter    "vis-icontwo"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                          Adapter    "web"          : 6.1.10   , installed 6.1.10
                                          Adapter    "wled"         : 0.7.1    , installed 0.7.1
                                          Adapter    "worx"         : 2.3.4    , installed 2.3.4
                                          Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                          Adapter    "zigbee"       : 1.8.24   , installed 1.8.24
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        31159
                                          States:         26088
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye InRelease
                                          Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:4 https://repos.influxdata.com/debian stable InRelease
                                          Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:6 https://linux.teamviewer.com/deb stable InRelease
                                          Hit:7 https://apt.grafana.com stable InRelease
                                          Hit:8 https://deb.nodesource.com/node_18.x nodistro InRelease
                                          Reading package lists...
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          12005      570/vncserver-x11-c
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       19543      1292/io.shelly.0
                                          tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       17973      1236/io.sonoff.0
                                          tcp        0      0 127.0.0.1:5939          0.0.0.0:*               LISTEN      0          12028      611/teamviewerd
                                          tcp        0      0 0.0.0.0:1080            0.0.0.0:*               LISTEN      1000       36228      9430/nc
                                          tcp        0      0 192.162.2.9:1880        0.0.0.0:*               LISTEN      1001       16191      1145/node-red
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          15710      547/cupsd
                                          tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      1001       17271      1496/adb
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       17534      703/iobroker.js-con
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15947      703/iobroker.js-con
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11973      584/sshd: /usr/sbin
                                          tcp        0      0 192.162.2.9:8081        0.0.0.0:*               LISTEN      1001       17613      1022/io.admin.0
                                          tcp        0      0 192.162.2.9:8082        0.0.0.0:*               LISTEN      1001       21528      1661/io.web.0
                                          tcp6       0      0 :::5900                 :::*                    LISTEN      0          12004      570/vncserver-x11-c
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          15709      547/cupsd
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          11975      584/sshd: /usr/sbin
                                          tcp6       0      0 :::8086                 :::*                    LISTEN      999        16412      552/influxd
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       19545      1461/io.simple-api.
                                          tcp6       0      0 :::3000                 :::*                    LISTEN      116        15929      702/grafana
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       23956      1742/io.homekit-con
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       20610      1689/io.wled.0
                                          udp        0      0 192.162.2.9:5353        0.0.0.0:*                           1001       17256      1243/io.tr-064.0
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11877      401/avahi-daemon: r
                                          udp        0      0 0.0.0.0:54507           0.0.0.0:*                           1001       18076      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:50452           0.0.0.0:*                           1001       18077      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       20810      1258/io.tuya.0
                                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       20811      1258/io.tuya.0
                                          udp        0      0 0.0.0.0:15001           0.0.0.0:*                           1001       15286      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:60090           0.0.0.0:*                           108        11879      401/avahi-daemon: r
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12177      455/dhcpcd
                                          udp        0      0 0.0.0.0:57662           0.0.0.0:*                           1001       20486      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:41518           0.0.0.0:*                           1001       18080      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:53814           0.0.0.0:*                           1001       18078      1325/io.broadlink2.
                                          udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          15729      644/cups-browsed
                                          udp6       0      0 :::5353                 :::*                                108        11878      401/avahi-daemon: r
                                          udp6       0      0 :::546                  :::*                                0          12255      455/dhcpcd
                                          udp6       0      0 :::45627                :::*                                108        11880      401/avahi-daemon: r
                                          
                                          
                                          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

                                          582

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          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