Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wechselnde USB-Stick mounts nach Neustart

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Wechselnde USB-Stick mounts nach Neustart

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

      @mp_trixi sagte in Wechselnde USB-Stick mounts nach Neustart:

      Die bullseye-proposed-updates.list wieder löschen?

      Ja, würde ich machen.
      Oder die Zeile darin mit einem # auskommentieren.
      Ich würde aber wohl die .list-Datei wieder löschen. Macht es bei upgrades auf 'Bookworm' leichter.

      M 1 Reply Last reply Reply Quote 0
      • M
        MP_Trixi @Thomas Braun last edited by

        @thomas-braun

        ok, habe das File wieder gelöscht:

        pi@smarthome:/etc/apt/sources.list.d $ sudo rm bullseye-proposed-updates.list
        pi@smarthome:/etc/apt/sources.list.d $ ls
        grafana.list  influxdata.list  nodesource.list  raspi.list
        

        NodeJS hab ich gemäß Anleitung auf Stand gebracht:

        pi@smarthome:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
        pi@smarthome:~ $ type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        /usr/bin/npx
        v18.16.1
        v18.16.1
        9.5.1
        9.5.1
        

        dann iob fix und iob start

        beim Start hatte ich dann aber einige Fehler im log, z.B.:

        2023-06-30 12:28:13.976 - error: javascript.0 (11426) npm
        2023-06-30 12:28:13.978 - error: javascript.0 (11426) WARN deprecated har-validator@5.1.5: this library is no longer supported
        2023-06-30 12:28:14.471 - error: javascript.0 (11426) npm
        2023-06-30 12:28:14.473 - error: javascript.0 (11426) WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
        2023-06-30 12:28:14.825 - error: javascript.0 (11426) npm
        2023-06-30 12:28:14.827 - error: javascript.0 (11426) WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
        2023-06-30 12:28:15.223 - error: javascript.0 (11426) npm
        2023-06-30 12:28:15.225 - error: javascript.0 (11426) WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
        2023-06-30 12:29:01.635 - error: host.smarthome Caught by controller[0]: /opt/iobroker/node_modules/bindings/bindings.js:121
        2023-06-30 12:29:01.637 - error: host.smarthome Caught by controller[0]: throw e;
        2023-06-30 12:29:01.637 - error: host.smarthome Caught by controller[0]: ^
        2023-06-30 12:29:01.638 - error: host.smarthome Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node'
        2023-06-30 12:29:01.638 - error: host.smarthome Caught by controller[0]: was compiled against a different Node.js version using
        2023-06-30 12:29:01.639 - error: host.smarthome Caught by controller[0]: NODE_MODULE_VERSION 93. This version of Node.js requires
        2023-06-30 12:29:01.639 - error: host.smarthome Caught by controller[0]: NODE_MODULE_VERSION 108. Please try re-compiling or re-installing
        2023-06-30 12:29:01.640 - error: host.smarthome Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
        2023-06-30 12:29:01.641 - error: host.smarthome Caught by controller[0]: at Module._extensions..node (node:internal/modules/cjs/loader:1340:18)
        2023-06-30 12:29:01.641 - error: host.smarthome Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1119:32)
        2023-06-30 12:29:01.642 - error: host.smarthome Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:960:12)
        2023-06-30 12:29:01.642 - error: host.smarthome Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1143:19)
        2023-06-30 12:29:01.642 - error: host.smarthome Caught by controller[0]: at require (node:internal/modules/cjs/helpers:110:18)
        2023-06-30 12:29:01.643 - error: host.smarthome Caught by controller[0]: at bindings (/opt/iobroker/node_modules/bindings/bindings.js:112:48)
        2023-06-30 12:29:01.643 - error: host.smarthome Caught by controller[0]: at Object. (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
        2023-06-30 12:29:01.643 - error: host.smarthome Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1256:14)
        2023-06-30 12:29:01.644 - error: host.smarthome Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
        2023-06-30 12:29:01.644 - error: host.smarthome Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1119:32) {
        2023-06-30 12:29:01.645 - error: host.smarthome Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
        2023-06-30 12:29:01.645 - error: host.smarthome Caught by controller[0]: }
        2023-06-30 12:29:01.645 - error: host.smarthome Caught by controller[0]: Node.js v18.16.1
        2023-06-30 12:29:01.646 - error: host.smarthome instance system.adapter.selverf.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2023-06-30 12:30:29.497 - error: host.smarthome iobroker npm-rebuild: Rebuilding native modules failed
        
        mikeal created this issue in request/request

        open Request’s Past, Present and Future #3142

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

          @mp_trixi sagte in Wechselnde USB-Stick mounts nach Neustart:

          /opt/iobroker/node_modules/@serialport/bindings

          Das Verzeichnis gibt es auf meinem System gar nicht.
          Keine Ahnung was das da bei dir ist.
          Ist aber was für einen eigenen Thread.

          M 1 Reply Last reply Reply Quote 0
          • M
            MP_Trixi @Thomas Braun last edited by

            @thomas-braun
            ok - keine Ahnung wo ich das her habe. In dem Verzeichnis ist eine README.md

              GNU nano 5.4                                                                                                              README.md
            # @serialport/Bindings
            
            The `Binding` is how Node-SerialPort talks to the underlying system. By default, we auto detect Windows, Linux and OS X, and load the appropriate module for your system. You can assign `SerialPort.Binding` to any binding you like. Find more by searchin>
            
            Learn more at our [bindings documentation](https://serialport.io/docs/api-bindings) page.
            
            # Android users
            
            When using termux there is a way to compile serialport to be used under Android
            
            ```sh
            CFLAGS=-fPIC CXXFLAGS=-fPIC yarn rebuild
            

            Habe nochmals iob stop und iob start gemacht. Jetzt sind alle Fehler weg (vlt. hat das "rebuilding native modules" doch funktioniert. So passt es erstmal für mich. Falls das wieder auftaucht mache ich einen neues Thema auf. Danke Dir nochmals.

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

              @mp_trixi

              iob diag
              

              sagt dazu?

              M 1 Reply Last reply Reply Quote 0
              • M
                MP_Trixi @Thomas Braun last edited by

                @thomas-braun
                glaub da hab ich (auch) noch einen Hund drin:

                Used repository: stable
                Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
                

                die gesamte Ausgabe:

                Skript v.2023-04-16
                
                *** BASE SYSTEM ***
                Model           : Raspberry Pi 4 Model B Rev 1.4
                Architecture    : aarch64
                Docker          : false
                Virtualization  : none
                Distributor ID: Debian
                Description:    Debian GNU/Linux 11 (bullseye)
                Release:        11
                Codename:       bullseye
                
                PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                NAME="Debian GNU/Linux"
                VERSION_ID="11"
                VERSION="11 (bullseye)"
                VERSION_CODENAME=bullseye
                ID=debian
                HOME_URL="https://www.debian.org/"
                SUPPORT_URL="https://www.debian.org/support"
                BUG_REPORT_URL="https://bugs.debian.org/"
                
                Systemuptime and Load:
                 13:39:13 up  2:06,  2 users,  load average: 0.85, 1.14, 1.15
                CPU threads: 4
                
                Raspberry only:
                throttled=0x0
                Other values than 0x0 hint to temperature/voltage problems
                temp=52.1'C
                volt=0.9160V
                
                *** Time and Time Zones ***
                               Local time: Fri 2023-06-30 13:39:13 CEST
                           Universal time: Fri 2023-06-30 11:39:13 UTC
                                 RTC time: n/a
                                Time zone: Europe/Berlin (CEST, +0200)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** User and Groups ***
                pi
                /home/pi
                pi adm dialout cdrom sudo audio video plugdev games users input render netdev 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:            3.8G        2.4G        537M        0.0K        904M        1.4G
                Swap:            99M          0B         99M
                Total:          3.9G        2.4G        637M
                
                         3794 M total memory
                         2352 M used memory
                         2485 M active memory
                          424 M inactive memory
                          537 M free memory
                           49 M buffer memory
                          854 M swap cache
                           99 M total swap
                            0 M used swap
                           99 M free swap
                
                Raspberry only:
                oom events: 0
                lifetime oom required: 0 Mbytes
                total time in oom handler: 0 ms
                max time spent in oom handler: 0 ms
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                /dev/root      ext4       28G   12G   15G  45% /
                devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                tmpfs          tmpfs     759M  844K  759M   1% /run
                tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                /dev/mmcblk0p1 vfat      253M   31M  222M  13% /boot
                tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Fri Jun 30 11:32:49 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:62:A2:E5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=cf73e54d-02 rootfstype=ext4 fsck.repair=yes rootwait
                [Fri Jun 30 11:32:50 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                [Fri Jun 30 11:32:50 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                [Fri Jun 30 11:32:52 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                
                Show mounted filesystems (real ones only):
                TARGET  SOURCE         FSTYPE OPTIONS
                /       /dev/mmcblk0p2 ext4   rw,noatime
                `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                4.0G    /var/
                3.2G    /var/log
                2.8G    /var/log/journal/6c5b87a59f584c03b6491451f2e5b6da
                2.8G    /var/log/journal
                479M    /var/lib
                
                Archived and active journals take up 2.7G in the file system.
                
                /opt/iobroker/backups:
                4.0K    /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                3.6G    /opt/iobroker/iobroker-data/
                3.0G    /opt/iobroker/iobroker-data/history
                458M    /opt/iobroker/iobroker-data/files
                95M     /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:
                51M     /opt/iobroker/iobroker-data/states.jsonl
                35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                29M     /opt/iobroker/iobroker-data/objects.jsonl
                15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                8.6M    /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v18.16.1
                /usr/bin/node           v18.16.1
                /usr/bin/npm            9.5.1
                /usr/bin/npx            9.5.1
                
                
                nodejs:
                  Installed: 18.16.1-deb-1nodesource1
                  Candidate: 18.16.1-deb-1nodesource1
                  Version table:
                 *** 18.16.1-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                        100 /var/lib/dpkg/status
                     12.22.12~dfsg-1~deb11u4 500
                        500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                     12.22.12~dfsg-1~deb11u3 500
                        500 http://deb.debian.org/debian bullseye/main arm64 Packages
                
                Temp directories causing npm8 problem: 0
                No problems detected
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                MULTIHOSTSERVICE/enabled: false
                
                Core adapters versions
                js-controller:  4.0.24
                admin:          6.3.5
                javascript:     7.0.3
                
                Adapters from github:   1
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                  system.adapter.bmw.0                    : bmw                   : smarthome                                - disabled
                  system.adapter.devices.0                : devices               : smarthome                                -  enabled
                  system.adapter.discovery.0              : discovery             : smarthome                                - disabled
                + system.adapter.energiefluss.0           : energiefluss          : smarthome                                -  enabled
                  system.adapter.feiertage.0              : feiertage             : smarthome                                -  enabled
                  system.adapter.habpanel.0               : habpanel              : smarthome                                - disabled
                + system.adapter.harmony.0                : harmony               : smarthome                                -  enabled
                  system.adapter.heatingcontrol.0         : heatingcontrol        : smarthome                                - disabled
                + system.adapter.history.0                : history               : smarthome                                -  enabled
                  system.adapter.homeconnect.0            : homeconnect           : smarthome                                - disabled
                + system.adapter.hue-extended.0           : hue-extended          : smarthome                                -  enabled
                  system.adapter.ical.0                   : ical                  : smarthome                                -  enabled
                  system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: smarthome                                - disabled
                  system.adapter.icons-icons8.0           : icons-icons8          : smarthome                                -  enabled
                  system.adapter.icons-material-png.0     : icons-material-png    : smarthome                                - disabled
                  system.adapter.icons-material-svg.0     : icons-material-svg    : smarthome                                -  enabled
                  system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : smarthome                                - disabled
                  system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: smarthome                                -  enabled
                  system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : smarthome                                - disabled
                + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                  system.adapter.javascript.1             : javascript            : smarthome                                - disabled
                + system.adapter.logparser.0              : logparser             : smarthome                                -  enabled
                + system.adapter.meross.0                 : meross                : smarthome                                -  enabled
                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                + system.adapter.modbus.0                 : modbus                : smarthome                                -  enabled
                + system.adapter.myenergi.0               : myenergi              : smarthome                                -  enabled
                + system.adapter.net-tools.0              : net-tools             : smarthome                                -  enabled
                  system.adapter.openweathermap.0         : openweathermap        : smarthome                                -  enabled
                  system.adapter.powerfox2.0              : powerfox2             : smarthome                                -  enabled
                + system.adapter.pvforecast.0             : pvforecast            : smarthome                                -  enabled
                + system.adapter.rpi2.0                   : rpi2                  : smarthome                                -  enabled
                  system.adapter.schoolfree.0             : schoolfree            : smarthome                                -  enabled
                + system.adapter.selverf.0                : selverf               : smarthome                                -  enabled
                + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.sourceanalytix.0         : sourceanalytix        : smarthome                                -  enabled
                + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                  system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : smarthome                                -  enabled
                  system.adapter.vis-google-fonts.0       : vis-google-fonts      : smarthome                                -  enabled
                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : smarthome                                -  enabled
                  system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                -  enabled
                  system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                - disabled
                  system.adapter.vis-map.0                : vis-map               : smarthome                                -  enabled
                  system.adapter.vis-material-advanced.0  : vis-material-advanced : smarthome                                -  enabled
                  system.adapter.vis-material-webfont.0   : vis-material-webfont  : smarthome                                -  enabled
                  system.adapter.vis-materialdesign.0     : vis-materialdesign    : smarthome                                -  enabled
                  system.adapter.vis-metro.0              : vis-metro             : smarthome                                -  enabled
                  system.adapter.vis-plumb.0              : vis-plumb             : smarthome                                -  enabled
                  system.adapter.vis-timeandweather.0     : vis-timeandweather    : smarthome                                -  enabled
                  system.adapter.vis-weather.0            : vis-weather           : smarthome                                -  enabled
                  system.adapter.vis.0                    : vis                   : smarthome                                -  enabled
                + system.adapter.vw-connect.0             : vw-connect            : smarthome                                -  enabled
                + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                + system.adapter.yahka.0                  : yahka                 : smarthome                                -  enabled
                + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                
                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
                Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
                Cannot download repository file from "http://download.iobroker.net/sources-dist.json": timeout of 10000ms exceeded
                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                Adapter    "bmw"          : 2.5.7    , installed 2.5.7
                Adapter    "devices"      : 1.1.5    , installed 1.1.5
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                Adapter    "heatingcontrol": 2.10.6  , installed 2.10.6
                Adapter    "history"      : 2.2.4    , installed 2.2.4
                Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                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-material-svg": 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    "javascript"   : 7.0.3    , installed 7.0.3
                Controller "js-controller": 4.0.24   , installed 4.0.24
                Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                Adapter    "meross"       : 1.15.1   , installed 1.15.1
                Adapter    "mihome-vacuum": 3.11.0   , installed 3.8.8  [Updatable]
                Adapter    "modbus"       : 5.0.11   , installed 5.0.5  [Updatable]
                Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
                Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                Adapter    "pvforecast"   : 2.7.1    , installed 2.7.1
                Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                Adapter    "schoolfree"   : 1.1.1    , installed 1.1.1
                Adapter    "selverf"      : 0.6.2    , installed 0.6.2
                Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                Adapter    "synology"     : 2.1.13   , installed 2.1.13
                Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                Adapter    "vis-icontwo"  : 0.94.0   , installed 0.94.0
                Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                Adapter    "web"          : 4.3.0    , installed 4.3.0
                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                Adapter    "yahka"        : 0.17.0   , installed 0.17.0
                Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                
                Objects and States
                Please stand by - This may take a while
                Objects:        22939
                States:         20151
                
                *** OS-Repositories and Updates ***
                Hit:1 http://deb.debian.org/debian bullseye InRelease
                Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:5 https://repos.influxdata.com/debian stable InRelease
                Hit:6 https://deb.nodesource.com/node_18.x bullseye InRelease
                Hit:7 https://apt.grafana.com stable InRelease
                Reading package lists...
                Pending Updates: 0
                
                *** Listening Ports ***
                Active Internet connections (only servers)
                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1599       567/sshd: /usr/sbin
                tcp        0      0 127.0.0.1:43849         0.0.0.0:*               LISTEN      1001       203072     20754/io.yahka.0
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       195347     20296/iobroker.js-c
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       196046     20296/iobroker.js-c
                tcp        0      0 0.0.0.0:44833           0.0.0.0:*               LISTEN      1001       197534     20754/io.yahka.0
                tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        13821      685/influxd
                tcp6       0      0 :::22                   :::*                    LISTEN      0          1601       567/sshd: /usr/sbin
                tcp6       0      0 :::3000                 :::*                    LISTEN      109        14815      781/grafana
                tcp6       0      0 :::61991                :::*                    LISTEN      1001       198206     20809/io.harmony.0
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       197442     20686/io.web.0
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       193454     20314/io.admin.0
                tcp6       0      0 :::8087                 :::*                    LISTEN      1001       197458     20702/io.simple-api
                tcp6       0      0 :::8086                 :::*                    LISTEN      999        15464      685/influxd
                tcp6       0      0 :::8084                 :::*                    LISTEN      1001       198412     20957/io.ws.0
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13668      450/avahi-daemon: r
                udp        0      0 0.0.0.0:50618           0.0.0.0:*                           108        13670      450/avahi-daemon: r
                udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       196946     20466/io.shelly.0
                udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13754      681/dhcpcd
                udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       196391     20526/io.mihome-vac
                udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       198207     20809/io.harmony.0
                udp6       0      0 :::5353                 :::*                                108        13669      450/avahi-daemon: r
                udp6       0      0 :::52628                :::*                                108        13671      450/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2023-06-30 13:36:55.841  - info: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                2023-06-30 13:36:55.842  - warn: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                2023-06-30 13:37:00.087  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 21840
                2023-06-30 13:37:02.788  - info: powerfox2.0 (21840) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                2023-06-30 13:37:06.051  - info: powerfox2.0 (21840) Terminated (NO_ERROR): Without reason
                2023-06-30 13:37:06.590  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                2023-06-30 13:38:00.147  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 21964
                2023-06-30 13:38:01.985  - info: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                2023-06-30 13:38:01.986  - warn: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                2023-06-30 13:38:03.224  - info: powerfox2.0 (21964) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                2023-06-30 13:38:08.782  - info: powerfox2.0 (21964) Terminated (NO_ERROR): Without reason
                2023-06-30 13:38:09.342  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                2023-06-30 13:39:00.416  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 22100
                2023-06-30 13:39:03.039  - info: powerfox2.0 (22100) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                2023-06-30 13:39:06.781  - info: powerfox2.0 (22100) Terminated (NO_ERROR): Without reason
                2023-06-30 13:39:07.324  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                2023-06-30 13:39:08.129  - info: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                2023-06-30 13:39:08.130  - warn: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                2023-06-30 13:40:00.066  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 22476
                2023-06-30 13:40:04.557  - info: powerfox2.0 (22476) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                2023-06-30 13:40:08.816  - info: powerfox2.0 (22476) Terminated (NO_ERROR): Without reason
                2023-06-30 13:40:09.357  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                2023-06-30 13:40:14.433  - info: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                2023-06-30 13:40:14.434  - warn: meross.0 (20394) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                2023-06-30 13:41:00.122  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 23598
                
                
                DJMarc75 Thomas Braun 2 Replies Last reply Reply Quote 0
                • DJMarc75
                  DJMarc75 @MP_Trixi last edited by

                  @mp_trixi bei einem 4GB System über 50 Adapter ist nicht grad "gesund" 😉

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

                    @mp_trixi

                    Schaut okay aus.
                    Zu dem Repo: Versuch mal die sog. 'live'-Quelle einzubinden.
                    Hab da aber gerade die Befehle dazu nicht zur Hand.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      MP_Trixi @DJMarc75 last edited by

                      @djmarc75

                      hab nicht alles am Laufen, die Auslastung scheint mir noch ok zu sein:
                      715331ca-d639-4efd-8f80-35796a07acf4-image.png

                      @Thomas-Braun
                      ok, ich versuche mal dazu was zu finden

                      DJMarc75 1 Reply Last reply Reply Quote 0
                      • DJMarc75
                        DJMarc75 @MP_Trixi last edited by

                        @mp_trixi sagte in Wechselnde USB-Stick mounts nach Neustart:

                        die Auslastung scheint mir noch ok zu sein

                        da bitte nicht schauen, sondern in der Konsole 🙂

                        Thomas Braun M 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @DJMarc75 last edited by

                          @djmarc75 sagte in Wechselnde USB-Stick mounts nach Neustart:

                          sondern in der Konsole

                          free
                          in iob diag
                          schaut doch gut aus.

                          1 Reply Last reply Reply Quote 0
                          • M
                            MP_Trixi @DJMarc75 last edited by

                            @djmarc75
                            so?

                            pi@smarthome:/opt/iobroker/node_modules/@serialport/bindings $ free
                                           total        used        free      shared  buff/cache   available
                            Mem:         3885396     2438848      501240         844      945308     1467740
                            Swap:         102396           0      102396
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 1
                            • Thomas Braun
                              Thomas Braun Most Active @MP_Trixi last edited by

                              @mp_trixi

                              free -mt --mega
                              

                              Die Ausgabe ist aber wie gesagt auch im Output von iob diag schon drin.

                              M 2 Replies Last reply Reply Quote 0
                              • M
                                MP_Trixi @Thomas Braun last edited by

                                @thomas-braun sagte in Wechselnde USB-Stick mounts nach Neustart:

                                free -mt --mega

                                den mag mein System nicht:

                                pi@smarthome:/opt/iobroker/node_modules/@serialport/bindings $ free -mt --mega
                                free: Multiple unit options doesn't make sense.
                                
                                

                                aber wenn es im diag drin ist und passt bin ich ja beruhigt.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MP_Trixi @Thomas Braun last edited by MP_Trixi

                                  @thomas-braun sagte in Wechselnde USB-Stick mounts nach Neustart:

                                  Zu dem Repo: Versuch mal die sog. 'live'-Quelle einzubinden

                                  dazu habe ich leider nichts gefunden. In der GUI sieht es so aus:
                                  308c97d2-7bbb-4203-9868-295970095ceb-image.png

                                  ist es das?
                                  https://iobroker.readthedocs.io/de/latest/ecosystem/domains.html#iobroker-live

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    MP_Trixi @Thomas Braun last edited by

                                    @thomas-braun

                                    hab was gefunden:
                                    https://forum.iobroker.net/topic/57541/gelöst-nach-installation-weden-keine-adapter-angezeigt/11

                                    und so gemacht. Wenn ich damit dann einen iob diag mache, hängt sich der iobroker an der Stelle auf:

                                    Skript v.2023-04-16
                                    
                                    *** BASE SYSTEM ***
                                    Model           : Raspberry Pi 4 Model B Rev 1.4
                                    Architecture    : aarch64
                                    Docker          : false
                                    Virtualization  : none
                                    Distributor ID: Debian
                                    Description:    Debian GNU/Linux 11 (bullseye)
                                    Release:        11
                                    Codename:       bullseye
                                    
                                    PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                    NAME="Debian GNU/Linux"
                                    VERSION_ID="11"
                                    VERSION="11 (bullseye)"
                                    VERSION_CODENAME=bullseye
                                    ID=debian
                                    HOME_URL="https://www.debian.org/"
                                    SUPPORT_URL="https://www.debian.org/support"
                                    BUG_REPORT_URL="https://bugs.debian.org/"
                                    
                                    Systemuptime and Load:
                                     14:24:59 up  2:52,  2 users,  load average: 1.02, 0.98, 0.88
                                    CPU threads: 4
                                    
                                    Raspberry only:
                                    throttled=0x0
                                    Other values than 0x0 hint to temperature/voltage problems
                                    temp=54.5'C
                                    volt=0.9160V
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Fri 2023-06-30 14:24:59 CEST
                                               Universal time: Fri 2023-06-30 12:24:59 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** User and Groups ***
                                    pi
                                    /home/pi
                                    pi adm dialout cdrom sudo audio video plugdev games users input render netdev 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:            3.8G        2.5G        954M        0.0K        325M        1.2G
                                    Swap:            99M         89M         10M
                                    Total:          3.9G        2.6G        964M
                                    
                                             3794 M total memory
                                             2514 M used memory
                                             1545 M active memory
                                              984 M inactive memory
                                              954 M free memory
                                                2 M buffer memory
                                              322 M swap cache
                                               99 M total swap
                                               89 M used swap
                                               10 M free swap
                                    
                                    Raspberry only:
                                    oom events: 0
                                    lifetime oom required: 0 Mbytes
                                    total time in oom handler: 0 ms
                                    max time spent in oom handler: 0 ms
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4       28G   12G   15G  45% /
                                    devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                    tmpfs          tmpfs     759M  844K  759M   1% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1 vfat      253M   31M  222M  13% /boot
                                    tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Fri Jun 30 11:32:49 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:62:A2:E5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=cf73e54d-02 rootfstype=ext4 fsck.repair=yes rootwait
                                    [Fri Jun 30 11:32:50 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Fri Jun 30 11:32:50 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                    [Fri Jun 30 11:32:52 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                    
                                    Show mounted filesystems (real ones only):
                                    TARGET  SOURCE         FSTYPE OPTIONS
                                    /       /dev/mmcblk0p2 ext4   rw,noatime
                                    `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    4.0G    /var/
                                    3.2G    /var/log
                                    2.8G    /var/log/journal/6c5b87a59f584c03b6491451f2e5b6da
                                    2.8G    /var/log/journal
                                    464M    /var/lib
                                    
                                    Archived and active journals take up 2.7G in the file system.
                                    
                                    /opt/iobroker/backups:
                                    4.0K    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    3.6G    /opt/iobroker/iobroker-data/
                                    3.0G    /opt/iobroker/iobroker-data/history
                                    458M    /opt/iobroker/iobroker-data/files
                                    95M     /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:
                                    42M     /opt/iobroker/iobroker-data/objects.jsonl
                                    35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                    15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                    13M     /opt/iobroker/iobroker-data/states.jsonl
                                    8.6M    /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v18.16.1
                                    /usr/bin/node           v18.16.1
                                    /usr/bin/npm            9.5.1
                                    /usr/bin/npx            9.5.1
                                    
                                    
                                    nodejs:
                                      Installed: 18.16.1-deb-1nodesource1
                                      Candidate: 18.16.1-deb-1nodesource1
                                      Version table:
                                     *** 18.16.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                                            100 /var/lib/dpkg/status
                                         12.22.12~dfsg-1~deb11u4 500
                                            500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                         12.22.12~dfsg-1~deb11u3 500
                                            500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    MULTIHOSTSERVICE/enabled: false
                                    
                                    Core adapters versions
                                    js-controller:  4.0.24
                                    admin:          6.3.5
                                    javascript:     7.0.3
                                    
                                    Adapters from github:   1
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                                    + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                                      system.adapter.bmw.0                    : bmw                   : smarthome                                - disabled
                                      system.adapter.devices.0                : devices               : smarthome                                -  enabled
                                      system.adapter.discovery.0              : discovery             : smarthome                                - disabled
                                    + system.adapter.energiefluss.0           : energiefluss          : smarthome                                -  enabled
                                      system.adapter.feiertage.0              : feiertage             : smarthome                                -  enabled
                                      system.adapter.habpanel.0               : habpanel              : smarthome                                - disabled
                                    + system.adapter.harmony.0                : harmony               : smarthome                                -  enabled
                                      system.adapter.heatingcontrol.0         : heatingcontrol        : smarthome                                - disabled
                                    + system.adapter.history.0                : history               : smarthome                                -  enabled
                                      system.adapter.homeconnect.0            : homeconnect           : smarthome                                - disabled
                                    + system.adapter.hue-extended.0           : hue-extended          : smarthome                                -  enabled
                                      system.adapter.ical.0                   : ical                  : smarthome                                -  enabled
                                      system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: smarthome                                - disabled
                                      system.adapter.icons-icons8.0           : icons-icons8          : smarthome                                -  enabled
                                      system.adapter.icons-material-png.0     : icons-material-png    : smarthome                                - disabled
                                      system.adapter.icons-material-svg.0     : icons-material-svg    : smarthome                                -  enabled
                                      system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : smarthome                                - disabled
                                      system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: smarthome                                -  enabled
                                      system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : smarthome                                - disabled
                                    + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                    + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                                      system.adapter.javascript.1             : javascript            : smarthome                                - disabled
                                    + system.adapter.logparser.0              : logparser             : smarthome                                -  enabled
                                    + system.adapter.meross.0                 : meross                : smarthome                                -  enabled
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                                    + system.adapter.modbus.0                 : modbus                : smarthome                                -  enabled
                                    + system.adapter.myenergi.0               : myenergi              : smarthome                                -  enabled
                                    + system.adapter.net-tools.0              : net-tools             : smarthome                                -  enabled
                                      system.adapter.openweathermap.0         : openweathermap        : smarthome                                -  enabled
                                      system.adapter.powerfox2.0              : powerfox2             : smarthome                                -  enabled
                                    + system.adapter.pvforecast.0             : pvforecast            : smarthome                                -  enabled
                                    + system.adapter.rpi2.0                   : rpi2                  : smarthome                                -  enabled
                                      system.adapter.schoolfree.0             : schoolfree            : smarthome                                -  enabled
                                    + system.adapter.selverf.0                : selverf               : smarthome                                -  enabled
                                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.sourceanalytix.0         : sourceanalytix        : smarthome                                -  enabled
                                    + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                                    + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                                      system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : smarthome                                -  enabled
                                      system.adapter.vis-google-fonts.0       : vis-google-fonts      : smarthome                                -  enabled
                                      system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : smarthome                                -  enabled
                                      system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                -  enabled
                                      system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                - disabled
                                      system.adapter.vis-map.0                : vis-map               : smarthome                                -  enabled
                                      system.adapter.vis-material-advanced.0  : vis-material-advanced : smarthome                                -  enabled
                                      system.adapter.vis-material-webfont.0   : vis-material-webfont  : smarthome                                -  enabled
                                      system.adapter.vis-materialdesign.0     : vis-materialdesign    : smarthome                                -  enabled
                                      system.adapter.vis-metro.0              : vis-metro             : smarthome                                -  enabled
                                      system.adapter.vis-plumb.0              : vis-plumb             : smarthome                                -  enabled
                                      system.adapter.vis-timeandweather.0     : vis-timeandweather    : smarthome                                -  enabled
                                      system.adapter.vis-weather.0            : vis-weather           : smarthome                                -  enabled
                                      system.adapter.vis.0                    : vis                   : smarthome                                -  enabled
                                    + system.adapter.vw-connect.0             : vw-connect            : smarthome                                -  enabled
                                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    + system.adapter.yahka.0                  : yahka                 : smarthome                                -  enabled
                                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                    + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                                    + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                    + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                    + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                                    + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                    + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    live-stable   : http://iobroker.live/repo/sources-dist.json
                                    
                                    Active repo(s): live-stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: live-stable
                                    
                                    
                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      MP_Trixi @MP_Trixi last edited by

                                      @Thomas-Braun

                                      musste dem Raspi den Stecker ziehn (pingbar war er noch, aber auf die Konsole kam ich nicht mehr). Nach dem Neustart scheint es ok zu sein:

                                      Skript v.2023-04-16
                                      
                                      *** BASE SYSTEM ***
                                      Model           : Raspberry Pi 4 Model B Rev 1.4
                                      Architecture    : aarch64
                                      Docker          : false
                                      Virtualization  : none
                                      Distributor ID: Debian
                                      Description:    Debian GNU/Linux 11 (bullseye)
                                      Release:        11
                                      Codename:       bullseye
                                      
                                      PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                      NAME="Debian GNU/Linux"
                                      VERSION_ID="11"
                                      VERSION="11 (bullseye)"
                                      VERSION_CODENAME=bullseye
                                      ID=debian
                                      HOME_URL="https://www.debian.org/"
                                      SUPPORT_URL="https://www.debian.org/support"
                                      BUG_REPORT_URL="https://bugs.debian.org/"
                                      
                                      Systemuptime and Load:
                                       14:39:10 up 5 min,  2 users,  load average: 2.96, 2.38, 1.09
                                      CPU threads: 4
                                      
                                      Raspberry only:
                                      throttled=0x0
                                      Other values than 0x0 hint to temperature/voltage problems
                                      temp=59.4'C
                                      volt=0.9160V
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Fri 2023-06-30 14:39:11 CEST
                                                 Universal time: Fri 2023-06-30 12:39:11 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** User and Groups ***
                                      pi
                                      /home/pi
                                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev 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:            3.8G        2.5G        1.1G        0.0K        265M        1.3G
                                      Swap:            99M        2.0M         97M
                                      Total:          3.9G        2.5G        1.2G
                                      
                                               3794 M total memory
                                               2458 M used memory
                                                617 M active memory
                                               1974 M inactive memory
                                               1069 M free memory
                                                 10 M buffer memory
                                                255 M swap cache
                                                 99 M total swap
                                                  2 M used swap
                                                 97 M free swap
                                      
                                      Raspberry only:
                                      oom events: 0
                                      lifetime oom required: 0 Mbytes
                                      total time in oom handler: 0 ms
                                      max time spent in oom handler: 0 ms
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       28G   12G   15G  45% /
                                      devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                      tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                      tmpfs          tmpfs     759M  844K  759M   1% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/mmcblk0p1 vfat      253M   31M  222M  13% /boot
                                      tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Fri Jun 30 14:33:37 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=E4:5F:01:62:A2:E5 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=cf73e54d-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Fri Jun 30 14:33:38 2023] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
                                      [Fri Jun 30 14:33:38 2023] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
                                      [Fri Jun 30 14:33:39 2023] EXT4-fs (mmcblk0p2): recovery complete
                                      [Fri Jun 30 14:33:39 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Fri Jun 30 14:33:39 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Fri Jun 30 14:33:41 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems (real ones only):
                                      TARGET  SOURCE         FSTYPE OPTIONS
                                      /       /dev/mmcblk0p2 ext4   rw,noatime
                                      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      3.9G    /var/
                                      3.1G    /var/log
                                      2.7G    /var/log/journal/6c5b87a59f584c03b6491451f2e5b6da
                                      2.7G    /var/log/journal
                                      468M    /var/lib
                                      
                                      Archived and active journals take up 2.6G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      4.0K    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      3.6G    /opt/iobroker/iobroker-data/
                                      3.0G    /opt/iobroker/iobroker-data/history
                                      458M    /opt/iobroker/iobroker-data/files
                                      95M     /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:
                                      55M     /opt/iobroker/iobroker-data/objects.jsonl
                                      35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                      16M     /opt/iobroker/iobroker-data/states.jsonl
                                      15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                      8.6M    /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v18.16.1
                                      /usr/bin/node           v18.16.1
                                      /usr/bin/npm            9.5.1
                                      /usr/bin/npx            9.5.1
                                      
                                      
                                      nodejs:
                                        Installed: 18.16.1-deb-1nodesource1
                                        Candidate: 18.16.1-deb-1nodesource1
                                        Version table:
                                       *** 18.16.1-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           12.22.12~dfsg-1~deb11u4 500
                                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                           12.22.12~dfsg-1~deb11u3 500
                                              500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      MULTIHOSTSERVICE/enabled: false
                                      
                                      Core adapters versions
                                      js-controller:  4.0.24
                                      admin:          6.3.5
                                      javascript:     7.0.3
                                      
                                      Adapters from github:   1
                                      
                                      Adapter State
                                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      + system.adapter.alexa2.0                 : alexa2                : smarthome                                -  enabled
                                      + system.adapter.backitup.0               : backitup              : smarthome                                -  enabled
                                        system.adapter.bmw.0                    : bmw                   : smarthome                                - disabled
                                        system.adapter.devices.0                : devices               : smarthome                                -  enabled
                                        system.adapter.discovery.0              : discovery             : smarthome                                - disabled
                                      + system.adapter.energiefluss.0           : energiefluss          : smarthome                                -  enabled
                                        system.adapter.feiertage.0              : feiertage             : smarthome                                -  enabled
                                        system.adapter.habpanel.0               : habpanel              : smarthome                                - disabled
                                      + system.adapter.harmony.0                : harmony               : smarthome                                -  enabled
                                        system.adapter.heatingcontrol.0         : heatingcontrol        : smarthome                                - disabled
                                      + system.adapter.history.0                : history               : smarthome                                -  enabled
                                        system.adapter.homeconnect.0            : homeconnect           : smarthome                                - disabled
                                      + system.adapter.hue-extended.0           : hue-extended          : smarthome                                -  enabled
                                        system.adapter.ical.0                   : ical                  : smarthome                                -  enabled
                                        system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: smarthome                                - disabled
                                        system.adapter.icons-icons8.0           : icons-icons8          : smarthome                                -  enabled
                                        system.adapter.icons-material-png.0     : icons-material-png    : smarthome                                - disabled
                                        system.adapter.icons-material-svg.0     : icons-material-svg    : smarthome                                -  enabled
                                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : smarthome                                - disabled
                                        system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: smarthome                                -  enabled
                                        system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : smarthome                                - disabled
                                      + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                      + system.adapter.javascript.0             : javascript            : smarthome                                -  enabled
                                        system.adapter.javascript.1             : javascript            : smarthome                                - disabled
                                      + system.adapter.logparser.0              : logparser             : smarthome                                -  enabled
                                      + system.adapter.meross.0                 : meross                : smarthome                                -  enabled
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                                      + system.adapter.modbus.0                 : modbus                : smarthome                                -  enabled
                                      + system.adapter.myenergi.0               : myenergi              : smarthome                                -  enabled
                                      + system.adapter.net-tools.0              : net-tools             : smarthome                                -  enabled
                                        system.adapter.openweathermap.0         : openweathermap        : smarthome                                -  enabled
                                        system.adapter.powerfox2.0              : powerfox2             : smarthome                                -  enabled
                                      + system.adapter.pvforecast.0             : pvforecast            : smarthome                                -  enabled
                                      + system.adapter.rpi2.0                   : rpi2                  : smarthome                                -  enabled
                                        system.adapter.schoolfree.0             : schoolfree            : smarthome                                -  enabled
                                      + system.adapter.selverf.0                : selverf               : smarthome                                -  enabled
                                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.sourceanalytix.0         : sourceanalytix        : smarthome                                -  enabled
                                      + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                                      + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.trashschedule.0          : trashschedule         : smarthome                                -  enabled
                                        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : smarthome                                -  enabled
                                        system.adapter.vis-google-fonts.0       : vis-google-fonts      : smarthome                                -  enabled
                                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : smarthome                                -  enabled
                                        system.adapter.vis-icontwo.0            : vis-icontwo           : smarthome                                -  enabled
                                        system.adapter.vis-inventwo.0           : vis-inventwo          : smarthome                                - disabled
                                        system.adapter.vis-map.0                : vis-map               : smarthome                                -  enabled
                                        system.adapter.vis-material-advanced.0  : vis-material-advanced : smarthome                                -  enabled
                                        system.adapter.vis-material-webfont.0   : vis-material-webfont  : smarthome                                -  enabled
                                        system.adapter.vis-materialdesign.0     : vis-materialdesign    : smarthome                                -  enabled
                                        system.adapter.vis-metro.0              : vis-metro             : smarthome                                -  enabled
                                        system.adapter.vis-plumb.0              : vis-plumb             : smarthome                                -  enabled
                                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : smarthome                                -  enabled
                                        system.adapter.vis-weather.0            : vis-weather           : smarthome                                -  enabled
                                        system.adapter.vis.0                    : vis                   : smarthome                                -  enabled
                                      + system.adapter.vw-connect.0             : vw-connect            : smarthome                                -  enabled
                                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.yahka.0                  : yahka                 : smarthome                                -  enabled
                                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                      + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      + system.adapter.influxdb.0               : influxdb              : smarthome                                -  enabled, port: 8086
                                      + system.adapter.mihome-vacuum.0          : mihome-vacuum         : smarthome                                -  enabled, port: 54321
                                      + system.adapter.shelly.0                 : shelly                : smarthome                                -  enabled, port: 1882, bind: 0.0.0.0
                                      + system.adapter.simple-api.0             : simple-api            : smarthome                                -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                      + system.adapter.synology.0               : synology              : smarthome                                -  enabled, port: 5501
                                      + system.adapter.telegram.0               : telegram              : smarthome                                -  enabled, port: 8443, bind: 0.0.0.0
                                      + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                      + system.adapter.ws.0                     : ws                    : smarthome                                -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                      + system.adapter.zigbee.0                 : zigbee                : smarthome                                -  enabled, port: /dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_626a1ae89b93eb11ac711b4f3d98b6d1-if00-port0
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      live-stable   : http://iobroker.live/repo/sources-dist.json
                                      
                                      Active repo(s): live-stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: live-stable
                                      Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                      Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                      Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                      Adapter    "bmw"          : 2.5.7    , installed 2.5.7
                                      Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                      Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                      Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                      Adapter    "heatingcontrol": 2.10.6  , installed 2.10.6
                                      Adapter    "history"      : 2.2.4    , installed 2.2.4
                                      Adapter    "homeconnect"  : 1.1.1    , installed 1.1.1
                                      Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                                      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-material-svg": 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    "javascript"   : 7.0.3    , installed 7.0.3
                                      Controller "js-controller": 4.0.24   , installed 4.0.24
                                      Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                      Adapter    "meross"       : 1.15.1   , installed 1.15.1
                                      Adapter    "mihome-vacuum": 3.11.0   , installed 3.8.8  [Updatable]
                                      Adapter    "modbus"       : 5.0.11   , installed 5.0.5  [Updatable]
                                      Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
                                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                      Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                                      Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                                      Adapter    "pvforecast"   : 2.7.1    , installed 2.7.1
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "schoolfree"   : 1.1.1    , installed 1.1.1
                                      Adapter    "selverf"      : 0.6.2    , installed 0.6.2
                                      Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                      Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                      Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                                      Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                      Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                      Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                      Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                      Adapter    "vis-icontwo"  : 0.94.0   , installed 0.94.0
                                      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                      Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                      Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                      Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                      Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                      Adapter    "vw-connect"   : 0.0.67   , installed 0.0.67
                                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                      Adapter    "yahka"        : 0.17.0   , installed 0.17.0
                                      Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        22941
                                      States:         20154
                                      
                                      *** 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 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:5 https://repos.influxdata.com/debian stable InRelease
                                      Hit:6 https://deb.nodesource.com/node_18.x bullseye InRelease
                                      Hit:7 https://apt.grafana.com stable 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 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13248      740/iobroker.js-con
                                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       13255      740/iobroker.js-con
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11262      565/sshd: /usr/sbin
                                      tcp        0      0 127.0.0.1:41421         0.0.0.0:*               LISTEN      1001       21828      1642/io.yahka.0
                                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14024      684/influxd
                                      tcp        0      0 0.0.0.0:35981           0.0.0.0:*               LISTEN      1001       18744      1642/io.yahka.0
                                      tcp6       0      0 :::61991                :::*                    LISTEN      1001       16222      1679/io.harmony.0
                                      tcp6       0      0 :::3000                 :::*                    LISTEN      109        15373      735/grafana
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          11264      565/sshd: /usr/sbin
                                      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       19951      1482/io.web.0
                                      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14638      935/io.admin.0
                                      tcp6       0      0 :::8087                 :::*                    LISTEN      1001       19916      1493/io.simple-api.
                                      tcp6       0      0 :::8086                 :::*                    LISTEN      999        12230      684/influxd
                                      tcp6       0      0 :::8084                 :::*                    LISTEN      1001       21568      1771/io.ws.0
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        11223      449/avahi-daemon: r
                                      udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       15918      1215/io.shelly.0
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12140      680/dhcpcd
                                      udp        0      0 0.0.0.0:57516           0.0.0.0:*                           108        11225      449/avahi-daemon: r
                                      udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       16850      1238/io.mihome-vacu
                                      udp        0      0 0.0.0.0:61991           0.0.0.0:*                           1001       16223      1679/io.harmony.0
                                      udp6       0      0 :::5353                 :::*                                108        11224      449/avahi-daemon: r
                                      udp6       0      0 :::58916                :::*                                108        11226      449/avahi-daemon: r
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2023-06-30 14:38:56.492  - info: sourceanalytix.0 (1723) Initialization of 0_userdata.0.Strom.WallboxGaN_Vortagesverbrauch_Gesamt successfully
                                      2023-06-30 14:38:56.515  - info: sourceanalytix.0 (1723) Successfully activated SourceAnalytix for 8 of 8 states, will do my Job until you stop me!
                                      2023-06-30 14:38:57.184  - info: meross.0 (1063) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                                      2023-06-30 14:38:57.185  - warn: meross.0 (1063) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                                      2023-06-30 14:39:00.105  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 2062
                                      2023-06-30 14:39:03.697  - info: powerfox2.0 (2062) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                                      2023-06-30 14:39:05.531  - info: alexa2.0 (1245) Unknown Device, but enabling commands, Try it and report back if commands work.
                                      2023-06-30 14:39:05.533  - info: alexa2.0 (1245) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                      2023-06-30 14:39:05.533  - info: alexa2.0 (1245)     Device-type:A93SQJNJQLDSS - TV Schlafzimmer (CHANGE_NAME,SHARKNADO,MULTI_WAKEWORDS_SUPPORTED,SUPPORTS_LOCALE_SWITCH,SUPPORTS_LOCALE,ACTIVE_AFTER_FRO,SPEECH_RECOGNIZER_USS,VOLUME_SETTING,TIMERS_AND_ALARMS,PERSISTENT_CONNECTION,ARTHUR_TARGET,EQUALIZER_CONTROLLER_MIDRANGE,DIALOG_INTERFACE_VERSION,SOUND_SETTINGS,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,MICROPHONE,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,CUSTOM_ALARM_TONE,EARCONS,REMINDERS,FLASH_BRIEFING,AUDIO_CONTROLS)
                                      2023-06-30 14:39:08.790  - info: powerfox2.0 (2062) Terminated (NO_ERROR): Without reason
                                      2023-06-30 14:39:09.497  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                      2023-06-30 14:39:17.583  - info: alexa2.0 (1245) Unknown Device, but enabling commands, Try it and report back if commands work.
                                      2023-06-30 14:39:17.584  - info: alexa2.0 (1245) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
                                      2023-06-30 14:39:17.585  - info: alexa2.0 (1245)     Device-type:A2N49KXGVA18AR - Philipps Fire (NO_TIME_ZONE_SETTING,ASX_TIME_ZONE,MICROPHONE,VOLUME_SETTING,ADAPTIVE_LISTENING,SUPPORTS_SOFTWARE_VERSION,TIMERS_AND_ALARMS,PERSISTENT_CONNECTION,REMINDERS)
                                      2023-06-30 14:39:47.062  - info: alexa2.0 (1245) No smart home devices to query
                                      2023-06-30 14:39:48.509  - info: alexa2.0 (1245) Subscribing to states...
                                      2023-06-30 14:39:48.516  - info: alexa2.0 (1245) Deleting the following states: ["Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.#enabled","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.#delete","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.powerState","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.connectivity","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.connectivity-reason","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.#query","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.#enabled","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.#delete","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.powerState","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.connectivity","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.connectivity-reason","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.#query","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.#enabled","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.#delete","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.powerState","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.connectivity","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.connectivity-reason","Smart-Home-Devices.3e38aed4-a9fb-4880-9d19-79fd38b767c5.#query","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.#enabled","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.#delete","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.powerState","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.connectivity","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.connectivity-reason","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.#query","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.#enabled","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.#delete","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.powerState","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.connectivity","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.connectivity-reason","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.#query","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.#delete","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.powerState","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.brightness","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.colorName","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.color-hue","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.color-saturation","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.color-brightness","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.colorRgb","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.colorTemperatureName","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.colorTemperatureInKelvin","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.connectivity","Smart-Home-Devices.1e4da5c0-6a72-4da4-a3b4-31b2701acbf7.connectivity-reason","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.#enabled","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.#delete","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.powerState","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.connectivity","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.connectivity-reason","Smart-Home-Devices.37655abf-083c-4fd1-8e96-703a962c1a4c.#query","Smart-Home-Devices.674b986c-8600-46d2-b55a-79256dd7b23a.#includeInAllQuery","Smart-Home-Devices.76e08de5-544c-461e-b3b1-38206f1e9adb.#includeInAllQuery","Smart-Home-Devices.d09edd9e-20d7-4035-bffa-11105126fcd0.#includeInAllQuery","Smart-Home-Devices.ed7448e1-96f9-4f3b-837e-f9e7f37fccb1.#includeInAllQuery"]
                                      2023-06-30 14:39:50.615  - info: alexa2.0 (1245) Alexa-Push-Connection (macDms = true) established. Disable Polling
                                      2023-06-30 14:40:00.573  - info: host.smarthome instance system.adapter.powerfox2.0 started with pid 2419
                                      2023-06-30 14:40:03.328  - info: meross.0 (1063) Can not get Data for Device 2204268862707951070248e1e9904eb1: Error: Device has no data connection available
                                      2023-06-30 14:40:03.329  - warn: meross.0 (1063) Can not get Data for Device 2204268862707951070248e1e9904eb1: undefined
                                      2023-06-30 14:40:04.250  - info: powerfox2.0 (2419) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.16.1, js-controller: 4.0.24
                                      2023-06-30 14:40:06.674  - info: powerfox2.0 (2419) Terminated (NO_ERROR): Without reason
                                      2023-06-30 14:40:07.276  - info: host.smarthome instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                      2023-06-30 14:40:08.594  - info: alexa2.0 (1245) Initialization Done ...
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @MP_Trixi last edited by

                                        @mp_trixi

                                        Dann kannste ja jetzt die beiden Adapter noch hochziehen.

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          MP_Trixi @Thomas Braun last edited by

                                          @thomas-braun
                                          das hätte ich vorher schon gekonnt - das hat komischerweise mit der alten repo Einstellung auch funktioniert. Die anderen Updates bis auf die zwei hatte ich ja noch vor dem live dingens gemacht. Die zwei waren mit verschiedenen Adapter Versionen ein schönes gefrickel bis sie liefen. Deswegen traute ich mit da noch nicht ran. Ich zieh mir jetzt nochmal ein image und wage es dann.

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

                                          Support us

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

                                          517
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

                                          3
                                          31
                                          1254
                                          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