Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Pflege des Betriebssystems
    5. System krumm?

    NEWS

    • Monatsrückblick – September 2025

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

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

    System krumm?

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      luft-post @Thomas Braun last edited by

      @thomas-braun sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

      iobroker.inst@3.0.0 /opt/iobroker ├── cron-parser@5.4.0
      ist falsch, in der ersten Ebene liegen bei einer sauberen Installation keine Module, die nicht iobroker.xyz heißen, also Adapter sind.

      und was steht bei dir unter smartcontrol adapter?

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @luft-post last edited by Thomas Braun

        @luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

        und was steht bei dir unter smartcontrol adapter?

        Gar nichts, den verwende ich nämlich nicht.

        Edit: Ein sauberer npm tree schaut jedenfalls so aus:

        echad@chet:~ $ cd /opt/iobroker/ && npm ls
        iobroker.inst@3.0.0 /opt/iobroker
        ├── iobroker.admin@7.7.2
        ├── iobroker.alexa2@3.27.3
        ├── iobroker.alias-manager@2.0.0
        ├── iobroker.ankersolix2@2.4.0
        ├── iobroker.awtrix-light@2.0.0
        ├── iobroker.backitup@3.3.7
        ├── iobroker.ble@0.14.1
        ├── iobroker.cloud@5.0.1
        ├── iobroker.devices@1.2.9
        ├── iobroker.echarts@2.0.10
        ├── iobroker.firetv@2.1.0
        ├── iobroker.followthesun@0.5.2
        ├── iobroker.govee-app@0.0.6 (git+ssh://git@github.com/TA2k/ioBroker.govee-app.git#6a0f84cfb34eb3a0ca647c7a519b9d5a48ccfb85)
        ├── iobroker.govee-local@0.2.9
        ├── iobroker.history@3.0.1
        ├── iobroker.ical@1.17.0
        ├── iobroker.iceroad@1.2.1
        ├── iobroker.iot@4.0.3
        ├── iobroker.javascript@9.0.11
        ├── iobroker.js-controller@7.0.7
        ├── iobroker.mihome-cloud@0.1.1
        ├── iobroker.mihome-vacuum@5.3.0
        ├── iobroker.mihome@1.4.0
        ├── iobroker.mqtt@6.1.4
        ├── iobroker.nina@0.0.26
        ├── iobroker.notification-manager@1.3.0
        ├── iobroker.nuki-extended@2.7.0
        ├── iobroker.nut@1.6.0
        ├── iobroker.opendtu@3.1.0
        ├── iobroker.openweathermap@1.4.0
        ├── iobroker.parcel@0.2.10
        ├── iobroker.playstation@0.0.3
        ├── iobroker.rpi2@2.4.0 (git+ssh://git@github.com/Grothesk242/ioBroker.rpi2.git#c87e9539d89bac8f4d19b266679bcb78ed554f1d)
        ├── iobroker.sainlogic@0.12.1
        ├── iobroker.samsung_tizen@1.1.0
        ├── iobroker.samsung@0.6.1
        ├── iobroker.switchbot-hub@0.1.2 (git+ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git#7a05fa59dfc5e3ce8d73018badc4e420996452f8)
        ├── iobroker.tado@0.7.11-alpha.0 (git+ssh://git@github.com/DrozmotiX/ioBroker.tado.git#380972a9b0a8e8c23e96202486243a201cbcb6b9)
        ├── iobroker.tankerkoenig@3.4.0
        ├── iobroker.tr-064@4.3.0
        ├── iobroker.tradfri@3.1.3
        ├── iobroker.trashschedule@4.0.1
        ├── iobroker.tuya@3.17.0
        ├── iobroker.weather-warnings@0.7.4
        ├── iobroker.web@7.0.9
        ├── iobroker.whatsapp-cmb@0.3.0
        └── iobroker.zigbee@3.1.2
        echad@chet:/opt/iobroker $
        
        1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @luft-post last edited by

          @luft-post um deine Ausgabe exakt so wiederzugeben wie deine

          root@IoBroker:/opt/iobroker# npm list cron-parser
          iobroker.inst@3.0.0 /opt/iobroker
          ├─┬ iobroker.alarm@3.7.4
          │ └─┬ node-schedule@2.1.1
          │   └── cron-parser@4.9.0 deduped
          ├─┬ iobroker.backitup@3.3.7
          │ └── cron-parser@5.4.0
          ├─┬ iobroker.device-watcher@2.13.1
          │ └── cron-parser@4.9.0
          └─┬ iobroker.js-controller@7.0.7
            └── cron-parser@4.9.0 deduped
          
          root@IoBroker:/opt/iobroker# cd /opt/iobroker/node_modules/iobroker.smartcontrol
          npm list cron-parser
          iobroker.smartcontrol@2.0.1 /opt/iobroker/node_modules/iobroker.smartcontrol
          └── (empty)
          
          root@IoBroker:/opt/iobroker/node_modules/iobroker.smartcontrol# cd
          root@IoBroker:~# 
          

          vollständige Ausgabe

          root@IoBroker:~# cd /opt/iobroker/ && npm ls
          iobroker.inst@3.0.0 /opt/iobroker
          ├── @abandonware/noble@1.9.2-25
          ├── @iobroker-javascript.0/country-list-js@npm:country-list-js@3.1.8
          ├── @iobroker-javascript.0/moment-duration-format@npm:moment-duration-format@2.3.2
          ├── @iobroker-javascript.0/moment-timezone@npm:moment-timezone@0.6.0
          ├── @iobroker-javascript.0/moment@npm:moment@2.30.1
          ├── @iobroker-javascript.0/node-mihome@npm:node-mihome@0.0.32
          ├── @iobroker-javascript.0/querystring@npm:querystring@0.2.1
          ├── @iobroker-javascript.0/request-promise-native@npm:request-promise-native@1.0.9
          ├── @iobroker-javascript.0/request@npm:request@2.88.2
          ├── @iobroker-javascript.0/simple-ssh@npm:simple-ssh@1.1.1
          ├── @iobroker-javascript.0/tail@npm:tail@2.2.6
          ├── @iobroker-javascript.0/xml2js@npm:xml2js@0.6.2
          ├── iobroker.admin@7.7.2
          ├── iobroker.alarm@3.7.4
          ├── iobroker.alexa2@3.27.3
          ├── iobroker.alias-manager@2.0.0
          ├── iobroker.awtrix-light@2.0.0
          ├── iobroker.backitup@3.3.7
          ├── iobroker.ble@0.14.1
          ├── iobroker.broadlink2@2.3.0
          ├── iobroker.chromecast@4.0.0
          ├── iobroker.consumption@1.0.2
          ├── iobroker.countdown@3.0.0
          ├── iobroker.daswetter@3.2.3
          ├── iobroker.device-reminder@3.1.2
          ├── iobroker.device-watcher@2.13.1
          ├── iobroker.devices@1.2.9
          ├── iobroker.dwd@2.8.5
          ├── iobroker.echarts@2.0.10
          ├── iobroker.email@2.0.4
          ├── iobroker.esphome@0.6.3
          ├── iobroker.eventlist@2.1.0
          ├── iobroker.feiertage@1.2.1
          ├── iobroker.firetv@2.1.0
          ├── iobroker.flexcharts@0.5.0
          ├── iobroker.frigate@1.3.2 (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.frigate.git#5b7a1840f7b9fab00a74decc7ffee1641d16e27d)
          ├── iobroker.fullcalendar@2.4.5
          ├── iobroker.fully-tablet-control@0.3.8 (git+ssh://git@github.com/xXBJXx/ioBroker.fully-tablet-control.git#ae07136c27d18a8b6ffa23763324d6f417e2ee97)
          ├── iobroker.fullybrowser@3.1.2
          ├── iobroker.gotify-ws@0.2.3
          ├── iobroker.govee-app@0.0.6 (git+ssh://git@github.com/TA2k/ioBroker.govee-app.git#6a0f84cfb34eb3a0ca647c7a519b9d5a48ccfb85)
          ├── iobroker.govee-local@0.2.9
          ├── iobroker.hass@1.4.0
          ├── iobroker.history@3.0.1
          ├── iobroker.hyperion_ng@0.1.23
          ├── iobroker.hyperion@0.0.15 (git+ssh://git@github.com/ruhigundrelaxed/ioBroker.hyperion.git#faa3749a64c63522cf62920a3c1a1949d94782d1)
          ├── iobroker.ical@1.17.0
          ├── iobroker.icons-addictive-flavour-png@0.1.0
          ├── iobroker.icons-icons8@0.0.1
          ├── iobroker.icons-material-png@0.1.0
          ├── iobroker.icons-mfd-png@1.2.1
          ├── iobroker.icons-ultimate-png@1.0.1
          ├── iobroker.imap@0.3.0
          ├── iobroker.influxdb@4.0.2
          ├── iobroker.iot@4.0.3
          ├── iobroker.jarvis@3.2.0-rc.17 (git+ssh://git@github.com/Zefau/ioBroker.jarvis.git#65370bd2ad4617722447bcff04ba4dc6429bed9b)
          ├── iobroker.javascript@9.0.11
          ├── iobroker.js-controller@7.0.7
          ├── iobroker.lightcontrol@2.0.0
          ├── iobroker.linux-control@1.1.6 (git+ssh://git@github.com/Scrounger/ioBroker.linux-control.git#59f578f3402850684ba8767a24a9ff288b05a3f0)
          ├── iobroker.logparser@2.4.0
          ├── iobroker.mihome@1.4.0
          ├── iobroker.milight-smart-light@1.2.2
          ├── iobroker.mobile@1.0.1
          ├── iobroker.mqtt-client@3.0.0
          ├── iobroker.mqtt@6.1.4
          ├── iobroker.mytime@2.0.1
          ├── iobroker.notification-manager@1.3.0
          ├── iobroker.notificationforandroidtv@3.0.4
          ├── iobroker.nut@1.6.0
          ├── iobroker.onkyo@2.1.2
          ├── iobroker.opendtu@3.1.0
          ├── iobroker.openweathermap@1.4.0
          ├── iobroker.operating-hours@1.3.0
          ├── iobroker.parcel@0.2.10
          ├── iobroker.parser@2.3.1
          ├── iobroker.phantomjs@1.1.3
          ├── iobroker.ping@1.7.9
          ├── iobroker.puppeteer@0.4.0
          ├── iobroker.radar2@2.4.0
          ├── iobroker.rest-api@3.0.1
          ├── iobroker.roadtraffic@1.2.0
          ├── iobroker.rssfeed@3.5.2
          ├── iobroker.sayit@5.1.0
          ├── iobroker.scenes@4.0.3
          ├── iobroker.scheduler@1.5.0
          ├── iobroker.schoolfree@1.1.12
          ├── iobroker.shelly@10.2.0
          ├── iobroker.shuttercontrol@2.0.5
          ├── iobroker.signal-cmb@0.3.0
          ├── iobroker.simple-api@3.0.7
          ├── iobroker.slideshow@0.2.1
          ├── iobroker.smartcontrol@2.0.1
          ├── iobroker.snmp@3.3.0
          ├── iobroker.sonoff@3.3.0
          ├── iobroker.sourceanalytix@0.4.15-alpha.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#1010e11d126dc2e9639b70f17b79d082dead83ba)
          ├── iobroker.spotify-premium@1.5.3
          ├── iobroker.sql@3.0.1
          ├── iobroker.statistics@4.0.0
          ├── iobroker.tankerkoenig@3.4.0
          ├── iobroker.telegram@4.1.0
          ├── iobroker.text2command@3.0.3
          ├── iobroker.tibberconnect@0.0.10 (git+ssh://git@github.com/Codibris/ioBroker.tibberconnect.git#3d3cb4129718fbaf00fcdc00b23d1a68e35d2c83)
          ├── iobroker.tibberlink@5.0.3
          ├── iobroker.tr-064@4.3.0
          ├── iobroker.traccar@1.1.6
          ├── iobroker.trashschedule@4.0.1
          ├── iobroker.tuya@3.17.0
          ├── iobroker.unifi@0.7.0
          ├── iobroker.upnp@1.1.0
          ├── iobroker.valuetrackerovertime@1.1.0
          ├── iobroker.virtualpowermeter@1.5.0
          ├── iobroker.vis-2-widgets-collection@1.8.1
          ├── iobroker.vis-2-widgets-energy@1.0.2
          ├── iobroker.vis-2-widgets-gauges@2.0.2
          ├── iobroker.vis-2-widgets-inventwo@0.3.9
          ├── iobroker.vis-2-widgets-jaeger-design@1.4.7
          ├── iobroker.vis-2-widgets-material@1.6.0
          ├── iobroker.vis-2-widgets-ovarious@1.0.0
          ├── iobroker.vis-2-widgets-radar-trap@2.3.3
          ├── iobroker.vis-2-widgets-rssfeed@1.2.2
          ├── iobroker.vis-2-widgets-sweethome3d@0.2.0
          ├── iobroker.vis-2-widgets-weather-and-heating@1.1.3
          ├── iobroker.vis-2@2.13.5
          ├── iobroker.vis-bars@0.1.4
          ├── iobroker.vis-canvas-gauges@1.0.1
          ├── iobroker.vis-colorpicker@2.0.3
          ├── iobroker.vis-fancyswitch@1.1.0
          ├── iobroker.vis-google-fonts@1.0.4
          ├── iobroker.vis-history@1.0.0
          ├── iobroker.vis-hqwidgets@1.6.0
          ├── iobroker.vis-icontwo@1.18.0
          ├── iobroker.vis-inventwo@3.3.5
          ├── iobroker.vis-jqui-mfd@1.1.1
          ├── iobroker.vis-justgage@2.1.7
          ├── iobroker.vis-keyboard@0.0.2
          ├── iobroker.vis-lcars@1.1.1
          ├── iobroker.vis-map@1.1.2
          ├── iobroker.vis-material-webfont@0.0.3
          ├── iobroker.vis-material@0.2.0
          ├── iobroker.vis-materialdesign@0.5.9
          ├── iobroker.vis-metro@1.2.0
          ├── iobroker.vis-players@0.1.6
          ├── iobroker.vis-plumb@1.0.2
          ├── iobroker.vis-rgraph@0.0.2
          ├── iobroker.vis-timeandweather@1.2.2
          ├── iobroker.vis-weather@2.5.12
          ├── iobroker.vis@1.5.6
          ├── iobroker.wallpanel@0.3.11
          ├── iobroker.weather-warnings@0.7.4
          ├── iobroker.weatherunderground@3.7.0
          ├── iobroker.web@7.0.9
          ├── iobroker.whatsapp-cmb@0.3.0
          ├── iobroker.wiffi-wz@2.2.1
          ├── iobroker.wiobrowser@2.0.2
          ├── iobroker.wireguard@1.8.0
          ├── iobroker.wled@0.7.3
          ├── iobroker.worx@3.2.7
          ├── iobroker.ws@3.0.19
          ├── iobroker.yeelight-2@1.5.2
          ├── iobroker.zigbee2mqtt@3.0.9
          └── iobroker@4.0.3
          
          root@IoBroker:/opt/iobroker# 
          
          1 Reply Last reply Reply Quote 0
          • L
            luft-post last edited by

            So, ich habe endlich mal wieder zeitgefunden mit meinen Problem weiterzumachen...
            was habe ich gemacht:

            • meinen npm tree "bereinigt" -> keine Änderung
            • den crom-parser unter JS ausprobiert -> funktioniert ohne Probleme
            • den SmartControl Adapter komplett gelöscht und neu installiert -> auch hier mit den hinhaltenden Beispieldaten werden die Crom-jobs angemeckert.

            habt Ihr noch eine Idee was ich probieren kann? bin für jeden Tipp dankbar.

            gruß
            Matthias

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @luft-post last edited by

              @luft-post

              Poste mal

              iob diag
              

              vollständig.

              L 1 Reply Last reply Reply Quote 0
              • L
                luft-post @Thomas Braun last edited by

                @thomas-braun sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                iob diag

                ioBroker Diagnosis ***
                
                Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                
                The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                
                https://forum.iobroker.net
                
                Just copy and paste the Summary Page, including the ``` characters at start and end.
                It helps us to help you!
                
                **************************************************************************
                * Some output is masked. For full results please use 'iob diag --unmask' *
                **************************************************************************
                
                Press any key to continue
                sudo: 1 incorrect password attempt
                
                Hint: You are currently not seeing messages from other users and the system.
                      Users in groups 'adm', 'systemd-journal' can see all messages.
                      Pass -q to turn off this notice.
                No journal files were opened due to insufficient permissions.
                
                /opt/iobroker/backups:
                677M	/opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                676M	/opt/iobroker/iobroker-data/
                443M	/opt/iobroker/iobroker-data/files
                148M	/opt/iobroker/iobroker-data/backup-objects
                72M	/opt/iobroker/iobroker-data/files/vis-2
                47M	/opt/iobroker/iobroker-data/files/admin.admin
                
                The five largest files in iobroker-data are:
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to change directory: /home/pi: Permission denied
                find: Failed to restore initial working directory: /home/pi: Permission denied
                
                USB-Devices by-id:
                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                
                /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231009140255-if00
                
                *** ZigBee Settings ***
                
                HINT:
                Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                /dev/ttyACM0
                Zigbee Network Settings on your coordinator/in nvbackup are:
                
                zigbee.X
                Extended Pan ID:
                *** MASKED ***
                Pan ID:
                *** MASKED ***
                Channel:
                *** MASKED ***
                Network Key:
                *** MASKED ***
                
                To unmask the settings run 'iob diag --unmask'
                
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs 	v22.19.0
                /usr/bin/node 		v22.19.0
                /usr/bin/npm 		10.9.3
                /usr/bin/npx 		10.9.3
                /usr/bin/corepack 	0.34.0
                
                nodejs:
                  Installed: 22.19.0-1nodesource1
                  Candidate: 22.20.0-1nodesource1
                  Version table:
                     22.20.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                 *** 22.19.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                        100 /var/lib/dpkg/status
                     22.18.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.17.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.17.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.16.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.15.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.15.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.14.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.13.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.13.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.12.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.11.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.10.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.9.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.8.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.7.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.6.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.5.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.5.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.4.1-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.4.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.3.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.2.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.1.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.0.0-1nodesource1 1001
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     18.20.4+dfsg-1~deb12u1 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                
                find: Failed to restore initial working directory: /home/pi: Permission denied
                Temp directories causing deletion problem: 0
                No problems detected
                
                Errors in npm tree: 0
                No problems detected
                
                Checking for nodejs vulnerability:
                
                
                 █████  ██      ██           ██████   ██████   ██████  ██████         ██
                ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                
                
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Hosts:
                raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 77953)
                
                Core adapters versions
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @luft-post last edited by

                  @luft-post

                  Das ist nicht vollständig (und auch komisch irgendwie irgendwoher kopiert).
                  Ruf das in einem gescheiten Terminal in einer SSH-Session auf und kopier das von da.

                  L 1 Reply Last reply Reply Quote 0
                  • L
                    luft-post @Thomas Braun last edited by

                    @thomas-braun zweiter versuch, vorher war wohl nicht richtig in die /home/iobroker/iob_diag.log geschrieben worden

                    *** iob diag is starting up, please wait ***
                    
                    *** ioBroker Diagnosis ***
                    
                    Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                    
                    The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                    
                    https://forum.iobroker.net
                    
                    Just copy and paste the Summary Page, including the ``` characters at start and end.
                    It helps us to help you!
                    
                    **************************************************************************
                    * Some output is masked. For full results please use 'iob diag --unmask' *
                    **************************************************************************
                    
                    Press any key to continue
                    
                    ========== Start marking the full check here ===========
                    
                    ```bash
                    Script v.2025-08-09
                    
                    *** BASE SYSTEM ***
                    Operating System: Debian GNU/Linux 12 (bookworm)
                     Static hostname: raspberrypi
                           Icon name: computer
                              Kernel: Linux 6.12.34+rpt-rpi-2712
                        Architecture: arm64
                    OS is similar to: 
                    
                    Model		: Raspberry Pi 5 Model B Rev 1.1
                    Docker          : false
                    Virtualization  : none
                    Kernel          : aarch64
                    Userland        : 64 bit
                    
                    Systemuptime and Load:
                     20:16:13 up 2 min,  4 users,  load average: 2.77, 0.93, 0.33
                    CPU threads: 4
                    
                    
                    *** LIFE CYCLE STATUS ***
                    Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                    
                    *** RASPBERRY THROTTLING ***
                    Current issues:
                    No throttling issues detected.
                    
                    Previously detected issues:
                    No throttling issues detected.
                    
                    *** TIME AND TIMEZONES ***
                                   Local time: Tue 2025-09-30 20:16:13 CEST
                               Universal time: Tue 2025-09-30 18:16:13 UTC
                                     RTC time: Tue 2025-09-30 18:16:13
                                    Time zone: Europe/Berlin (CEST, +0200)
                    System clock synchronized: yes
                                  NTP service: active
                              RTC in local TZ: no
                    
                    *** Users and Groups ***
                    User that called 'iob diag':
                    iobroker
                    HOME=/home/iobroker
                    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                    
                    User that is running 'js-controller':
                    iobroker
                    HOME=/home/iobroker
                    GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                    
                    A default user should be created! This user will be enabled to temporarily switch to root via 'sudo'!
                    A root login is not required in most Linux Distributions.
                    Run 'iobroker fix' or use the system tools to create a user.
                    *** DISPLAY-SERVER SETUP ***
                    Display-Server: 	true
                    Display-Manager: 	* lightdm.service - Light Display Manager
                    Desktop: 		
                    Session: 		
                    
                    System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.target' or run 'iobroker fix'
                    
                    *** MEMORY ***
                                   total        used        free      shared  buff/cache   available
                    Mem:             17G        3.7G         12G         36M        1.2G         13G
                    Swap:           536M          0B        536M
                    Total:           17G        3.7G         12G
                    
                    Active iob-Instances: 	25
                    
                            16219 M total memory
                             3547 M used memory
                             3301 M active memory
                              702 M inactive memory
                            11678 M free memory
                               98 M buffer memory
                             1038 M swap cache
                              511 M total swap
                                0 M used swap
                              511 M free swap
                    
                    *** top - Table Of Processes  ***
                    top - 20:16:14 up 2 min,  4 users,  load average: 2.77, 0.93, 0.33
                    Tasks: 272 total,   4 running, 268 sleeping,   0 stopped,   0 zombie
                    %Cpu(s): 66.7 us, 33.3 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
                    MiB Mem :  16219.2 total,  11676.6 free,   3548.5 used,   1136.9 buff/cache     
                    MiB Swap:    512.0 total,    512.0 free,      0.0 used.  12670.7 avail Mem 
                    
                    *** FAILED SERVICES ***
                    
                      UNIT LOAD ACTIVE SUB DESCRIPTION
                    0 loaded units listed.
                    
                    
                    *** DMESG CRITICAL ERRORS ***
                    
                    
                    L Thomas Braun 2 Replies Last reply Reply Quote 0
                    • L
                      luft-post @luft-post last edited by

                      @luft-post unter putty gibt er mir keine direkte Ausgabe bei "iob diag"

                      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @luft-post last edited by

                        @luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                        keine direkte Ausgabe bei "iob diag"

                        sondern?

                        L 1 Reply Last reply Reply Quote -1
                        • Thomas Braun
                          Thomas Braun Most Active @luft-post last edited by

                          @luft-post

                          Die Ausgabe erfolgt über STDOUT auf deinem Bildschirm.
                          Hochscrollen, ab der Kopiermarke markieren, nach unten scrollen, kopieren, hier einfügen.
                          Funktioniert auch bei puTTY. Haben schon Leute vor dir gemacht...

                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @luft-post last edited by

                            @luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                            Log dich NICHT als user 'iobroker' ein. Das ist ein Systemuser (und hat eigentlich auch gar kein Passwort).
                            Verwende einen Standarduser. Es gibt ja den 'pi' offenbar auf deiner Kiste.

                            Display-Server: true

                            Ausschalten... Server IMMER ohne Desktop.

                            Und das Ding ist immer noch unvollständig...

                            1 Reply Last reply Reply Quote 0
                            • L
                              luft-post @Homoran last edited by

                              @homoran
                              bei Eingabe kommt nix

                              Unbenannt.PNG

                              komme nur mit Strg+C wieder raus

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @luft-post last edited by

                                @luft-post

                                Ruf das mal so auf:

                                curl -L -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                                
                                L 1 Reply Last reply Reply Quote 1
                                • Thomas Braun
                                  Thomas Braun Most Active @luft-post last edited by

                                  @luft-post sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                                  System is booting into 'graphical.target'. Usually a server is running in 'multi-user.target'. Please set BootTarget to 'multi-user.t arget' or run 'iobroker fix'

                                  Your zigbee.0 COM-Port is NOT matchingYour zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting: 'by-id'. Please check your setting.

                                  Pending Updates: 39

                                  Korrigier das schon mal und nach einem Reboot

                                  cd /opt/iobroker/ && npm ls
                                  

                                  zeigen.

                                  1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @luft-post last edited by

                                    @luft-post

                                    Und den

                                    iob fix
                                    

                                    kannste auch mal drüber jagen.

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      luft-post @Thomas Braun last edited by

                                      @thomas-braun

                                      so, ich denke ich habe alles gemacht. hier die gewünschte Ausgabe. iob fix läuft gerade noch

                                      pi@raspberrypi:~ $ cd /opt/iobroker/ && npm ls
                                      iobroker.inst@3.0.0 /opt/iobroker
                                      ├── @iobroker-javascript.0/hue-push-client@npm:hue-push-client@1.0.5
                                      ├── iobroker.admin@7.7.2
                                      ├── iobroker.alarm@3.7.4
                                      ├── iobroker.alexa2@3.27.3
                                      ├── iobroker.alpha2@1.0.3 (git+ssh://git@github.com/Eisbaeeer/ioBroker.alpha2.git#803bd6302dca3e4b44164d23e58a8a096e21e972)
                                      ├── iobroker.awtrix-light@2.0.0
                                      ├── iobroker.backitup@3.3.5
                                      ├── iobroker.birthdays@4.0.0
                                      ├── iobroker.chromecast@4.0.0
                                      ├── iobroker.cloud@5.0.1
                                      ├── iobroker.daswetter@3.2.3
                                      ├── iobroker.device-reminder@3.1.2
                                      ├── iobroker.device-watcher@2.13.1
                                      ├── iobroker.discovery@5.0.0
                                      ├── iobroker.dwd@2.8.5
                                      ├── iobroker.email@2.0.4
                                      ├── iobroker.fb-checkpresence@1.4.0
                                      ├── iobroker.feiertage@1.2.1
                                      ├── iobroker.flot@1.12.0
                                      ├── iobroker.fritzbox@0.6.0
                                      ├── iobroker.fullcalendar@2.4.5
                                      ├── iobroker.fully-tablet-control@0.3.0-beta.5 (git+ssh://git@github.com/xXBJXx/ioBroker.fully-tablet-control.git#a9a607c702141a6568b271464570809d9a27ecf9)
                                      ├── iobroker.fullybrowser@3.1.2
                                      ├── iobroker.history@3.0.1
                                      ├── iobroker.hm-rega@5.1.0
                                      ├── iobroker.hm-rpc@2.0.2
                                      ├── iobroker.homepilot20@0.0.31 (git+ssh://git@github.com/homecineplexx/ioBroker.homepilot20.git#201286583714176646bfa1030a780906787264e3)
                                      ├── iobroker.hue@3.16.2
                                      ├── iobroker.ical@1.16.2
                                      ├── iobroker.icons-mfd-png@1.2.1
                                      ├── iobroker.icons-mfd-svg@1.2.0
                                      ├── iobroker.iot@3.4.3
                                      ├── iobroker.jarvis@3.2.0-rc.5
                                      ├── iobroker.javascript@8.9.2
                                      ├── iobroker.js-controller@7.0.7
                                      ├── iobroker.mqtt@6.1.4
                                      ├── iobroker.notification-manager@1.3.0
                                      ├── iobroker.onvif-alt@0.2.0 (git+ssh://git@github.com/Jey-Cee/iobroker.onvif-alt.git#7cd1174688b599cad552d2c6881cd1b6684f99a9)
                                      ├── iobroker.parser@2.2.4
                                      ├── iobroker.ping@1.7.9
                                      ├── iobroker.pollenflug@2.0.0
                                      ├── iobroker.pushover@4.1.0
                                      ├── iobroker.pushsafer@1.1.0
                                      ├── iobroker.rpi2@2.4.0
                                      ├── iobroker.sayit@5.0.0
                                      ├── iobroker.schoolfree@1.1.12
                                      ├── iobroker.shuttercontrol@2.0.5
                                      ├── iobroker.siegenia@1.1.1 (git+ssh://git@github.com/Apollon77/ioBroker.siegenia.git#b071bc8a25c04204898575d6a2f7e8aef03d2af7)
                                      ├── iobroker.smartcontrol@2.0.1
                                      ├── iobroker.sonoff@3.2.1
                                      ├── iobroker.sonos@3.0.0
                                      ├── iobroker.sourceanalytix@0.4.15-alpha.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#38686d69a56249fda3acbcfae9485a372b9a3b56)
                                      ├── iobroker.spotify-premium@1.5.2
                                      ├── iobroker.sql@3.0.1
                                      ├── iobroker.tankerkoenig@3.4.0
                                      ├── iobroker.terminal@1.0.0
                                      ├── iobroker.tr-064@4.3.0
                                      ├── iobroker.tradfri@3.1.3
                                      ├── iobroker.tuya@3.16.0
                                      ├── iobroker.vis-2@2.13.4
                                      ├── iobroker.vis-bars@0.1.4
                                      ├── iobroker.vis-canvas-gauges@1.0.1
                                      ├── iobroker.vis-fancyswitch@1.1.0
                                      ├── iobroker.vis-history@1.0.0
                                      ├── iobroker.vis-hqwidgets@1.5.1
                                      ├── iobroker.vis-icontwo@1.18.0
                                      ├── iobroker.vis-inventwo@3.3.5
                                      ├── iobroker.vis-jqui-mfd@1.1.1
                                      ├── iobroker.vis-justgage@2.1.7
                                      ├── iobroker.vis-keyboard@0.0.2
                                      ├── iobroker.vis-map@1.1.2
                                      ├── iobroker.vis-material-advanced@1.7.4
                                      ├── iobroker.vis-materialdesign@0.5.9
                                      ├── iobroker.vis-metro@1.2.0
                                      ├── iobroker.vis-rgraph@0.0.2
                                      ├── iobroker.vis-timeandweather@1.2.2
                                      ├── iobroker.vis@1.5.6
                                      ├── iobroker.weatherunderground@3.7.0
                                      ├── iobroker.web@7.0.8
                                      ├── iobroker.whatsapp-cmb@0.3.0
                                      ├── iobroker.wifilight@2.0.3
                                      └── iobroker.zigbee@3.0.5
                                      
                                      
                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        luft-post @luft-post last edited by

                                        @luft-post

                                        Fehler steht leider immer noch an

                                        Unbenannt.PNG

                                        L 1 Reply Last reply Reply Quote 0
                                        • L
                                          luft-post @luft-post last edited by

                                          hier noch mal der aktuelle iob diag

                                          
                                          ========== Start marking the full check here ===========
                                          
                                          ```bash
                                          Script v.2025-08-09
                                          
                                          *** BASE SYSTEM ***
                                          Operating System: Debian GNU/Linux 12 (bookworm)
                                           Static hostname: raspberrypi
                                                 Icon name: computer
                                                    Kernel: Linux 6.12.47+rpt-rpi-2712
                                              Architecture: arm64
                                          OS is similar to:
                                          
                                          Model           : Raspberry Pi 5 Model B Rev 1.1
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : 64 bit
                                          
                                          Systemuptime and Load:
                                           21:10:53 up 10 min,  2 users,  load average: 1.06, 1.08, 0.64
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          No throttling issues detected.
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Tue 2025-09-30 21:10:53 CEST
                                                     Universal time: Tue 2025-09-30 19:10:53 UTC
                                                           RTC time: Tue 2025-09-30 19:10:53
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          pi
                                          HOME=/home/pi
                                          GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi systemd-journal iobroker
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                          
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server:         false
                                          Display-Manager:        * lightdm.service - Light Display Manager
                                          Desktop:
                                          Session:                tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:             17G        3.4G         12G         14M        1.4G         13G
                                          Swap:           536M          0B        536M
                                          Total:           17G        3.4G         12G
                                          
                                          Active iob-Instances:   31
                                          
                                                  16219 M total memory
                                                   3286 M used memory
                                                   2981 M active memory
                                                    869 M inactive memory
                                                  11710 M free memory
                                                    196 M buffer memory
                                                   1159 M swap cache
                                                    511 M total swap
                                                      0 M used swap
                                                    511 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 21:10:53 up 10 min,  2 users,  load average: 1.06, 1.08, 0.64
                                          Tasks: 230 total,   1 running, 229 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  0.0 us, 33.3 sy,  0.0 ni, 66.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :  16219.1 total,  11710.8 free,   3286.4 used,   1356.2 buff/cache
                                          MiB Swap:    512.0 total,    512.0 free,      0.0 used.  12932.7 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT LOAD ACTIVE SUB DESCRIPTION
                                          0 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          No critical errors detected
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          udev           devtmpfs  7.9G     0  7.9G   0% /dev
                                          tmpfs          tmpfs     1.6G   14M  1.6G   1% /run
                                          /dev/nvme0n1p2 ext4      117G   12G  100G  11% /
                                          tmpfs          tmpfs     8.0G   32K  8.0G   1% /dev/shm
                                          tmpfs          tmpfs     5.0M   48K  5.0M   1% /run/lock
                                          /dev/nvme0n1p1 vfat      510M   69M  442M  14% /boot/firmware
                                          /dev/sda       ext4      234G   28K  222G   1% /backup
                                          tmpfs          tmpfs     1.6G  160K  1.6G   1% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Tue Sep 30 21:00:25 2025] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0  numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=88:A2:9E:1C:3B:23 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=541a5899-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
                                          [Tue Sep 30 21:00:26 2025] EXT4-fs (nvme0n1p2): mounted filesystem d6ecfcd5-2703-41bf-9301-10c403b6fb0c ro with ordered data mode. Quota mode: none.
                                          [Tue Sep 30 21:00:27 2025] EXT4-fs (nvme0n1p2): re-mounted d6ecfcd5-2703-41bf-9301-10c403b6fb0c r/w.
                                          [Tue Sep 30 21:00:28 2025] EXT4-fs (sda): mounted filesystem 99c4331b-c542-48d4-9081-700cecce1b69 r/w with ordered data mode. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET           SOURCE         FSTYPE OPTIONS
                                          /                /dev/nvme0n1p2 ext4   rw,noatime
                                          |-/boot/firmware /dev/nvme0n1p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                          `-/backup        /dev/sda       ext4   rw,noatime,stripe=8191
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          2.6G    /var/
                                          1.4G    /var/lib
                                          1.2G    /var/lib/mysql
                                          989M    /var/lib/mysql/iobroker
                                          698M    /var/cache
                                          
                                          Archived and active journals take up 8.0M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          677M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          639M    /opt/iobroker/iobroker-data/
                                          443M    /opt/iobroker/iobroker-data/files
                                          148M    /opt/iobroker/iobroker-data/backup-objects
                                          72M     /opt/iobroker/iobroker-data/files/vis-2
                                          47M     /opt/iobroker/iobroker-data/files/admin.admin
                                          
                                          The five largest files in iobroker-data are:
                                          34M     /opt/iobroker/iobroker-data/objects.jsonl
                                          30M     /opt/iobroker/iobroker-data/files/notification-manager.admin/build/index.js.map
                                          27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                          20M     /opt/iobroker/iobroker-data/files/fullcalendar.admin/static/js/main.c13d3761.js.map
                                          13M     /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231009140255-if00
                                          
                                          *** ZigBee Settings ***
                                          
                                          Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v22.20.0
                                          /usr/bin/node           v22.20.0
                                          /usr/bin/npm            10.9.3
                                          /usr/bin/npx            10.9.3
                                          /usr/bin/corepack       0.34.0
                                          
                                          nodejs:
                                            Installed: 22.20.0-1nodesource1
                                            Candidate: 22.20.0-1nodesource1
                                            Version table:
                                           *** 22.20.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                                  100 /var/lib/dpkg/status
                                               22.19.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.18.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.17.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.17.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.16.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.15.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.15.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.14.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.13.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.13.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.12.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.11.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.10.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.9.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.8.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.7.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.6.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.5.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.5.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.4.1-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.4.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.3.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.2.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.1.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               22.0.0-1nodesource1 1001
                                                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               18.20.4+dfsg-1~deb12u1 500
                                                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          Checking for nodejs vulnerability:
                                          
                                          
                                           █████  ██      ██           ██████   ██████   ██████  ██████         ██
                                          ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                                          ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                                          ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                                          ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                                          
                                          
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 242)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.7
                                          admin:          7.7.2
                                          javascript:     8.9.2
                                          
                                          nodejs modules from github:     6
                                          +-- iobroker.alpha2@1.0.3 (git+ssh://git@github.com/Eisbaeeer/ioBroker.alpha2.git#803bd6302dca3e4b44164d23e58a8a096e21e972)
                                          +-- iobroker.fully-tablet-control@0.3.0-beta.5 (git+ssh://git@github.com/xXBJXx/ioBroker.fully-tablet-control.git#a9a607c702141a6568b271464570809d9a27ecf9)
                                          +-- iobroker.homepilot20@0.0.31 (git+ssh://git@github.com/homecineplexx/ioBroker.homepilot20.git#201286583714176646bfa1030a780906787264e3)
                                          +-- iobroker.onvif-alt@0.2.0 (git+ssh://git@github.com/Jey-Cee/iobroker.onvif-alt.git#7cd1174688b599cad552d2c6881cd1b6684f99a9)
                                          +-- iobroker.siegenia@1.1.1 (git+ssh://git@github.com/Apollon77/ioBroker.siegenia.git#b071bc8a25c04204898575d6a2f7e8aef03d2af7)
                                          +-- iobroker.sourceanalytix@0.4.15-alpha.1 (git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#38686d69a56249fda3acbcfae9485a372b9a3b56)
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.alarm.0                  : alarm                 : raspberrypi                              - disabled
                                          + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                                          + system.adapter.alpha2.0                 : alpha2                : raspberrypi                              -  enabled
                                            system.adapter.awtrix-light.0           : awtrix-light          : raspberrypi                              - disabled
                                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                            system.adapter.birthdays.0              : birthdays             : raspberrypi                              -  enabled
                                            system.adapter.chromecast.0             : chromecast            : raspberrypi                              - disabled
                                          + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                                            system.adapter.daswetter.0              : daswetter             : raspberrypi                              -  enabled
                                            system.adapter.daswetter.1              : daswetter             : raspberrypi                              -  enabled
                                          + system.adapter.device-reminder.0        : device-reminder       : raspberrypi                              -  enabled
                                          + system.adapter.device-watcher.0         : device-watcher        : raspberrypi                              -  enabled
                                            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                            system.adapter.dwd.0                    : dwd                   : raspberrypi                              - disabled
                                          + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                                            system.adapter.fb-checkpresence.0       : fb-checkpresence      : raspberrypi                              - disabled
                                            system.adapter.feiertage.0              : feiertage             : raspberrypi                              -  enabled
                                            system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                                            system.adapter.fritzbox.0               : fritzbox              : raspberrypi                              - disabled
                                            system.adapter.fullcalendar.0           : fullcalendar          : raspberrypi                              - disabled
                                            system.adapter.fully-tablet-control.0   : fully-tablet-control  : raspberrypi                              - disabled
                                            system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              - disabled
                                          + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.homepilot20.0            : homepilot20           : raspberrypi                              -  enabled
                                          + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                                            system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                            system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : raspberrypi                              - disabled
                                          + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                                            system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1885, bind: 0.0.0.0
                                            system.adapter.notification-manager.0   : notification-manager  : raspberrypi                              - disabled
                                            system.adapter.onvif-alt.0              : onvif-alt             : raspberrypi                              - disabled
                                          + system.adapter.parser.0                 : parser                : raspberrypi                              -  enabled
                                          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                            system.adapter.pollenflug.0             : pollenflug            : raspberrypi                              - disabled
                                            system.adapter.pushover.0               : pushover              : raspberrypi                              - disabled
                                          + system.adapter.pushsafer.0              : pushsafer             : raspberrypi                              -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                          + system.adapter.sayit.0                  : sayit                 : raspberrypi                              -  enabled
                                            system.adapter.schoolfree.0             : schoolfree            : raspberrypi                              - disabled
                                            system.adapter.shuttercontrol.0         : shuttercontrol        : raspberrypi                              - disabled
                                          + system.adapter.siegenia.0               : siegenia              : raspberrypi                              -  enabled
                                          + system.adapter.smartcontrol.0           : smartcontrol          : raspberrypi                              -  enabled
                                            system.adapter.smartcontrol.1           : smartcontrol          : raspberrypi                              - disabled
                                            system.adapter.smartthings.0            : smartthings           : raspberrypi                              - disabled
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.2.70
                                            system.adapter.sonos.0                  : sonos                 : raspberrypi                              - disabled
                                            system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              - disabled
                                            system.adapter.spotify-premium.0        : spotify-premium       : raspberrypi                              - disabled
                                          + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                            system.adapter.tankerkoenig.0           : tankerkoenig          : raspberrypi                              - disabled
                                          + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                            system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                                            system.adapter.tradfri.0                : tradfri               : raspberrypi                              - disabled
                                            system.adapter.tuya.0                   : tuya                  : raspberrypi                              - disabled
                                          + system.adapter.vis-2.0                  : vis-2                 : raspberrypi                              -  enabled
                                            system.adapter.vis-bars.0               : vis-bars              : raspberrypi                              - disabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspberrypi                              - disabled
                                            system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : raspberrypi                              - disabled
                                            system.adapter.vis-history.0            : vis-history           : raspberrypi                              - disabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi                              - disabled
                                            system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              - disabled
                                            system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              - disabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspberrypi                              - disabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : raspberrypi                              - disabled
                                            system.adapter.vis-keyboard.0           : vis-keyboard          : raspberrypi                              - disabled
                                            system.adapter.vis-map.0                : vis-map               : raspberrypi                              - disabled
                                            system.adapter.vis-material-advanced.0  : vis-material-advanced : raspberrypi                              - disabled
                                            system.adapter.vis-material-webfont.0   : vis-material-webfont  : raspberrypi                              - disabled
                                            system.adapter.vis-materialdesign.0     : vis-materialdesign    : raspberrypi                              - disabled
                                            system.adapter.vis-metro.0              : vis-metro             : raspberrypi                              - disabled
                                            system.adapter.vis-rgraph.0             : vis-rgraph            : raspberrypi                              - disabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspberrypi                              - disabled
                                            system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                            system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              - disabled
                                            system.adapter.weatherunderground.1     : weatherunderground    : raspberrypi                              - disabled
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
                                            system.adapter.wifilight.0              : wifilight             : raspberrypi                              - disabled
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231009140255-if00
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              -  enabled, port: 0
                                          + system.adapter.hue.0                    : hue                   : raspberrypi                              -  enabled, port: 443
                                          + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1883, bind: 192.168.2.70
                                          + system.adapter.sql.0                    : sql                   : raspberrypi                              -  enabled, port: 3306
                                          + system.adapter.terminal.0               : terminal              : raspberrypi                              -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231009140255-if00
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name               │ url                                                     │ auto upgrade │
                                          ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): Stable (default)
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Adapters
                                          Used repository: Stable (default)
                                          Adapter    "admin"        : 7.7.2    , installed 7.7.2
                                          Adapter    "alarm"        : 3.7.4    , installed 3.7.4
                                          Adapter    "alexa2"       : 3.27.3   , installed 3.27.3
                                          Adapter    "alpha2"       : 1.0.0    , installed 1.0.3
                                          Adapter    "awtrix-light" : 2.0.0    , installed 2.0.0
                                          Adapter    "backitup"     : 3.3.5    , installed 3.3.5
                                          Adapter    "birthdays"    : 4.0.0    , installed 4.0.0
                                          Adapter    "chromecast"   : 4.0.0    , installed 4.0.0
                                          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                                          Adapter    "daswetter"    : 3.2.3    , installed 3.2.3
                                          Adapter    "device-reminder": 3.1.2  , installed 3.1.2
                                          Adapter    "device-watcher": 2.13.1  , installed 2.13.1
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                          Adapter    "email"        : 2.0.4    , installed 2.0.4
                                          Adapter    "fb-checkpresence": 1.4.0 , installed 1.4.0
                                          Adapter    "feiertage"    : 1.2.1    , installed 1.2.1
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzbox"     : 0.6.0    , installed 0.6.0
                                          Adapter    "fullcalendar" : 2.4.5    , installed 2.4.5
                                          Adapter    "fullybrowser" : 3.1.2    , installed 3.1.2
                                          Adapter    "history"      : 3.0.1    , installed 3.0.1
                                          Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
                                          Adapter    "hm-rpc"       : 2.0.2    , installed 2.0.2
                                          Adapter    "hue"          : 3.16.2   , installed 3.16.2
                                          Adapter    "ical"         : 1.16.2   , installed 1.16.2
                                          Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                          Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                          Adapter    "iot"          : 3.3.0    , installed 3.4.3
                                          Adapter    "jarvis"       : 3.1.8    , installed 3.2.0-rc.5
                                          Adapter    "javascript"   : 8.9.2    , installed 8.9.2
                                          Controller "js-controller": 7.0.7    , installed 7.0.7
                                          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                                          Adapter    "notification-manager": 1.3.0, installed 1.3.0
                                          Adapter    "parser"       : 2.2.4    , installed 2.2.4
                                          Adapter    "ping"         : 1.6.2    , installed 1.7.9
                                          Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
                                          Adapter    "pushover"     : 4.1.0    , installed 4.1.0
                                          Adapter    "pushsafer"    : 1.1.0    , installed 1.1.0
                                          Adapter    "rpi2"         : 2.4.0    , installed 2.4.0
                                          Adapter    "sayit"        : 5.0.0    , installed 5.0.0
                                          Adapter    "schoolfree"   : 1.1.12   , installed 1.1.12
                                          Adapter    "shuttercontrol": 2.0.5   , installed 2.0.5
                                          Adapter    "siegenia"     : 1.1.1    , installed 1.1.1
                                          Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                          Adapter    "socketio"     : 6.7.1    , installed 7.0.8
                                          Adapter    "sonoff"       : 3.2.1    , installed 3.2.1
                                          Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                          Adapter    "spotify-premium": 1.5.2  , installed 1.5.2
                                          Adapter    "sql"          : 3.0.1    , installed 3.0.1
                                          Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                          Adapter    "terminal"     : 1.0.0    , installed 1.0.0
                                          Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                                          Adapter    "tradfri"      : 3.1.3    , installed 3.1.3
                                          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                          Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                          Adapter    "vis-2"        : 2.13.4   , installed 2.13.4
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                          Adapter    "vis-icontwo"  : 1.18.0   , installed 1.18.0
                                          Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
                                          Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                          Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                          Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-map"      : 1.1.2    , installed 1.1.2
                                          Adapter    "vis-material-advanced": 1.7.4, installed 1.7.4
                                          Adapter    "vis-materialdesign": 0.5.9, installed 0.5.9
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                                          Adapter    "web"          : 7.0.8    , installed 7.0.8
                                          Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
                                          Adapter    "wifilight"    : 2.0.3    , installed 2.0.3
                                          Adapter    "ws"           : 2.6.2    , installed 3.0.19
                                          Adapter    "zigbee"       : 3.0.5    , installed 3.0.5
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        38379
                                          States:         29244
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://deb.debian.org/debian bookworm InRelease
                                          Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
                                          Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
                                          Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                                          Hit:5 https://deb.nodesource.com/node_22.x nodistro InRelease
                                          Reading package lists... Done
                                          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:3306          0.0.0.0:*               LISTEN      112        6119       831/mariadbd
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          6496       772/sshd: /usr/sbin
                                          tcp        0      0 192.168.2.70:1883       0.0.0.0:*               LISTEN      1001       22046      3523/io.sonoff.0
                                          tcp        0      0 192.168.2.70:42001      0.0.0.0:*               LISTEN      1001       20727      3371/io.hm-rpc.1
                                          tcp        0      0 192.168.2.70:42010      0.0.0.0:*               LISTEN      1001       20699      3356/io.hm-rpc.0
                                          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          6010       742/cupsd
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       16255      3066/iobroker.js-co
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       17358      3066/iobroker.js-co
                                          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          6009       742/cupsd
                                          tcp6       0      0 :::8088                 :::*                    LISTEN      1001       22859      3726/io.terminal.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       23579      3834/io.web.0
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       18649      3091/io.admin.0
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          6498       772/sshd: /usr/sbin
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7953       591/avahi-daemon: r
                                          udp        0      0 0.0.0.0:54916           0.0.0.0:*                           104        7955       591/avahi-daemon: r
                                          udp6       0      0 :::5353                 :::*                                104        7954       591/avahi-daemon: r
                                          udp6       0      0 :::47089                :::*                                104        7956       591/avahi-daemon: r
                                          udp6       0      0 fe80::ba24:34b9:1b1:546 :::*                                0          6708       660/NetworkManager
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2025-09-30 21:09:05.362  - info: host.raspberrypi instance system.adapter.vis.0 terminated while should be started once
                                          2025-09-30 21:09:05.984  - info: host.raspberrypi instance system.adapter.web.0 in version "7.0.8" started with pid 3834
                                          2025-09-30 21:09:06.444  - info: admin.0 (3091) ==> Connected system.user.admin from ::ffff:192.168.2.211
                                          2025-09-30 21:09:09.341  - info: web.0 (3834) starting. Version 7.0.8 in /opt/iobroker/node_modules/iobroker.web, node: v22.20.0, js-controller: 7.0.7
                                          2025-09-30 21:09:09.645  - info: web.0 (3834) socket.io server listening on port 8082
                                          2025-09-30 21:09:09.649  - info: web.0 (3834) http server listening on port 8082
                                          2025-09-30 21:09:11.072  - info: daswetter.0 (3597) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                          2025-09-30 21:09:11.583  - info: daswetter.0 (3597) cleaned everything up...
                                          2025-09-30 21:09:11.715  - info: host.raspberrypi instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2025-09-30 21:09:11.872  - info: daswetter.1 (3614) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                          2025-09-30 21:09:12.377  - info: daswetter.1 (3614) cleaned everything up...
                                          2025-09-30 21:09:12.504  - info: host.raspberrypi instance system.adapter.daswetter.1 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2025-09-30 21:09:12.508  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.9 (ack = true)
                                          2025-09-30 21:09:12.548  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.temperature.indoor changed: 25.7 (ack = true)
                                          2025-09-30 21:09:14.853  - info: javascript.0 (3176) script.js.common.11_FensterUeberwachungOG: setForeignState(id=javascript.0.FensterUeberwachungOG.OverviewTable, state={"val":"<table style='width:100%; border-collapse: collapse; border: 0px solid black;'><tr><td style='height: 20px; text-align:center; padding-top: 5px; padding-bottom: 5px; font-size:14px; font-weight: normal;'></td></tr></table><table style='width:100%; border-collapse: collapse;'><thead><tr><th width='40px' style='text-align:left;'</th><th width='40px' style='text-align:left;'</th><th width='20px' style='text-align:center;'></th><th style='text-align:left;'></th></tr></thead><tbody><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Arbeitszimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 6 Tage 14 Std. 20 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Bad<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 1 Tag 15 Std. 12 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Kinderzimmer 1<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 9 Tage 4 Std. 18 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Schlafzimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 14 Std. 7 Min.<br></div></td></tr></tbody></table>","ack":true,"ts":1759259354853,"q":0,"from":"system.adapter.javascript.0","lc":1759259354853,"c":"script.js.common.11_FensterUeberwachungOG"})
                                          2025-09-30 21:09:16.312  - debug: smartcontrol.0 (3707) [_asyncOnMessage] command 'Verify Adapter Configuration' received from admin/index_m.html. Verifying the configuration and sending the result back to index_m.html...
                                          2025-09-30 21:09:16.356  - debug: smartcontrol.0 (3707) [_asyncOnMessage] Configuration verification failed, 4 issue(s) found.
                                          2025-09-30 21:09:24.520  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.8 (ack = true)
                                          2025-09-30 21:09:24.561  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.temperature.indoor changed: 25.8 (ack = true)
                                          2025-09-30 21:10:14.853  - info: javascript.0 (3176) script.js.common.11_FensterUeberwachungOG: setForeignState(id=javascript.0.FensterUeberwachungOG.OverviewTable, state={"val":"<table style='width:100%; border-collapse: collapse; border: 0px solid black;'><tr><td style='height: 20px; text-align:center; padding-top: 5px; padding-bottom: 5px; font-size:14px; font-weight: normal;'></td></tr></table><table style='width:100%; border-collapse: collapse;'><thead><tr><th width='40px' style='text-align:left;'</th><th width='40px' style='text-align:left;'</th><th width='20px' style='text-align:center;'></th><th style='text-align:left;'></th></tr></thead><tbody><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Arbeitszimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 6 Tage 14 Std. 21 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Bad<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 1 Tag 15 Std. 13 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Kinderzimmer 1<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 9 Tage 4 Std. 19 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Schlafzimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 14 Std. 8 Min.<br></div></td></tr></tbody></table>","ack":true,"ts":1759259414853,"q":0,"from":"system.adapter.javascript.0","lc":1759259414853,"c":"script.js.common.11_FensterUeberwachungOG"})
                                          2025-09-30 21:10:37.869  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.7 (ack = true)
                                          2025-09-30 21:10:50.009  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.8 (ack = true)
                                          2025-09-30 21:11:02.518  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.7 (ack = true)
                                          2025-09-30 21:11:14.687  - info: siegenia.0 (3502) state siegenia.0.192_168_2_150.params.airbase.humidity.indoor changed: 44.8 (ack = true)
                                          2025-09-30 21:11:14.853  - info: javascript.0 (3176) script.js.common.11_FensterUeberwachungOG: setForeignState(id=javascript.0.FensterUeberwachungOG.OverviewTable, state={"val":"<table style='width:100%; border-collapse: collapse; border: 0px solid black;'><tr><td style='height: 20px; text-align:center; padding-top: 5px; padding-bottom: 5px; font-size:14px; font-weight: normal;'></td></tr></table><table style='width:100%; border-collapse: collapse;'><thead><tr><th width='40px' style='text-align:left;'</th><th width='40px' style='text-align:left;'</th><th width='20px' style='text-align:center;'></th><th style='text-align:left;'></th></tr></thead><tbody><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Arbeitszimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 6 Tage 14 Std. 22 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Bad<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 1 Tag 15 Std. 14 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Kinderzimmer 1<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 9 Tage 4 Std. 20 Min.<br></div></td></tr><tr><td colspan='2' style='border: 1px solid black; background-color:#4caf50;'><img style=' margin: auto; display: block; filter: invert(1); height: 40px;'  src='/icons-mfd-svg/fts_window_1w.svg'></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; font-size:16px; font-weight: bold; text-align:center; background-color:#4caf50;'>0<br></td><td style='border: 1px solid black; padding-left: 10px; padding-right: 10px; padding-top: 4px; font-size: 16px; font-weight: bold; background-color:#4caf50;'>Schlafzimmer<br><div style='font-size:12px; font-weight:normal;'>Fenster geschlossen: 14 Std. 9 Min.<br></div></td></tr></tbody></table>","ack":true,"ts":1759259474853,"q":0,"from":"system.adapter.javascript.0","lc":1759259474853,"c":"script.js.common.11_FensterUeberwachungOG"})
                                          
                                          

                                          ============ Mark until here for C&P =============

                                          iob diag has finished.

                                          pi@raspberrypi:/opt/iobroker $

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @luft-post last edited by

                                            @luft-post

                                            Funktioniert jetzt der Aufruf von

                                            iob diag
                                            

                                            wieder auf direktem Weg?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            448
                                            Online

                                            32.2k
                                            Users

                                            80.9k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            27
                                            328
                                            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