Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. iob diag - Skript

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    iob diag - Skript

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Thomas Braun last edited by

      @thomas-braun sagte in iob diag - Skript:

      Ist nur unschön, dass die ganze Formatierung (Leerzeilen, TabStops, Farben usw. dann weg fällt

      dann lass es! 😁

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

        @homoran

        Ja, da hab ich mir sooooolche Mühe mit gegeben... 😄

        1 Reply Last reply Reply Quote 3
        • Glasfaser
          Glasfaser last edited by

          @thomas-braun sagte in iob diag - Skript:

          Ist nur unschön, dass die ganze Formatierung (Leerzeilen, TabStops, Farben usw. dann weg fällt

          .... das alles war ja nur ein Vorschlag !

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

            @glasfaser

            Müsste eh im Installer geändert werden. Im Moment ist da ~/iobroker als Ausgabe-Pfad drin. Müsste jemand, der an den Code dran kommt nur auf /opt/iobroker/log umbauen.

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

              @thomas-braun sagte in iob diag - Skript:

              Das Skript wird aber bereits heute in /home/iobroker/iob_diag.log abgelegt.

              Sorry finde ich nicht in deinem Skript , wird mir auch aktuell da nicht hin gelegt !?

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

                @glasfaser sagte in iob diag - Skript:

                Sorry finde ich nicht in deinem Skript , wird mir auch aktuell da nicht hin gelegt !?

                Musste eigentlich im Aufruf von iob diag hinterlegt worden sein.
                Bei mir wird das da auch automatisch abgeworfen:

                echad@chet:~ $ ls -l /home/iobroker/
                total 32
                -rw-r--r-- 1 iobroker iobroker 24604 Jun 10 16:23 iob_diag.log
                drwxr-xr-x 3 iobroker iobroker  4096 Mar 12 15:59 skripte
                
                Glasfaser 1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Thomas Braun last edited by

                  @thomas-braun sagte in iob diag - Skript:

                  ls -l /home/iobroker/

                  Jipp ...ist da 🙄

                  root@iobroker:/opt/iobroker# ls -l /home/iobroker/
                  total 72
                  -rw-r--r-- 1 iobroker iobroker 72556 Jun 10 16:28 iob_diag.log
                  root@iobroker:/opt/iobroker#
                  

                  bin selten bei Docker unterhalb von

                  /opt/iobroker
                  

                  automatisch angemeldet bzw. ist eine Etage tiefe im " Mount Ordner " nicht sichbar .

                  .
                  a1e5c82c-d977-4f6c-9cb2-c1adce76dffc-grafik.png

                  root@iobroker:/opt/iobroker# ls
                  backups  INSTALLER_INFO.txt  iobroker       log           package-lock.json
                  bin      iob                 iobroker.bak   node_modules  scripte-backup
                  diag.sh  iob_diag            iobroker-data  package.json
                  root@iobroker:/opt/iobroker#
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Glasfaser last edited by

                    @glasfaser

                    Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

                    Glasfaser 2 Replies Last reply Reply Quote 1
                    • Glasfaser
                      Glasfaser @Thomas Braun last edited by

                      @thomas-braun

                      Habe es gefunden

                      	elif [ "\$1" = "diag" ]; then
                      		  sudo -u $IOB_USER curl -sLf $DIAG_URL --output /home/$IOB_USER/.diag.sh && bash /home/$IOB_USER/.diag.sh | sudo -u $IOB_USER tee /home/$IOB_USER/iob_diag.log
                      

                      https://github.com/ioBroker/ioBroker/blob/master/fix_installation.sh

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

                        @glasfaser

                        Dann kannste ja einen PR gegen den Installer setzen.

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

                          @thomas-braun sagte in iob diag - Skript:

                          Man könnte natürlich den Pfad auf /opt/iobroker/log ändern, dann erscheint es im DropDown der logs und kann dann da angeklickt werden.

                          Das war ja mein Vorschlag oben ...

                          @glasfaser sagte in iob diag - Skript:
                          Wäre dann über die Admin Oberfläche :

                          e329e7a8-dbe1-48e5-a8d3-c4b29e5224d3-grafik.png

                          per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

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

                            @glasfaser sagte in iob diag - Skript:

                            per Download bzw. besser markierbar ... ( da haben so einige Probleme damit )

                            Downside ist: Es ist nach dem posten im Forum für Helfer schlechter lesbar.

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

                              @thomas-braun

                              Ja .. du hast Recht , wenn man alles so kopiert / einfügt .
                              Natürlich sollte es so bleiben , wie du es auch im Script angegeben hast :

                              ======== Start marking the full check here =========

                              Skript v.2023-04-16
                              
                              
                              blaba 
                              
                              hier Ende 
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Glasfaser last edited by Thomas Braun

                                @glasfaser

                                Versuch mal

                                iob_diag | tee >(sed $'s/\033[[][^A-Za-z]*[A-Za-z]//g' > /opt/iobroker/log/diag_test.log)
                                

                                Aber dann werden alle Formatierungen rausgenommen. Sieht aucht nicht übersichtlicher aus...

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

                                  @thomas-braun

                                  Du kleiner Künstler .... 🙂

                                  971b2051-3834-4437-b86d-ed57bf2b2f9b-grafik.png

                                  Sieht im Log schick aus ...

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

                                    @glasfaser sagte in iob diag - Skript:

                                    Sieht im Log schick aus ...

                                    Echt? Bei mir ist das Bleiwüste:

                                    a6e6d890-5775-47f3-aa21-afee1c5dd1db-grafik.png

                                    Allerdings schaut es in less wieder gut aus.
                                    Nutz nur nix, daraus zu kopieren ist komplexer als direkt von STDOUT.

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

                                      @thomas-braun sagte in iob diag - Skript:

                                      ist komplexer als direkt von STDOUT.

                                      Ja sehe ich auch gerade , sieht hier im Forum . kopiert .. zum würgen aus .

                                      Habe es gerade mal testweise eingefügt ...😒

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

                                        Könnten die Docker-User das skript mal wieder beta-testen?
                                        (Andere natürlich auch...)

                                        Hab noch mal was geändert und umgestellt.

                                        Danke schön!

                                        bahnuhr Negalein 2 Replies Last reply Reply Quote 0
                                        • bahnuhr
                                          bahnuhr Forum Testing Most Active @Thomas Braun last edited by

                                          @thomas-braun
                                          ich kein docker.
                                          Aber trotzdem:

                                          Skript v.2023-04-16
                                          
                                          *** BASE SYSTEM ***
                                          Architecture    : x86_64
                                          Docker          : false
                                          Virtualization  : kvm
                                          Distributor ID: Debian
                                          Description:    Debian GNU/Linux 11 (bullseye)
                                          Release:        11
                                          Codename:       bullseye
                                          
                                          PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                          NAME="Debian GNU/Linux"
                                          VERSION_ID="11"
                                          VERSION="11 (bullseye)"
                                          VERSION_CODENAME=bullseye
                                          ID=debian
                                          HOME_URL="https://www.debian.org/"
                                          SUPPORT_URL="https://www.debian.org/support"
                                          BUG_REPORT_URL="https://bugs.debian.org/"
                                          
                                          Systemuptime and Load:
                                           21:29:24 up  3:30,  1 user,  load average: 1.40, 0.97, 1.02
                                          CPU threads: 8
                                          
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Sun 2023-07-02 21:29:24 CEST
                                                     Universal time: Sun 2023-07-02 19:29:24 UTC
                                                           RTC time: Sun 2023-07-02 19:29:25
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** User and Groups ***
                                          dieter
                                          /home/dieter
                                          dieter cdrom floppy sudo audio dip video plugdev netdev iobroker
                                          
                                          *** X-Server-Setup ***
                                          X-Server:       false
                                          Desktop:
                                          Terminal:       tty
                                          Boot Target:    graphical.target
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            5.9G        4.6G        476M        0.0K        851M        1.1G
                                          Swap:           974M          0B        974M
                                          Total:          6.9G        4.6G        1.5G
                                          
                                                   5928 M total memory
                                                   4601 M used memory
                                                    330 M active memory
                                                   4794 M inactive memory
                                                    476 M free memory
                                                    107 M buffer memory
                                                    743 M swap cache
                                                    974 M total swap
                                                      0 M used swap
                                                    974 M free swap
                                          
                                          *** FILESYSTEM ***
                                          Filesystem                Type      Size  Used Avail Use% Mounted on
                                          udev                      devtmpfs  2.9G     0  2.9G   0% /dev
                                          tmpfs                     tmpfs     593M  512K  593M   1% /run
                                          /dev/sda1                 ext4       31G  7.2G   22G  25% /
                                          tmpfs                     tmpfs     2.9G     0  2.9G   0% /dev/shm
                                          tmpfs                     tmpfs     5.0M     0  5.0M   0% /run/lock
                                          //192.168.243.100/1_Sound cifs      238G  120G  118G  51% /mnt
                                          tmpfs                     tmpfs     593M     0  593M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sun Jul  2 17:58:49 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                          [Sun Jul  2 17:58:54 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                                          
                                          Show mounted filesystems (real ones only):
                                          TARGET SOURCE                    FSTYPE OPTIONS
                                          /      /dev/sda1                 ext4   rw,relatime,errors=remount-ro
                                          `-/mnt //192.168.243.100/1_Sound cifs   rw,relatime,vers=3.1.1,cache=strict,username=dieter,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.243.100,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          869M    /var/
                                          371M    /var/cache
                                          364M    /var/cache/apt
                                          330M    /var/log
                                          313M    /var/log/journal/dd59139b4ae040898d227e04f86103f0
                                          
                                          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.
                                          Archived and active journals take up 56.0M in the file system.
                                          
                                          /opt/iobroker/backups:
                                          380M    /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1020M   /opt/iobroker/iobroker-data/
                                          625M    /opt/iobroker/iobroker-data/files
                                          298M    /opt/iobroker/iobroker-data/files/vis.0
                                          248M    /opt/iobroker/iobroker-data/files/vis.0/wav
                                          235M    /opt/iobroker/iobroker-data/sqlite
                                          
                                          The five largest files in iobroker-data are:
                                          235M    /opt/iobroker/iobroker-data/sqlite/sqlite.db
                                          154M    /opt/iobroker/iobroker-data/files/vis.0/wav/starker-regen-mit-gewitter-im.wav
                                          40M     /opt/iobroker/iobroker-data/objects.jsonl
                                          34M     /opt/iobroker/iobroker-data/files/vis.0/wav/hagelschauer-im-sommer.wav
                                          20M     /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.16.1
                                          /usr/bin/node           v18.16.1
                                          /usr/bin/npm            9.5.1
                                          /usr/bin/npx            9.5.1
                                          
                                          
                                          nodejs:
                                            Installed: 18.16.1-deb-1nodesource1
                                            Candidate: 18.16.1-deb-1nodesource1
                                            Version table:
                                           *** 18.16.1-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                               12.22.12~dfsg-1~deb11u3 500
                                                  500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          MULTIHOSTSERVICE/enabled: false
                                          
                                          Core adapters versions
                                          js-controller:  4.0.24
                                          admin:          6.3.5
                                          javascript:     7.0.3
                                          
                                          Adapters from github:   12
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            system.adapter.alias-manager.0          : alias-manager         : iobroker                                 - disabled
                                          + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                          + system.adapter.bmw.0                    : bmw                   : iobroker                                 -  enabled
                                            system.adapter.bosch-ebike.0            : bosch-ebike           : iobroker                                 - disabled
                                          + system.adapter.cloud.0                  : cloud                 : iobroker                                 -  enabled
                                          + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                                            system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                            system.adapter.doorio.0                 : doorio                : iobroker                                 - disabled, port: 4444
                                            system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                                          + system.adapter.email.0                  : email                 : iobroker                                 -  enabled
                                            system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                            system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                          + system.adapter.fritzbox.0               : fritzbox              : iobroker                                 -  enabled
                                          + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                                          + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                            system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                            system.adapter.icons-material-png.0     : icons-material-png    : iobroker                                 - disabled
                                            system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                            system.adapter.icons-open-icon-library-png.0: icons-open-icon-library-png: iobroker                                 - disabled
                                          + system.adapter.imap.0                   : imap                  : iobroker                                 -  enabled
                                          + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                          + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                          + system.adapter.javascript.1             : javascript            : iobroker                                 -  enabled
                                          + system.adapter.komoot.0                 : komoot                : iobroker                                 -  enabled
                                          + system.adapter.libre.0                  : libre                 : iobroker                                 -  enabled
                                            system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                                          + system.adapter.logparser.0              : logparser             : iobroker                                 -  enabled
                                          + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                            system.adapter.mihome.0                 : mihome                : iobroker                                 - disabled, port: 9898, bind: 192.168.243.12
                                          + system.adapter.modbus.0                 : modbus                : iobroker                                 -  enabled
                                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                          + system.adapter.musiccast.0              : musiccast             : iobroker                                 -  enabled
                                          + system.adapter.octoprint.0              : octoprint             : iobroker                                 -  enabled
                                            system.adapter.openligadb.0             : openligadb            : iobroker                                 - disabled
                                          + system.adapter.parser.0                 : parser                : iobroker                                 -  enabled
                                          + system.adapter.ping.0                   : ping                  : iobroker                                 -  enabled
                                          + system.adapter.pollenflug.0             : pollenflug            : iobroker                                 -  enabled
                                          + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                            system.adapter.rest-api.0               : rest-api              : iobroker                                 - disabled, port: 8093, bind: 0.0.0.0, run as: admin
                                          + system.adapter.rssfeed.0                : rssfeed               : iobroker                                 -  enabled
                                          + system.adapter.sayit.2                  : sayit                 : iobroker                                 -  enabled
                                          + system.adapter.sayit.3                  : sayit                 : iobroker                                 -  enabled
                                          + system.adapter.sayit.4                  : sayit                 : iobroker                                 -  enabled
                                            system.adapter.shelly.0                 : shelly                : iobroker                                 - disabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.smartmeter.0             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                                          + system.adapter.smartmeter.1             : smartmeter            : Pi-Strom-Wasser                          -  enabled
                                            system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 - disabled
                                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                          + system.adapter.sql.1                    : sql                   : iobroker                                 -  enabled
                                          + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                          + system.adapter.tuya.0                   : tuya                  : iobroker                                 -  enabled
                                          + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                                            system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                            system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : iobroker                                 -  enabled
                                            system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 -  enabled
                                            system.adapter.vis-google-fonts.0       : vis-google-fonts      : iobroker                                 -  enabled
                                            system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                          + system.adapter.vis-inventwo.0           : vis-inventwo          : iobroker                                 -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                            system.adapter.vis-justgage.0           : vis-justgage          : iobroker                                 -  enabled
                                            system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                                            system.adapter.vis-metro.0              : vis-metro             : iobroker                                 -  enabled
                                            system.adapter.vis-players.0            : vis-players           : iobroker                                 -  enabled
                                            system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 -  enabled
                                            system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                            system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            system.adapter.wiobrowser.0             : wiobrowser            : iobroker                                 - disabled, port: 5000
                                          + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          + system.adapter.yamaha.0                 : yamaha                : iobroker                                 -  enabled
                                          + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.asterisk.0               : asterisk              : iobroker                                 -  enabled, port: 5038
                                          + system.adapter.contact.0                : contact               : iobroker                                 -  enabled, port: 8096
                                          + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.hm-rpc.2                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                          + system.adapter.influxdb.0               : influxdb              : iobroker                                 -  enabled, port: 8086
                                          + system.adapter.mbus.0                   : mbus                  : Pi-Strom-Wasser                          -  enabled, port: 3493
                                          + system.adapter.mihome-vacuum.0          : mihome-vacuum         : iobroker                                 -  enabled, port: 54321
                                          + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                          + system.adapter.mqtt.2                   : mqtt                  : iobroker                                 -  enabled, port: 1885, bind: 0.0.0.0
                                          + system.adapter.proxmox.0                : proxmox               : iobroker                                 -  enabled, port: 8006
                                          + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                          + system.adapter.sql.0                    : sql                   : iobroker                                 -  enabled, port: 3306
                                          + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                          + system.adapter.viessmann.0              : viessmann             : iobroker                                 -  enabled, port: 3002
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.ws.0                     : ws                    : iobroker                                 -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: tcp://192.168.243.114:6638
                                          
                                          ioBroker-Repositories
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): stable
                                          
                                          Installed ioBroker-Instances
                                          Used repository: stable
                                          Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                          Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                                          Adapter    "asterisk"     : 1.0.6    , installed 1.0.6
                                          Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                          Adapter    "bmw"          : 2.5.7    , installed 2.6.0
                                          Adapter    "bosch-ebike"  : 0.0.3    , installed 0.0.3
                                          Adapter    "cloud"        : 4.4.1    , installed 4.4.1
                                          Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                          Adapter    "doorio"       : 2.1.4    , installed 2.1.4
                                          Adapter    "dwd"          : 2.8.3    , installed 2.8.5
                                          Adapter    "email"        : 1.2.0    , installed 1.2.0
                                          Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzbox"     : 0.2.1    , installed 0.2.1
                                          Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                          Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                          Adapter    "hm-rpc"       : 1.15.18  , installed 1.15.18
                                          Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                          Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                          Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                          Adapter    "icons-open-icon-library-png": 0.1.2, installed 0.1.2
                                          Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                          Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                                          Controller "js-controller": 4.0.24   , installed 4.0.24
                                          Adapter    "libre"        : 0.0.4    , installed 0.0.5
                                          Adapter    "linux-control": 1.1.3    , installed 1.1.3
                                          Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                          Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                                          Adapter    "mihome-vacuum": 3.11.0   , installed 3.11.0
                                          Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                                          Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                          Adapter    "musiccast"    : 1.1.0    , installed 1.1.2
                                          Adapter    "octoprint"    : 4.0.0    , installed 4.0.0
                                          Adapter    "openligadb"   : 1.2.4    , installed 1.2.4
                                          Adapter    "parser"       : 1.3.2    , installed 1.3.2
                                          Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                          Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                          Adapter    "proxmox"      : 1.3.5    , installed 1.3.5
                                          Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                          Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                                          Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                          Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "socketio"     : 4.2.0    , installed 6.3.5
                                          Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                          Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                          Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                                          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                          Adapter    "tuya"         : 3.14.2   , installed 3.14.2
                                          Adapter    "viessmann"    : 1.4.4    , installed 1.4.4
                                          Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                          Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                          Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                          Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                          Adapter    "web"          : 4.3.0    , installed 6.0.1
                                          Adapter    "wiobrowser"   : 2.0.1    , installed 2.0.1
                                          Adapter    "ws"           : 1.3.0    , installed 2.3.6
                                          Adapter    "yamaha"       : 0.5.3    , installed 0.5.3
                                          Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        23378
                                          States:         19282
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://deb.debian.org/debian bullseye InRelease
                                          Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                          Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                                          Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
                                          Reading package lists...
                                          Pending Updates: 3
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          1429       428/sshd: /usr/sbin
                                          tcp        0      0 192.168.243.15:2010     0.0.0.0:*               LISTEN      1001       14772      735/io.hm-rpc.2
                                          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       16724      830/io.mqtt.0
                                          tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       15047      841/io.mqtt.2
                                          tcp        0      0 192.168.243.15:8701     0.0.0.0:*               LISTEN      1001       10228      716/io.hm-rpc.1
                                          tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       14146      409/iobroker.js-con
                                          tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       14139      409/iobroker.js-con
                                          tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      108        1454       406/asterisk
                                          tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          11187      1/init
                                          tcp        0      0 192.168.243.15:2001     0.0.0.0:*               LISTEN      1001       10230      709/io.hm-rpc.0
                                          tcp6       0      0 :::8084                 :::*                    LISTEN      1001       22650      1327/io.ws.0
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          1431       428/sshd: /usr/sbin
                                          tcp6       0      0 :::8087                 :::*                    LISTEN      1001       22598      1241/io.simple-api.
                                          tcp6       0      0 :::111                  :::*                    LISTEN      0          1147       1/init
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14204      563/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       20758      1321/io.web.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13155      359/dhclient
                                          udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12243      1/init
                                          udp        0      0 0.0.0.0:41100           0.0.0.0:*                           1001       20474      1214/io.musiccast.0
                                          udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       1891       796/io.mihome-vacuu
                                          udp        0      0 0.0.0.0:4569            0.0.0.0:*                           108        1467       406/asterisk
                                          udp        0      0 0.0.0.0:5060            0.0.0.0:*                           108        1468       406/asterisk
                                          udp        0      0 0.0.0.0:37967           0.0.0.0:*                           108        14127      406/asterisk
                                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       15848      890/io.tuya.0
                                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       15849      890/io.tuya.0
                                          udp6       0      0 :::53083                :::*                                108        14128      406/asterisk
                                          udp6       0      0 :::111                  :::*                                0          9730       1/init
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2023-07-02 21:30:00.221  - info: host.iobroker instance system.adapter.dwd.0 started with pid 9518
                                          2023-07-02 21:30:00.253  - info: javascript.0 (601) script.js.Scripte.System.View_wechseln: View auf 'Temperatur' gewechselt.
                                          2023-07-02 21:30:00.266  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Lautstärke ist: 86 %.
                                          2023-07-02 21:30:00.295  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktuelle Helligkeit ist: 100 %.
                                          2023-07-02 21:30:00.356  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Lautstärke ist: 70 %.
                                          2023-07-02 21:30:00.374  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktuelle Helligkeit ist: 100 %.
                                          2023-07-02 21:30:00.482  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Chuwi: aktueller Akkustand ist: 36 %.
                                          2023-07-02 21:30:00.504  - info: javascript.0 (601) script.js.Scripte.Geraete.Tablet: Tablet Surface: aktueller Akkustand ist: 100 %.
                                          2023-07-02 21:30:04.593  - info: host.iobroker instance system.adapter.daswetter.0 started with pid 9546
                                          2023-07-02 21:30:10.407  - info: host.iobroker instance system.adapter.ical.0 started with pid 9577
                                          2023-07-02 21:30:12.395  - info: dwd.0 (9518) starting. Version 2.8.5 (non-npm: ioBroker/ioBroker.dwd) in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.1, js-controller: 4.0.24
                                          2023-07-02 21:30:14.139  - info: daswetter.0 (9546) starting. Version 3.1.8 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.16.1, js-controller: 4.0.24
                                          2023-07-02 21:30:17.501  - info: ical.0 (9577) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.16.1, js-controller: 4.0.24
                                          2023-07-02 21:30:18.890  - info: ical.0 (9577) processing URL: Märkte https://calendar.google.com/calendar/ical/mn7fmslmdftdee289a43jfk2p4%40group.calendar.google.com/private-a1b9d16955e1b026c97c9163f08d34a9/basic.ics
                                          2023-07-02 21:30:19.637  - info: ical.0 (9577) processing URL: Müll https://calendar.google.com/calendar/ical/4v99ckgc7cn8ds7lifi58gq97o%40group.calendar.google.com/private-3fcd3288d403e0dd210afc8b4eec7699/basic.ics
                                          2023-07-02 21:30:20.838  - info: ical.0 (9577) processing URL: Google https://calendar.google.com/calendar/ical/d.mueller3005%40googlemail.com/private-068d61660f2427d2f71024c407325b7c/basic.ics
                                          2023-07-02 21:30:21.947  - info: dwd.0 (9518) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2023-07-02 21:30:22.509  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2023-07-02 21:30:27.412  - info: ical.0 (9577) Terminated (NO_ERROR): Without reason
                                          2023-07-02 21:30:28.043  - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                          2023-07-02 21:30:40.345  - info: javascript.0 (601) script.js.Scripte.Geraete.Waschmaschine: Auslöser Waschmaschine
                                          2023-07-02 21:30:48.320  - info: javascript.0 (601) script.js.Scripte.Sonstige.Sonne: Auslöser Lichtsensor
                                          2023-07-02 21:30:57.418  - info: daswetter.0 (9546) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
                                          2023-07-02 21:30:57.943  - info: daswetter.0 (9546) cleaned everything up...
                                          2023-07-02 21:30:57.979  - info: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          
                                          ============ Mark until here for C&P =============
                                          
                                          iob diag has finished.
                                          
                                          Press any key for a summary
                                          
                                          
                                          ======================= SUMMARY =======================
                                                               v.2023-04-16
                                          
                                          
                                          Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                                          Kernel:                 5.10.0-23-amd64
                                          Installation:           kvm
                                          Timezone:               Europe/Berlin (CEST, +0200)
                                          User-ID:                1000
                                          X-Server:               false
                                          Boot Target:            graphical.target
                                          
                                          Pending OS-Updates:     3
                                          Pending iob updates:    0
                                          
                                          Nodejs-Installation:    /usr/bin/nodejs         v18.16.1
                                                                  /usr/bin/node           v18.16.1
                                                                  /usr/bin/npm            9.5.1
                                                                  /usr/bin/npx            9.5.1
                                          
                                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                                          Your nodejs installation is correct
                                          
                                          MEMORY:
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            5.9G        4.7G        346M        0.0K        857M        950M
                                          Swap:           974M          0B        974M
                                          Total:          6.9G        4.7G        1.3G
                                          
                                          Active iob-Instances:   52
                                          Active repo(s): stable
                                          
                                          ioBroker Core:          js-controller           4.0.24
                                                                  admin                   6.3.5
                                          
                                          ioBroker Status:        iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Status admin and web instance:
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          
                                          Objects:                23378
                                          States:                 19280
                                          
                                          Size of iob-Database:
                                          
                                          40M     /opt/iobroker/iobroker-data/objects.jsonl
                                          23M     /opt/iobroker/iobroker-data/states.jsonl
                                          
                                          
                                          
                                          =================== END OF SUMMARY ====================
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Negalein
                                            Negalein Global Moderator @Thomas Braun last edited by

                                            @thomas-braun sagte in iob diag - Skript:

                                            (Andere natürlich auch...)

                                            LXC

                                            PS: ich weiß schon, was du mir gleich sagen wirst. 106 😉

                                            ======================= SUMMARY =======================
                                                                 v.2023-06-20
                                            
                                            
                                             Static hostname: ioBroker
                                                   Icon name: computer-container
                                                     Chassis: container
                                                  Machine ID: b354c482f7cc342776f020ee5ea440c3
                                                     Boot ID: 5ae552d81a2a43a78233355847e6e090
                                              Virtualization: lxc
                                            Operating System: Ubuntu 22.04.2 LTS
                                                      Kernel: Linux 5.15.30-2-pve
                                                Architecture: x86-64
                                            
                                            Installation:           lxc
                                            Kernel:                 x86_64
                                            Userland:               amd64
                                            Timezone:               Europe/Vienna (CEST, +0200)
                                            User-ID:                1001
                                            X-Server:               false
                                            Boot Target:            graphical.target
                                            
                                            Pending OS-Updates:     106
                                            Pending iob updates:    2
                                            
                                            Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                                                                    /usr/bin/node           v16.19.1
                                                                    /usr/bin/npm            8.19.3
                                                                    /usr/bin/npx            8.19.3
                                            
                                            Recommended versions are nodejs 18.x.y and npm 9.x.y
                                            Your nodejs installation is correct
                                            
                                            MEMORY:
                                                           total        used        free      shared  buff/cache   available
                                            Mem:             10G        5.4G        3.5G        0.0K        1.1G        4.6G
                                            Swap:           2.0G        1.4G        670M
                                            Total:           12G        6.8G        4.2G
                                            
                                            Active iob-Instances:   59
                                            Active repo(s): Beta (latest)
                                            
                                            ioBroker Core:          js-controller           4.0.24
                                                                    admin                   6.5.9
                                            
                                            ioBroker Status:        iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Status admin and web instance:
                                            + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                            + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            Objects:                57369
                                            States:                 51368
                                            
                                            Size of iob-Database:
                                            
                                            72M     /opt/iobroker/iobroker-data/objects.jsonl
                                            29M     /opt/iobroker/iobroker-data/objects.json.migrated
                                            29M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                            0       /opt/iobroker/iobroker-data/objects.json.broken
                                            118M    /opt/iobroker/iobroker-data/states.jsonl
                                            9.4M    /opt/iobroker/iobroker-data/states.json.migrated
                                            9.4M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                            0       /opt/iobroker/iobroker-data/states.json.broken
                                            
                                            
                                            
                                            =================== END OF SUMMARY ====================
                                            
                                            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            881
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            49
                                            715
                                            133970
                                            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