Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Intruminator

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 40
    • Best 1
    • Groups 1

    Intruminator

    @Intruminator

    1
    Reputation
    40
    Profile views
    40
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Intruminator Follow
    Starter

    Best posts made by Intruminator

    • RE: [gelöst] HTML-Widget - Werte addieren

      Guten Abend!

      1. Mit den Testobjekten hat es direkt und korrekt funktioniert.

      2. Die Alias funktionieren super, da habe ich wieder was Neues im ioBroker gelernt! 😀
        Demnach gibt es bei der Interpretation der # in den Namen der shelly-Geräte Probleme.

      3. Folgende Lösungen konnte ich nun erfolgreich testen:

      3.1

      {wert1:alias.0.alias-tvbox; wert2:alias.0.alias-blakon-led; wert3:alias.0.alias-pc-1; wert4:alias.0.alias-pc-2; ((+wert1)+(+wert2)+(+wert3)+(+wert4))}
      

      Gibt je nach Wert dann manchmal zu viele Nachkommastellen raus: c4c3c038-751f-48de-bd06-87f20a965236-image.png

      3.2

      Aus obigen Beitrag hatte @Peoples darauf hingewiesen, dass man es mit parseInt() "sauberer" realisieren kann. Daher habe ich die Idee angewendet und auf meine Wünsche angepasst.

      {wert1:alias.0.alias-tvbox; wert2:alias.0.alias-blakon-led; wert3:alias.0.alias-pc-1; wert4:alias.0.alias-pc-2; (parseFloat(wert1)+parseFloat(wert2)+parseFloat(wert3)+parseFloat(wert4)).toFixed(2)}
      

      --> da parseInt() mir ganze Zahlen zurückgibt, habe ich stattdessen parseFloat() genutzt
      --> um die Nachkommastellen unter 3.1 auf maximal zwei zu reduzieren habe ich toFixed(2) verwendet

      Das Ergebnis ist perfekt:

      4d7f7efe-ef99-4fdb-888a-6de8c70c3d76-image.png

      Danke für eure superschnelle Hilfe. Ich hoffe mein Beitrag kann auch anderen Usern von Nutzen sein!

      Ganz liebe Grüße
      Intruminator 😄

      posted in Visualisierung
      I
      Intruminator

    Latest posts made by Intruminator

    • RE: Instanz - Javascript bleibt rot

      @thomas-braun
      hab gerade mal neugestartet - javascript ist jetzt grün.

      Ich vermute, dass du Recht hast und der Pi mit nur 1GB RAM ganz schön am schuften ist.
      Ich schaue mal, ob ich mit dem Adapter jetzt was anfangen kann.
      Vielen Dank euch allen erstmal.

      In Detail:

      Skript v.2023-01-02
      
      *** BASE SYSTEM ***
      Model           : Raspberry Pi 3 Model B Plus Rev 1.3
      Architecture:   armv7l
      Docker:         false
      Virtualization: none
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 11 (bullseye)
      Release:        11
      Codename:       bullseye
      
      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="11"
      VERSION="11 (bullseye)"
      VERSION_CODENAME=bullseye
      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:
       20:07:10 up 6 min,  2 users,  load average: 0.33, 1.11, 0.64
      CPU threads: 4
      
      *** Time and Time Zones ***
      Sun Mar 19 19:07:10 UTC 2023
      Sun Mar 19 20:07:10 CET 2023
      CET +0100
      Europe/Berlin
      
      *** User and Groups ***
      pi
      /home/pi
      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            921M        555M        156M        1.0M        209M        335M
      Swap:            99M          0B         99M
      Total:          1.0G        555M        256M
      
                921 M total memory
                555 M used memory
                617 M active memory
                 70 M inactive memory
                156 M free memory
                 19 M buffer memory
                190 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.2G  9.5G  31% /
      devtmpfs       devtmpfs  333M     0  333M   0% /dev
      tmpfs          tmpfs     461M     0  461M   0% /dev/shm
      tmpfs          tmpfs     185M  1.1M  184M   1% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
      tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
      
      Messages in dmesg:
      [Sun Mar 19 20:01:08 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 video=HDMI-A-1:1920x1080M@60 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=be80aafe-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Sun Mar 19 20:01:11 2023] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
      [Sun Mar 19 20:01:11 2023] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
      [Sun Mar 19 20:01:36 2023] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
      [Sun Mar 19 20:01:36 2023] EXT4-fs (mmcblk0p2): 5 orphan inodes deleted
      [Sun Mar 19 20:01:36 2023] EXT4-fs (mmcblk0p2): recovery complete
      [Sun Mar 19 20:01:37 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
      [Sun Mar 19 20:01:37 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [Sun Mar 19 20:01:41 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
      
      Show mounted filesystems (real ones only):
      TARGET  SOURCE         FSTYPE OPTIONS
      /       /dev/mmcblk0p2 ext4   rw,noatime,commit=600
      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      du: cannot access '/var/lib/lxcfs/cgroup': Input/output error
      1.5G    /var/
      616M    /var/lib
      511M    /var/lib/piVCCU3
      459M    /var/lib/piVCCU3/rootfs
      429M    /var/cache
      
      /opt/iobroker/backups:
      22M     /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      145M    /opt/iobroker/iobroker-data/
      102M    /opt/iobroker/iobroker-data/files
      51M     /opt/iobroker/iobroker-data/files/javascript.admin
      32M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
      32M     /opt/iobroker/iobroker-data/files/javascript.admin/static
      
      The five largest files in iobroker-data are:
      13M     /opt/iobroker/iobroker-data/objects.jsonl
      6.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.de0231c9.chunk.js.map
      6.5M    /opt/iobroker/iobroker-data/states.jsonl
      6.3M    /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.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
      
      *** NodeJS-Installation ***
      
      /usr/bin/nodejs         v16.19.1
      /usr/bin/node           v16.19.1
      /usr/bin/npm            8.19.3
      /usr/bin/npx            8.19.3
      
      nodejs:
        Installed: 16.19.1-deb-1nodesource1
        Candidate: 16.19.1-deb-1nodesource1
        Version table:
       *** 16.19.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u3 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
      
      Temp directories causing npm8 problem: 2
      
      *** 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                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.backitup.0               : backitup              : DieterSmarthomePi                        -  enabled
      + system.adapter.discovery.0              : discovery             : DieterSmarthomePi                        -  enabled
        system.adapter.flot.0                   : flot                  : DieterSmarthomePi                        -  enabled
      + system.adapter.history.0                : history               : DieterSmarthomePi                        -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : DieterSmarthomePi                        -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : DieterSmarthomePi                        -  enabled, port: 0
      + system.adapter.javascript.0             : javascript            : DieterSmarthomePi                        -  enabled
      + system.adapter.shelly.0                 : shelly                : DieterSmarthomePi                        -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.tankerkoenig.0           : tankerkoenig          : DieterSmarthomePi                        -  enabled
        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : DieterSmarthomePi                        -  enabled
        system.adapter.vis-history.0            : vis-history           : DieterSmarthomePi                        -  enabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : DieterSmarthomePi                        -  enabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : DieterSmarthomePi                        -  enabled
        system.adapter.vis-weather.0            : vis-weather           : DieterSmarthomePi                        -  enabled
        system.adapter.vis.0                    : vis                   : DieterSmarthomePi                        -  enabled
      + system.adapter.web.0                    : web                   : DieterSmarthomePi                        -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : DieterSmarthomePi                        -  enabled, port: 0
      + system.adapter.shelly.0                 : shelly                : DieterSmarthomePi                        -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : DieterSmarthomePi                        -  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.10 [Updatable]
      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
      Adapter    "flot"         : 1.11.0   , installed 1.11.0
      Adapter    "history"      : 2.2.4    , installed 2.2.4
      Adapter    "hm-rega"      : 3.0.44   , installed 3.0.44
      Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
      Controller "js-controller": 4.0.24   , installed 4.0.24
      Adapter    "shelly"       : 6.3.1    , installed 6.0.0  [Updatable]
      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
      Adapter    "tankerkoenig" : 3.3.7    , installed 3.1.0  [Updatable]
      Adapter    "vis"          : 1.4.15   , installed 1.4.15
      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
      Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
      Adapter    "web"          : 4.3.0    , installed 4.3.0
      Adapter    "ws"           : 1.3.0    , installed 1.3.0
      
      Objects and States
      Please stand by - This may take a while
      Objects:        1290
      States:         1005
      
      *** OS-Repositories and Updates ***
      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
      Hit:4 https://www.pivccu.de/piVCCU stable 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 10.0.3.1:53             0.0.0.0:*               LISTEN      0          14148      695/dnsmasq
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12845      685/sshd: /usr/sbin
      tcp        0      0 192.168.178.82:2001     0.0.0.0:*               LISTEN      1001       16044      1903/io.hm-rpc.0
      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       15762      1467/io.shelly.0
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       13068      629/iobroker.js-con
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13061      629/iobroker.js-con
      tcp6       0      0 :::22                   :::*                    LISTEN      0          12847      685/sshd: /usr/sbin
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       16838      1790/io.admin.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17822      2027/io.web.0
      udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          14147      695/dnsmasq
      udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          14144      695/dnsmasq
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          4989       520/dhclient
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        521        371/avahi-daemon: r
      udp        0      0 0.0.0.0:34616           0.0.0.0:*                           108        523        371/avahi-daemon: r
      udp6       0      0 :::47152                :::*                                108        524        371/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                108        522        371/avahi-daemon: r
      
      *** Log File - Last 25 Lines ***
      
      2023-03-19 20:03:34.992  - info: tankerkoenig.0 (2198) Sync time set to 5 minutes or 300000 ms
      2023-03-19 20:03:49.706  - info: hm-rega.0 (1947) ReGaHSS 192.168.178.83 up
      2023-03-19 20:03:50.913  - info: hm-rega.0 (1947) time difference local-ccu 1s
      2023-03-19 20:03:51.520  - info: hm-rega.0 (1947) request state values
      2023-03-19 20:03:51.552  - info: hm-rega.0 (1947) Updated all datapoints
      2023-03-19 20:03:51.571  - info: hm-rega.0 (1947) got 4 variables
      2023-03-19 20:03:51.723  - info: hm-rega.0 (1947) added/updated 4 variables
      2023-03-19 20:03:51.725  - info: hm-rega.0 (1947) deleted 0 variables
      2023-03-19 20:03:51.737  - info: hm-rega.0 (1947) got 0 programs
      2023-03-19 20:03:51.755  - info: hm-rega.0 (1947) added/updated 0 programs
      2023-03-19 20:03:51.756  - info: hm-rega.0 (1947) deleted 0 programs
      2023-03-19 20:03:51.779  - info: hm-rega.0 (1947) update rooms to enum.rooms
      2023-03-19 20:03:51.831  - info: hm-rega.0 (1947) update functions to enum.functions
      2023-03-19 20:03:51.905  - info: hm-rega.0 (1947) update favorites to enum.favorites
      2023-03-19 20:04:14.054  - info: web.0 (2027) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:04:18.751  - info: web.0 (2027) <== Disconnect system.user.admin from ::ffff:192.168.178.54 vis.0
      2023-03-19 20:04:19.760  - info: web.0 (2027) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:04:22.265  - info: web.0 (2027) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:04:30.199  - info: web.0 (2027) <== Disconnect system.user.admin from ::ffff:192.168.178.54 flot
      2023-03-19 20:04:30.205  - info: web.0 (2027) <== Disconnect system.user.admin from ::ffff:192.168.178.54 vis.0
      2023-03-19 20:04:31.633  - info: admin.0 (1790) failed connection to socket.io from ::ffff:192.168.178.54: Passport was not initialized
      2023-03-19 20:04:38.519  - info: admin.0 (1790) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:05:31.834  - info: admin.0 (1790) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:05:36.615  - info: admin.0 (1790) <== Disconnect system.user.admin from ::ffff:192.168.178.54
      2023-03-19 20:07:20.901  - info: admin.0 (1790) <== Disconnect system.user.admin from ::ffff:192.168.178.54 admin
      
      

      Summary:

      ======================= SUMMARY =======================
                           v.2023-01-02
      
      
      Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
      Installation:           Native
      Timezone:               Europe/Berlin
      User-ID:                1000
      X-Server:               false
      Boot Target:            multi-user.target
      
      Pending OS-Updates:     0
      
      Nodejs-Installation:    /usr/bin/nodejs         v16.19.1
                              /usr/bin/node           v16.19.1
                              /usr/bin/npm            8.19.3
                              /usr/bin/npx            8.19.3
      
      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                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      
      Pending iob updates:    3
      
      Active repo(s): stable
      
      Objects:                1290
      States:                 1005
      
      Size of iob-Database:
      
      13M     /opt/iobroker/iobroker-data/objects.jsonl
      6.7M    /opt/iobroker/iobroker-data/states.jsonl
      
      
      =================== END OF SUMMARY ====================
      
      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Instanz - Javascript bleibt rot

      @thomas-braun
      Hi Thomas,

      ich habe jetzt alles auf den neusten Stand gebracht - hat ein bisschen gedauert.
      3 Adapter kann ich gerade nicht updaten, weil er der Meinung ist, dass meine node-version höher sein müsste, dabei ist jetzt 16.19.1 in Betrieb und läuft.

      Javascript Adapter ist noch rot. Konfigurieren muss ich den ja nicht oder?

      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Instanz - Javascript bleibt rot

      @thomas-braun
      wow, na das ist ja ne echt coole Funktion!

      In Detail:

      Skript v.2023-01-02
      
      *** BASE SYSTEM ***
      Model           : Raspberry Pi 3 Model B Plus Rev 1.3
      Architecture:   armv7l
      Docker:         false
      Virtualization: none
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 11 (bullseye)
      Release:        11
      Codename:       bullseye
      
      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="11"
      VERSION="11 (bullseye)"
      VERSION_CODENAME=bullseye
      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:
       16:41:55 up  1:06,  1 user,  load average: 0.47, 0.68, 0.43
      CPU threads: 4
      
      *** Time and Time Zones ***
      Sun Mar 19 15:41:55 UTC 2023
      Sun Mar 19 16:41:55 CET 2023
      CET +0100
      Europe/Berlin
      
      *** User and Groups ***
      pi
      /home/pi
      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
      
      *** X-Server-Setup ***
      X-Server:       false
      Desktop:
      Terminal:       tty
      Boot Target:    multi-user.target
      
      *** MEMORY ***
                     total        used        free      shared  buff/cache   available
      Mem:            922M        466M        123M        0.0K        332M        409M
      Swap:            99M         71M         28M
      Total:          1.0G        537M        151M
      
                922 M total memory
                466 M used memory
                284 M active memory
                414 M inactive memory
                123 M free memory
                 57 M buffer memory
                275 M swap cache
                 99 M total swap
                 71 M used swap
                 28 M free swap
      
      *** FILESYSTEM ***
      Filesystem     Type      Size  Used Avail Use% Mounted on
      /dev/root      ext4       15G  3.7G   10G  28% /
      devtmpfs       devtmpfs  333M     0  333M   0% /dev
      tmpfs          tmpfs     462M     0  462M   0% /dev/shm
      tmpfs          tmpfs     185M 1008K  184M   1% /run
      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
      /dev/mmcblk0p1 vfat      255M   50M  206M  20% /boot
      tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
      
      Messages in dmesg:
      [Sun Mar 19 15:35:34 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=be80aafe-02 rootfstype=ext4 fsck.repair=yes rootwait
      [Sun Mar 19 15:35:37 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
      [Sun Mar 19 15:35:37 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [Sun Mar 19 15:35:47 2023] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600. Quota mode: none.
      
      Show mounted filesystems (real ones only):
      TARGET  SOURCE         FSTYPE OPTIONS
      /       /dev/mmcblk0p2 ext4   rw,noatime,commit=600
      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
      
      Files in neuralgic directories:
      
      /var:
      du: cannot access '/var/lib/lxcfs/cgroup': Input/output error
      1.1G    /var/
      616M    /var/lib
      511M    /var/lib/piVCCU3
      459M    /var/lib/piVCCU3/rootfs
      241M    /var/log/journal
      
      /opt/iobroker/backups:
      22M     /opt/iobroker/backups/
      
      /opt/iobroker/iobroker-data:
      139M    /opt/iobroker/iobroker-data/
      102M    /opt/iobroker/iobroker-data/files
      51M     /opt/iobroker/iobroker-data/files/javascript.admin
      32M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
      32M     /opt/iobroker/iobroker-data/files/javascript.admin/static
      
      The five largest files in iobroker-data are:
      12M     /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/tankerkoenig.admin/build/index.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
      4.9M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/848.7424922d.chunk.js.map
      
      *** 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.1-deb-1nodesource1
        Version table:
           16.19.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
       *** 16.19.0-deb-1nodesource1 100
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u3 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/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.23
      admin:          6.3.5
      javascript:     6.1.4
      
      Adapters from github:   0
      
      Adapter State
      + system.adapter.admin.0                  : admin                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.backitup.0               : backitup              : DieterSmarthomePi                        -  enabled
      + system.adapter.discovery.0              : discovery             : DieterSmarthomePi                        -  enabled
        system.adapter.flot.0                   : flot                  : DieterSmarthomePi                        -  enabled
      + system.adapter.history.0                : history               : DieterSmarthomePi                        -  enabled
      + system.adapter.hm-rega.0                : hm-rega               : DieterSmarthomePi                        -  enabled
      + system.adapter.hm-rpc.0                 : hm-rpc                : DieterSmarthomePi                        -  enabled, port: 0
        system.adapter.javascript.0             : javascript            : DieterSmarthomePi                        - disabled
      + system.adapter.shelly.0                 : shelly                : DieterSmarthomePi                        -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.tankerkoenig.0           : tankerkoenig          : DieterSmarthomePi                        -  enabled
        system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : DieterSmarthomePi                        -  enabled
        system.adapter.vis-history.0            : vis-history           : DieterSmarthomePi                        -  enabled
        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : DieterSmarthomePi                        -  enabled
        system.adapter.vis-timeandweather.0     : vis-timeandweather    : DieterSmarthomePi                        -  enabled
        system.adapter.vis-weather.0            : vis-weather           : DieterSmarthomePi                        -  enabled
        system.adapter.vis.0                    : vis                   : DieterSmarthomePi                        -  enabled
      + system.adapter.web.0                    : web                   : DieterSmarthomePi                        -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      
      Enabled adapters with bindings
      + system.adapter.admin.0                  : admin                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.hm-rpc.0                 : hm-rpc                : DieterSmarthomePi                        -  enabled, port: 0
      + system.adapter.shelly.0                 : shelly                : DieterSmarthomePi                        -  enabled, port: 1882, bind: 0.0.0.0
      + system.adapter.web.0                    : web                   : DieterSmarthomePi                        -  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.10 [Updatable]
      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
      Adapter    "flot"         : 1.11.0   , installed 1.11.0
      Adapter    "history"      : 2.2.4    , installed 2.2.4
      Adapter    "hm-rega"      : 3.0.44   , installed 3.0.40 [Updatable]
      Adapter    "hm-rpc"       : 1.15.16  , installed 1.15.16
      Adapter    "javascript"   : 6.1.4    , installed 6.1.4
      Controller "js-controller": 4.0.24   , installed 4.0.23 [Updatable]
      Adapter    "shelly"       : 6.3.1    , installed 6.0.0  [Updatable]
      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
      Adapter    "tankerkoenig" : 3.3.7    , installed 3.1.0  [Updatable]
      Adapter    "vis"          : 1.4.15   , installed 1.4.15
      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
      Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
      Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
      Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
      Adapter    "web"          : 4.3.0    , installed 4.3.0
      Adapter    "ws"           : 1.3.0    , installed 1.3.0
      
      Objects and States
      Please stand by - This may take a while
      Objects:        1250
      States:         953
      
      *** OS-Repositories and Updates ***
      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
      Hit:4 https://www.pivccu.de/piVCCU stable InRelease
      Reading package lists...
      Pending Updates: 33
      
      *** 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 10.0.3.1:53             0.0.0.0:*               LISTEN      0          12800      737/dnsmasq
      tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       15835      1493/io.shelly.0
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       14708      660/iobroker.js-con
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       15457      660/iobroker.js-con
      tcp        0      0 192.168.178.82:2001     0.0.0.0:*               LISTEN      1001       16446      1609/io.hm-rpc.0
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          12762      720/sshd: /usr/sbin
      tcp6       0      0 :::8081                 :::*                    LISTEN      1001       13257      1459/io.admin.0
      tcp6       0      0 :::8082                 :::*                    LISTEN      1001       14161      1744/io.web.0
      tcp6       0      0 :::22                   :::*                    LISTEN      0          12764      720/sshd: /usr/sbin
      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13342      417/avahi-daemon: r
      udp        0      0 10.0.3.1:53             0.0.0.0:*                           0          12799      737/dnsmasq
      udp        0      0 0.0.0.0:67              0.0.0.0:*                           0          12796      737/dnsmasq
      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13365      520/dhclient
      udp        0      0 0.0.0.0:48781           0.0.0.0:*                           108        13344      417/avahi-daemon: r
      udp6       0      0 :::36040                :::*                                108        13345      417/avahi-daemon: r
      udp6       0      0 :::5353                 :::*                                108        13343      417/avahi-daemon: r
      
      *** Log File - Last 25 Lines ***
      
      2023-03-19 15:50:17.315  - error: host.DieterSmarthomePi Caught by controller[0]:     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      2023-03-19 15:50:17.315  - error: host.DieterSmarthomePi Caught by controller[0]:     at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      2023-03-19 15:50:17.315  - error: host.DieterSmarthomePi Caught by controller[0]:     at Module.require (node:internal/modules/cjs/loader:1067:19)
      2023-03-19 15:50:17.315  - error: host.DieterSmarthomePi Caught by controller[0]:     at require (node:internal/modules/cjs/helpers:103:18)
      2023-03-19 15:50:17.315  - error: host.DieterSmarthomePi Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      2023-03-19 15:50:17.316  - error: host.DieterSmarthomePi Caught by controller[0]:     at Module._compile (node:internal/modules/cjs/loader:1165:14)
      2023-03-19 15:50:17.316  - error: host.DieterSmarthomePi Caught by controller[0]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      2023-03-19 15:50:17.316  - error: host.DieterSmarthomePi Caught by controller[0]:     at Module.load (node:internal/modules/cjs/loader:1043:32)
      2023-03-19 15:50:17.316  - error: host.DieterSmarthomePi Caught by controller[0]:     at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      2023-03-19 15:50:17.316  - error: host.DieterSmarthomePi Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      2023-03-19 15:50:17.317  - error: host.DieterSmarthomePi Caught by controller[0]:     at node:internal/main/run_main_module:22:47
      2023-03-19 15:50:17.317  - error: host.DieterSmarthomePi Caught by controller[0]:  {
      2023-03-19 15:50:17.317  - error: host.DieterSmarthomePi Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
      2023-03-19 15:50:17.317  - error: host.DieterSmarthomePi Caught by controller[0]:   path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      2023-03-19 15:50:17.317  - error: host.DieterSmarthomePi Caught by controller[0]:   requestPath: 'suncalc2'
      2023-03-19 15:50:17.318  - error: host.DieterSmarthomePi Caught by controller[0]: }
      2023-03-19 15:50:17.318  - error: host.DieterSmarthomePi instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2023-03-19 15:50:17.318  - info: host.DieterSmarthomePi Rebuild for adapter system.adapter.javascript.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
      2023-03-19 16:04:40.611  - info: host.DieterSmarthomePi "system.adapter.javascript.0" disabled
      2023-03-19 16:18:51.367  - info: admin.0 (1459) ==> Connected system.user.admin from ::ffff:192.168.178.54
      2023-03-19 16:36:43.168  - info: host.DieterSmarthomePi Delete log file iobroker.2023-01-20.log.gz
      2023-03-19 16:36:43.178  - info: host.DieterSmarthomePi Delete log file iobroker.2023-01-21.log.gz
      2023-03-19 16:38:58.990  - info: admin.0 (1459) <== Disconnect system.user.admin from ::ffff:192.168.178.54
      2023-03-19 16:38:59.013  - info: admin.0 (1459) <== Disconnect system.user.admin from ::ffff:192.168.178.54 admin
      2023-03-19 16:39:00.523  - info: admin.0 (1459) failed connection to socket.io from ::ffff:192.168.178.54: Passport was not initialized
      
      

      Summary:

      ======================= SUMMARY =======================
                           v.2023-01-02
      
      
      Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
      Installation:           Native
      Timezone:               Europe/Berlin
      User-ID:                1000
      X-Server:               false
      Boot Target:            multi-user.target
      
      Pending OS-Updates:     33
      
      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.23
                              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                 : DieterSmarthomePi                        -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      
      Pending iob updates:    5
      
      Active repo(s): stable
      
      Objects:                1250
      States:                 953
      
      Size of iob-Database:
      
      12M     /opt/iobroker/iobroker-data/objects.jsonl
      712K    /opt/iobroker/iobroker-data/states.jsonl
      
      
      =================== END OF SUMMARY ====================
      
      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Instanz - Javascript bleibt rot

      f0f1df52-50d8-4b57-92c2-83975de5df27-image.png

      Hm, scheint gar nichts konfiguriert zu sein.
      Allerdings musste ich bei meinem eigenen Io-Broker PI hier nichts konfigurieren.

      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Instanz - Javascript bleibt rot

      @djmarc75
      Ja, aber wüsste nicht was das für ein Modul sein soll 😕
      Adapter oder Instanz hierfür habe ich nur paar vis-widgets installiert. Die laufen aber.

      a0b4ecc1-caf4-47d2-a51e-000ecfeb9e45-image.png

      posted in ioBroker Allgemein
      I
      Intruminator
    • Instanz - Javascript bleibt rot

      Hallo zusammen,

      ich habe im Januar den RPI3 meines Vaters wieder erfolgreich aufgesetzt. Alle Adapter und Instanzen haben erfolgreich funktioniert. Das einzige was ich aktuell nicht zum laufen bringe ist der Javascript-Adapter. Dieser bleibt rot und kann nicht gestartet werden.

      1f8da0d2-4857-4b00-bf18-7a1d03fb226b-image.png

      Im Protokoll erhalte ich folgende Fehlermeldungen:

      host.DieterSmarthomePi
      2023-03-19 15:50:17.318	info	Rebuild for adapter system.adapter.javascript.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
      host.DieterSmarthomePi
      2023-03-19 15:50:17.318	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.318	error	Caught by controller[0]: }
      host.DieterSmarthomePi
      2023-03-19 15:50:17.317	error	Caught by controller[0]: requestPath: 'suncalc2'
      host.DieterSmarthomePi
      2023-03-19 15:50:17.317	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      host.DieterSmarthomePi
      2023-03-19 15:50:17.317	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.DieterSmarthomePi
      2023-03-19 15:50:17.317	error	Caught by controller[0]: {
      host.DieterSmarthomePi
      2023-03-19 15:50:17.317	error	Caught by controller[0]: at node:internal/main/run_main_module:22:47
      host.DieterSmarthomePi
      2023-03-19 15:50:17.316	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.316	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.316	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1043:32)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.316	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.316	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1165:14)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.315	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.315	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.315	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1067:19)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.315	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.315	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.314	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:613:18)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.314	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:400:19)
      host.DieterSmarthomePi
      2023-03-19 15:50:17.314	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/suncalc2.js'. Please verify that the package.json has a valid "main" entry
      host.DieterSmarthomePi
      2023-03-19 15:50:17.314	error	Caught by controller[0]: ^
      host.DieterSmarthomePi
      2023-03-19 15:50:17.313	error	Caught by controller[0]: throw err;
      host.DieterSmarthomePi
      2023-03-19 15:50:17.313	error	Caught by controller[0]: node:internal/modules/cjs/loader:408
      host.DieterSmarthomePi
      2023-03-19 15:50:16.468	info	instance system.adapter.javascript.0 started with pid 2979
      host.DieterSmarthomePi
      2023-03-19 15:50:16.384	info	"system.adapter.javascript.0" enabled
      host.DieterSmarthomePi
      2023-03-19 15:46:45.422	info	"system.adapter.javascript.0" disabled
      host.DieterSmarthomePi
      2023-03-19 15:44:45.942	info	Rebuild for adapter system.adapter.javascript.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
      host.DieterSmarthomePi
      2023-03-19 15:44:45.941	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.941	error	Caught by controller[0]: }
      host.DieterSmarthomePi
      2023-03-19 15:44:45.941	error	Caught by controller[0]: requestPath: 'suncalc2'
      host.DieterSmarthomePi
      2023-03-19 15:44:45.941	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      host.DieterSmarthomePi
      2023-03-19 15:44:45.940	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.DieterSmarthomePi
      2023-03-19 15:44:45.940	error	Caught by controller[0]: {
      host.DieterSmarthomePi
      2023-03-19 15:44:45.940	error	Caught by controller[0]: at node:internal/main/run_main_module:22:47
      host.DieterSmarthomePi
      2023-03-19 15:44:45.939	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.939	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.939	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1043:32)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.939	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.939	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1165:14)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.938	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.938	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.938	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1067:19)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.938	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.937	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.937	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:613:18)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.937	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:400:19)
      host.DieterSmarthomePi
      2023-03-19 15:44:45.936	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/suncalc2.js'. Please verify that the package.json has a valid "main" entry
      host.DieterSmarthomePi
      2023-03-19 15:44:45.936	error	Caught by controller[0]: ^
      host.DieterSmarthomePi
      2023-03-19 15:44:45.936	error	Caught by controller[0]: throw err;
      host.DieterSmarthomePi
      2023-03-19 15:44:45.935	error	Caught by controller[0]: node:internal/modules/cjs/loader:408
      host.DieterSmarthomePi
      2023-03-19 15:44:45.078	info	instance system.adapter.javascript.0 started with pid 2870
      host.DieterSmarthomePi
      2023-03-19 15:44:44.885	info	iobroker npm-rebuild: exit 0
      host.DieterSmarthomePi
      2023-03-19 15:44:44.028	info	iobroker npm-rebuild: Rebuilding native modules done
      host.DieterSmarthomePi
      2023-03-19 15:44:43.817	info	iobroker npm-rebuild: rebuilt dependencies successfully
      
      vis.0
      2023-03-19 15:44:29.640	info	Terminated (NO_ERROR): Without reason
      
      vis.0
      2023-03-19 15:43:44.046	info	vis license is OK.
      
      vis.0
      2023-03-19 15:43:43.498	info	starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.19.0, js-controller: 4.0.23
      host.DieterSmarthomePi
      2023-03-19 15:43:25.375	info	iobroker npm-rebuild: Rebuilding native modules ...
      host.DieterSmarthomePi
      2023-03-19 15:43:23.207	info	iobroker rebuild
      host.DieterSmarthomePi
      2023-03-19 15:43:23.207	warn	adapter "javascript" seems to be installed for a different version of Node.js. Trying to rebuild it... 3 attempt
      host.DieterSmarthomePi
      2023-03-19 15:43:23.206	info	system.adapter.javascript.0 will be rebuilt
      host.DieterSmarthomePi
      2023-03-19 15:43:23.206	info	Adapter system.adapter.javascript.0 needs rebuild and will be restarted afterwards.
      host.DieterSmarthomePi
      2023-03-19 15:43:23.206	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.205	error	Caught by controller[0]: }
      host.DieterSmarthomePi
      2023-03-19 15:43:23.205	error	Caught by controller[0]: requestPath: 'suncalc2'
      host.DieterSmarthomePi
      2023-03-19 15:43:23.205	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      host.DieterSmarthomePi
      2023-03-19 15:43:23.205	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.DieterSmarthomePi
      2023-03-19 15:43:23.205	error	Caught by controller[0]: {
      host.DieterSmarthomePi
      2023-03-19 15:43:23.204	error	Caught by controller[0]: at node:internal/main/run_main_module:22:47
      host.DieterSmarthomePi
      2023-03-19 15:43:23.204	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.204	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.204	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1043:32)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.203	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.203	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1165:14)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.203	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.203	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.203	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1067:19)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.202	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.202	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.202	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:613:18)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.202	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:400:19)
      host.DieterSmarthomePi
      2023-03-19 15:43:23.202	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/suncalc2.js'. Please verify that the package.json has a valid "main" entry
      host.DieterSmarthomePi
      2023-03-19 15:43:23.201	error	Caught by controller[0]: ^
      host.DieterSmarthomePi
      2023-03-19 15:43:23.201	error	Caught by controller[0]: throw err;
      host.DieterSmarthomePi
      2023-03-19 15:43:23.200	error	Caught by controller[0]: node:internal/modules/cjs/loader:408
      host.DieterSmarthomePi
      2023-03-19 15:43:22.371	info	instance system.adapter.javascript.0 started with pid 2528
      host.DieterSmarthomePi
      2023-03-19 15:43:22.200	info	iobroker npm-rebuild: exit 0
      host.DieterSmarthomePi
      2023-03-19 15:43:21.166	info	iobroker npm-rebuild: Rebuilding native modules done
      host.DieterSmarthomePi
      2023-03-19 15:43:21.164	info	iobroker npm-rebuild:
      host.DieterSmarthomePi
      2023-03-19 15:43:21.122	info	iobroker npm-rebuild: rebuilt dependencies successfully
      host.DieterSmarthomePi
      2023-03-19 15:43:15.428	info	iobroker npm-rebuild: Rebuilding native module "suncalc2@1.8.1" in /opt/iobroker/node_modules/iobroker.javascript/node_modules ...
      host.DieterSmarthomePi
      2023-03-19 15:43:11.946	info	iobroker rebuild suncalc2@1.8.1 --path /opt/iobroker/node_modules/iobroker.javascript/node_modules
      host.DieterSmarthomePi
      2023-03-19 15:43:11.946	warn	adapter "javascript" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
      host.DieterSmarthomePi
      2023-03-19 15:43:11.946	info	system.adapter.javascript.0 will be rebuilt (Args: {"path":"/opt/iobroker/node_modules/iobroker.javascript/node_modules","module":"suncalc2","version":"1.8.1"})
      host.DieterSmarthomePi
      2023-03-19 15:43:11.945	info	Adapter system.adapter.javascript.0 needs rebuild of suncalc2 and will be restarted afterwards.
      host.DieterSmarthomePi
      2023-03-19 15:43:11.945	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.945	error	Caught by controller[0]: }
      host.DieterSmarthomePi
      2023-03-19 15:43:11.944	error	Caught by controller[0]: requestPath: 'suncalc2'
      host.DieterSmarthomePi
      2023-03-19 15:43:11.944	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      host.DieterSmarthomePi
      2023-03-19 15:43:11.944	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.DieterSmarthomePi
      2023-03-19 15:43:11.944	error	Caught by controller[0]: {
      host.DieterSmarthomePi
      2023-03-19 15:43:11.943	error	Caught by controller[0]: at node:internal/main/run_main_module:22:47
      host.DieterSmarthomePi
      2023-03-19 15:43:11.943	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.943	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.942	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1043:32)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.942	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.942	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1165:14)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.942	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.941	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.941	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1067:19)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.940	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.940	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.940	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:613:18)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.940	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:400:19)
      host.DieterSmarthomePi
      2023-03-19 15:43:11.939	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/suncalc2.js'. Please verify that the package.json has a valid "main" entry
      host.DieterSmarthomePi
      2023-03-19 15:43:11.939	error	Caught by controller[0]: ^
      host.DieterSmarthomePi
      2023-03-19 15:43:11.939	error	Caught by controller[0]: throw err;
      host.DieterSmarthomePi
      2023-03-19 15:43:11.938	error	Caught by controller[0]: node:internal/modules/cjs/loader:408
      host.DieterSmarthomePi
      2023-03-19 15:43:11.022	info	instance system.adapter.javascript.0 started with pid 2497
      host.DieterSmarthomePi
      2023-03-19 15:43:10.817	info	iobroker npm-rebuild: exit 0
      host.DieterSmarthomePi
      2023-03-19 15:43:09.787	info	iobroker npm-rebuild: Rebuilding native modules done
      host.DieterSmarthomePi
      2023-03-19 15:43:09.785	info	iobroker npm-rebuild:
      host.DieterSmarthomePi
      2023-03-19 15:43:09.745	info	iobroker npm-rebuild: rebuilt dependencies successfully
      
      vis.0
      2023-03-19 15:42:36.865	info	Terminated (NO_ERROR): Without reason
      
      vis.0
      2023-03-19 15:42:05.442	info	vis license is OK.
      
      vis.0
      2023-03-19 15:42:05.151	info	starting. Version 1.4.15 in /opt/iobroker/node_modules/iobroker.vis, node: v16.19.0, js-controller: 4.0.23
      
      admin.0
      2023-03-19 15:41:58.320	info	<== Disconnect system.user.admin from ::ffff:192.168.178.54
      
      admin.0
      2023-03-19 15:41:47.461	info	==> Connected system.user.admin from ::ffff:192.168.178.54
      host.DieterSmarthomePi
      2023-03-19 15:41:42.902	info	iobroker npm-rebuild: Rebuilding native modules ...
      host.DieterSmarthomePi
      2023-03-19 15:41:40.512	info	iobroker rebuild
      host.DieterSmarthomePi
      2023-03-19 15:41:40.511	warn	adapter "javascript" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
      host.DieterSmarthomePi
      2023-03-19 15:41:40.510	info	system.adapter.javascript.0 will be rebuilt
      host.DieterSmarthomePi
      2023-03-19 15:41:40.509	info	Adapter system.adapter.javascript.0 needs rebuild and will be restarted afterwards.
      host.DieterSmarthomePi
      2023-03-19 15:41:40.508	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.507	error	Caught by controller[0]: }
      host.DieterSmarthomePi
      2023-03-19 15:41:40.507	error	Caught by controller[0]: requestPath: 'suncalc2'
      host.DieterSmarthomePi
      2023-03-19 15:41:40.507	error	Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/package.json',
      host.DieterSmarthomePi
      2023-03-19 15:41:40.506	error	Caught by controller[0]: code: 'MODULE_NOT_FOUND',
      host.DieterSmarthomePi
      2023-03-19 15:41:40.506	error	Caught by controller[0]: {
      host.DieterSmarthomePi
      2023-03-19 15:41:40.506	error	Caught by controller[0]: at node:internal/main/run_main_module:22:47
      host.DieterSmarthomePi
      2023-03-19 15:41:40.505	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.503	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:878:12)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.503	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1043:32)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.502	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1219:10)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.502	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1165:14)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.502	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:43:23)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.502	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:103:18)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.501	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1067:19)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.501	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:841:27)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.501	error	Caught by controller[0]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.501	error	Caught by controller[0]: at Function.Module._findPath (node:internal/modules/cjs/loader:613:18)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.500	error	Caught by controller[0]: at tryPackage (node:internal/modules/cjs/loader:400:19)
      host.DieterSmarthomePi
      2023-03-19 15:41:40.500	error	Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2/suncalc2.js'. Please verify that the package.json has a valid "main" entry
      host.DieterSmarthomePi
      2023-03-19 15:41:40.500	error	Caught by controller[0]: ^
      host.DieterSmarthomePi
      2023-03-19 15:41:40.499	error	Caught by controller[0]: throw err;
      host.DieterSmarthomePi
      2023-03-19 15:41:40.498	error	Caught by controller[0]: node:internal/modules/cjs/loader:408
      

      Scheinbar passt ihm was mit Node.js nicht.
      Kennt sich jemand mit dem Fehler aus?

      Liebe Grüße!

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Pi3
      Arbeitsspeicher: 1GB
      Festplattenart: SD-Karte
      Betriebssystem: Debian-Bullseye
      Node-Version: v16.19.0
      Nodejs-Version: v16.19.0
      NPM-Version: 8.19.3
      Installationsart: Skript
      Image genutzt: Nein
      Ort/Name der Imagedatei: -
      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Update js-controller@4.1.x oder neuer

      @thomas-braun
      Danke Thomas,

      du hast Recht. Ich möchte ja auch eine saubere Installation haben. Ich berichte nochmal.
      Schönen Tag dir und vielen Dank für die schnelle, super Hilfe!

      Grüße

      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Update js-controller@4.1.x oder neuer

      Wenn es leichter ist, installiere ich Bullseye gerne auch direkt frisch auf den RaspberryPi 3 B+ und konfiguriere Funkmodul, Netzwerk und den iobroker frisch.

      Von https://www.raspberrypi.com/software/ kann ich mir ja ein bullseye Lite Image erstellen.

      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Update js-controller@4.1.x oder neuer

      @thomas-braun

      Eingegeben habe ich:

      pi@DieterSmarthomePi:~ $ npm install iobroker.js-controller@4.0
      

      Wenn ich so vorgehe wie du beschrieben hast, bekomme ich beim "iob upgrade" dies:

      pi@DieterSmarthomePi:/opt/iobroker $ iob upgrade
      Adapter "accuweather"    is not installed.
      Adapter "adb"            is not installed.
      Adapter "adguard"        is not installed.
      Invalid version of "js-controller". Installed "3.0.20", required ">=3.3.22
      Adapter "aio"            is not installed.
      Adapter "airconwithme"   is not installed.
      Adapter "airzone"        is not installed.
      Adapter "alarm"          is not installed.
      Adapter "alexa-shoppinglist" is not installed.
      Adapter "alexa2"         is not installed.
      Adapter "alias-manager"  is not installed.
      Adapter "alpha2"         is not installed.
      Adapter "amazon-dash"    is not installed.
      Adapter "anelhut"        is not installed.
      Adapter "apcups"         is not installed.
      Adapter "apple-find-me"  is not installed.
      Adapter "artnet"         is not installed.
      Adapter "asterisk"       is not installed.
      Adapter "asuswrt"        is not installed.
      Adapter "awattar"        is not installed.
      Adapter "b-control-em"   is not installed.
      Adapter "backitup"       is not installed.
      Adapter "beckhoff"       is not installed.
      Adapter "benchmark"      is not installed.
      Adapter "benq"           is not installed.
      Adapter "bestway"        is not installed.
      Adapter "bidirectional-counter" is not installed.
      Adapter "binance"        is not installed.
      Adapter "birthdays"      is not installed.
      Adapter "ble"            is not installed.
      Adapter "blebox"         is not installed.
      Adapter "bluelink"       is not installed.
      Adapter "bmw"            is not installed.
      Adapter "bosch-ebike"    is not installed.
      Adapter "bosesoundtouch" is not installed.
      Adapter "botvac"         is not installed.
      Adapter "bring"          is not installed.
      Adapter "broadlink2"     is not installed.
      Adapter "bsblan"         is not installed.
      Adapter "bshb"           is not installed.
      Adapter "bwt"            is not installed.
      Adapter "bydbatt"        is not installed.
      Adapter "bydhvs"         is not installed.
      Adapter "canbus"         is not installed.
      Adapter "chromecast"     is not installed.
      Adapter "cleveron"       is not installed.
      Invalid version of "js-controller". Installed "3.0.20", required ">=3.1.3
      Adapter "cloudflare"     is not installed.
      Adapter "comfoair"       is not installed.
      Adapter "contactid"      is not installed.
      Adapter "coronavirus-statistics" is not installed.
      Adapter "countdown"      is not installed.
      Adapter "cul"            is not installed.
      Adapter "daikin"         is not installed.
      Adapter "daikin-cloud"   is not installed.
      Adapter "daswetter"      is not installed.
      Adapter "deconz"         is not installed.
      Adapter "denon"          is not installed.
      Adapter "device-reminder" is not installed.
      Adapter "device-watcher" is not installed.
      Adapter "devices"        is not installed.
      Adapter "digitalstrom"   is not installed.
      Adapter "discord"        is not installed.
      Adapter "discovergy"     is not installed.
      Update discovery from @1.3.0 to @3.1.0
      NPM version: 8.19.3
      npm install iobroker.discovery@3.1.0 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/accepts
      npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2023-01-20T08_50_48_020Z-debug-0.log
      host.DieterSmarthomePi Cannot install iobroker.discovery@3.1.0: 217
      

      Unterwegs bin ich so:

      armv7l
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      /usr/bin/npx
      v16.19.0
      v16.19.0
      8.19.3
      8.19.3
      3.0.20
      pi
      pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
      tty
      /opt/iobroker
      OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      OK:2 http://archive.raspberrypi.org/debian stretch InRelease
      OK:3 https://deb.nodesource.com/node_16.x buster InRelease
      OK:4 https://www.pivccu.de/piVCCU stable InRelease
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.
      W: Ziel Packages (main/binary-armhf/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Packages (main/binary-armhf/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/pivccu.list:1 und /etc/apt/sources.list.d/pivccu.list:2
      nodejs:
        Installiert:           16.19.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
              100 /var/lib/dpkg/status
           10.24.0~dfsg-1~deb10u2 500
              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
           8.11.1~dfsg-2~bpo9+1 500
              500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
      

      wenn v16.19.0 und 8.19.3 zwei mal angezeigt werden. Ist node.js und npm dann doppelt installiert? 😲

      posted in ioBroker Allgemein
      I
      Intruminator
    • RE: Update js-controller@4.1.x oder neuer

      Servus,

      leider ist ein upgrade von Debian 10 (buster) auf Debian 11 (bullseye) auf meinem Raspberry Pi 3 B+ schief gelaufen.
      Daraufhin habe ich mein Backup-Image der SD-Karte von 2018 🙄 wieder in Betrieb genommen.
      Soweit konnte ich erstmal alles wieder zum laufen bringen.
      node.js ist mit Version 16 installiert.

      Mein Problem ist jetzt, dass ich den js-controller auf Version 1.2.3 bei dem alten Backup am laufen hatte. Über die tolle Anleitung hier habe ich gelesen, dass js-controller unter 3.2 mittels npm installiert werden sollen. Den 4.0. konnte ich nicht installieren und da habe ich es mit 3.0 versucht. Das ging und mein js-controller ist in der Version 3.0.20 installiert.

      Beim Versuch 4.0 über npm zu installieren erhalte ich diese Meldungen:

      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      
      added 306 packages, and audited 307 packages in 4m
      
      13 packages are looking for funding
        run `npm fund` for details
      
      16 vulnerabilities (14 moderate, 2 high)
      
      To address issues that do not require attention, run:
        npm audit fix
      
      To address all issues (including breaking changes), run:
        npm audit fix --force
      
      Run `npm audit` for details.
      npm notice
      npm notice New major version of npm available! 8.19.3 -> 9.3.1
      npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.3.1
      npm notice Run npm install -g npm@9.3.1 to update!
      npm notice
      
      

      Vielen Dank schonmal
      LG

      mikeal created this issue in request/request

      open Request’s Past, Present and Future #3142

      posted in ioBroker Allgemein
      I
      Intruminator
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo