Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Hilfe! js-controller und javascript Problem

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Hilfe! js-controller und javascript Problem

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

      @ionewbie sagte in Hilfe! js-controller und javascript Problem:

      Ich nehme an, die 23 Pakete ziehe ich jetzt mal mit dem dort angegebenen Befehl herein?

      Nein, nur das udev-Paket.
      Und dann löschst du die gerade angelegte .list-Datei auch wieder.

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

        @thomas-braun
        ok, das udev war wohl vorher schon drin? und die bullseye Datei darf ich nicht löschen.

        pi@iobroker:/etc/apt/sources.list.d $ sudo apt -t bullseye-proposed-updates install udev
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        udev is already the newest version (247.3-7+rpi1+deb11u2).
        The following package was automatically installed and is no longer required:
          raspinfo
        Use 'sudo apt autoremove' to remove it.
        0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
        pi@iobroker:/etc/apt/sources.list.d $ ls
        bullseye-proposed-updates.list  nodesource.list  raspi.list
        pi@iobroker:/etc/apt/sources.list.d $ rm bullseye-proposed-updates.list
        rm: remove write-protected regular file 'bullseye-proposed-updates.list'? y
        rm: cannot remove 'bullseye-proposed-updates.list': Permission denied
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @ioNewbie last edited by

          @ionewbie

          sudo apt update
          apt policy udev
          
          I 1 Reply Last reply Reply Quote 0
          • I
            ioNewbie @Thomas Braun last edited by

            @thomas-braun es bleibt bei u2

            pi@iobroker:/etc/apt/sources.list.d $ sudo apt update
            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
            Hit:2 http://deb.debian.org/debian bullseye-proposed-updates InRelease
            Hit:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
            Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            23 packages can be upgraded. Run 'apt list --upgradable' to see them.
            pi@iobroker:/etc/apt/sources.list.d $ apt policy udev
            udev:
              Installed: 247.3-7+rpi1+deb11u2
              Candidate: 247.3-7+rpi1+deb11u2
              Version table:
             *** 247.3-7+rpi1+deb11u2 500
                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    100 /var/lib/dpkg/status
                 247.3-7+deb11u4 500
                    500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @ioNewbie last edited by

              @ionewbie

              Dann wie in der Anleitung beschrieben:

              sudo apt install udev=247.3-7+deb11u4 libudev1=247.3-7+deb11u4
              sudo apt-mark hold udev
              sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list
              sudo apt update
              
              I 1 Reply Last reply Reply Quote 0
              • I
                ioNewbie @Thomas Braun last edited by

                @thomas-braun said in Hilfe! js-controller und javascript Problem:

                sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list

                das kam jetzt dabei heraus:

                pi@iobroker:~ $ sudo apt install udev=247.3-7+deb11u4 libudev1=247.3-7+deb11u4
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                The following package was automatically installed and is no longer required:
                  raspinfo
                Use 'sudo apt autoremove' to remove it.
                The following packages will be REMOVED:
                  libudev-dev
                The following held packages will be changed:
                  udev
                The following packages will be DOWNGRADED:
                  libudev1 udev
                0 upgraded, 0 newly installed, 2 downgraded, 1 to remove and 23 not upgraded.
                Need to get 1,602 kB of archives.
                After this operation, 573 kB disk space will be freed.
                Do you want to continue? [Y/n] y
                Get:1 http://deb.debian.org/debian bullseye-proposed-updates/main armhf udev armhf 247.3-7+deb11u4 [1,440 kB]
                Get:2 http://deb.debian.org/debian bullseye-proposed-updates/main armhf libudev1 armhf 247.3-7+deb11u4 [162 kB]
                Fetched 1,602 kB in 0s (9,808 kB/s)
                (Reading database ... 55082 files and directories currently installed.)
                Removing libudev-dev:armhf (247.3-7+rpi1+deb11u2) ...
                dpkg: warning: downgrading udev from 247.3-7+rpi1+deb11u2 to 247.3-7+deb11u4
                (Reading database ... 55007 files and directories currently installed.)
                Preparing to unpack .../udev_247.3-7+deb11u4_armhf.deb ...
                Unpacking udev (247.3-7+deb11u4) over (247.3-7+rpi1+deb11u2) ...
                dpkg: warning: downgrading libudev1:armhf from 247.3-7+rpi1+deb11u2 to 247.3-7+deb11u4
                Preparing to unpack .../libudev1_247.3-7+deb11u4_armhf.deb ...
                Unpacking libudev1:armhf (247.3-7+deb11u4) over (247.3-7+rpi1+deb11u2) ...
                Setting up libudev1:armhf (247.3-7+deb11u4) ...
                Setting up udev (247.3-7+deb11u4) ...
                Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
                Processing triggers for man-db (2.9.4-2) ...
                Processing triggers for initramfs-tools (0.140) ...
                pi@iobroker:~ $ sudo apt-mark hold udev
                udev set on hold.
                pi@iobroker:~ $ sudo rm /etc/apt/sources.list.d/bullseye-proposed-updates.list
                pi@iobroker:~ $ sudo apt update
                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_18.x bullseye InRelease
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                pi@iobroker:~ $ apt policy udev
                udev:
                  Installed: 247.3-7+deb11u4
                  Candidate: 247.3-7+rpi1+deb11u2
                  Version table:
                     247.3-7+rpi1+deb11u2 500
                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                 *** **247.3-7+deb11u4** 100
                        100 /var/lib/dpkg/status
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @ioNewbie last edited by

                  @ionewbie

                  Jetzt passt es.

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

                    @thomas-braun und diese Schritte als nächstes? der JSController ist ja immer noch der alte

                    Diese hier?
                    cd /opt/iobroker/
                    sudo iobroker stop
                    sudo iobroker update
                    sudo iobroker upgrade self
                    sudo iobroker start

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

                      @ionewbie

                      NEIN!
                      iobroker wird NIE mit sudo angepackt.

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

                        @thomas-braun sorry. Also diese hier:

                        iobroker stop
                        iobroker update
                        iobroker fix oder wenn das nicht funktioniert: curl -sL https://iobroker.net/fix.sh | bash -
                        iobroker upgrade self
                        iobroker start

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

                          @ionewbie

                          Gib mir nochmal die aktuelle Langfassung vom

                          iob diag
                          
                          I 1 Reply Last reply Reply Quote 0
                          • I
                            ioNewbie @Thomas Braun last edited by ioNewbie

                            @thomas-braun hier:

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

                            Skript v.2023-06-20
                            
                            *** BASE SYSTEM ***
                               Static hostname: iobroker
                                     Icon name: computer
                                    Machine ID: 68716f4ecfa5426ea966c195a9cf7def
                                       Boot ID: 6aefc086b627460e8ca1c41a04001228
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model           : Raspberry Pi 4 Model B Rev 1.2
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : armhf
                            
                            Systemuptime and Load:
                             14:34:11 up 10 min,  2 users,  load average: 0.12, 0.48, 0.45
                            CPU threads: 4
                            
                            Raspberry only:
                            throttled=0x0
                            Other values than 0x0 hint to temperature/voltage problems
                            temp=42.8'C
                            volt=0.8625V
                            
                            *** Time and Time Zones ***
                                           Local time: Sun 2023-09-17 14:34:11 CEST
                                       Universal time: Sun 2023-09-17 12:34:11 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            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 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:            3.8G        441M        2.8G        0.0K        524M        3.3G
                            Swap:            99M          0B         99M
                            Total:          3.9G        441M        2.9G
                            
                                     3794 M total memory
                                      441 M used memory
                                      519 M active memory
                                      327 M inactive memory
                                     2828 M free memory
                                       54 M buffer memory
                                      470 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
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4       59G  7.0G   49G  13% /
                            devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs          tmpfs     759M  836K  759M   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                            /dev/sda1      exfat     118G  9.3M  118G   1% /media/usbstick
                            tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Sun Sep 17 14:23:31 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 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:F8:36:36 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=3f61f07b-02 rootfstype=ext4 fsck.repair=yes rootwait
                            [Sun Sep 17 14:23:32 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Sun Sep 17 14:23:32 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [Sun Sep 17 14:23:35 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                            
                            Show mounted filesystems (real ones only):
                            TARGET            SOURCE         FSTYPE OPTIONS
                            /                 /dev/mmcblk0p2 ext4   rw,noatime,nodiratime
                            |-/boot           /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                            `-/media/usbstick /dev/sda1      exfat  rw,noatime,uid=1001,gid=1001,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            2.4G    /var/
                            1.8G    /var/log/journal/68716f4ecfa5426ea966c195a9cf7def
                            1.8G    /var/log/journal
                            1.8G    /var/log
                            323M    /var/cache
                            
                            Archived and active journals take up 1.7G in the file system.
                            
                            /opt/iobroker/backups:
                            87M     /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            1.9G    /opt/iobroker/iobroker-data/
                            1.7G    /opt/iobroker/iobroker-data/history
                            126M    /opt/iobroker/iobroker-data/files
                            52M     /opt/iobroker/iobroker-data/files/javascript.admin
                            44M     /opt/iobroker/iobroker-data/backup-objects
                            
                            The five largest files in iobroker-data are:
                            7.1M    /opt/iobroker/iobroker-data/objects.jsonl
                            7.1M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                            6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                            5.8M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                            5.3M    /opt/iobroker/iobroker-data/files/knx.admin/static/js/2.00871907.chunk.js.map
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v18.17.1
                            /usr/bin/node           v18.17.1
                            /usr/bin/npm            9.6.7
                            /usr/bin/npx            9.6.7
                            
                            
                            nodejs:
                              Installed: 18.17.1-deb-1nodesource1
                              Candidate: 18.17.1-deb-1nodesource1
                              Version table:
                             *** 18.17.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            npm ERR! code ELSPROBLEMS
                            npm ERR! missing: @iobroker/types@^5.0.11, required by @iobroker/adapter-core@3.0.3
                            
                            npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-09-17T12_34_24_403Z-debug-0.log
                            Errors in npm tree: 0
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            No configuration change needed.
                            
                            
                            Multihost discovery server: disabled
                            Discovery authentication:   enabled
                            Persistent activation:      disabled
                            Objects:                    jsonl on 127.0.0.1
                            States:                     jsonl on 127.0.0.1
                            
                            Core adapters versions
                            js-controller:  4.0.24
                            admin:          6.3.5
                            javascript:     7.1.4
                            
                            Adapters from github:   0
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                            + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                              system.adapter.chromecast.0             : chromecast            : iobroker                                 - disabled
                              system.adapter.daikin-cloud.0           : daikin-cloud          : iobroker                                 - disabled
                            + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                              system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                              system.adapter.fritzdect.0              : fritzdect             : iobroker                                 - disabled
                            + system.adapter.history.0                : history               : iobroker                                 -  enabled
                              system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                              system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                            + system.adapter.knx.0                    : knx                   : iobroker                                 -  enabled, bind: 192.168.10.190
                              system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                              system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                              system.adapter.powerfox2.0              : powerfox2             : iobroker                                 -  enabled
                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                              system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                              system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                              system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                              system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                              system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                              system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                              system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                              system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 -  enabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : iobroker                                 -  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.8.0    , installed 6.3.5  [Updatable]
                            Adapter    "alexa2"       : 3.24.1   , installed 3.23.2 [Updatable]
                            Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                            Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                            Adapter    "daikin-cloud" : 0.3.0    , installed 0.2.3  [Updatable]
                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                            Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                            Adapter    "history"      : 2.2.6    , installed 2.2.4  [Updatable]
                            Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                            Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                            Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
                            Adapter    "knx"          : 2.0.22   , installed 2.0.17 [Updatable]
                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            Adapter    "ping"         : 1.6.2    , installed 1.5.3  [Updatable]
                            Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                            Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                            Adapter    "socketio"     : 6.5.5    , installed 4.2.0  [Updatable]
                            Adapter    "sonos"        : 2.3.1    , installed 2.3.1
                            Adapter    "synology"     : 2.1.13   , installed 2.1.13
                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                            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-rgraph"   : 0.0.2    , installed 0.0.2
                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                            Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                            Adapter    "web"          : 6.1.2    , installed 4.3.0  [Updatable]
                            Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                            Adapter    "ws"           : 2.5.5    , installed 1.3.0  [Updatable]
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        2461
                            States:         1869
                            
                            *** OS-Repositories and Updates ***
                            Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       1872       482/iobroker.js-con
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13925      482/iobroker.js-con
                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       14238      834/io.shelly.0
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13899      519/sshd: /usr/sbin
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       14173      598/io.admin.0
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       17582      1027/io.web.0
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          13901      519/sshd: /usr/sbin
                            udp        0      0 0.0.0.0:46199           0.0.0.0:*                           108        1774       393/avahi-daemon: r
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1772       393/avahi-daemon: r
                            udp        0      0 192.168.10.190:52781    0.0.0.0:*                           1001       16090      1296/io.knx.0
                            udp        0      0 192.168.10.190:56912    0.0.0.0:*                           1001       23788      1296/io.knx.0
                            udp        0      0 192.168.10.190:50885    0.0.0.0:*                           1001       16873      1296/io.knx.0
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15138      701/dhcpcd
                            udp6       0      0 :::47730                :::*                                108        1775       393/avahi-daemon: r
                            udp6       0      0 :::5353                 :::*                                108        1773       393/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-09-17 14:29:06.350  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:30:00.117  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 3666
                            2023-09-17 14:30:02.100  - info: powerfox2.0 (3666) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:30:05.431  - info: powerfox2.0 (3666) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:30:05.987  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:31:00.148  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 3683
                            2023-09-17 14:31:02.155  - info: powerfox2.0 (3683) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:31:05.186  - info: powerfox2.0 (3683) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:31:05.763  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:32:00.093  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 3700
                            2023-09-17 14:32:02.065  - info: powerfox2.0 (3700) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:32:05.411  - info: powerfox2.0 (3700) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:32:05.943  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:33:00.123  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 3715
                            2023-09-17 14:33:02.072  - info: powerfox2.0 (3715) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:33:06.034  - info: powerfox2.0 (3715) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:33:06.565  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:34:00.133  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 3733
                            2023-09-17 14:34:02.101  - info: powerfox2.0 (3733) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:34:05.015  - info: powerfox2.0 (3733) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:34:05.576  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            2023-09-17 14:35:00.112  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 4007
                            2023-09-17 14:35:02.218  - info: powerfox2.0 (4007) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                            2023-09-17 14:35:06.498  - info: powerfox2.0 (4007) Terminated (NO_ERROR): Without reason
                            2023-09-17 14:35:07.028  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                            
                            

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

                            I 1 Reply Last reply Reply Quote 0
                            • I
                              ioNewbie @ioNewbie last edited by

                              @ionewbie

                              was ist mit den npm Errors, muss das gefixt werden und wie?

                              npm ERR! code ELSPROBLEMS
                              npm ERR! missing: @iobroker/types@^5.0.11, required by @iobroker/adapter-core@3.0.3
                              
                              npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-09-17T12_34_24_403Z-debug-0.log
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @ioNewbie last edited by

                                @ionewbie sagte in Hilfe! js-controller und javascript Problem:

                                was ist mit den npm Errors, muss das gefixt werden und wie?

                                Ja. Ich weiß nur noch nicht wie genau.

                                iob update
                                iob upgrade all
                                

                                sagt?

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

                                  @thomas-braun iob update bringt das hier.

                                  pi@iobroker:~ $ iob update
                                  Used repository: stable
                                  Adapter    "admin"        : 6.8.0    , installed 6.3.5  [Updatable]
                                  Adapter    "alexa2"       : 3.24.1   , installed 3.23.2 [Updatable]
                                  Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                  Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                  Adapter    "daikin-cloud" : 0.3.0    , installed 0.2.3  [Updatable]
                                  Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                  Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                  Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                  Adapter    "history"      : 2.2.6    , installed 2.2.4  [Updatable]
                                  Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                                  Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                  Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
                                  Adapter    "knx"          : 2.0.22   , installed 2.0.17 [Updatable]
                                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                  Adapter    "ping"         : 1.6.2    , installed 1.5.3  [Updatable]
                                  Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                                  Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                  Adapter    "socketio"     : 6.5.5    , installed 4.2.0  [Updatable]
                                  Adapter    "sonos"        : 2.3.1    , installed 2.3.1
                                  Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                  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-rgraph"   : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                  Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                  Adapter    "web"          : 6.1.2    , installed 4.3.0  [Updatable]
                                  Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                  Adapter    "ws"           : 2.5.5    , installed 1.3.0  [Updatable]
                                  

                                  ich gehe gerade den zweiten Befehl durch (upgrade all), muss bei jedem Paket einzeln bestätigen (y).

                                  Thomas Braun I 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @ioNewbie last edited by

                                    @ionewbie sagte in Hilfe! js-controller und javascript Problem:

                                    muss bei jedem Paket einzeln bestätigen (y).

                                    So soll das sein.

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      ioNewbie @ioNewbie last edited by

                                      @ionewbie ok, die sind jetzt alle durch, ohne Fehler, wenn ich das richtig verfolgt habe.
                                      Willst du den kompletten output von Putty dazu?

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

                                        @ionewbie sagte in Hilfe! js-controller und javascript Problem:

                                        Willst du den kompletten output von Putty dazu?

                                        Nö. Lieber nochmal

                                        iob diag
                                        
                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          ioNewbie @Thomas Braun last edited by

                                          @thomas-braun immer noch die npm Errors. Ist da evtl jetzt erst mal ein Reboot fällig?
                                          die ganzen Pakete, welche ich mit [y] zum Update bestätigt habe, werden immer noch als alt anzeigt.

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

                                          Skript v.2023-06-20
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: iobroker
                                                   Icon name: computer
                                                  Machine ID: 68716f4ecfa5426ea966c195a9cf7def
                                                     Boot ID: 6aefc086b627460e8ca1c41a04001228
                                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v8+
                                                Architecture: arm64
                                          
                                          Model           : Raspberry Pi 4 Model B Rev 1.2
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : aarch64
                                          Userland        : armhf
                                          
                                          Systemuptime and Load:
                                           14:55:24 up 31 min,  2 users,  load average: 0.20, 0.67, 0.63
                                          CPU threads: 4
                                          
                                          Raspberry only:
                                          throttled=0x0
                                          Other values than 0x0 hint to temperature/voltage problems
                                          temp=43.8'C
                                          volt=0.8625V
                                          
                                          *** Time and Time Zones ***
                                                         Local time: Sun 2023-09-17 14:55:24 CEST
                                                     Universal time: Sun 2023-09-17 12:55:24 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CEST, +0200)
                                          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 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:            3.8G        453M        2.6G        0.0K        754M        3.3G
                                          Swap:            99M          0B         99M
                                          Total:          3.9G        453M        2.7G
                                          
                                                   3794 M total memory
                                                    453 M used memory
                                                    533 M active memory
                                                    508 M inactive memory
                                                   2586 M free memory
                                                     95 M buffer memory
                                                    658 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
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       59G  7.0G   49G  13% /
                                          devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                          tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                                          tmpfs          tmpfs     759M  836K  759M   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      253M   51M  202M  20% /boot
                                          /dev/sda1      exfat     118G  9.3M  118G   1% /media/usbstick
                                          tmpfs          tmpfs     380M     0  380M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Sun Sep 17 14:23:31 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 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:F8:36:36 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=3f61f07b-02 rootfstype=ext4 fsck.repair=yes rootwait
                                          [Sun Sep 17 14:23:32 2023] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Sun Sep 17 14:23:32 2023] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Sun Sep 17 14:23:35 2023] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems (real ones only):
                                          TARGET            SOURCE         FSTYPE OPTIONS
                                          /                 /dev/mmcblk0p2 ext4   rw,noatime,nodiratime
                                          |-/boot           /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                          `-/media/usbstick /dev/sda1      exfat  rw,noatime,uid=1001,gid=1001,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          2.4G    /var/
                                          1.8G    /var/log/journal/68716f4ecfa5426ea966c195a9cf7def
                                          1.8G    /var/log/journal
                                          1.8G    /var/log
                                          323M    /var/cache
                                          
                                          Archived and active journals take up 1.7G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          87M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          1.9G    /opt/iobroker/iobroker-data/
                                          1.7G    /opt/iobroker/iobroker-data/history
                                          126M    /opt/iobroker/iobroker-data/files
                                          52M     /opt/iobroker/iobroker-data/files/javascript.admin
                                          44M     /opt/iobroker/iobroker-data/backup-objects
                                          
                                          The five largest files in iobroker-data are:
                                          7.7M    /opt/iobroker/iobroker-data/objects.jsonl
                                          7.1M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                                          6.3M    /opt/iobroker/iobroker-data/files/admin.admin/custom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map
                                          5.8M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/550.cfbef968.chunk.js.map
                                          5.3M    /opt/iobroker/iobroker-data/files/knx.admin/static/js/2.00871907.chunk.js.map
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v18.17.1
                                          /usr/bin/node           v18.17.1
                                          /usr/bin/npm            9.6.7
                                          /usr/bin/npx            9.6.7
                                          
                                          
                                          nodejs:
                                            Installed: 18.17.1-deb-1nodesource1
                                            Candidate: 18.17.1-deb-1nodesource1
                                            Version table:
                                           *** 18.17.1-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_18.x bullseye/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u4 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          Temp directories causing npm8 problem: 0
                                          No problems detected
                                          
                                          npm ERR! code ELSPROBLEMS
                                          npm ERR! missing: @iobroker/types@^5.0.11, required by @iobroker/adapter-core@3.0.3
                                          
                                          npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-09-17T12_55_31_632Z-debug-0.log
                                          Errors in npm tree: 0
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          No configuration change needed.
                                          
                                          
                                          Multihost discovery server: disabled
                                          Discovery authentication:   enabled
                                          Persistent activation:      disabled
                                          Objects:                    jsonl on 127.0.0.1
                                          States:                     jsonl on 127.0.0.1
                                          
                                          Core adapters versions
                                          js-controller:  4.0.24
                                          admin:          6.3.5
                                          javascript:     7.1.4
                                          
                                          Adapters from github:   0
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                          + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                            system.adapter.chromecast.0             : chromecast            : iobroker                                 - disabled
                                            system.adapter.daikin-cloud.0           : daikin-cloud          : iobroker                                 - disabled
                                          + system.adapter.discovery.0              : discovery             : iobroker                                 -  enabled
                                            system.adapter.flot.0                   : flot                  : iobroker                                 -  enabled
                                            system.adapter.fritzdect.0              : fritzdect             : iobroker                                 - disabled
                                          + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                            system.adapter.jarvis.0                 : jarvis                : iobroker                                 - disabled
                                            system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                          + system.adapter.knx.0                    : knx                   : iobroker                                 -  enabled, bind: 192.168.10.190
                                            system.adapter.net-tools.0              : net-tools             : iobroker                                 - disabled
                                            system.adapter.ping.0                   : ping                  : iobroker                                 - disabled
                                            system.adapter.powerfox2.0              : powerfox2             : iobroker                                 -  enabled
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            system.adapter.sonos.0                  : sonos                 : iobroker                                 - disabled
                                            system.adapter.synology.0               : synology              : iobroker                                 - disabled, port: 5000
                                            system.adapter.vis-bars.0               : vis-bars              : iobroker                                 -  enabled
                                            system.adapter.vis-history.0            : vis-history           : iobroker                                 -  enabled
                                            system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 -  enabled
                                            system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : iobroker                                 -  enabled
                                            system.adapter.vis-map.0                : vis-map               : iobroker                                 -  enabled
                                            system.adapter.vis-rgraph.0             : vis-rgraph            : iobroker                                 -  enabled
                                            system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 -  enabled
                                            system.adapter.vis-weather.0            : vis-weather           : iobroker                                 -  enabled
                                            system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                          + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : iobroker                                 -  enabled
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.web.0                    : web                   : iobroker                                 -  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.8.0    , installed 6.3.5  [Updatable]
                                          Adapter    "alexa2"       : 3.24.1   , installed 3.23.2 [Updatable]
                                          Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                          Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                          Adapter    "daikin-cloud" : 0.3.0    , installed 0.3.0
                                          Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                          Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                          Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                          Adapter    "history"      : 2.2.6    , installed 2.2.4  [Updatable]
                                          Adapter    "jarvis"       : 3.1.2    , installed 3.1.2
                                          Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                          Controller "js-controller": 5.0.12   , installed 4.0.24 [Updatable]
                                          Adapter    "knx"          : 2.0.22   , installed 2.0.17 [Updatable]
                                          Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                          Adapter    "ping"         : 1.6.2    , installed 1.5.3  [Updatable]
                                          Adapter    "powerfox2"    : 0.0.12   , installed 0.0.12
                                          Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                          Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                          Adapter    "socketio"     : 6.5.5    , installed 4.2.0  [Updatable]
                                          Adapter    "sonos"        : 2.3.1    , installed 2.3.1
                                          Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                          Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          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-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                                          Adapter    "web"          : 6.1.2    , installed 4.3.0  [Updatable]
                                          Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                          Adapter    "ws"           : 2.5.5    , installed 1.3.0  [Updatable]
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        2465
                                          States:         1871
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:3 https://deb.nodesource.com/node_18.x bullseye 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 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       1872       482/iobroker.js-con
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       13925      482/iobroker.js-con
                                          tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       14238      834/io.shelly.0
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13899      519/sshd: /usr/sbin
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       32697      5472/io.admin.0
                                          tcp6       0      0 :::8082                 :::*                    LISTEN      1001       34383      5658/io.web.0
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          13901      519/sshd: /usr/sbin
                                          udp        0      0 0.0.0.0:46199           0.0.0.0:*                           108        1774       393/avahi-daemon: r
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1772       393/avahi-daemon: r
                                          udp        0      0 192.168.10.190:54580    0.0.0.0:*                           1001       34727      5712/io.knx.0
                                          udp        0      0 192.168.10.190:34551    0.0.0.0:*                           1001       35645      5712/io.knx.0
                                          udp        0      0 192.168.10.190:43032    0.0.0.0:*                           1001       34448      5712/io.knx.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          15138      701/dhcpcd
                                          udp        0      0 192.168.10.190:57483    0.0.0.0:*                           1001       35376      5712/io.knx.0
                                          udp6       0      0 :::47730                :::*                                108        1775       393/avahi-daemon: r
                                          udp6       0      0 :::5353                 :::*                                108        1773       393/avahi-daemon: r
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2023-09-17 14:51:57.852  - info: history.0 (5750) enabled logging of shelly.0.SHSW-1#E89F6D85F71E#1.ext.temperatureC2 (Count=43), Alias=false
                                          2023-09-17 14:51:57.852  - info: history.0 (5750) enabled logging of shelly.0.SHSW-1#E89F6D85F71E#1.ext.temperatureC3 (Count=44), Alias=false
                                          2023-09-17 14:51:57.853  - info: history.0 (5750) enabled logging of knx.0.Zentral.Daten.Heizkreis_RL (Count=45), Alias=false
                                          2023-09-17 14:51:57.853  - info: history.0 (5750) enabled logging of knx.0.Zentral.Daten.Heizkreis_VL (Count=46), Alias=false
                                          2023-09-17 14:52:00.030  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 5765
                                          2023-09-17 14:52:02.163  - info: powerfox2.0 (5765) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                                          2023-09-17 14:52:05.873  - info: powerfox2.0 (5765) Terminated (NO_ERROR): Without reason
                                          2023-09-17 14:52:06.416  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                          2023-09-17 14:53:00.029  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 5806
                                          2023-09-17 14:53:01.991  - info: powerfox2.0 (5806) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                                          2023-09-17 14:53:04.752  - info: powerfox2.0 (5806) Terminated (NO_ERROR): Without reason
                                          2023-09-17 14:53:05.282  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                          2023-09-17 14:54:00.068  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 5824
                                          2023-09-17 14:54:02.011  - info: powerfox2.0 (5824) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                                          2023-09-17 14:54:04.541  - info: powerfox2.0 (5824) Terminated (NO_ERROR): Without reason
                                          2023-09-17 14:54:05.073  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                          2023-09-17 14:54:26.285  - info: admin.0 (5472) ==> Connected system.user.admin from ::ffff:192.168.10.67
                                          2023-09-17 14:55:00.075  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 5842
                                          2023-09-17 14:55:02.079  - info: powerfox2.0 (5842) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                                          2023-09-17 14:55:06.338  - info: powerfox2.0 (5842) Terminated (NO_ERROR): Without reason
                                          2023-09-17 14:55:06.873  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                          2023-09-17 14:56:00.035  - info: host.iobroker instance system.adapter.powerfox2.0 started with pid 6097
                                          2023-09-17 14:56:02.166  - info: powerfox2.0 (6097) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.powerfox2, node: v18.17.1, js-controller: 4.0.24
                                          2023-09-17 14:56:06.098  - info: powerfox2.0 (6097) Terminated (NO_ERROR): Without reason
                                          2023-09-17 14:56:06.639  - info: host.iobroker instance system.adapter.powerfox2.0 terminated with code 0 (NO_ERROR)
                                          
                                          

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

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

                                            @ionewbie sagte in Hilfe! js-controller und javascript Problem:

                                            /home/pi/.npm/_logs/2023-09-17T12_55_31_632Z-debug-0.log

                                            Dann schau da mal rein.

                                            /home/pi/.npm/_logs/2023-09-17T12_55_31_632Z-debug-0.log

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            959
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            75
                                            3255
                                            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