Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. ioBroker neu aufgesetzt, VIS läßt sich nicht installieren

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker neu aufgesetzt, VIS läßt sich nicht installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      stoffel67 @Homoran last edited by

      @homoran
      da bekomm ich folgendes:

      pi@raspip:~ $ iob install vis@1.4.10
      NPM version: 10.2.3
      Installing iobroker.vis@1.4.10... (System call)
      npm ERR! code 6
      npm ERR! path /opt/iobroker/node_modules/iobroker.vis
      npm ERR! command failed
      npm ERR! command sh -c node main.js --install
      
      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-05T13_43_27_831Z-debug-0.log
      host.raspip Cannot install iobroker.vis@1.4.10: 6
      pi@raspip:~ $ 
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @stoffel67 last edited by

        @stoffel67

        iob update
        iob upgrade vis@1.4.10
        
        S 1 Reply Last reply Reply Quote 0
        • S
          stoffel67 @Thomas Braun last edited by

          @thomas-braun

          i@raspip:/opt/iobroker/node_modules/iobroker.enet $ iob update
          Used repository: stable
          Adapter    "admin"        : 6.12.0   , installed 6.12.0
          Adapter    "backitup"     : 2.8.7    , installed 2.8.7
          Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
          Adapter    "discovery"    : 4.2.0    , installed 4.2.0
          Adapter    "ds18b20"      : 2.0.5    , installed 2.0.4  [Updatable]
          Adapter    "email"        : 1.2.0    , installed 1.2.0
          Adapter    "enet"         : 1.0.1    , installed 1.0.2
          Adapter    "flot"         : 1.12.0   , installed 1.12.0
          Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
          Adapter    "info"         : 2.0.0    , installed 2.0.0
          Adapter    "javascript"   : 7.1.6    , installed 7.1.4  [Updatable]
          Controller "js-controller": 5.0.16   , installed 5.0.16
          Adapter    "mobile"       : 1.0.1    , installed 1.0.1
          Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
          Adapter    "ping"         : 1.6.2    , installed 1.6.2
          Adapter    "pushover"     : 3.0.3    , installed 3.0.3
          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
          Adapter    "shelly"       : 6.6.1    , installed 6.6.1
          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
          Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
          Adapter    "socketio"     : 6.6.0    , installed 6.6.0
          Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
          Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
          Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
          Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
          Adapter    "web"          : 6.1.10   , installed 6.1.10
          Adapter    "ws"           : 2.5.8    , installed 2.5.8
          Adapter    "yahka"        : 1.0.3    , installed 1.0.3
          pi@raspip:/opt/iobroker/node_modules/iobroker.enet $ 
          pi@raspip:/opt/iobroker/node_modules/iobroker.enet $ 
          pi@raspip:/opt/iobroker/node_modules/iobroker.enet $ iob upgrade vis@1.4.10
          Adapter "vis"            is not installed.
          
          
          Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @stoffel67 last edited by

            @stoffel67

            iob add vis@1.4.10
            
            S 1 Reply Last reply Reply Quote 0
            • S
              stoffel67 @Thomas Braun last edited by

              @thomas-braun
              gleicher Fehler

              pi@raspip:/opt/iobroker $ iob add vis@1.4.10
              NPM version: 10.2.3
              Installing iobroker.vis@1.4.10... (System call)
              npm ERR! code 6
              npm ERR! path /opt/iobroker/node_modules/iobroker.vis
              npm ERR! command failed
              npm ERR! command sh -c node main.js --install
              
              npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-05T14_08_10_927Z-debug-0.log
              host.raspip Cannot install iobroker.vis@1.4.10: 6
              pi@raspip:/opt/iobroker $ 
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @stoffel67 last edited by

                @stoffel67

                iob add vis
                
                S 1 Reply Last reply Reply Quote 0
                • S
                  stoffel67 @Thomas Braun last edited by stoffel67

                  @thomas-braun
                  😧

                  pi@raspip:/opt/iobroker $ iob add vis
                  NPM version: 10.2.3
                  Installing iobroker.vis@1.4.16... (System call)
                  npm ERR! code 6
                  npm ERR! path /opt/iobroker/node_modules/iobroker.vis
                  npm ERR! command failed
                  npm ERR! command sh -c node main.js --install
                  
                  npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-12-05T14_10_26_946Z-debug-0.log
                  host.raspip Cannot install iobroker.vis@1.4.16: 6
                  pi@raspip:/opt/iobroker $ 
                  
                  

                  oder mit "sudo..."

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

                    @stoffel67

                    iob diag
                    

                    sagt in der Langfassung?

                    S 1 Reply Last reply Reply Quote 0
                    • Marc Berg
                      Marc Berg Most Active last edited by

                      Musste man in der VIS Version nicht noch weiter zurückgehen? 1.4.6 oder so?

                      S 1 Reply Last reply Reply Quote 2
                      • S
                        stoffel67 @Thomas Braun last edited by Homoran

                        @thomas-braun
                        ist aber viel...

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

                        Skript v.2023-10-10
                        
                        *** BASE SYSTEM ***
                         Static hostname: raspip
                               Icon name: computer
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.1.0-rpi6-rpi-v8
                            Architecture: arm64
                        
                        Model		: Raspberry Pi 4 Model B Rev 1.1
                        Docker          : false
                        Virtualization  : none
                        Kernel          : aarch64
                        Userland        : arm64
                        
                        Systemuptime and Load:
                         15:13:13 up 45 min,  3 users,  load average: 4.47, 3.79, 3.11
                        CPU threads: 4
                        
                        
                        *** RASPBERRY THROTTLING ***
                        Current issues:
                        No throttling issues detected.
                        
                        Previously detected issues:
                        No throttling issues detected.
                        
                        *** Time and Time Zones ***
                                       Local time: Tue 2023-12-05 15:13:13 CET
                                   Universal time: Tue 2023-12-05 14:13:13 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: active
                                  RTC in local TZ: no
                        
                        *** User and Groups ***
                        pi
                        /home/pi
                        pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                        
                        *** X-Server-Setup ***
                        X-Server: 	false
                        Desktop: 	LXDE-pi-wayfire
                        Terminal: 	wayland
                        Boot Target: 	graphical.target
                        
                        *** MEMORY ***
                                       total        used        free      shared  buff/cache   available
                        Mem:            4.0G        2.4G        865M        164M        964M        1.5G
                        Swap:           104M          0B        104M
                        Total:          4.1G        2.4G        970M
                        
                                 3792 M total memory
                                 2319 M used memory
                                 2545 M active memory
                                  114 M inactive memory
                                  825 M free memory
                                   14 M buffer memory
                                  905 M swap cache
                                   99 M total swap
                                    0 M used swap
                                   99 M free swap
                        
                        Raspberry only:
                        oom events: 0
                        lifetime oom required: 0 Mbytes
                        total time in oom handler: 0 ms
                        max time spent in oom handler: 0 ms
                        
                        *** FAILED SERVICES ***
                        
                          UNIT LOAD ACTIVE SUB DESCRIPTION
                        0 loaded units listed.
                        
                        *** FILESYSTEM ***
                        Filesystem     Type      Size  Used Avail Use% Mounted on
                        udev           devtmpfs  1.6G     0  1.6G   0% /dev
                        tmpfs          tmpfs     380M  1.4M  378M   1% /run
                        /dev/sda2      ext4      235G  6.5G  216G   3% /
                        tmpfs          tmpfs     1.9G   30M  1.9G   2% /dev/shm
                        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                        /dev/sda1      vfat      510M   74M  437M  15% /boot/firmware
                        tmpfs          tmpfs     380M   40K  380M   1% /run/user/1000
                        
                        Messages concerning ext4 filesystem in dmesg:
                        [Tue Dec  5 14:27:14 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:45:C1:49 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=fa6f7a9b-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
                        [Tue Dec  5 14:27:19 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                        [Tue Dec  5 14:27:21 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                        
                        Show mounted filesystems \(real ones only\):
                        TARGET               SOURCE    FSTYPE      OPTIONS
                        /                    /dev/sda2 ext4        rw,noatime
                        |-/run/user/1000/doc portal    fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                        `-/boot/firmware     /dev/sda1 vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                        
                        Files in neuralgic directories:
                        
                        /var:
                        846M	/var/
                        474M	/var/cache
                        467M	/var/cache/apt
                        355M	/var/cache/apt/archives
                        201M	/var/lib
                        
                        Archived and active journals take up 68.3M in the file system.
                        
                        /opt/iobroker/backups:
                        7.9M	/opt/iobroker/backups/
                        
                        /opt/iobroker/iobroker-data:
                        200M	/opt/iobroker/iobroker-data/
                        172M	/opt/iobroker/iobroker-data/files
                        52M	/opt/iobroker/iobroker-data/files/javascript.admin
                        34M	/opt/iobroker/iobroker-data/files/javascript.admin/static
                        33M	/opt/iobroker/iobroker-data/files/javascript.admin/static/js
                        
                        The five largest files in iobroker-data are:
                        21M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                        19M	/opt/iobroker/iobroker-data/objects.jsonl
                        9.1M	/opt/iobroker/iobroker-data/states.jsonl
                        8.9M	/opt/iobroker/iobroker-data/files/scenes.admin/static/js/2.7de3299d.chunk.js.map
                        8.3M	/opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js
                        
                        USB-Devices by-id:
                        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                        
                        find: '/dev/serial/by-id/': No such file or directory
                        
                        *** NodeJS-Installation ***
                        
                        /usr/bin/nodejs 	v18.19.0
                        /usr/bin/node 		v18.19.0
                        /usr/bin/npm 		10.2.3
                        /usr/bin/npx 		10.2.3
                        /usr/bin/corepack 	0.22.0
                        
                        
                        nodejs:
                          Installed: 18.19.0-1nodesource1
                          Candidate: 18.19.0-1nodesource1
                          Version table:
                         *** 18.19.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                                100 /var/lib/dpkg/status
                             18.18.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.18.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.17.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.16.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.15.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.14.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.13.0+dfsg1-1 500
                                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                             18.13.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.12.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.11.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.10.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.1-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.9.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.8.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.7.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.6.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.5.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.4.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.3.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.2.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.1.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                             18.0.0-1nodesource1 500
                                500 https://deb.nodesource.com/node_18.x nodistro/main arm64 Packages
                        
                        Temp directories causing npm8 problem: 0
                        No problems detected
                        
                        Errors in npm tree:
                        
                        *** ioBroker-Installation ***
                        
                        ioBroker Status
                        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Core adapters versions
                        js-controller: 	5.0.16
                        admin: 		6.12.0
                        javascript: 	7.1.4
                        
                        Adapters from github: 	1
                        
                        Adapter State
                        + system.adapter.admin.0                  : admin                 : raspip                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.backitup.0               : backitup              : raspip                                   -  enabled
                          system.adapter.daswetter.0              : daswetter             : raspip                                   - disabled
                        + system.adapter.discovery.0              : discovery             : raspip                                   - disabled
                        + system.adapter.ds18b20.0                : ds18b20               : raspip                                   -  enabled
                        + system.adapter.email.0                  : email                 : raspip                                   -  enabled
                          system.adapter.enet.0                   : enet                  : raspip                                   - disabled
                          system.adapter.flot.0                   : flot                  : raspip                                   - disabled
                        + system.adapter.fritzbox.0               : fritzbox              : raspip                                   -  enabled
                        + system.adapter.history.0                : history               : raspip                                   -  enabled
                          system.adapter.icons-icons8.0           : icons-icons8          : raspip                                   - disabled
                          system.adapter.icons-ultimate-png.0     : icons-ultimate-png    : raspip                                   - disabled
                        + system.adapter.info.0                   : info                  : raspip                                   -  enabled
                        + system.adapter.javascript.0             : javascript            : raspip                                   -  enabled
                          system.adapter.js2fs.0                  : js2fs                 : raspip                                   - disabled
                          system.adapter.mobile.0                 : mobile                : raspip                                   - disabled
                        + system.adapter.mqtt.0                   : mqtt                  : raspip                                   -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.ping.0                   : ping                  : raspip                                   -  enabled
                        + system.adapter.pushover.0               : pushover              : raspip                                   -  enabled
                          system.adapter.scenes.0                 : scenes                : raspip                                   - disabled
                        + system.adapter.shelly.0                 : shelly                : raspip                                   -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : raspip                                   -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : raspip                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.smartmeter.0             : smartmeter            : raspip                                   -  enabled
                        + system.adapter.tr-064.0                 : tr-064                : raspip                                   -  enabled
                          system.adapter.vis-bars.0               : vis-bars              : raspip                                   - disabled
                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : raspip                                   - disabled
                          system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : raspip                                   - disabled
                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : raspip                                   - disabled
                          system.adapter.vis-map.0                : vis-map               : raspip                                   - disabled
                          system.adapter.vis-plumb.0              : vis-plumb             : raspip                                   - disabled
                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : raspip                                   - disabled
                          system.adapter.vis-weather.0            : vis-weather           : raspip                                   - disabled
                          system.adapter.vis.0                    : vis                   : raspip                                   - disabled
                        + system.adapter.web.0                    : web                   : raspip                                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        + system.adapter.yahka.0                  : yahka                 : raspip                                   -  enabled
                        
                        + instance is alive
                        
                        Enabled adapters with bindings
                        + system.adapter.admin.0                  : admin                 : raspip                                   -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.mqtt.0                   : mqtt                  : raspip                                   -  enabled, port: 1883, bind: 0.0.0.0
                        + system.adapter.shelly.0                 : shelly                : raspip                                   -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.shelly.1                 : shelly                : raspip                                   -  enabled, port: 1882, bind: 0.0.0.0
                        + system.adapter.simple-api.0             : simple-api            : raspip                                   -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : raspip                                   -  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.12.0   , installed 6.12.0
                        Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                        Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                        Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                        Adapter    "ds18b20"      : 2.0.5    , installed 2.0.4  [Updatable]
                        Adapter    "email"        : 1.2.0    , installed 1.2.0
                        Adapter    "enet"         : 1.0.1    , installed 1.0.2
                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                        Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                        Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                        Adapter    "javascript"   : 7.1.6    , installed 7.1.4  [Updatable]
                        Controller "js-controller": 5.0.16   , installed 5.0.16
                        Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                        Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                        Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                        Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                        Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                        Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                        Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                        Adapter    "web"          : 6.1.10   , installed 6.1.10
                        Adapter    "ws"           : 2.5.8    , installed 2.5.8
                        Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                        
                        Objects and States
                        Please stand by - This may take a while
                        Objects: 	8452
                        States: 	7611
                        
                        *** OS-Repositories and Updates ***
                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                        Hit:3 http://archive.raspberrypi.com/debian bookworm InRelease
                        Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
                        Hit:5 https://deb.nodesource.com/node_18.x nodistro 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:5900            0.0.0.0:*               LISTEN      1000       17168      1172/wayvnc         
                        tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       26659      2337/io.shelly.1    
                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       24950      2399/io.mqtt.0      
                        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          16743      837/cupsd           
                        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       17241      838/iobroker.js-con 
                        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       17234      838/iobroker.js-con 
                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15061      851/sshd: /usr/sbin 
                        tcp6       0      0 :::36677                :::*                    LISTEN      1001       22418      2262/io.yahka.0     
                        tcp6       0      0 :::8087                 :::*                    LISTEN      1001       25745      2322/io.simple-api. 
                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       19175      1496/io.admin.0     
                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       25652      2277/io.web.0       
                        tcp6       0      0 :::44761                :::*                    LISTEN      1001       22420      2262/io.yahka.0     
                        tcp6       0      0 :::42731                :::*                    LISTEN      1001       22416      2262/io.yahka.0     
                        tcp6       0      0 :::22                   :::*                    LISTEN      0          15063      851/sshd: /usr/sbin 
                        tcp6       0      0 :::85                   :::*                    LISTEN      1001       68478      35823/io.javascript 
                        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          16742      837/cupsd           
                        udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          17822      1102/cups-browsed   
                        udp        0      0 224.0.0.251:5353        0.0.0.0:*                           1000       54348      21022/chromium-brow 
                        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        17478      636/avahi-daemon: r 
                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       24781      2352/io.shelly.0    
                        udp        0      0 0.0.0.0:44617           0.0.0.0:*                           104        17480      636/avahi-daemon: r 
                        udp6       0      0 fe80::e5ae:efc9:6f6:546 :::*                                0          17878      744/NetworkManager  
                        udp6       0      0 :::5353                 :::*                                104        17479      636/avahi-daemon: r 
                        udp6       0      0 :::40997                :::*                                104        17481      636/avahi-daemon: r 
                        
                        *** Log File - Last 25 Lines ***
                        
                        2023-12-05 15:14:34.042  - info: smartmeter.0 (2307) Received 5 values, 1 updated
                        2023-12-05 15:14:34.045  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: LGes:119444.89 kWh
                        2023-12-05 15:14:34.045  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: Delta:302.89
                        2023-12-05 15:14:34.046  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: Verbrauch % tolastYear: 12.61
                        2023-12-05 15:14:34.748  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: LCur:372.70 W
                        2023-12-05 15:14:36.086  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        2023-12-05 15:14:37.009  - warn: ds18b20.0 (3363) Error reading sensor 10-000801ef2087: Error: No temperature read
                        2023-12-05 15:14:37.041  - warn: ds18b20.0 (3363) Error reading sensor 10-000801d0136f: Error: No temperature read
                        2023-12-05 15:14:38.038  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        2023-12-05 15:14:38.902  - info: javascript.0 (35823) script.js.common.produktiv.Resol_Reader2: Kollektor:12.2 Speicher:32.1 Pumpe:0%  Wert3:8888
                        2023-12-05 15:14:40.036  - info: smartmeter.0 (2307) Received 5 values, 1 updated
                        2023-12-05 15:14:41.008  - info: javascript.0 (35823) script.js.common.produktiv.Elco_GW: ..Elco-GW.boiler_water_temperature   Wert:30.38
                        2023-12-05 15:14:42.100  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        2023-12-05 15:14:43.426  - info: javascript.0 (35823) script.js.common.produktiv.Garten: 0 0 -85
                        2023-12-05 15:14:43.895  - info: javascript.0 (35823) script.js.common.produktiv.Resol_Reader2: Kollektor:12.2 Speicher:32 Pumpe:0%  Wert3:8888
                        2023-12-05 15:14:44.043  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        2023-12-05 15:14:44.044  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: LGes:119444.89 kWh
                        2023-12-05 15:14:44.045  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: Delta:302.89
                        2023-12-05 15:14:44.046  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: Verbrauch % tolastYear: 12.61
                        2023-12-05 15:14:44.749  - info: javascript.0 (35823) script.js.common.produktiv.VSM_Zaehlerstand: LCur:372.80 W
                        2023-12-05 15:14:46.031  - info: smartmeter.0 (2307) Received 5 values, 1 updated
                        2023-12-05 15:14:48.072  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        2023-12-05 15:14:48.893  - info: javascript.0 (35823) script.js.common.produktiv.Resol_Reader2: Kollektor:12.2 Speicher:32.1 Pumpe:0%  Wert3:8888
                        2023-12-05 15:14:50.033  - info: smartmeter.0 (2307) Received 5 values, 1 updated
                        2023-12-05 15:14:52.066  - info: smartmeter.0 (2307) Received 5 values, 2 updated
                        
                        

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

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

                          @stoffel67

                          Desktop: LXDE-pi-wayfire

                          Warum läuft da der Desktop? Warum nicht die Lite-Version ohne Desktop installiert?
                          Schalt das aus!

                          sudo systemctl set-default multi-user.target
                          sudo reboot
                          
                          1 Reply Last reply Reply Quote 0
                          • S
                            stoffel67 @Marc Berg last edited by

                            @marc-berg
                            TOP
                            mit 1.4.6 gings und dann upgrade👍

                            1 Reply Last reply Reply Quote 0
                            • Marc Berg
                              Marc Berg Most Active last edited by Marc Berg

                              @stoffel67 sagte in ioBroker neu aufgesetzt, VIS läßt sich nicht installieren:

                              mit 1.4.6 gings und dann upgrade

                              Konnte ich mich doch noch dunkel dran erinnern ...

                              Noch ein Tipp für die Zukunft: Wenn du den Text aus "iob diag" rauskopierst, sind dort schon Code Tags drin. Wenn du dann nochmals welche setzt, dann sieht das so aus wie bei dir hier (Kraut und Rüben) 🙂

                              S Homoran 2 Replies Last reply Reply Quote 0
                              • S
                                stoffel67 @Marc Berg last edited by

                                @marc-berg
                                Danke, habs zu spät gemerkt😕

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @stoffel67 last edited by

                                  @stoffel67 wo stehst du denn da?

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

                                    @stoffel67

                                    https://forum.iobroker.net/topic/70508/raspi-4-bootet-extrem-langsam/5?_=1701786641978

                                    Warum fragst du eigentlich, wenn du dann doch was anderes tust?

                                    S 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Marc Berg last edited by

                                      @marc-berg sagte in ioBroker neu aufgesetzt, VIS läßt sich nicht installieren:

                                      Konnte ich mich doch noch dunkel dran erinnern ...

                                      ich nicht 😢

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

                                        @thomas-braun
                                        das System ist heute komplett gecrasht… und ich hatte noch einen Raspi mit laufender SSD,
                                        das System muss dringend laufen… wegen Hzg-Steuerung
                                        gibt sonst Ärger mit meiner besten „Hälfte“….
                                        werde aber deinen Hinweis ernst nehmen, bitte nicht böse sein.

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

                                          @stoffel67

                                          Dann kannst du es ja jetzt ausschalten.

                                          Und den die shelly-Instanzen würde ich mir auch anschauen, die dürfen nicht beide auf den gleichen Ports lauschen.

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

                                            @thomas-braun said in ioBroker neu aufgesetzt, VIS läßt sich nicht installieren:

                                            die shelly-Instanzen würde ich mir auch anschauen, die dürfen nicht beide auf den gleichen Ports lauschen.

                                            Ohh, guter Hinweis
                                            vielen Dank

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            850
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            22
                                            746
                                            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