Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 6.0.x jetzt für alle User im STABLE!

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    js-controller 6.0.x jetzt für alle User im STABLE!

    This topic has been deleted. Only users with topic management privileges can see it.
    • XBiT
      XBiT @mcm1957 last edited by

      @mcm1957

      der google-sharedlocations Adapter wurde zuletzt von @Garfonso betreut welcher auch die Lovelace UI betreut warum die nicht ins rpositorie kommen oder sind kann ich nicht sagen bin ja nur Anwender 🙂

      der SIA Adapter ist wirklich schon 5 Jahre alt versuche mal ein Issu auf Git zu machen aber was soll ich da schreiben er läuft ja jetzt wieder?

      Sourceanalytix von @Dutchman betreut aber soll ja komplett neu gemacht werden so meine letzte Info...

      1 Reply Last reply Reply Quote 0
      • L
        lamo1966 last edited by lamo1966

        Hallo,
        ich hab gerade den JS Controller von5.019 auf 6.09 upgedatet.
        Zufällig stell ich gerade fest, dass in meinen Modbus Objekten hinten das Zahnrad nicht mehr aktiv ist. (
        Ganz rechts)

        b4fe00a5-5428-498a-a78c-a669165c0dff-image.png Sorry, kann es nicht besser beschreiben

        Beispiel
        Ich erzeuge seit Tagen ein EChart mit den Spannungs-Werten der PV-Strings. Dazu hab ich die Werte in die Histroy geschrieben.

        d9658dd7-32bf-48be-aede-d78ccfd4bbdc-image.png
        Unter dem Chart sind die History-Einträge schön zu sehen, die es jetzt nicht mehr gibt

        Ich hoffe dass es zufällig ein anderer Fehler ist, aber ich hab nichts anderes gemacht. Nein stimmt nicht, die Admin Instanz hab ich auch noch upgedatet.

        crunchip 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @lamo1966 last edited by

          @lamo1966 werden die Datenpunkte gelistet, wenn du history auswählst
          53476e0d-b5db-45b7-8219-c9a49f0efaee-image.png

          L 2 Replies Last reply Reply Quote 0
          • fAz3rs adventures
            fAz3rs adventures @foxriver76 last edited by

            @foxriver76

            Servus,

            Ich wollte meinen IoBroker wieder auf neuesten Stand bringen und scheitere aber an dem js-controller Update.
            Node.js und NPM updaten klappt, ebenso wie alle Adapter Updates.
            Liegt auch alles (aus meiner Sicht) korrekt ab
            nodejs liegt in /usr/bin
            node liegt in /usr/bin
            npm liegt in /usr/bin

            führe ich das Update über die iob Oberfläche in Hosts aus bekomme ich folgende Rückmeldung:
            Screenshot (129).png

            36 verbose stack     at callLimit (/usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:35:69)
            537 verbose pkgid iobroker.js-controller@6.0.9
            538 error code 1
            539 error path /opt/iobroker/node_modules/iobroker.js-controller
            540 error command failed
            541 error command sh -c node iobroker.js setup first
            542 error file:///opt/iobroker/node_modules/axios/lib/helpers/parseHeaders.js:1
            542 error   },
            542 error   ^
            542 error
            542 error SyntaxError: Unexpected token '}'
            542 error     at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:169:18)
            542 error     at callTranslator (node:internal/modules/esm/loader:272:14)
            542 error     at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:278:30)
            542 error
            542 error Node.js v20.16.0
            543 silly unfinished npm timer reify 1722633029717
            544 silly unfinished npm timer reify:build 1722633047822
            545 silly unfinished npm timer build 1722633047827
            546 silly unfinished npm timer build:deps 1722633047827
            547 silly unfinished npm timer build:run:install 1722633049025
            548 silly unfinished npm timer build:run:install:node_modules/iobroker.js-controller 1722633049025
            549 verbose cwd /opt/iobroker
            550 verbose os Linux 6.1.21-v8+
            551 verbose node v20.16.0
            552 verbose npm  v10.8.1
            553 verbose exit 1
            554 verbose code 1
            

            Auch über

            iobroker stop
            iobroker update
            iobroker fix bzw ( - curl -sLf https://iobroker.net/install.sh | bash -)
            iobroker upgrade self
            iobroker start
            erfolglos

            Dann habe ich es über npm install iobroker.js-controller@6.0.9 versucht mit folgendem Ergebnis
            Screenshot (131).png

            1236 error code EACCES
            1237 error syscall open
            1238 error path /home/pi/package.json
            1239 error errno -13
            1240 error Error: EACCES: permission denied, open '/home/pi/package.json'
            1240 error     at async open (node:internal/fs/promises:639:25)
            1240 error     at async writeFile (node:internal/fs/promises:1219:14)
            1240 error     at async PackageJson.save (/usr/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js:255:14)
            1240 error     at async [saveIdealTree] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:1512:9)
            1240 error     at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:148:5)
            1240 error     at async Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:150:5)
            1240 error     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
            1240 error     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5) {
            1240 error   errno: -13,
            1240 error   code: 'EACCES',
            1240 error   syscall: 'open',
            1240 error   path: '/home/pi/package.json'
            1240 error }
            1241 error
            1241 error The operation was rejected by your operating system.
            1241 error It is likely you do not have the permissions to access this file as the current user
            1241 error
            1241 error If you believe this might be a permissions issue, please double-check the
            1241 error permissions of the file and its containing directories, or try running
            1241 error the command again as root/Administrator.
            1242 silly unfinished npm timer reify 1722634042338
            1243 silly unfinished npm timer reify:save 1722634104770
            1244 verbose cwd /home/pi
            1245 verbose os Linux 6.1.21-v8+
            1246 verbose node v20.16.0
            1247 verbose npm  v10.8.1
            

            Das ist wohl ein anderer Pfad der entweder korrekt oder falsch ist (jaaa es ist nur gefährliches Halbwissen am start.. ich lerne beim tun)
            Kann mir jemand für dumme sagen was mein Fehler ist?

            Grüßle Timo

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

              @faz3rs-adventures sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

              Kann mir jemand für dumme sagen was mein Fehler ist?

              Du stehst für solche Aktionen via npm im falschen Verzeichnis.
              Versuch es erstmal so:

              iob update
              iob stop
              iob upgrade all -y
              iob upgrade self
              iob start
              
              fAz3rs adventures 1 Reply Last reply Reply Quote 0
              • fAz3rs adventures
                fAz3rs adventures @Thomas Braun last edited by

                @thomas-braun
                Moinmoin
                danke schonmal für die Antwort

                nach dem

                iob upgrade all -y
                

                kommt All adapters are up to date

                beim

                iob upgrade self
                

                passiert folgendes

                
                Update js-controller from @5.0.19 to @6.0.9
                Stopped Objects DB
                Stopped States DB
                NPM version: 10.8.1
                Installing iobroker.js-controller@6.0.9... (System call)
                
                

                es läuft jedoch nicht fertig durch

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

                  @faz3rs-adventures

                  Bitte immer vollständige Ein- wie Ausgabezeilen posten.
                  Damit man sowas wie 'falsches Verzeichnis' auch sieht.
                  Keine Screenshots!

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

                    @thomas-braun

                    pi@raspberrypi:~ $ iob update
                    Used repository: stable
                    Adapter    "acme"         : 0.1.2    , installed 0.1.2
                    Adapter    "adguard"      : 0.0.8    , installed 0.0.8
                    Adapter    "admin"        : 7.0.22   , installed 7.0.22
                    Adapter    "alexa-shoppinglist": 0.1.5, installed 0.1.5
                    Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                    Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                    Adapter    "bring"        : 1.8.4    , installed 1.8.4
                    Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                    Adapter    "devices"      : 1.1.5    , installed 1.1.5
                    Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                    Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                    Adapter    "email"        : 1.3.1    , installed 1.3.1
                    Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                    Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                    Adapter    "history"      : 3.0.1    , installed 3.0.1
                    Adapter    "homekit-controller": 0.5.10, installed 0.5.10
                    Adapter    "ical"         : 1.15.0   , installed 1.15.0
                    Adapter    "iot"          : 3.3.0    , installed 3.3.0
                    Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                    Adapter    "iwg-vpn"      : 3.0.0    , installed 3.0.0
                    Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                    Controller "js-controller": 6.0.9    , installed 5.0.19 [Updatable]
                    Adapter    "lovelace"     : 4.1.10   , installed 4.1.10
                    Adapter    "material"     : 1.3.1    , installed 1.3.1
                    Adapter    "megaesp"      : 0.1.0    , installed 0.1.0
                    Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                    Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                    Adapter    "mqtt-client"  : 2.0.0    , installed 2.0.0
                    Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                    Adapter    "nina"         : 0.0.25   , installed 0.0.25
                    Adapter    "node-red"     : 5.2.1    , installed 5.2.1
                    Adapter    "openknx"      : 0.9.0    , installed 0.9.0
                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                    Adapter    "residents"    : 0.1.1    , installed 0.1.1
                    Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                    Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                    Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                    Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                    Adapter    "synochat"     : 1.3.1    , installed 1.3.1
                    Adapter    "synology"     : 3.1.0    , installed 3.1.0
                    Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                    Adapter    "text2command" : 3.0.3    , installed 3.0.3
                    Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                    Adapter    "vis"          : 1.5.6    , installed 1.5.6
                    Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
                    Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                    Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                    Adapter    "web"          : 6.2.5    , installed 6.2.5
                    Adapter    "welcome"      : 0.3.0    , installed 0.3.0
                    Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                    Adapter    "wiobrowser"   : 2.0.2    , installed 2.0.2
                    Adapter    "ws"           : 2.6.1    , installed 2.6.1
                    Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                    Adapter    "zigbee2mqtt"  : 2.13.6   , installed 2.13.6
                    pi@raspberrypi:~ $ iob stop
                    pi@raspberrypi:~ $ iob upgrade all -y
                    All adapters are up to date
                    pi@raspberrypi:~ $ iob upgrade self
                    Update js-controller from @5.0.19 to @6.0.9
                    Stopped Objects DB
                    Stopped States DB
                    NPM version: 10.8.1
                    Installing iobroker.js-controller@6.0.9... (System call)
                    pi@raspberrypi:~ $ 
                    
                    

                    das steht in der console

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

                      @faz3rs-adventures

                      es läuft jedoch nicht fertig durch

                      Sondern?

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

                        @thomas-braun
                        Es passiert nichts weiter
                        Es kommt eine neue eingabe Zeile in der ich Iobroker wieder starten könnte

                        Thomas Braun E 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @fAz3rs adventures last edited by

                          @faz3rs-adventures

                          Gib mal die Langfassung von

                          iob diag
                          

                          zum Besten.

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

                            @thomas-braun

                            ======== Start marking the full check here =========
                            
                            Skript v.2024-05-22
                            
                            *** BASE SYSTEM ***
                               Static hostname: raspberrypi
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model           : Raspberry Pi 4 Model B Rev 1.4
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : 32 bit
                            
                            Systemuptime and Load:
                             00:02:36 up 81 days,  5:39,  3 users,  load average: 1.51, 2.09, 2.41
                            CPU threads: 4
                            
                            
                            *** RASPBERRY THROTTLING ***
                            Current issues:
                            No throttling issues detected.
                            
                            Previously detected issues:
                            No throttling issues detected.
                            
                            *** Time and Time Zones ***
                                           Local time: Sat 2024-08-03 00:02:37 CEST
                                       Universal time: Fri 2024-08-02 22:02:37 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            pi
                            HOME=/home/pi
                            GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                            
                            *** Display-Server-Setup ***
                            Display-Server: true
                            Desktop:
                            Terminal:       tty
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.8G        2.4G        746M         35M        4.7G        5.3G
                            Swap:            99M          0B         99M
                            Total:          7.9G        2.4G        846M
                            
                            Active iob-Instances:   27
                            
                                     7812 M total memory
                                     2396 M used memory
                                     2627 M active memory
                                     3853 M inactive memory
                                      746 M free memory
                                      376 M buffer memory
                                     4293 M swap cache
                                       99 M total swap
                                        0 M used swap
                                       99 M free swap
                            
                            *** top - Table Of Processes  ***
                            top - 00:02:37 up 81 days,  5:39,  3 users,  load average: 1.51, 2.09, 2.41
                            Tasks: 219 total,   2 running, 217 sleeping,   0 stopped,   0 zombie
                            %Cpu(s): 27.0 us,  4.1 sy,  0.0 ni, 68.9 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                            MiB Mem :   7812.3 total,    746.0 free,   2396.6 used,   4669.8 buff/cache
                            MiB Swap:    100.0 total,    100.0 free,      0.0 used.   5258.5 avail Mem
                            
                            *** FAILED SERVICES ***
                            
                              UNIT LOAD ACTIVE SUB DESCRIPTION
                            0 loaded units listed.
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4       30G   20G  8.7G  70% /
                            devtmpfs       devtmpfs  3.6G     0  3.6G   0% /dev
                            tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                            tmpfs          tmpfs     1.6G  1.2M  1.6G   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/mmcblk0p1 vfat      255M   53M  203M  21% /boot
                            tmpfs          tmpfs     782M   24K  782M   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Mon May 13 18:23:17 2024] 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:CB:CB:40 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=cb8f5eed-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ign                              ore-serial-consoles
                            [Mon May 13 18:23:18 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                            [Mon May 13 18:23:18 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [Mon May 13 18:23:21 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                            [Fri Aug  2 23:29:26 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm kworker/u8:3: bg 166: bad block bitmap checksum
                            [Fri Aug  2 23:29:26 2024] EXT4-fs (mmcblk0p2): Delayed block allocation failed for inode 700736 at logical offset 0 with max blocks 135 with error 74
                            [Fri Aug  2 23:29:26 2024] EXT4-fs (mmcblk0p2): This should not happen!! Data will be lost
                            [Fri Aug  2 23:29:29 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm kworker/u8:3: bg 165: bad block bitmap checksum
                            [Fri Aug  2 23:29:29 2024] EXT4-fs (mmcblk0p2): Delayed block allocation failed for inode 700840 at logical offset 0 with max blocks 175 with error 74
                            [Fri Aug  2 23:29:29 2024] EXT4-fs (mmcblk0p2): This should not happen!! Data will be lost
                            [Sat Aug  3 00:01:27 2024] EXT4-fs error (device mmcblk0p2): ext4_validate_block_bitmap:390: comm logrotate: bg 164: bad block bitmap checksum
                            [Sat Aug  3 00:01:27 2024] EXT4-fs error (device mmcblk0p2) in ext4_mb_clear_bb:6077: Filesystem failed CRC
                            
                            Show mounted filesystems:
                            TARGET                       SOURCE         FSTYPE          OPTIONS
                            /                            /dev/mmcblk0p2 ext4            rw,noatime
                            |-/dev                       devtmpfs       devtmpfs        rw,relatime,size=3735680k,nr_inodes=933920,mode=755
                            | |-/dev/shm                 tmpfs          tmpfs           rw,nosuid,nodev
                            | |-/dev/pts                 devpts         devpts          rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                            | `-/dev/mqueue              mqueue         mqueue          rw,nosuid,nodev,noexec,relatime
                            |-/proc                      proc           proc            rw,relatime
                            | `-/proc/sys/fs/binfmt_misc systemd-1      autofs          rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                            |-/sys                       sysfs          sysfs           rw,nosuid,nodev,noexec,relatime
                            | |-/sys/kernel/security     securityfs     securityfs      rw,nosuid,nodev,noexec,relatime
                            | |-/sys/fs/cgroup           cgroup2        cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                            | |-/sys/fs/pstore           pstore         pstore          rw,nosuid,nodev,noexec,relatime
                            | |-/sys/fs/bpf              bpf            bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                            | |-/sys/kernel/debug        debugfs        debugfs         rw,nosuid,nodev,noexec,relatime
                            | |-/sys/kernel/tracing      tracefs        tracefs         rw,nosuid,nodev,noexec,relatime
                            | |-/sys/kernel/config       configfs       configfs        rw,nosuid,nodev,noexec,relatime
                            | `-/sys/fs/fuse/connections fusectl        fusectl         rw,nosuid,nodev,noexec,relatime
                            |-/run                       tmpfs          tmpfs           rw,nosuid,nodev,size=1599964k,nr_inodes=819200,mode=755
                            | |-/run/lock                tmpfs          tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k
                            | |-/run/rpc_pipefs          sunrpc         rpc_pipefs      rw,relatime
                            | `-/run/user/1000           tmpfs          tmpfs           rw,nosuid,nodev,relatime,size=799980k,nr_inodes=199995,mode=700,uid=1000,gid=1000
                            |   `-/run/user/1000/gvfs    gvfsd-fuse     fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                            `-/boot                      /dev/mmcblk0p1 vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            4.1G    /var/
                            2.4G    /var/cache
                            2.3G    /var/cache/apt/archives
                            2.3G    /var/cache/apt
                            1.5G    /var/log/journal/a9d90c753d4c4e98916aa8f9a3f582f2
                            
                            Archived and active journals take up 1.4G in the file system.
                            
                            /opt/iobroker/backups:
                            126M    /opt/iobroker/backups/
                            
                            /opt/iobroker/iobroker-data:
                            1.1G    /opt/iobroker/iobroker-data/
                            951M    /opt/iobroker/iobroker-data/files
                            441M    /opt/iobroker/iobroker-data/files/javascript.admin
                            409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                            408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                            
                            The five largest files in iobroker-data are:
                            41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                            38M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.d3d286bd.js.map
                            35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                            23M     /opt/iobroker/iobroker-data/objects.jsonl
                            
                            USB-Devices by-id:
                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                            
                            No Devices found 'by-id'
                            
                            HINT:
                            Your zigbee.0 COM-Port is NOT matching 'by-id'. Please check your setting:
                            /dev/serial/by-path/platform-fd500000.pcie-pci-0000
                            
                            
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v20.16.0
                            /usr/bin/node           v20.16.0
                            /usr/bin/npm            10.8.1
                            /usr/bin/npx            10.8.1
                            /usr/bin/corepack       0.28.2
                            
                            
                            nodejs:
                              Installed: 20.16.0-1nodesource1
                              Candidate: 20.16.0-1nodesource1
                              Version table:
                             *** 20.16.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 20.15.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.15.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.14.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.13.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.13.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.12.2-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.12.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.12.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.11.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.11.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.10.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.9.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.8.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.8.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.7.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.6.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.6.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.5.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.5.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.4.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.3.1-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.3.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.2.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.1.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 20.0.0-1nodesource1 600
                                    500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                 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
                            
                            Errors in npm tree:
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: jsonl
                            
                            Core adapters versions
                            js-controller:  5.0.19
                            admin:          7.0.22
                            javascript:     8.7.6
                            
                            nodejs modules from github:     3
                            +-- iobroker.bring@1.8.4 (git+ssh://git@github.com/foxriver76/ioBroker.bring.git#85ba3e11a521d5660aa3018d12e7e083f181ad8b)
                            | +-- syno@3.0.0 (git+https://git@github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                            +-- iobroker.todoist2@0.9.1 (git+ssh://git@github.com/rde-master/ioBroker.todoist2.git#531241af9356c641158a3cb63e3bd45a1d11a8d8)
                            
                            Adapter State
                              system.adapter.acme.0                   : acme                  : raspberrypi                              - disabled, port: 8092, bind: 192.168.178.60
                              system.adapter.adguard.0                : adguard               : raspberrypi                              - disabled
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.alexa-shoppinglist.0     : alexa-shoppinglist    : raspberrypi                              -  enabled
                            + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                            + system.adapter.bring.1                  : bring                 : raspberrypi                              -  enabled
                              system.adapter.cloud.0                  : cloud                 : raspberrypi                              - disabled
                              system.adapter.devices.0                : devices               : raspberrypi                              -  enabled
                            + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                              system.adapter.dwd.0                    : dwd                   : raspberrypi                              -  enabled
                            + system.adapter.email.0                  : email                 : raspberrypi                              -  enabled
                            + system.adapter.esphome.0                : esphome               : raspberrypi                              -  enabled
                            + system.adapter.fullybrowser.0           : fullybrowser          : raspberrypi                              -  enabled
                            + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                              system.adapter.ical.0                   : ical                  : raspberrypi                              -  enabled
                            + system.adapter.iot.0                    : iot                   : raspberrypi                              -  enabled
                              system.adapter.iwg-vpn.0                : iwg-vpn               : raspberrypi                              - disabled
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                            + system.adapter.lovelace.0               : lovelace              : raspberrypi                              -  enabled, port: 8091, bind: 0.0.0.0 (SSL), run as: admin
                              system.adapter.mqtt-client.0            : mqtt-client           : raspberrypi                              - disabled, port: 8000
                              system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              - disabled, port: 1886, bind: 192.168.178.60
                            + system.adapter.nina.0                   : nina                  : raspberrypi                              -  enabled
                            + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 0.0.0.0 (SSL)
                            + system.adapter.openknx.0                : openknx               : raspberrypi                              -  enabled
                            + system.adapter.parcel.0                 : parcel                : raspberrypi                              -  enabled
                            + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                              system.adapter.residents.0              : residents             : raspberrypi                              - disabled
                            + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                              system.adapter.sonoff.0                 : sonoff                : raspberrypi                              - disabled, port: 1883, bind: 0.0.0.0
                              system.adapter.synochat.0               : synochat              : raspberrypi                              - disabled
                              system.adapter.synology.0               : synology              : raspberrypi                              - disabled, port: 5001
                              system.adapter.tapo.0                   : tapo                  : raspberrypi                              - disabled
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                              system.adapter.text2command.0           : text2command          : raspberrypi                              - disabled
                              system.adapter.todoist2.0               : todoist2              : raspberrypi                              - disabled
                            + system.adapter.tr-064.0                 : tr-064                : raspberrypi                              -  enabled
                            + system.adapter.vis-2.0                  : vis-2                 : raspberrypi                              -  enabled
                              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                              system.adapter.weatherunderground.0     : weatherunderground    : raspberrypi                              -  enabled
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                              system.adapter.welcome.0                : welcome               : raspberrypi                              - disabled, port: 80, bind: 0.0.0.0, run as: admin
                              system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              - disabled
                              system.adapter.wiobrowser.0             : wiobrowser            : raspberrypi                              - disabled, port: 5000
                            + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0 (SSL), run as: admin
                              system.adapter.yahka.1                  : yahka                 : raspberrypi                              - disabled
                            + system.adapter.yahka.2                  : yahka                 : raspberrypi                              -  enabled
                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0-port0
                              system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              - disabled
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.lovelace.0               : lovelace              : raspberrypi                              -  enabled, port: 8091, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 0.0.0.0 (SSL)
                            + system.adapter.telegram.0               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.ws.0                     : ws                    : raspberrypi                              -  enabled, port: 8084, bind: 0.0.0.0 (SSL), run as: admin
                            + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0-port0
                            
                            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    "acme"         : 0.1.2    , installed 0.1.2
                            Adapter    "adguard"      : 0.0.8    , installed 0.0.8
                            Adapter    "admin"        : 7.0.22   , installed 7.0.22
                            Adapter    "alexa-shoppinglist": 0.1.5, installed 0.1.5
                            Adapter    "alexa2"       : 3.26.5   , installed 3.26.5
                            Adapter    "backitup"     : 2.11.0   , installed 2.11.0
                            Adapter    "bring"        : 1.8.4    , installed 1.8.4
                            Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                            Adapter    "email"        : 1.3.1    , installed 1.3.1
                            Adapter    "fullybrowser" : 3.0.12   , installed 3.0.12
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "history"      : 3.0.1    , installed 3.0.1
                            Adapter    "homekit-controller": 0.5.10, installed 0.5.10
                            Adapter    "ical"         : 1.15.0   , installed 1.15.0
                            Adapter    "iot"          : 3.3.0    , installed 3.3.0
                            Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                            Adapter    "iwg-vpn"      : 3.0.0    , installed 3.0.0
                            Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                            Controller "js-controller": 6.0.9    , installed 5.0.19 [Updatable]
                            Adapter    "lovelace"     : 4.1.10   , installed 4.1.10
                            Adapter    "material"     : 1.3.1    , installed 1.3.1
                            Adapter    "megaesp"      : 0.1.0    , installed 0.1.0
                            Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                            Adapter    "mqtt-client"  : 2.0.0    , installed 2.0.0
                            Adapter    "net-tools"    : 1.0.11   , installed 1.0.11
                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                            Adapter    "node-red"     : 5.2.1    , installed 5.2.1
                            Adapter    "openknx"      : 0.9.0    , installed 0.9.0
                            Adapter    "ping"         : 1.6.2    , installed 1.6.2
                            Adapter    "residents"    : 0.1.1    , installed 0.1.1
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                            Adapter    "socketio"     : 6.7.0    , installed 6.7.0
                            Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                            Adapter    "synochat"     : 1.3.1    , installed 1.3.1
                            Adapter    "synology"     : 3.1.0    , installed 3.1.0
                            Adapter    "telegram"     : 3.3.2    , installed 3.3.2
                            Adapter    "text2command" : 3.0.3    , installed 3.0.3
                            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                            Adapter    "vis-2"        : 2.9.32   , installed 2.9.32
                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                            Adapter    "weatherunderground": 3.7.0, installed 3.7.0
                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                            Adapter    "welcome"      : 0.3.0    , installed 0.3.0
                            Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                            Adapter    "wiobrowser"   : 2.0.2    , installed 2.0.2
                            Adapter    "ws"           : 2.6.1    , installed 2.6.1
                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                            Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                            Adapter    "zigbee2mqtt"  : 2.13.6   , installed 2.13.6
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        6774
                            States:         5215
                            
                            *** 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_20.x nodistro InRelease
                            Reading package lists...
                            Pending Updates: 0
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 0.0.0.0:45989           0.0.0.0:*               LISTEN      1001       55153121   29571/io.yahka.2
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15381      580/sshd: /usr/sbin
                            tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       55151380   29218/node-red
                            tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       55149882   29112/iobroker.js-c
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       55149877   29112/iobroker.js-c
                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          55154847   30024/cupsd
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          15383      580/sshd: /usr/sbin
                            tcp6       0      0 :::4369                 :::*                    LISTEN      0          14541      1/systemd
                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          55154846   30024/cupsd
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       55152105   29537/io.web.0
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       55151228   29130/io.admin.0
                            tcp6       0      0 :::8084                 :::*                    LISTEN      1001       55152999   29556/io.ws.0
                            tcp6       0      0 :::8091                 :::*                    LISTEN      1001       55150427   29499/io.lovelace.0
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16409      475/dhcpcd
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          55156844   30028/cups-browsed
                            udp        0      0 0.0.0.0:41644           0.0.0.0:*                           1001       55151762   29277/io.openknx.0
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       55152225   29593/io.esphome.0
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12255      370/avahi-daemon: r
                            udp        0      0 0.0.0.0:35438           0.0.0.0:*                           108        12257      370/avahi-daemon: r
                            udp6       0      0 :::5353                 :::*                                108        12256      370/avahi-daemon: r
                            udp6       0      0 :::36482                :::*                                108        12258      370/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2024-08-03 00:00:00.080  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 29931
                            2024-08-03 00:00:03.501  - info: dwd.0 (29931) starting. Version 2.8.5 in /opt/iobroker/node_modules/iobroker.dwd, node: v20.16.0, js-controller: 5.0.19
                            2024-08-03 00:00:04.123  - info: host.raspberrypi instance system.adapter.ical.0 started with pid 29947
                            2024-08-03 00:00:05.493  - info: dwd.0 (29931) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2024-08-03 00:00:06.041  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2024-08-03 00:00:08.090  - info: ical.0 (29947) starting. Version 1.15.0 in /opt/iobroker/node_modules/iobroker.ical, node: v20.16.0, js-controller: 5.0.19
                            2024-08-03 00:00:09.385  - info: ical.0 (29947) processing URL: Gmail Privat https://calendar.google.com/calendar/ical/liersch52%40gmail.com/private-30a9b22ce901d314b7678a6a5cecd14f/basic.ics
                            2024-08-03 00:00:31.904  - info: ical.0 (29947) processing URL: Gmail Geschäft https://calendar.google.com/calendar/ical/timo.liersch%40roche.com/private-1093527edc409a6928e6c06171fa8233/basic.ics
                            2024-08-03 00:00:51.143  - info: ical.0 (29947) Set events.2.Geschäft to true
                            2024-08-03 00:00:52.421  - info: ical.0 (29947) Set events.0.today.Geschäft to false
                            2024-08-03 00:00:52.432  - info: ical.0 (29947) Set events.0.now.Geschäft to false
                            2024-08-03 00:00:52.444  - info: ical.0 (29947) Set events.7.Geschäft to false
                            2024-08-03 00:00:57.512  - info: ical.0 (29947) Terminated (NO_ERROR): Without reason
                            2024-08-03 00:00:58.106  - info: host.raspberrypi instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                            
                            
                            
                            ============ Mark until here for C&P =============
                            
                            iob diag has finished.
                            
                            
                            Press any key for a summary
                            
                            pi@raspberrypi:~ $
                            pi@raspberrypi:~ $
                            ======== Start marking the full check here =========
                            
                            Skript v.2024-05-22
                            
                            *** BASE SYSTEM ***
                               Static hostname: raspberrypi
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 11 (bullseye)
                                        Kernel: Linux 6.1.21-v8+
                                  Architecture: arm64
                            
                            Model           : Raspberry Pi 4 Model B Rev 1.4
                            Docker          : false
                            Virtualization  : none
                            Kernel          : aarch64
                            Userland        : 32 bit
                            
                            Systemuptime and Load:
                             00:02:36 up 81 days,  5:39,  3 users,  load average: 1.51, 2.09, 2.41
                            CPU threads: 4
                            
                            
                            *** RASPBERRY THROTTLING ***
                            Current issues:
                            No throttling issues detected.
                            
                            Previously detected issues:
                            No throttling issues detected.
                            
                            *** Time and Time Zones ***
                                           Local time: Sat 2024-08-03 00:02:37 CEST
                                       Universal time: Fri 2024-08-02 22:02:37 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Berlin (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** Users and Groups ***
                            User that called 'iob diag':
                            pi
                            HOME=/home/pi
                            GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                            
                            User that is running 'js-controller':
                            iobroker
                            HOME=/home/iobroker
                            GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                            
                            *** Display-Server-Setup ***
                            Display-Server: true
                            Desktop:
                            Terminal:       tty
                            Boot Target:    graphical.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            7.8G        2.4G        746M         35M        4.7G        5.3G
                            Swap:            99M          0B         99M
                            Total:          7.9G        2.4G        846M
                            
                            ^Cb diag has finished.l here for C&P =============instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)r/ical/timo.liersch%40roche.com/private-1093527edc409a6928e6c06171fa8233/basic.ics:1.0-port0n
                            pi@raspberrypi:~ $
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @fAz3rs adventures last edited by

                              @faz3rs-adventures sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                              Operating System: Raspbian GNU/Linux 11 (bullseye)

                              Bring das beizeiten per NEUINSTALLATION auf Version 12 'Bookworm'.
                              Dann auch gleich in der 64Bit-Version.

                              Display-Server: true

                              Schalt den Desktop aus.

                              sudo systemctl set-default multi-user.target
                              

                              EXT4-fs (mmcblk0p2): This should not happen!! Data will be lost

                              Das Dateisystem der SD-Karte ist hin.

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

                                @thomas-braun
                                Das heißt eine neue SD Karte rein, mit V 12 neu Installieren und dann mein letztes Backup von IOB aufspielen?

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

                                  @faz3rs-adventures sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                                  Das heißt eine neue SD Karte rein, mit V 12 neu Installieren und dann mein letztes Backup von IOB aufspielen?

                                  So kann man das machen. Vorausgesetzt, in dem Backup sind nicht bereits korrupte Dateien enthalten.

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

                                    @thomas-braun

                                    Das klingt garnich so gut.
                                    Ich mache zwar regelmäßig Backups aber ob das da nich auch schon fehler hat weiß ich nicht
                                    Dh im Worstcase müsste ich alles neu programmieren

                                    Noch eine Frage.
                                    Was hat es mit dem Display server auf sich?
                                    Also am RPI hab ich keinen Bildschirm

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

                                      @faz3rs-adventures sagte in js-controller 6.0.x jetzt für alle User im STABLE!:

                                      Was hat es mit dem Display server auf sich?
                                      Also am RPI hab ich keinen Bildschirm

                                      Eben...
                                      Du hast aber da einen Desktop laufen (und einen Druckerserver usw.), der für gar nix gut ist.

                                      Daher kannst du das ja bei der Neuinstallation gleich alles weg lassen.

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

                                        @thomas-braun

                                        Okay Vielen Dank für die Hilfe.
                                        Dann werd ich die Tage eine neue SD Karte organisieren und alles neu Aufsetzen.
                                        Hoffe das klappt💪

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

                                          @faz3rs-adventures

                                          https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht

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

                                            @thomas-braun
                                            Sau stark Danke👍

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

                                            Support us

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

                                            951
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            controller js-controller kiera stable
                                            47
                                            257
                                            32709
                                            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