Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Offen] [Problem] iobroker update tut nix...

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Offen] [Problem] iobroker update tut nix...

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

      @thomas-braun

      "uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs" liefert mir folgendes:

      x86_64
      /usr/bin/nodejs
      /usr/bin/node
      /usr/local/bin/npm
      /usr/local/bin/npx
      v16.19.1
      v16.19.1
      8.19.3
      8.19.3
      4.0.23
      pi
      pi adm dialout cdrom sudo dip plugdev lpadmin lxd sambashare iobroker
      tty
      /opt/iobroker
      OK:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
      OK:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
      OK:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
      OK:4 https://deb.nodesource.com/node_16.x jammy InRelease
      OK:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
      OK:6 http://phoscon.de/apt/deconz jammy InRelease
      Paketlisten werden gelesen… Fertig
      Abhängigkeitsbaum wird aufgebaut… Fertig
      Statusinformationen werden eingelesen… Fertig
      Aktualisierung für 7 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
      W: http://phoscon.de/apt/deconz/dists/jammy/InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg), siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
      nodejs:
        Installiert:           16.19.1-deb-1nodesource1
        Installationskandidat: 16.19.1-deb-1nodesource1
        Versionstabelle:
       *** 16.19.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x jammy/main amd64 Packages
              100 /var/lib/dpkg/status
           12.22.9~dfsg-1ubuntu3 500
              500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
      

      Ich nehme mit, /usr/local/npm und /usr/local/npx sind nicht gut. Kannst Du mir noch erklären, wie ich das fixe?

      (Bisher kam das nodejs immer aus dem Ubuntu-Repository (12.22.9), das hatte ich besten Wissens und Gewissens uninstalliert und 16.19.1 per deb.nodesource.com-PPA installiert. Insofern stehe ich etwas auf dem Schlauch, wo die "falschen" Pfade herkommen und wie ich das ändern soll... Danke!)

      PS: Desktop ist mir bewußt, brauche ich gerade zum Zigbee debuggen (deconz-gui). Bin zu faul zum ständigen Ein- und Auschalten, kommt weg, wenn das Zigbee-Problemchen gelöst ist.

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

        @aamn

        sudo rm /usr/local/bin/np*
        
        A 1 Reply Last reply Reply Quote 0
        • A
          aamn @Thomas Braun last edited by

          @thomas-braun

          "uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs" liefert mir nun folgendes:

          x86_64
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          /usr/bin/npx
          v16.19.1
          v16.19.1
          8.19.3
          8.19.3
          4.0.23
          pi
          pi adm dialout cdrom sudo dip plugdev lpadmin lxd sambashare iobroker
          tty
          /home/pi
          OK:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
          OK:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
          OK:3 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
          Holen:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
          OK:5 https://deb.nodesource.com/node_16.x jammy InRelease
          OK:6 http://phoscon.de/apt/deconz jammy InRelease
          Es wurden 110 kB in 1 s geholt (116 kB/s).
          Paketlisten werden gelesen… Fertig
          Abhängigkeitsbaum wird aufgebaut… Fertig
          Statusinformationen werden eingelesen… Fertig
          Aktualisierung für 7 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
          W: http://phoscon.de/apt/deconz/dists/jammy/InRelease: Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (/etc/apt/trusted.gpg), siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details.
          nodejs:
            Installiert:           16.19.1-deb-1nodesource1
            Installationskandidat: 16.19.1-deb-1nodesource1
            Versionstabelle:
           *** 16.19.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_16.x jammy/main amd64 Packages
                  100 /var/lib/dpkg/status
               12.22.9~dfsg-1ubuntu3 500
                  500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
          

          "iobroker update" führt aber immer noch zu nix, d.h. kommentarloser Stillstand wie zuvor. Gibt es keine verbose/debug-Option dafür? Wird ein Log irgendwo abgelegt?

          wendy2702 Thomas Braun 3 Replies Last reply Reply Quote 0
          • wendy2702
            wendy2702 @aamn last edited by

            @aamn wenn iobroker läuft:

            iob update
            

            Was kommt dann?

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

              @aamn

              Schlüssel für das phoscon-Repo richtig einrichten, System durchpatchen, Ausgabe von

              iob diag
              

              posten. In der Reihenfolge.

              A 1 Reply Last reply Reply Quote 0
              • A
                aamn @wendy2702 last edited by

                @wendy2702

                Used repository: stable
                Adapter    "admin"        : 6.3.5    , installed 6.3.5
                Adapter    "backitup"     : 2.5.12   , installed 2.4.12 [Updatable]
                Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                Adapter    "flot"         : 1.11.0   , installed 1.11.0
                Adapter    "history"      : 2.2.4    , installed 2.2.4
                Adapter    "info"         : 1.9.19   , installed 1.9.19
                Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
                Adapter    "knx"          : 2.0.13   , installed 1.0.45 [Updatable]
                Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                Adapter    "ping"         : 1.5.3    , installed 1.5.3
                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                Adapter    "text2command" : 2.3.0    , installed 2.3.0
                Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                Adapter    "web"          : 4.3.0    , installed 4.3.0
                Adapter    "ws"           : 1.3.0    , installed 1.3.0
                
                Thomas Braun wendy2702 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @aamn last edited by

                  @aamn

                  Und ein

                  iob upgrade --debug
                  

                  Und bitte vollständig, inkl. kompletter Eingabezeile.

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

                    @aamn sagte in [Offen] [Problem] iobroker update tut nix...:

                    "iobroker update" führt aber immer noch zu nix, d.h. kommentarloser Stillstand wie zuvor.

                    Offenbar passiert ja wohl doch was...

                    A 1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @aamn last edited by

                      @aamn Und du hast die gleiche Zeit gewartet wenn iob gestoppt ist?

                      Gerade mal bei mir probiert:

                      
                      pi@pi-iobroker:~ $ iob stop
                      pi@pi-iobroker:~ $ iob update
                      Used repository: Beta (latest)
                      Adapter    "admin"        : 6.3.6    , installed 6.3.5  [Updatable]
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                      Adapter    "enocean"      : 0.8.4    , installed 0.8.4
                      Adapter    "javascript"   : 7.0.1    , installed 6.1.4  [Updatable]
                      Controller "js-controller": 4.0.24   , installed 4.0.24
                      Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                      Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                      Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                      Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                      pi@pi-iobroker:~ $ iob start
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @wendy2702 last edited by

                        @wendy2702
                        Spaßeshalber mal

                        time iob update
                        

                        mit laufendem und gestopptem ioBroker versuchen. Die Unterschiede sind enorm.

                        wendy2702 1 Reply Last reply Reply Quote 0
                        • A
                          aamn @Thomas Braun last edited by

                          @thomas-braun

                          Das war ein "iobroker update", wenn iobroker läuft.

                          Wenn ich nicht gerade völlig auf dem Schlauch stehe, dann soll doch für das Update des js-controllers iobroker vorher gestoppt werden??

                          Zitat aus den Anweisungen:

                          iobroker stop
                          iobroker update
                          iobroker fix
                          iobroker upgrade self
                          iobroker start
                          

                          Wenn ich iobroker nicht vorher stoppe, laufen update und upgrade problemlos ohne Fehler durch. "upgrade" (ohne self) bietet mir die beiden zu upgradenden Adapter an, das Upgrade von backitup gerade lief auch erfolgreich durch (im Gegensatz zum in der GUI getriggerten Upgrade...)

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

                            @thomas-braun sagte in [Offen] [Problem] iobroker update tut nix...:

                            @wendy2702
                            Spaßeshalber mal

                            time iob update
                            

                            mit laufendem und gestopptem ioBroker versuchen. Die Unterschiede sind enorm.

                            Auf meinem Slave hält es sich in Grenzen:

                            
                            pi@pi-iobroker:~ $ time iob update
                            Used repository: Beta (latest)
                            Adapter    "admin"        : 6.3.6    , installed 6.3.5  [Updatable]
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                            Adapter    "enocean"      : 0.8.4    , installed 0.8.4
                            Adapter    "javascript"   : 7.0.1    , installed 6.1.4  [Updatable]
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            
                            real    0m7.490s
                            user    0m5.182s
                            sys     0m0.902s
                            pi@pi-iobroker:~ $ iob stop
                            pi@pi-iobroker:~ $ time iob update
                            Used repository: Beta (latest)
                            Adapter    "admin"        : 6.3.6    , installed 6.3.5  [Updatable]
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                            Adapter    "enocean"      : 0.8.4    , installed 0.8.4
                            Adapter    "javascript"   : 7.0.1    , installed 6.1.4  [Updatable]
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "modbus"       : 5.0.11   , installed 5.0.11
                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                            
                            real    0m7.159s
                            user    0m4.984s
                            sys     0m0.843s
                            pi@pi-iobroker:~ $ iob start
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @wendy2702 last edited by

                              @wendy2702

                              Da läuft ja auch nichts.

                              @aamn
                              Nix nacherzählen. Vollständiger Konsolenoutput, nix weglassen.

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

                                @thomas-braun sagte in [Offen] [Problem] iobroker update tut nix...:

                                @wendy2702

                                Da läuft ja auch nichts.

                                Den Master will ich jetzt gerade nicht stoppen 😉

                                1 Reply Last reply Reply Quote 0
                                • wendy2702
                                  wendy2702 last edited by

                                  @aamn

                                  iob stop
                                  iob fix
                                  iob start
                                  

                                  Bitte wie @Thomas-Braun schon gesagt hat die vollständigen Ein/Ausgaben posten.

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

                                    @thomas-braun

                                    Schlüssel eingerichtet (war er auch, apt-key ist nur deprecated, funktioniert aber bis inkl. 22.04 noch einwandfrei...); die zurückgehaltenen 7 Pakete hab ich Ubuntu auch gezwungen zu installieren und voila:

                                    Skript v.2023-01-02
                                    
                                    *** BASE SYSTEM ***
                                    Architecture:   x86_64
                                    Docker:         false
                                    Virtualization: none
                                    Distributor ID: Ubuntu
                                    Description:    Ubuntu 22.04.2 LTS
                                    Release:        22.04
                                    Codename:       jammy
                                    
                                    PRETTY_NAME="Ubuntu 22.04.2 LTS"
                                    NAME="Ubuntu"
                                    VERSION_ID="22.04"
                                    VERSION="22.04.2 LTS (Jammy Jellyfish)"
                                    VERSION_CODENAME=jammy
                                    ID=ubuntu
                                    ID_LIKE=debian
                                    HOME_URL="https://www.ubuntu.com/"
                                    SUPPORT_URL="https://help.ubuntu.com/"
                                    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
                                    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
                                    UBUNTU_CODENAME=jammy
                                    
                                    Systemuptime and Load:
                                     22:14:03 up 11:09,  3 users,  load average: 0.52, 0.30, 0.19
                                    CPU threads: 2
                                    
                                    *** Time and Time Zones ***
                                    Wed Feb 22 21:14:03 UTC 2023
                                    Wed Feb 22 22:14:03 CET 2023
                                    CET +0100
                                    Europe/Berlin
                                    
                                    *** User and Groups ***
                                    pi
                                    /home/pi
                                    pi adm dialout cdrom sudo dip plugdev lpadmin lxd sambashare iobroker
                                    
                                    *** X-Server-Setup ***
                                    X-Server:       true
                                    Desktop:
                                    Terminal:       tty
                                    Boot Target:    graphical.target
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:             15G        1.5G         11G         17M        2.3G         13G
                                    Swap:           2.0G          0B        2.0G
                                    Total:           17G        1.5G         13G
                                    
                                            15320 M total memory
                                             1485 M used memory
                                              895 M active memory
                                             2366 M inactive memory
                                            11571 M free memory
                                               14 M buffer memory
                                             2248 M swap cache
                                             2047 M total swap
                                                0 M used swap
                                             2047 M free swap
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type   Size  Used Avail Use% Mounted on
                                    tmpfs          tmpfs  1.5G  1.9M  1.5G   1% /run
                                    /dev/sda2      ext4   109G   18G   87G  17% /
                                    tmpfs          tmpfs  7.5G     0  7.5G   0% /dev/shm
                                    tmpfs          tmpfs  5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/sda1      vfat   511M  6.1M  505M   2% /boot/efi
                                    tmpfs          tmpfs  1.5G   76K  1.5G   1% /run/user/127
                                    tmpfs          tmpfs  1.5G   68K  1.5G   1% /run/user/1000
                                    
                                    Messages in dmesg:
                                    [Wed Feb 22 11:04:50 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Wed Feb 22 11:04:51 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                    
                                    Show mounted filesystems (real ones only):
                                    TARGET                                   SOURCE                         FSTYPE      OPTIONS
                                    /                                        /dev/sda2                      ext4        rw,relatime,errors=remount-ro
                                    |-/run/user/1000/doc                     portal                         fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                    |-/run/user/127/doc                      portal                         fuse.portal rw,nosuid,nodev,relatime,user_id=127,group_id=133
                                    |-/snap/core20/1778                      /dev/loop0                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/core20/1822                      /dev/loop2                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/bare/5                           /dev/loop1                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/firefox/2311                     /dev/loop3                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/firefox/2356                     /dev/loop4                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/gnome-3-38-2004/119              /dev/loop5                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/gtk-common-themes/1535           /dev/loop7                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/gnome-3-38-2004/112              /dev/loop6                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snap-store/582                   /dev/loop8                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snapd/17950                      /dev/loop10                    squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snap-store/638                   /dev/loop9                     squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snapd/18357                      /dev/loop11                    squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snapd-desktop-integration/49     /dev/loop13                    squashfs    ro,nodev,relatime,errors=continue
                                    |-/var/snap/firefox/common/host-hunspell /dev/sda2[/usr/share/hunspell] ext4        ro,noexec,noatime,errors=remount-ro
                                    |-/boot/efi                              /dev/sda1                      vfat        rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
                                    |-/snap/core22/522                       /dev/loop14                    squashfs    ro,nodev,relatime,errors=continue
                                    |-/snap/snapd-desktop-integration/57     /dev/loop15                    squashfs    ro,nodev,relatime,errors=continue
                                    `-/snap/gnome-42-2204/56                 /dev/loop16                    squashfs    ro,nodev,relatime,errors=continue
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    7.6G    /var/
                                    4.1G    /var/log/journal/0dba91b7fd544c36adcc967bd2ae3552
                                    4.1G    /var/log/journal
                                    4.1G    /var/log
                                    3.3G    /var/lib
                                    
                                    /opt/iobroker/backups:
                                    62M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    295M    /opt/iobroker/iobroker-data/
                                    178M    /opt/iobroker/iobroker-data/files
                                    72M     /opt/iobroker/iobroker-data/files/telegram.admin
                                    51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                    48M     /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    15M     /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map
                                    11M     /opt/iobroker/iobroker-data/objects.jsonl
                                    9.7M    /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.bbfeb1bf.js.map
                                    7.2M    /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js
                                    6.9M    /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8fdf8cb7.chunk.js.map
                                    
                                    *** 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
                                    
                                    nodejs:
                                      Installed: 16.19.1-deb-1nodesource1
                                      Candidate: 16.19.1-deb-1nodesource1
                                      Version table:
                                     *** 16.19.1-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_16.x jammy/main amd64 Packages
                                            100 /var/lib/dpkg/status
                                         12.22.9~dfsg-1ubuntu3 500
                                            500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                                    
                                    Temp directories causing npm8 problem: 0
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Core adapters versions
                                    js-controller:  4.0.23
                                    admin:          6.3.5
                                    javascript:     6.1.4
                                    
                                    Adapters from github:   0
                                    
                                    Adapter State
                                    + system.adapter.admin.0                  : admin                 : homeserver-B19                           -  enabled, port: 8079, bind: 0.0.0.0, run as: admin
                                    + system.adapter.backitup.0               : backitup              : homeserver-B19                           -  enabled
                                    + system.adapter.deconz.0                 : deconz                : homeserver-B19                           -  enabled, port: 80
                                    + system.adapter.discovery.0              : discovery             : homeserver-B19                           -  enabled
                                      system.adapter.flot.0                   : flot                  : homeserver-B19                           -  enabled
                                    + system.adapter.history.0                : history               : homeserver-B19                           -  enabled
                                      system.adapter.info.0                   : info                  : homeserver-B19                           -  enabled
                                    + system.adapter.javascript.0             : javascript            : homeserver-B19                           -  enabled
                                    + system.adapter.knx.0                    : knx                   : homeserver-B19                           -  enabled, bind: 192.168.1.84
                                      system.adapter.mobile.0                 : mobile                : homeserver-B19                           - disabled
                                    + system.adapter.ping.0                   : ping                  : homeserver-B19                           -  enabled
                                    + system.adapter.sonos.0                  : sonos                 : homeserver-B19                           -  enabled
                                    + system.adapter.telegram.0               : telegram              : homeserver-B19                           -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.text2command.0           : text2command          : homeserver-B19                           -  enabled
                                    + system.adapter.viessmannapi.0           : viessmannapi          : homeserver-B19                           -  enabled
                                      system.adapter.vis.0                    : vis                   : homeserver-B19                           -  enabled
                                    + system.adapter.web.0                    : web                   : homeserver-B19                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                    + system.adapter.admin.0                  : admin                 : homeserver-B19                           -  enabled, port: 8079, bind: 0.0.0.0, run as: admin
                                    + system.adapter.deconz.0                 : deconz                : homeserver-B19                           -  enabled, port: 80
                                    + system.adapter.telegram.0               : telegram              : homeserver-B19                           -  enabled, port: 8443, bind: 0.0.0.0
                                    + system.adapter.web.0                    : web                   : homeserver-B19                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: stable
                                    Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                    Adapter    "backitup"     : 2.5.12   , installed 2.5.12
                                    Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                    Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                    Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                    Adapter    "history"      : 2.2.4    , installed 2.2.4
                                    Adapter    "info"         : 1.9.19   , installed 1.9.19
                                    Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                                    Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
                                    Adapter    "knx"          : 2.0.13   , installed 1.0.45 [Updatable]
                                    Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                                    Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                    Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                    Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                    Adapter    "sonos"        : 2.2.3    , installed 2.2.3
                                    Adapter    "telegram"     : 1.15.2   , installed 1.15.2
                                    Adapter    "text2command" : 2.3.0    , installed 2.3.0
                                    Adapter    "viessmannapi" : 2.0.9    , installed 2.0.9
                                    Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                    Adapter    "web"          : 4.3.0    , installed 4.3.0
                                    Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        9231
                                    States:         6974
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                                    Get:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
                                    Hit:3 https://deb.nodesource.com/node_16.x jammy InRelease
                                    Get:4 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
                                    Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                    Hit:6 http://phoscon.de/apt/deconz jammy InRelease
                                    Fetched 226 kB in 1s (228 kB/s)
                                    Reading package lists...
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      101        25141      395/systemd-resolve
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          28274      641/sshd: /usr/sbin
                                    tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          18060      1/init
                                    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1000       27155      494/deCONZ
                                    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       28586      494/deCONZ
                                    tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          27172      616/cupsd
                                    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       2064157    1197426/iobroker.js
                                    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       2064985    1197426/iobroker.js
                                    tcp6       0      0 :::8082                 :::*                    LISTEN      1001       2070466    1200144/io.web.0
                                    tcp6       0      0 :::8079                 :::*                    LISTEN      1001       2064366    1197512/io.admin.0
                                    tcp6       0      0 ::1:3350                :::*                    LISTEN      0          27364      772/xrdp-sesman
                                    tcp6       0      0 ::1:631                 :::*                    LISTEN      0          27171      616/cupsd
                                    tcp6       0      0 :::3500                 :::*                    LISTEN      1001       2066944    1198213/io.sonos.0
                                    tcp6       0      0 :::3389                 :::*                    LISTEN      132        28965      794/xrdp
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          28285      641/sshd: /usr/sbin
                                    tcp6       0      0 :::111                  :::*                    LISTEN      0          18062      1/init
                                    udp        0      0 127.0.0.53:53           0.0.0.0:*                           101        25140      395/systemd-resolve
                                    udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          18061      1/init
                                    udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          29535      1156/cups-browsed
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2067693    1198689/io.deconz.0
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2067691    1198689/io.deconz.0
                                    udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       29920      494/deCONZ
                                    udp        0      0 0.0.0.0:35813           0.0.0.0:*                           114        27071      485/avahi-daemon: r
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           114        27069      485/avahi-daemon: r
                                    udp        0      0 192.168.1.84:38537      0.0.0.0:*                           1001       2069718    1199316/io.knx.0
                                    udp6       0      0 :::48997                :::*                                114        27072      485/avahi-daemon: r
                                    udp6       0      0 :::111                  :::*                                0          18063      1/init
                                    udp6       0      0 :::1900                 :::*                                1001       2067694    1198689/io.deconz.0
                                    udp6       0      0 :::1900                 :::*                                1001       2067692    1198689/io.deconz.0
                                    udp6       0      0 :::5353                 :::*                                114        27070      485/avahi-daemon: r
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2023-02-22 21:49:22.618  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_05&1_06_Wohnen&Essen_Heizung_Betriebsart_HAVC_Status" has value "1" greater than max ""
                                    2023-02-22 21:50:00.006  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Sperren.0_14_Treppenflur_Treppenlicht_Leuchten_EG_1_OG_sperren_mit_100vH__!_Fernseh, timerId=undefined) => {"val":false,"ack":true,"ts":1658238130586,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1658238130586}
                                    2023-02-22 21:50:00.007  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_1_OG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473377,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473377}
                                    2023-02-22 21:50:00.007  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_EG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473177,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473177}
                                    2023-02-22 21:50:00.007  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_Fernseher_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677096217614,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1676926392356}
                                    2023-02-22 21:51:35.396  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_02_Bad_Heizung_BHK_Betriebsart_HAVC_Status" has value "4" greater than max ""
                                    2023-02-22 21:57:28.954  - info: knx.0 (1199316) Value received on unknown GA : 0/0/4
                                    2023-02-22 21:57:29.153  - info: knx.0 (1199316) Value received on unknown GA : 0/0/3
                                    2023-02-22 21:57:29.355  - warn: knx.0 (1199316) Object of state "knx.0.System.Datum_Uhrzeit.0_00_Datum_Uhrzeit_IP_Gateway" is missing the required property "common.type"
                                    2023-02-22 21:59:22.552  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_05&1_06_Wohnen&Essen_Heizung_Betriebsart_HAVC_Status" has value "1" greater than max ""
                                    2023-02-22 22:00:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Sperren.0_14_Treppenflur_Treppenlicht_Leuchten_EG_1_OG_sperren_mit_100vH__!_Fernseh, timerId=undefined) => {"val":false,"ack":true,"ts":1658238130586,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1658238130586}
                                    2023-02-22 22:00:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_1_OG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473377,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473377}
                                    2023-02-22 22:00:00.009  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_EG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473177,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473177}
                                    2023-02-22 22:00:00.009  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_Fernseher_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677096217614,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1676926392356}
                                    2023-02-22 22:01:35.332  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_02_Bad_Heizung_BHK_Betriebsart_HAVC_Status" has value "4" greater than max ""
                                    2023-02-22 22:01:37.962  - info: deconz.0 (1198689) Code 404: Ressource not found get group attributes 65520: [{"error":{"address":"/groups/65520","description":"resource, /groups/65520, not available","type":3}}]
                                    2023-02-22 22:07:28.956  - info: knx.0 (1199316) Value received on unknown GA : 0/0/4
                                    2023-02-22 22:07:29.156  - info: knx.0 (1199316) Value received on unknown GA : 0/0/3
                                    2023-02-22 22:07:29.357  - warn: knx.0 (1199316) Object of state "knx.0.System.Datum_Uhrzeit.0_00_Datum_Uhrzeit_IP_Gateway" is missing the required property "common.type"
                                    2023-02-22 22:09:22.485  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_05&1_06_Wohnen&Essen_Heizung_Betriebsart_HAVC_Status" has value "1" greater than max ""
                                    2023-02-22 22:10:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Sperren.0_14_Treppenflur_Treppenlicht_Leuchten_EG_1_OG_sperren_mit_100vH__!_Fernseh, timerId=undefined) => {"val":false,"ack":true,"ts":1658238130586,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1658238130586}
                                    2023-02-22 22:10:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_1_OG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473377,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473377}
                                    2023-02-22 22:10:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_EG_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677097473177,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1677097473177}
                                    2023-02-22 22:10:00.008  - info: javascript.0 (1197788) script.js.Licht.Backsteinwand: getState(id=knx.0.Licht.Wert.0_14_Treppenflur_Treppenlicht_Leuchten_Fernseher_Wert, timerId=undefined) => {"val":0,"ack":true,"ts":1677096217614,"q":0,"from":"system.adapter.knx.0","user":"system.user.admin","lc":1676926392356}
                                    2023-02-22 22:11:35.273  - warn: knx.0 (1199316) State value to set for "knx.0.Heizung_Klima.Betriebsart_HVAC___Auto_Manu_setzen___Status.1_02_Bad_Heizung_BHK_Betriebsart_HAVC_Status" has value "4" greater than max ""
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      aamn @wendy2702 last edited by

                                      @wendy2702

                                      pi@homeserver-B19:~$ iob stop
                                      pi@homeserver-B19:~$ iob fix
                                      library: loaded
                                      Library version=2022-12-09
                                      
                                      ==========================================================================
                                      
                                          Welcome to the ioBroker installation fixer!
                                          Script version: 2022-12-22
                                      
                                          You might need to enter your password a couple of times.
                                      
                                      ==========================================================================
                                      
                                      
                                      ==========================================================================
                                          Installing prerequisites (1/4)
                                      ==========================================================================
                                      
                                      [sudo] Passwort für pi:
                                      OK:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
                                      Holen:2 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
                                      OK:3 https://deb.nodesource.com/node_16.x jammy InRelease
                                      Holen:4 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
                                      OK:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
                                      OK:6 http://phoscon.de/apt/deconz jammy InRelease
                                      Es wurden 226 kB in 1 s geholt (234 kB/s).
                                      Paketlisten werden gelesen… Fertig
                                      Installed gcc-c++
                                      
                                      ==========================================================================
                                          Checking ioBroker user and directory permissions (2/4)
                                      ==========================================================================
                                      
                                      Created /etc/sudoers.d/iobroker
                                      Fixing directory permissions...
                                      
                                      ==========================================================================
                                          Database maintenance (3/4)
                                      ==========================================================================
                                      
                                      Checking for uncompressed JSONL databases... This might take a while!
                                      
                                      Compressing /opt/iobroker/iobroker-data/states.jsonl
                                      Compressing /opt/iobroker/iobroker-data/objects.jsonl
                                      Compressed 2 JSONL files. Done
                                      
                                      ==========================================================================
                                          Checking autostart (4/4)
                                      ==========================================================================
                                      
                                      Enabling autostart...
                                      Autostart enabled!
                                      
                                      ==========================================================================
                                      
                                          Your installation was fixed successfully
                                          Run iobroker start to start ioBroker again!
                                      
                                      ==========================================================================
                                      
                                      pi@homeserver-B19:~$ iob start
                                      
                                      
                                      wendy2702 1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 @aamn last edited by

                                        @aamn Jetzt nochmal das Update probiert?

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

                                          @thomas-braun

                                          Wenn iobroker läuft:

                                          pi@homeserver-B19:~$ iob upgrade --debug
                                          
                                          This upgrade of "knx" will at least introduce the following changes:
                                          ==========================================================================
                                          -> 2.0.13:
                                          added ETS5.7.7 import, fixed "unknown value" bug, some fixes
                                          
                                          -> 2.0.12:
                                          fixed handling of undefined DP's, some small bugs, and the most important: my thoughts are with the people of Ukraine, I am infinitely sorry for what is happening to them and their country. It is an inhuman shame.
                                          
                                          -> 2.0.11:
                                          fixed password handling for projects from upgraded ETS
                                          
                                          -> 2.0.10:
                                          import of ETS6.0.2, bugfixes
                                          
                                          -> 2.0.9:
                                          import password protected project files, bug fixes
                                          
                                          -> 2.0.8:
                                          fixed warning with write without ack, some small other fixes
                                          
                                          -> 2.0.7:
                                          fixed bug no write to KNX
                                          ==========================================================================
                                          
                                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                          Would you like to upgrade knx from @1.0.45 to @2.0.13 now? [(y)es, (n)o]: n
                                          No upgrade of "knx" desired.
                                          

                                          (Sorry, den KNX-Adapter will ich gerade im Blindflug nicht upgraden. Das Upgrade von backitup von 2.4.12 auf 2.5.12 lief vorhin durch ohne Fehlermeldung, den Output davon hab ich leider nicht...)

                                          Wenn iobroker nicht läuft (iob stop), tut "iob upgrade --debug" nichts. Auch nicht nach ner Stunde warten...

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            aamn @wendy2702 last edited by

                                            @wendy2702
                                            Du meinst nach dem "iob fix"? Ja, schon zehn Mal heute... 😉

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

                                            Support us

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

                                            922
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            44
                                            1061
                                            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