Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. xiaomi Staubsauger - Vacuum V1 iQontrol steuern?

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    xiaomi Staubsauger - Vacuum V1 iQontrol steuern?

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Beowolf last edited by

      @beowolf

      Ja, ist normal.

      B 1 Reply Last reply Reply Quote 1
      • B
        Beowolf @Thomas Braun last edited by

        @thomas-braun

        Danke für die Info.

        1 Reply Last reply Reply Quote 0
        • B
          Beowolf last edited by

          Noch eine kurze Frage.

          Bei dem Update kamen diese Meldungen:

          Installing the recommended nodejs version now!
          
          Installing the recommended nodejs version!
          W: GPG error: https://repos.influxdata.com/debian bookworm InRelease: The follow                                         ing signatures couldn't be verified because the public key is not available: NO_                                         PUBKEY D8FF8E1F7DF8B07E
          E: The repository 'https://repos.influxdata.com/debian bookworm InRelease' is no                                         t signed.
          W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is sto                                         red in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION se                                         ction in apt-key(8) for details.
          Extracting templates from packages: 100%
          Preconfiguring packages ...
          
          

          Das Update ist soweit gut gelaufen.

          Was hat das mit den Hinweisen bezüglich "influxdata.com" aufsich?

          Die Influx und Grafana Geschichten laufen ohne Probleme.

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

            @beowolf sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

            Was hat das mit den Hinweisen bezüglich "influxdata.com" aufsich?

            Das bedeutet, dass du da noch das alte Repo mit dem alten Key drin hast.
            Korrektur via:

            sudo rm /etc/apt/sources.list.d/influ*
            
            wget -q https://repos.influxdata.com/influxdata-archive_compat.key
            
            echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
            
            echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
            
            rm influxdata-archive_compat.key
            
            B 1 Reply Last reply Reply Quote 1
            • B
              Beowolf @Thomas Braun last edited by

              @thomas-braun

              Vielen Dank.

              Habe die Befehle ausgeführt. Sonst muß nichts gemacht werden, oder?

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

                @beowolf

                Zeig mal das große Ganze.

                iob diag
                

                in der Langfassung.

                1 Reply Last reply Reply Quote 0
                • B
                  Beowolf last edited by

                  @thomas-braun sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                  iob diag

                  ======================= SUMMARY =======================
                                          v.2024-04-21
                  
                  
                   Static hostname: raspberrypi
                         Icon name: computer
                  Operating System: Raspbian GNU/Linux 12 (bookworm)
                            Kernel: Linux 6.1.0-rpi8-rpi-v8
                      Architecture: arm64
                  
                  Installation:           native
                  Kernel:                 aarch64
                  Userland:               32 bit
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  Display-Server:         false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     1
                  Pending iob updates:    1
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v18.20.2
                  /usr/bin/node           v18.20.2
                  /usr/bin/npm            10.5.0
                  /usr/bin/npx            10.5.0
                  /usr/bin/corepack       0.25.2
                  
                  Recommended versions are nodejs 18.20.2 and npm 10.5.0
                  Your nodejs installation is correct
                  
                  MEMORY:
                                 total        used        free      shared  buff/cache   available
                  Mem:            8.3G        1.7G        1.7G        1.3M        5.0G        6.6G
                  Swap:           104M          0B        104M
                  Total:          8.4G        1.7G        1.8G
                  
                  Active iob-Instances:   30
                  Active repo(s): stable
                  
                  ioBroker Core:          js-controller           5.0.19
                                          admin                   6.13.16
                  
                  ioBroker Status:        iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Status admin and web instance:
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  Objects:                11696
                  States:                 10883
                  
                  Size of iob-Database:
                  
                  48M     /opt/iobroker/iobroker-data/objects.jsonl
                  8.2M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Beowolf last edited by

                    @beowolf

                    Summary ist die Zusammenfassung, nicht die Langversion.

                    1 Reply Last reply Reply Quote 0
                    • B
                      Beowolf last edited by

                      Dieses ist besser.

                      
                      ======== Start marking the full check here =========
                      
                      
                      Skript v.2024-04-21
                      
                      *** BASE SYSTEM ***
                       Static hostname: raspberrypi
                             Icon name: computer
                      Operating System: Raspbian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.1.0-rpi8-rpi-v8
                          Architecture: arm64
                      
                      Model           : Raspberry Pi 5 Model B Rev 1.0
                      Docker          : false
                      Virtualization  : none
                      Kernel          : aarch64
                      Userland        : 32 bit
                      
                      Systemuptime and Load:
                       11:34:07 up 59 days, 16:32,  2 users,  load average: 0.31, 0.27, 0.38
                      CPU threads: 4
                      
                      
                      *** RASPBERRY THROTTLING ***
                      Current issues:
                      No throttling issues detected.
                      
                      Previously detected issues:
                      ~ Under-voltage has occurred
                      ~ Arm frequency capping has occurred
                      
                      *** Time and Time Zones ***
                                     Local time: Mon 2024-05-13 11:34:07 CEST
                                 Universal time: Mon 2024-05-13 09:34:07 UTC
                                       RTC time: Mon 2024-05-13 09:34:07
                                      Time zone: Europe/Berlin (CEST, +0200)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** Users and Groups ***
                      User that called 'iob diag':
                      pi
                      HOME=/home/pi
                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                      
                      User that is running 'js-controller':
                      iobroker
                      HOME=/home/iobroker
                      GROUPS=iobroker tty dialout audio video bluetooth gpio i2c
                      
                      *** Display-Server-Setup ***
                      pgrep: pattern that searches for process name longer than 15 characters will result in zero matches
                      Try `pgrep -f' option to match against the complete command line.
                      Display-Server: false
                      Desktop:
                      Terminal:       tty
                      Boot Target:    multi-user.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            8.3G        1.7G        1.8G        1.3M        4.9G        6.6G
                      Swap:           104M          0B        104M
                      Total:          8.4G        1.7G        1.9G
                      
                      Active iob-Instances:   30
                      
                               7946 M total memory
                               1622 M used memory
                               1854 M active memory
                               3009 M inactive memory
                               1704 M free memory
                                351 M buffer memory
                               4364 M swap cache
                                 99 M total swap
                                  0 M used swap
                                 99 M free swap
                      
                      *** top - Table Of Processes  ***
                      top - 11:34:07 up 59 days, 16:32,  2 users,  load average: 0.31, 0.27, 0.38
                      Tasks: 185 total,   1 running, 184 sleeping,   0 stopped,   0 zombie
                      %Cpu(s): 50.0 us,  0.0 sy,  0.0 ni, 50.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                      MiB Mem :   7946.4 total,   1703.3 free,   1623.5 used,   4716.0 buff/cache
                      MiB Swap:    100.0 total,    100.0 free,      0.0 used.   6322.8 avail Mem
                      
                      *** FAILED SERVICES ***
                      
                        UNIT LOAD ACTIVE SUB DESCRIPTION
                      0 loaded units listed.
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  3.8G     0  3.8G   0% /dev
                      tmpfs          tmpfs     795M  1.3M  794M   1% /run
                      /dev/sda2      ext4       29G  6.8G   21G  26% /
                      tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                      tmpfs          tmpfs     5.0M   12K  5.0M   1% /run/lock
                      /dev/sda1      vfat      510M   93M  418M  19% /boot/firmware
                      tmpfs          tmpfs     795M  4.0K  795M   1% /run/user/1000
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Thu Mar 14 18:01:31 2024] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=D8:3A:DD:DE:AA:50 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=b0716aca-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
                      [Thu Mar 14 18:01:34 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                      [Thu Mar 14 18:01:35 2024] EXT4-fs (sda2): re-mounted. Quota mode: none.
                      
                      Show mounted filesystems:
                      TARGET                                                  SOURCE      FSTYPE      OPTIONS
                      /                                                       /dev/sda2   ext4        rw,noatime
                      |-/sys                                                  sysfs       sysfs       rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/security                                securityfs  securityfs  rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/cgroup                                      cgroup2     cgroup2     rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                      | |-/sys/fs/pstore                                      pstore      pstore      rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/bpf                                         bpf         bpf         rw,nosuid,nodev,noexec,relatime,mode=700
                      | |-/sys/kernel/debug                                   debugfs     debugfs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/kernel/tracing                                 tracefs     tracefs     rw,nosuid,nodev,noexec,relatime
                      | |-/sys/fs/fuse/connections                            fusectl     fusectl     rw,nosuid,nodev,noexec,relatime
                      | `-/sys/kernel/config                                  configfs    configfs    rw,nosuid,nodev,noexec,relatime
                      |-/proc                                                 proc        proc        rw,relatime
                      | `-/proc/sys/fs/binfmt_misc                            systemd-1   autofs      rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=5800
                      |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime
                      |-/dev                                                  udev        devtmpfs    rw,nosuid,relatime,size=3897388k,nr_inodes=974347,mode=755
                      | |-/dev/pts                                            devpts      devpts      rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                      | |-/dev/shm                                            tmpfs       tmpfs       rw,nosuid,nodev
                      | `-/dev/mqueue                                         mqueue      mqueue      rw,nosuid,nodev,noexec,relatime
                      |-/run                                                  tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=813712k,mode=755
                      | |-/run/lock                                           tmpfs       tmpfs       rw,nosuid,nodev,noexec,relatime,size=5120k
                      | |-/run/credentials/systemd-sysctl.service             ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/credentials/systemd-sysusers.service           ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | |-/run/rpc_pipefs                                     sunrpc      rpc_pipefs  rw,relatime
                      | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs       ramfs       ro,nosuid,nodev,noexec,relatime,mode=700
                      | `-/run/user/1000                                      tmpfs       tmpfs       rw,nosuid,nodev,relatime,size=813708k,nr_inodes=203427,mode=700,uid=1000,gid=1000
                      `-/boot/firmware                                        /dev/sda1   vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      799M    /var/
                      495M    /var/cache
                      489M    /var/cache/apt
                      414M    /var/cache/apt/archives
                      123M    /var/lib
                      
                      Archived and active journals take up 79.3M in the file system.
                      
                      /opt/iobroker/backups:
                      14M     /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      334M    /opt/iobroker/iobroker-data/
                      212M    /opt/iobroker/iobroker-data/files
                      94M     /opt/iobroker/iobroker-data/backup-objects
                      57M     /opt/iobroker/iobroker-data/files/javascript.admin
                      43M     /opt/iobroker/iobroker-data/files/iot.admin
                      
                      The five largest files in iobroker-data are:
                      33M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                      24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                      19M     /opt/iobroker/iobroker-data/objects.jsonl
                      9.4M    /opt/iobroker/iobroker-data/states.jsonl
                      8.9M    /opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                      
                      No Devices found 'by-id'
                      
                      
                      
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.20.2
                      /usr/bin/node           v18.20.2
                      /usr/bin/npm            10.5.0
                      /usr/bin/npx            10.5.0
                      /usr/bin/corepack       0.25.2
                      
                      
                      nodejs:
                        Installed: 18.20.2-1nodesource1
                        Candidate: 18.20.2-1nodesource1
                        Version table:
                       *** 18.20.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                              100 /var/lib/dpkg/status
                           18.20.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.20.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.19.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.19.0+dfsg-6~deb12u1+rpi1 500
                              500 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf Packages
                           18.19.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.18.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.18.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.18.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.17.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.17.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.16.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.16.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.15.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.14.2-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.14.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.14.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.13.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.12.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.11.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.10.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.9.1-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.9.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.8.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.7.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.6.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.5.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.4.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.3.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.2.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.1.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                           18.0.0-1nodesource1 1001
                              500 https://deb.nodesource.com/node_18.x nodistro/main armhf Packages
                      
                      Temp directories causing npm8 problem: 0
                      No problems detected
                      
                      Errors in npm tree:
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  5.0.19
                      admin:          6.13.16
                      javascript:     7.8.0
                      
                      nodejs modules from github:     2
                      +-- iobroker.open-epaper-link@0.1.0 (git+ssh://git@github.com/DrozmotiX/ioBroker.open-epaper-link.git#08b686b15fece44f0ecd00314243bc22d5a15b9c)
                      +-- iobroker.sourceanalytix@0.4.14 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.sourceanalytix.git#b9a3db457ac1a6e1ef4b7ab6edcfddc0388e4b19)
                      
                      Adapter State
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.alarm.0                  : alarm                 : raspberrypi                              -  enabled
                      + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                        system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                      + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                      + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                      + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                        system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                      + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                        system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                      + system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              -  enabled
                      + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                        system.adapter.luftdaten.0              : luftdaten             : raspberrypi                              - disabled
                      + system.adapter.mihome-cloud.0           : mihome-cloud          : raspberrypi                              -  enabled
                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                      + system.adapter.octoprint.0              : octoprint             : raspberrypi                              -  enabled
                      + system.adapter.opendtu.0                : opendtu               : raspberrypi                              -  enabled
                        system.adapter.pegelalarm.0             : pegelalarm            : raspberrypi                              -  enabled
                      + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                      + system.adapter.puppeteer.0              : puppeteer             : raspberrypi                              -  enabled
                      + system.adapter.pushover.0               : pushover              : raspberrypi                              -  enabled
                      + system.adapter.scenes.0                 : scenes                : raspberrypi                              -  enabled
                      + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 192.168.49.38, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                      + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                      + system.adapter.tradfri.0                : tradfri               : raspberrypi                              -  enabled
                        system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.wled.0                   : wled                  : raspberrypi                              -  enabled
                      + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                      + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                      + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : raspberrypi                              -  enabled, port: 54321
                      + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                      + system.adapter.simple-api.0             : simple-api            : raspberrypi                              -  enabled, port: 8087, bind: 192.168.49.38, run as: admin
                      + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 0.0.0.0
                      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                      
                      ioBroker-Repositories
                      stable        : http://download.iobroker.net/sources-dist.json
                      beta          : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): stable
                      
                      Installed ioBroker-Instances
                      Used repository: stable
                      Adapter    "admin"        : 6.13.16  , installed 6.13.16
                      Adapter    "alarm"        : 3.6.0    , installed 3.6.0
                      Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                      Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                      Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                      Adapter    "discovery"    : 4.4.0    , installed 4.4.0
                      Adapter    "email"        : 1.2.2    , installed 1.2.2
                      Adapter    "feiertage"    : 1.2.0    , installed 1.2.0
                      Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                      Adapter    "hm-rpc"       : 1.17.0   , installed 1.17.0
                      Adapter    "ical"         : 1.14.3   , installed 1.14.3
                      Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                      Adapter    "iot"          : 2.0.11   , installed 2.0.11
                      Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                      Adapter    "javascript"   : 7.8.0    , installed 7.8.0
                      Controller "js-controller": 5.0.19   , installed 5.0.19
                      Adapter    "luftdaten"    : 3.1.0    , installed 3.1.0
                      Adapter    "mihome-cloud" : 0.1.0    , installed 0.1.0
                      Adapter    "mihome-vacuum": 4.2.0    , installed 4.2.0
                      Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                      Adapter    "octoprint"    : 5.1.0    , installed 5.1.0
                      Adapter    "opendtu"      : 1.0.1    , installed 1.0.1
                      Adapter    "pegelalarm"   : 1.3.3    , installed 1.3.3
                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                      Adapter    "puppeteer"    : 0.2.8    , installed 0.2.7  [Updatable]
                      Adapter    "pushover"     : 3.0.6    , installed 3.0.6
                      Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                      Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                      Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                      Adapter    "vis"          : 1.5.4    , installed 1.5.4
                      Adapter    "web"          : 6.2.5    , installed 6.2.5
                      Adapter    "wled"         : 0.7.2    , installed 0.7.2
                      Adapter    "ws"           : 2.6.1    , installed 2.6.1
                      
                      Objects and States
                      Please stand by - This may take a while
                      Objects:        11696
                      States:         10883
                      
                      *** OS-Repositories and Updates ***
                      W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                      Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
                      Hit:2 http://raspbian.raspberrypi.com/raspbian bookworm InRelease
                      Hit:3 https://repos.influxdata.com/debian stable InRelease
                      Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                      Reading package lists...
                      W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                      Pending Updates: 1
                      
                      *** Listening Ports ***
                      Active Internet connections (only servers)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                      tcp        0      0 127.0.0.1:38727         0.0.0.0:*               LISTEN      1001       67634520   31622/chromium
                      tcp        0      0 192.168.49.38:8087      0.0.0.0:*               LISTEN      1001       67634635   31721/io.simple-api
                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      106        940        803/influxd
                      tcp        0      0 192.168.49.38:2001      0.0.0.0:*               LISTEN      1001       67631513   31356/io.hm-rpc.0
                      tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       67634201   31422/io.sonoff.0
                      tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       67631565   31387/io.mqtt.0
                      tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       67631566   31387/io.mqtt.0
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14244      830/sshd: /usr/sbin
                      tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       67629812   31162/iobroker.js-c
                      tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       67631232   31162/iobroker.js-c
                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       67635373   31809/io.web.0
                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       67629888   31183/io.admin.0
                      tcp6       0      0 :::8086                 :::*                    LISTEN      106        962        803/influxd
                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       67634775   31843/io.ws.0
                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14246      830/sshd: /usr/sbin
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       67635379   31828/io.wled.0
                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        16481      676/avahi-daemon: r
                      udp        0      0 0.0.0.0:38794           0.0.0.0:*                           1001       67635288   31756/io.tradfri.0
                      udp        0      0 0.0.0.0:56261           0.0.0.0:*                           104        16483      676/avahi-daemon: r
                      udp        0      0 0.0.0.0:36849           0.0.0.0:*                           1001       67632359   31240/io.javascript
                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       67638378   32049/io.mihome-vac
                      udp6       0      0 :::5353                 :::*                                104        16482      676/avahi-daemon: r
                      udp6       0      0 :::60000                :::*                                104        16484      676/avahi-daemon: r
                      udp6       0      0 fe80::5fdd:1c0f:15b:546 :::*                                0          16644      759/NetworkManager
                      
                      *** Log File - Last 25 Lines ***
                      
                      2024-05-13 11:30:00.024  - info: host.raspberrypi instance system.adapter.pegelalarm.0 started with pid 2378
                      2024-05-13 11:30:01.104  - info: pegelalarm.0 (2378) starting. Version 1.3.3 in /opt/iobroker/node_modules/iobroker.pegelalarm, node: v18.20.2, js-controller: 5.0.19
                      2024-05-13 11:30:04.034  - info: host.raspberrypi instance system.adapter.ical.0 started with pid 2408
                      2024-05-13 11:30:05.184  - info: ical.0 (2408) starting. Version 1.14.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.20.2, js-controller: 5.0.19
                      2024-05-13 11:30:05.939  - info: ical.0 (2408) processing URL: calendar1 https://calendar.google.com/calendar/ical/3h0jvvkghbe00dgfipllfi28qg%40group.calendar.google.com/private-954892fad41c2a41c3734599d28c7535/basic.ics
                      2024-05-13 11:30:06.325  - info: ical.0 (2408) processing URL: termine https://calendar.google.com/calendar/ical/manfredglanemann%40gmail.com/private-5c14c5fc0fea0bf96cc88aab7b87674c/basic.ics
                      2024-05-13 11:30:07.615  - info: pegelalarm.0 (2378) Terminated (NO_ERROR): Without reason
                      2024-05-13 11:30:08.116  - warn: pegelalarm.0 (2378) get state error: Connection is closed.
                      2024-05-13 11:30:08.132  - info: host.raspberrypi instance system.adapter.pegelalarm.0 terminated with code 0 (NO_ERROR)
                      2024-05-13 11:30:11.819  - info: ical.0 (2408) Terminated (NO_ERROR): Without reason
                      2024-05-13 11:30:12.337  - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                      
                      
                      
                      ============ Mark until here for C&P =============
                      
                      iob diag has finished.
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Beowolf last edited by

                        @beowolf sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                        Kernel : aarch64
                        Userland : 32 bit

                        Stell das mal bei Gelegenheit auf ein reines 64Bit-System um. Geht aber nur per Neuinstallation.

                        Previously detected issues:

                        ~ Under-voltage has occurred

                        ~ Arm frequency capping has occurred

                        Deutet auf eine unzureichende Spannungsversorgung hin.

                        Pending Updates: 1

                        Da ist noch ein Update des Betriebssystems anhängig. Ebenso für den pupeteer-Adapter.

                        udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 67635379 31828/io.wled.0

                        udp 0 0 0.0.0.0:5353 0.0.0.0:* 104 16481 676/avahi-daemon: r

                        Beide auf dem gleichen Port ist auch eher nicht richtig.

                        B 1 Reply Last reply Reply Quote 1
                        • B
                          Beowolf @Thomas Braun last edited by

                          @thomas-braun sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                          @beowolf sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                          Kernel : aarch64
                          Userland : 32 bit

                          Stell das mal bei Gelegenheit auf ein reines 64Bit-System um. Geht aber nur per Neuinstallation.

                          Ok, kann danach die Backup-Datei wieder eingespielt werden?

                          Previously detected issues:

                          ~ Under-voltage has occurred

                          ~ Arm frequency capping has occurred

                          Deutet auf eine unzureichende Spannungsversorgung hin.

                          Da ist schon ein anderes Netzteil vorhanden. Muß noch getauscht werden.

                          Pending Updates: 1

                          Da ist noch ein Update des Betriebssystems anhängig. Ebenso für den pupeteer-Adapter.

                          pupetter Update geht im Moment nicht. Dann laufen die OpenE-Papertags nicht mehr.

                          udp 0 0 0.0.0.0:5353 0.0.0.0:* 1001 67635379 31828/io.wled.0

                          udp 0 0 0.0.0.0:5353 0.0.0.0:* 104 16481 676/avahi-daemon: r

                          Beide auf dem gleichen Port ist auch eher nicht richtig.

                          Wo wird das geändert? Ich kann die Adapter nur installieren. Einstellungen habe die nicht, oder?

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

                            @beowolf sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                            Ok, kann danach die Backup-Datei wieder eingespielt werden?

                            Ja, das ist das übliche Vorgehen.

                            Wo wird das geändert? Ich kann die Adapter nur installieren. Einstellungen habe die nicht, oder?

                            avahi-daemon ist kein ioBroker-Adapter. Den wled kenn ich nicht.

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              Beowolf @Thomas Braun last edited by

                              @thomas-braun sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                              Ok, kann danach die Backup-Datei wieder eingespielt werden?

                              Ja, das ist das übliche Vorgehen.

                              Ich dachte wegen 32 und 64 Bit. Das es da dann Probleme gibt.

                              Vielen Dank für die vielen Hinweise.

                              Grüße
                              Manfred

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

                                @beowolf sagte in xiaomi Staubsauger - Vacuum V1 iQontrol steuern?:

                                Ich dachte wegen 32 und 64 Bit. Das es da dann Probleme gibt.

                                Ist den Nutzdaten wurscht. Die liegen ja nicht in binärer Form vor.

                                1 Reply Last reply Reply Quote 1
                                • First post
                                  Last post

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                830
                                Online

                                32.1k
                                Users

                                80.7k
                                Topics

                                1.3m
                                Posts

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