Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Fehler bei Installation i2c Adapter

    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

    Fehler bei Installation i2c Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Chris_B last edited by Chris_B

      1. Es tut mir leid wegen der 'Buchstabensuppe'. Das ist direkt aus dem log (Protokoll) kopiert; und dort erscheint es genau so. Wie kann ich das besser darstellen?
      2. Node-js: Ist auf Version 16.16.0, mit dem Hinweis, dass ich auf Version 16.19.0 updaten kann. Was meinst Du mit 'prüfen'? Mein iobroker läuft ansonsten ohne Probleme.

      Besten Dank

      Homoran wendy2702 Thomas Braun 3 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Chris_B last edited by

        @chris_b sagte in Fehler bei Installation i2c Adapter:

        Das ist direkt aus dem log (Protokoll) kopiert;

        really?

        wo sind dann Timestamp, Adaptername, loglevel...?

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

          @chris_b sagte in Fehler bei Installation i2c Adapter:

          Das ist direkt aus dem log (Protokoll)

          Aus dem Browserfenster?

          Noch nie so gesehen.

          Wie steht es denn im log auf dem Speichermedium:

          /opt/iobroker/log/<logfile mit Datum von heute>
          
          1 Reply Last reply Reply Quote 0
          • C
            Chris_B last edited by wendy2702

            Das Folgende ist jetzt direkt aus dem log-File kopiert.
            Mit dem Riesenwust ab 15:43:34.369:

            2023-02-10 15:43:21.816 - info: host.raspberrypi4-iob iobroker add i2c auto --host raspberrypi4-iob --debug
            2023-02-10 15:43:25.646 - info: host.raspberrypi4-iob iobroker NPM version: 8.11.0
            2023-02-10 15:43:25.647 - info: host.raspberrypi4-iob iobroker Installing iobroker.i2c@1.2.1... (System call)
            2023-02-10 15:43:34.351 - info: host.raspberrypi4-iob iobroker npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/i2c-bus
            2023-02-10 15:43:34.369 - info: host.raspberrypi4-iob iobroker npm ERR! command failednpm ERR! command sh -c node-gyp rebuildnpm ERR! node:internal/modules/cjs/loader:936npm ERR! throw err;npm ERR! ^npm ERR! npm ERR! Error: Cannot find module 'object-assign'npm ERR! Require stack:npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.jsnpm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.jsnpm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:778:27)npm ERR! at Module.require (node:internal/modules/cjs/loader:1005:19)npm ERR! at require (node:internal/modules/cjs/helpers:102:18)npm ERR! at Object. (/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js:4:20)npm ERR! at Module._compile (node:internal/modules/cjs/loader:1105:14)npm ERR! at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)npm ERR! at Module.load (node:internal/modules/cjs/loader:981:32)npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:822:12)npm ERR! at Module.require (node:internal/modules/cjs/loader:1005:19) {npm ERR! code: 'MODULE_NOT_FOUND',npm ERR! requireStack: [npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',npm ERR! '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'npm ERR! ]npm ERR! }npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-02-10T14_43_26_796Z-debug-0.log
            2023-02-10 15:43:34.402 - error: host.raspberrypi4-iob iobroker host.raspberrypi4-iob Cannot install iobroker.i2c@1.2.1: 1
            2023-02-10 15:43:35.455 - info: host.raspberrypi4-iob iobroker exit 25
            2023-02-10 16:04:16.085 - info: admin.0 (602) <== Disconnect system.user.admin from ::ffff:192.168.1.137 admin
            2023-02-10 16:05:23.668 - info: admin.0 (602) ==> Connected system.user.admin from ::ffff:192.168.1.137
            2023-02-10 16:27:06.648 - info: admin.0 (602) <== Disconnect system.user.admin from ::ffff:192.168.1.137 admin
            

            MOD EDIT: LOG IN CODE TAGS </> GESETZT

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

              @chris_b sagte in Fehler bei Installation i2c Adapter:

              Node-js: Ist auf Version 16.16.0, mit dem Hinweis, dass ich auf Version 16.19.0 updaten kann. Was meinst Du mit 'prüfen'?

              Schau in meiner Signatur.

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

                @chris_b sagte in Fehler bei Installation i2c Adapter:

                host.raspberrypi4-iob iobroker exit 25

                https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • C
                  Chris_B last edited by

                  OK, werde ich versuchen. Melde mich wieder. Aber nicht mehr heute.

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

                    @wendy2702

                    Hier dürfte aber was anderes im Argen liegen.
                    Vielleicht sieht man was beim Check auf 'senkrechte' Installation von nodejs.

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

                      @thomas-braun sagte in Fehler bei Installation i2c Adapter:

                      @wendy2702

                      Hier dürfte aber was anderes im Argen liegen.
                      Vielleicht sieht man was beim Check auf 'senkrechte' Installation von nodejs.

                      Vermutlich. Habe nachdem ich die Code Tags drum gebaut habe nicht mehr gesehen das man noch ewig nach rechts scrollen kann 😬

                      Habe nur runter gescrollt und die „25“ gesehen.

                      Vielleicht dürfen wir ja auch einen Blick hier rein werfen

                      /home/iobroker/.npm/_logs/2023-02-10T14_43_26_796Z-debug-0.log
                      
                      1 Reply Last reply Reply Quote 0
                      • C
                        Chris_B last edited by

                        Die ewig lange Zeile entspricht der oben genannten 'Buchstabensuppe'.
                        Hier ist das log File:

                        2023-02-10T14_43_26_796Z-debug-0.log

                        Vielen Dank für die Hilfe...

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

                          @chris_b

                          nodejs geprüft?

                          sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                          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
                          

                          sagt?

                          1 Reply Last reply Reply Quote 0
                          • C
                            Chris_B last edited by

                            @Thomas-Braun Das kommt dabei heraus (ich hoffe, ich habe das richtig gemacht, bin da nicht so fit wie ihr):

                            armv7l
                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/bin/npm
                            /usr/bin/npx
                            v16.16.0
                            v16.16.0
                            8.11.0
                            8.11.0
                            4.0.24
                            pi
                            pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker pijuice
                            tty
                            /home/pi
                            OK:1 http://archive.raspberrypi.org/debian buster InRelease
                            OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                            OK:3 https://deb.nodesource.com/node_16.x buster InRelease
                            OK:4 https://phoscon.de/apt/deconz buster InRelease
                            Paketlisten werden gelesen... Fertig
                            Abhängigkeitsbaum wird aufgebaut.
                            Statusinformationen werden eingelesen.... Fertig
                            Aktualisierung für 136 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                            nodejs:
                              Installiert:           16.16.0-deb-1nodesource1
                              Installationskandidat: 16.19.0-deb-1nodesource1
                              Versionstabelle:
                                 16.19.0-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                             *** 16.16.0-deb-1nodesource1 100
                                    100 /var/lib/dpkg/status
                                 10.24.0~dfsg-1~deb10u2 500
                                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Chris_B last edited by Thomas Braun

                              @chris_b sagte in Fehler bei Installation i2c Adapter:

                              Aktualisierung für 136 Pakete verfügbar.

                              Updaten. Jetzt und alles.

                              Und danach den buster beerdigen und bullseye installieren.

                              https://forum.iobroker.net/topic/47213/upgrade-von-debian-10-buster-auf-11-bullseye

                              1 Reply Last reply Reply Quote 0
                              • C
                                Chris_B last edited by

                                Sorry Thomas. Bitte ein bisschen ausführlicher - bin da nicht so drin.
                                Ich muss nodejs von 16.16.0 auf 16.19.0 updaten und das wars?

                                Und danke für den weiteren Link.
                                Wieso lohnt sich das? ein Link würde mir da auch helfen.

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

                                  @chris_b sagte in Fehler bei Installation i2c Adapter:

                                  und das wars?

                                  Nein, dein komplettes Betriebssystem ist versumpft.

                                  Wieso lohnt sich das?

                                  Das muss sich nicht 'lohnen', weil dein Release abgekündigt ist und nicht mehr gepflegt wird. Daher stellt sich die Frage erst gar nicht.

                                  Siehe auch hier:
                                  https://wiki.debian.org/DebianReleases

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    Chris_B last edited by

                                    Ich habe nun node.js und NPM auf die neuste Version gezogen:
                                    node.js auf V16.19.0, NPM auf V8.19.3.
                                    iobroker fix auch ausgeführt, alles ohne Probleme.

                                    Trotzdem lässt sich der i2c Adapter nicht installieren, die gleichen Fehlermeldungen erscheinen.
                                    Ich überlege die nächsten Schritte. Evtl. bei Gelegenheit System neu aufsetzen (bullseye)...

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

                                      @chris_b

                                      iob stop
                                      iob fix
                                      iob start
                                      iob diag
                                      

                                      Ausgaben bitte vollständig hier posten.

                                      C 1 Reply Last reply Reply Quote 0
                                      • C
                                        Chris_B @wendy2702 last edited by Chris_B

                                        @wendy2702
                                        here it is:

                                        Skript v.2023-01-02
                                        
                                        *** BASE SYSTEM ***
                                        Model           : Raspberry Pi 4 Model B Rev 1.5
                                        Architecture:   armv7l
                                        Docker:         false
                                        Virtualization: none
                                        Distributor ID: Raspbian
                                        Description:    Raspbian GNU/Linux 10 (buster)
                                        Release:        10
                                        Codename:       buster
                                        
                                        PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                        NAME="Raspbian GNU/Linux"
                                        VERSION_ID="10"
                                        VERSION="10 (buster)"
                                        VERSION_CODENAME=buster
                                        ID=raspbian
                                        ID_LIKE=debian
                                        HOME_URL="http://www.raspbian.org/"
                                        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                        
                                        Systemuptime and Load:
                                         18:03:09 up 40 min,  1 user,  load average: 1.54, 1.01, 0.64
                                        CPU threads: 4
                                        
                                        *** Time and Time Zones ***
                                        Sat Feb 11 17:03:09 UTC 2023
                                        Sat Feb 11 18:03:09 CET 2023
                                        CET +0100
                                        Europe/Zurich
                                        
                                        *** User and Groups ***
                                        pi
                                        /home/pi
                                        pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker pijuice
                                        
                                        *** X-Server-Setup ***
                                        X-Server:       false
                                        Desktop:
                                        Terminal:       tty
                                        Boot Target:    graphical.target
                                        
                                        *** MEMORY ***
                                                      total        used        free      shared  buff/cache   available
                                        Mem:           3.8G        980M        2.3G         24M        560M        2.9G
                                        Swap:           99M          0B         99M
                                        Total:         3.9G        980M        2.4G
                                        
                                                 3838 M total memory
                                                  980 M used memory
                                                  335 M active memory
                                                 1046 M inactive memory
                                                 2297 M free memory
                                                  127 M buffer memory
                                                  433 M swap cache
                                                   99 M total swap
                                                    0 M used swap
                                                   99 M free swap
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        /dev/root      ext4       15G  4.6G  9.2G  34% /
                                        devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                                        tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                        tmpfs          tmpfs     1.9G   25M  1.9G   2% /run
                                        tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                        tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
                                        /dev/mmcblk0p1 vfat      253M   49M  204M  20% /boot
                                        tmpfs          tmpfs     384M     0  384M   0% /run/user/1000
                                        
                                        Messages in dmesg:
                                        [Sat Feb 11 17:22:11 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:A8:12:03 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=cd3e8f54-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                                        [Sat Feb 11 17:22:13 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                                        [Sat Feb 11 17:22:13 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                        [Sat Feb 11 17:22:16 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                                        
                                        Show mounted filesystems (real ones only):
                                        TARGET        SOURCE         FSTYPE OPTIONS
                                        /             /dev/mmcblk0p2 ext4   rw,noatime
                                        |-/sys/fs/bpf none           bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                                        `-/boot       /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        502M    /var/
                                        294M    /var/cache
                                        288M    /var/cache/apt
                                        229M    /var/cache/apt/archives
                                        92M     /var/lib
                                        
                                        /opt/iobroker/backups:
                                        21M     /opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        222M    /opt/iobroker/iobroker-data/
                                        105M    /opt/iobroker/iobroker-data/files
                                        94M     /opt/iobroker/iobroker-data/backup-objects
                                        51M     /opt/iobroker/iobroker-data/files/javascript.admin
                                        32M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                        
                                        The five largest files in iobroker-data are:
                                        7.6M    /opt/iobroker/iobroker-data/objects.jsonl
                                        6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c9.chunk.js.map
                                        6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                                        6.2M    /opt/iobroker/iobroker-data/objects.json.migrated
                                        6.2M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs         v16.19.0
                                        /usr/bin/node           v16.19.0
                                        /usr/bin/npm            8.19.3
                                        /usr/bin/npx            8.19.3
                                        
                                        nodejs:
                                          Installed: 16.19.0-deb-1nodesource1
                                          Candidate: 16.19.0-deb-1nodesource1
                                          Version table:
                                         *** 16.19.0-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                                100 /var/lib/dpkg/status
                                             10.24.0~dfsg-1~deb10u2 500
                                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf 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.24
                                        admin:          6.3.5
                                        javascript:     6.1.4
                                        
                                        Adapters from github:   0
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.backitup.0               : backitup              : raspberrypi4-iob                         -  enabled
                                        + system.adapter.cloud.0                  : cloud                 : raspberrypi4-iob                         -  enabled
                                        + system.adapter.denon.0                  : denon                 : raspberrypi4-iob                         -  enabled
                                        + system.adapter.denon.1                  : denon                 : raspberrypi4-iob                         -  enabled
                                        + system.adapter.discovery.0              : discovery             : raspberrypi4-iob                         -  enabled
                                          system.adapter.flot.0                   : flot                  : raspberrypi4-iob                         - disabled
                                        + system.adapter.heos.0                   : heos                  : raspberrypi4-iob                         -  enabled
                                        + system.adapter.history.0                : history               : raspberrypi4-iob                         -  enabled
                                        + system.adapter.hue.0                    : hue                   : raspberrypi4-iob                         -  enabled, port: 80
                                        + system.adapter.hue.1                    : hue                   : raspberrypi4-iob                         -  enabled, port: 80
                                        + system.adapter.info.0                   : info                  : raspberrypi4-iob                         -  enabled
                                        + system.adapter.javascript.0             : javascript            : raspberrypi4-iob                         -  enabled
                                        + system.adapter.netatmo.0                : netatmo               : raspberrypi4-iob                         -  enabled
                                        + system.adapter.ping.0                   : ping                  : raspberrypi4-iob                         -  enabled
                                        + system.adapter.rpi2.0                   : rpi2                  : raspberrypi4-iob                         -  enabled
                                        + system.adapter.simple-api.0             : simple-api            : raspberrypi4-iob                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : raspberrypi4-iob                         -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspberrypi4-iob                         - disabled
                                          system.adapter.vis.0                    : vis                   : raspberrypi4-iob                         -  enabled
                                        + system.adapter.web.0                    : web                   : raspberrypi4-iob                         -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.yahka.0                  : yahka                 : raspberrypi4-iob                         -  enabled
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        + system.adapter.hue.0                    : hue                   : raspberrypi4-iob                         -  enabled, port: 80
                                        + system.adapter.hue.1                    : hue                   : raspberrypi4-iob                         -  enabled, port: 80
                                        + system.adapter.simple-api.0             : simple-api            : raspberrypi4-iob                         -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                        + system.adapter.socketio.0               : socketio              : raspberrypi4-iob                         -  enabled, port: 8084, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : raspberrypi4-iob                         -  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    "cloud"        : 4.3.0    , installed 4.3.0
                                        Adapter    "denon"        : 1.13.4   , installed 1.13.4
                                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                        Adapter    "email"        : 1.1.4    , installed 1.1.4
                                        Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                        Adapter    "heos"         : 1.10.0   , installed 1.10.0
                                        Adapter    "history"      : 2.2.4    , installed 2.2.4
                                        Adapter    "homekit-controller": 0.5.1, installed 0.5.1
                                        Adapter    "hue"          : 3.7.1    , installed 3.7.1
                                        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.24
                                        Adapter    "netatmo"      : 2.0.5    , installed 2.0.5
                                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                        Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                        Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects:        3093
                                        States:         2599
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                        Hit:2 https://phoscon.de/apt/deconz buster InRelease
                                        Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
                                        Hit:4 http://archive.raspberrypi.org/debian buster InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          17590      585/sshd
                                        tcp        0      0 127.0.0.1:43801         0.0.0.0:*               LISTEN      1001       191843     21588/io.yahka.0
                                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       187068     20468/iobroker.js-c
                                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       187061     20468/iobroker.js-c
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       189559     20489/io.admin.0
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       191294     21389/io.web.0
                                        tcp6       0      0 :::8084                 :::*                    LISTEN      1001       191171     21098/io.socketio.0
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          17592      585/sshd
                                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       190525     20863/io.simple-api
                                        tcp6       0      0 :::34381                :::*                    LISTEN      1001       193677     21588/io.yahka.0
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16640      573/dhcpcd
                                        udp        0      0 0.0.0.0:42135           0.0.0.0:*                           1001       188978     20815/io.heos.0
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       193678     21588/io.yahka.0
                                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12814      377/avahi-daemon: r
                                        udp        0      0 0.0.0.0:41800           0.0.0.0:*                           108        12816      377/avahi-daemon: r
                                        udp6       0      0 :::38941                :::*                                108        12817      377/avahi-daemon: r
                                        udp6       0      0 :::546                  :::*                                0          16653      573/dhcpcd
                                        udp6       0      0 :::5353                 :::*                                108        12815      377/avahi-daemon: r
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2023-02-11 18:02:07.466  - info: cloud.0 (20724) Trying to connect as system.user.admin to cloud
                                        2023-02-11 18:02:07.601  - info: cloud.0 (20724) Connection changed: connect
                                        2023-02-11 18:02:08.580  - info: vis.0 (21336) starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.19.0, js-controller: 4.0.24
                                        2023-02-11 18:02:08.791  - info: vis.0 (21336) vis license is OK.
                                        2023-02-11 18:02:09.456  - info: vis.0 (21336) Terminated (NO_ERROR): Without reason
                                        2023-02-11 18:02:10.134  - info: host.raspberrypi4-iob instance system.adapter.vis.0 terminated while should be started once
                                        2023-02-11 18:02:10.923  - info: host.raspberrypi4-iob instance system.adapter.web.0 started with pid 21389
                                        2023-02-11 18:02:14.861  - info: host.raspberrypi4-iob instance system.adapter.yahka.0 started with pid 21588
                                        2023-02-11 18:02:17.276  - info: yahka.0 (21588) starting. Version 0.13.1 in /opt/iobroker/node_modules/iobroker.yahka, node: v16.19.0, js-controller: 4.0.24
                                        2023-02-11 18:02:17.314  - info: yahka.0 (21588) adapter ready, checking config
                                        2023-02-11 18:02:17.329  - info: yahka.0 (21588) adding Wasser Höfli 1A with UUID: 10c354a6-9830-470f-9a77-a332861ef8a9
                                        2023-02-11 18:02:17.342  - info: yahka.0 (21588) adding Wasser Höfli 2A with UUID: e801a2ae-6c62-44d0-870f-a7a316e4a4b6
                                        2023-02-11 18:02:17.346  - info: yahka.0 (21588) adding Wasser Garten 3A with UUID: e7a975c7-14b7-4db6-93c9-a5c06b0f0906
                                        2023-02-11 18:02:17.350  - info: yahka.0 (21588) adding Wasser Garten 4A with UUID: b19d1566-51f7-4dbf-a436-f10b00d4d3bf
                                        2023-02-11 18:02:17.354  - info: yahka.0 (21588) adding Wasser Garten 5A with UUID: cfba9462-495d-445e-bdaf-92d89e5d323c
                                        2023-02-11 18:02:17.358  - info: yahka.0 (21588) adding Wasser Feedback 1 with UUID: 80efd4c4-8f76-48b0-b794-663ac97d7d2a
                                        2023-02-11 18:02:17.362  - info: yahka.0 (21588) adding Wasser Feedback 2 with UUID: c7c1a3fe-b438-43eb-a479-bbda51d1d6c8
                                        2023-02-11 18:02:17.366  - info: yahka.0 (21588) adding Wasser Feedback 3 with UUID: 3270564c-f984-4208-88ed-bcafad48b3e3
                                        2023-02-11 18:02:17.370  - info: yahka.0 (21588) adding Wasser Feedback 4 with UUID: 94316748-7b8a-456d-9813-e1529df2ff42
                                        2023-02-11 18:02:17.375  - info: yahka.0 (21588) adding Wasser Feedback 5 with UUID: 192619c5-90be-4580-8af2-9cdd5282fc7a
                                        2023-02-11 18:02:17.379  - info: yahka.0 (21588) adding Wasser Feedback 6 with UUID: 442ced11-b93a-4a60-9eaf-d6b789ce2e54
                                        2023-02-11 18:02:17.382  - info: yahka.0 (21588) adding Wasser Garten 6A with UUID: 5356872a-1195-47ad-a30c-62d253157baf
                                        2023-02-11 18:02:17.386  - info: yahka.0 (21588) adding Motion Cat1 with UUID: 01ba38ce-6b34-4467-8989-7af6f0774eeb
                                        2023-02-11 18:02:17.389  - info: yahka.0 (21588) adding Motion Cat2 with UUID: 9122c6a7-6598-4298-84f5-ecc8c2598e8d
                                        2023-02-11 18:02:17.392  - info: yahka.0 (21588) publishing bridge Yahka-0 on 0.0.0.0 using ciao
                                        
                                        

                                        und Teil2:

                                        ======================= SUMMARY =======================
                                                             v.2023-01-02
                                        
                                        
                                        Operatingsystem:        Raspbian GNU/Linux 10 (buster)
                                        Installation:           Native
                                        Timezone:               Europe/Zurich
                                        User-ID:                1000
                                        X-Server:               false
                                        Boot Target:            graphical.target
                                        
                                        Pending OS-Updates:     0
                                        
                                        Nodejs-Installation:    /usr/bin/nodejs         v16.19.0
                                                                /usr/bin/node           v16.19.0
                                                                /usr/bin/npm            8.19.3
                                                                /usr/bin/npx            8.19.3
                                        
                                        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:
                                        + system.adapter.admin.0                  : admin                 : raspberrypi4-iob                         -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        
                                        Pending iob updates:    0
                                        
                                        Active repo(s): stable
                                        
                                        Objects:                3093
                                        States:                 2599
                                        
                                        Size of iob-Database:
                                        
                                        7.6M    /opt/iobroker/iobroker-data/objects.jsonl
                                        6.2M    /opt/iobroker/iobroker-data/objects.json.migrated
                                        6.2M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                        1.8M    /opt/iobroker/iobroker-data/states.jsonl
                                        684K    /opt/iobroker/iobroker-data/states.json.migrated
                                        684K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        
                                        wendy2702 1 Reply Last reply Reply Quote 0
                                        • wendy2702
                                          wendy2702 @Chris_B last edited by

                                          @chris_b Log vom fixer ?

                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            Chris_B @wendy2702 last edited by

                                            @wendy2702 Sorry muss jetzt weg, liefere ich später nach. fixer läuft aus meiner Sicht problemlos durch. Ich poste es später nochmals.

                                            wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            833
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            58
                                            1956
                                            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