Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BLE Adapter lässt sich nicht installieren. gelöst(Nodev18)

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    BLE Adapter lässt sich nicht installieren. gelöst(Nodev18)

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

      @thomas-braun
      walter@Mini-PC:~$
      python3 --version
      Python 3.11.2
      walter@Mini-PC:~$

      Thomas Braun 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Walter.O. last edited by Thomas Braun

        @walter-o
        Hm. Okay.
        Jedenfalls ist dein 'node-gyp' zu alt. Ich weiß im Moment aber nicht, wie man das am elegantesten auf eine Version >=8 hievt.

        Walter.O. 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Walter.O. last edited by

          @walter-o

          Schau mal in die Datei

          /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py

          so um die Zeile 228 herum. Es dürfte da eine Zeile stehen, die ungefähr so aussieht:

           else:
                build_file_contents = open(build_file_path, 'rU').read() 
          

          Ändere rU zu r.

          Walter.O. 1 Reply Last reply Reply Quote 0
          • Walter.O.
            Walter.O. @Thomas Braun last edited by

            @thomas-braun

            
            # base_path_sections is a list of sections defined by GYP that contain
            # pathnames.  The generators can provide more keys, the two lists are merged
            # into path_sections, but you should call IsPathSection instead of using either
            # list directly.
            base_path_sections = [
                "destination",
                "files",
                "include_dirs",
                "inputs",
                "libraries",
                                [ „build_file_contents = open(build_file_path, 'rU').read()“ nicht gefunden ]
            
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Walter.O. last edited by Thomas Braun

              @walter-o

              Was sehe ich da?
              Keine Ahnung...
              [Edit:] Das ist Zeile 35 oder so rum bei dir... Du musst die genannte Sektion bei Zeile 228 suchen.

              Bei mir sieht die Passage so aus:

              def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, check):
                  if build_file_path in data:
                      return data[build_file_path]
              
                  if os.path.exists(build_file_path):
                      build_file_contents = open(build_file_path, encoding="utf-8").read()
                  else:
                      raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
              

              Ist auf meinem Test/Bastelsystem, da sieht das dann nochmal anders aus.

              Walter.O. 1 Reply Last reply Reply Quote 0
              • Walter.O.
                Walter.O. @Thomas Braun last edited by

                @thomas-braun
                jetzt

                walter@Mini-PC:~$ node-gyp --version
                v10.0.1
                walter@Mini-PC:~$
                
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Walter.O. last edited by

                  @walter-o

                  Was haste denn jetzt gemacht? node-gyp global installiert?

                  1 Reply Last reply Reply Quote 0
                  • Walter.O.
                    Walter.O. @Thomas Braun last edited by

                    @thomas-braun
                    nach einem Ubdate jetzt wie bei dir:

                    
                    def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, check):
                        if build_file_path in data:
                            return data[build_file_path]
                    
                        if os.path.exists(build_file_path):
                            build_file_contents = open(build_file_path, encoding="utf-8").read()
                        else:
                            raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})")
                    
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Walter.O. last edited by

                      @walter-o sagte in BLE Adapter lässt sich nicht installieren. gelöst(Nodev18):

                      nach einem Ubdate

                      Wie upgedated? Per 'npm install -g node-gyp' oder sowas?

                      Walter.O. 1 Reply Last reply Reply Quote 0
                      • Walter.O.
                        Walter.O. @Thomas Braun last edited by

                        @thomas-braun
                        Ja ```
                        npm install -g node-gyp

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Walter.O. last edited by

                          @walter-o

                          Das fliegt dir irgendwann um die Ohren.

                          Walter.O. 1 Reply Last reply Reply Quote 0
                          • Walter.O.
                            Walter.O. @Thomas Braun last edited by

                            @thomas-braun warum?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Walter.O. last edited by Thomas Braun

                              @walter-o

                              Weil node-gyp genau wie npm im Paket nodejs drin ist. Und das wird sich irgendwann mit deiner manuell reingeflickten Version beißen.

                              Funktioniert das bauen von ble denn nun?

                              Walter.O. 1 Reply Last reply Reply Quote 0
                              • Walter.O.
                                Walter.O. @Thomas Braun last edited by

                                @thomas-braun
                                Nein. Auch jetzt nicht

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Walter.O. last edited by

                                  @walter-o

                                  iob diag
                                  

                                  in der Langfassung.

                                  Walter.O. 1 Reply Last reply Reply Quote 0
                                  • Walter.O.
                                    Walter.O. @Thomas Braun last edited by

                                    @thomas-braun
                                    Ich weis nicht wie ich die Langfassung in Putty Kopieren kann gibt es da einen Trick

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Walter.O. last edited by

                                      @walter-o

                                      Ja. Kein puTTY verwenden sondern ein gescheites Terminal.
                                      Aber auch aus puTTY kann man irgendwie Text herauskopieren. Machen andere ja auch.
                                      Tip: Fenster so breit wie möglich ziehen. puTTY macht sonst immer so hässliche Zeilenumbrüche.

                                      Es liegt aber auch ein iob_diag.log im /home/iobroker

                                      Walter.O. 1 Reply Last reply Reply Quote 0
                                      • Walter.O.
                                        Walter.O. @Thomas Braun last edited by Walter.O.

                                        @thomas-braun Ich schau Morgen weiter ist schon Spät.
                                        Ich danke dir erstmal.
                                        Doch noch auf die Schnelle

                                        *** iob diag is starting up, please wait ***
                                        
                                        *** ioBroker Diagnosis ***
                                        
                                        Please stretch the window of your terminal programm (puTTY) as wide as possible or switch to full screen
                                        
                                        The following checks may give hints to potential malconfigurations or errors, please post them in our forum:
                                        
                                        https://forum.iobroker.net
                                        
                                        Just copy and paste the Summary Page, including the ``` characters at start and end.
                                        It helps us to help you!
                                        
                                        Press any key to continue
                                        
                                        ======== Start marking the full check here =========
                                        
                                        Skript v.2023-10-10
                                        
                                        *** BASE SYSTEM ***
                                         Static hostname: Mini-PC
                                               Icon name: computer-laptop
                                                 Chassis: laptop 💻
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.1.0-17-amd64
                                            Architecture: x86-64
                                         Hardware Vendor: Wortmann_AG
                                          Hardware Model: TERRA_PC
                                        Firmware Version: 1.02
                                        
                                        model name	: Intel(R) Celeron(R) CPU 1007U @ 1.50GHz
                                        Docker          : false
                                        Virtualization  : none
                                        Kernel          : x86_64
                                        Userland        : amd64
                                        
                                        Systemuptime and Load:
                                         19:54:41 up  2:13,  2 users,  load average: 0.76, 0.66, 0.70
                                        CPU threads: 2
                                        
                                        
                                        *** Time and Time Zones ***
                                                       Local time: Tue 2024-01-23 19:54:41 CET
                                                   Universal time: Tue 2024-01-23 18:54:41 UTC
                                                         RTC time: Tue 2024-01-23 18:54:41
                                                        Time zone: Europe/Berlin (CET, +0100)
                                        System clock synchronized: yes
                                                      NTP service: active
                                                  RTC in local TZ: no
                                        
                                        *** User and Groups ***
                                        walter
                                        /home/walter
                                        walter cdrom floppy sudo audio dip video plugdev users netdev bluetooth iobroker
                                        
                                        *** X-Server-Setup ***
                                        X-Server: 	false
                                        Desktop: 	
                                        Terminal: 	tty
                                        Boot Target: 	graphical.target
                                        
                                        *** MEMORY ***
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.1G        3.8G        3.6G        831K        1.0G        4.3G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          9.2G        3.8G        4.6G
                                        
                                                 7772 M total memory
                                                 3652 M used memory
                                                  435 M active memory
                                                 3525 M inactive memory
                                                 3429 M free memory
                                                  134 M buffer memory
                                                  828 M swap cache
                                                  974 M total swap
                                                    0 M used swap
                                                  974 M free swap
                                        
                                        *** FAILED SERVICES ***
                                        
                                          UNIT LOAD ACTIVE SUB DESCRIPTION
                                        0 loaded units listed.
                                        
                                        *** FILESYSTEM ***
                                        Filesystem     Type      Size  Used Avail Use% Mounted on
                                        udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                        tmpfs          tmpfs     778M  796K  777M   1% /run
                                        /dev/sda1      ext4      468G   16G  429G   4% /
                                        tmpfs          tmpfs     3.8G     0  3.8G   0% /dev/shm
                                        tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                        tmpfs          tmpfs     778M     0  778M   0% /run/user/1000
                                        
                                        Messages concerning ext4 filesystem in dmesg:
                                        [Tue Jan 23 17:41:26 2024] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                                        [Tue Jan 23 17:41:27 2024] EXT4-fs (sda1): re-mounted. Quota mode: none.
                                        
                                        Show mounted filesystems \(real ones only\):
                                        TARGET SOURCE    FSTYPE OPTIONS
                                        /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                        
                                        Files in neuralgic directories:
                                        
                                        /var:
                                        3.0G	/var/
                                        2.5G	/var/log/journal/1029ce6da5704f5d9ade372663d5b349
                                        2.5G	/var/log/journal
                                        2.5G	/var/log
                                        302M	/var/cache
                                        
                                        Archived and active journals take up 30.6M in the file system.
                                        
                                        /opt/iobroker/backups:
                                        1.6G	/opt/iobroker/backups/
                                        
                                        /opt/iobroker/iobroker-data:
                                        2.6G	/opt/iobroker/iobroker-data/
                                        1.7G	/opt/iobroker/iobroker-data/history
                                        524M	/opt/iobroker/iobroker-data/files
                                        233M	/opt/iobroker/iobroker-data/esphome.0/.esphome/build
                                        233M	/opt/iobroker/iobroker-data/esphome.0/.esphome
                                        
                                        The five largest files in iobroker-data are:
                                        66M	/opt/iobroker/iobroker-data/states.jsonl
                                        35M	/opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                        33M	/opt/iobroker/iobroker-data/files/iot.admin/static/js/main.1797d034.js.map
                                        30M	/opt/iobroker/iobroker-data/objects.jsonl
                                        24M	/opt/iobroker/iobroker-data/files/echarts/static/js/main.2b7495c2.js.map
                                        
                                        USB-Devices by-id:
                                        USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                        
                                        /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_D307YK6K-if00-port0
                                        /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3664bc6c5486ec1190d3e33719c2d21c-if00-port0
                                        
                                        *** NodeJS-Installation ***
                                        
                                        /usr/bin/nodejs 	v18.19.0
                                        /usr/bin/node 		v18.19.0
                                        /usr/bin/npm 		10.2.3
                                        /usr/bin/npx 		10.2.3
                                        /usr/bin/corepack 	0.22.0
                                        
                                        
                                        nodejs:
                                          Installed: 18.19.0-1nodesource1
                                          Candidate: 18.19.0-1nodesource1
                                          Version table:
                                             18.19.0+dfsg-6~deb12u1 500
                                                500 http://security.debian.org/debian-security bookworm-security/main amd64 Packages
                                         *** 18.19.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             18.18.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.18.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.18.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.17.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.17.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.16.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.16.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.15.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.2-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.14.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.13.0+dfsg1-1 500
                                                500 http://deb.debian.org/debian bookworm/main amd64 Packages
                                             18.13.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.12.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.11.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.10.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.9.1-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.9.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.8.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.7.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.6.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.5.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.4.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.3.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.2.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.1.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                             18.0.0-1nodesource1 1001
                                                500 https://deb.nodesource.com/node_18.x nodistro/main amd64 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.17
                                        admin: 		6.12.0
                                        javascript: 	7.6.3
                                        
                                        Adapters from github: 	7
                                        
                                        Adapter State
                                        + system.adapter.admin.0                  : admin                 : Mini-pc-Master                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.alarm.0                  : alarm                 : Mini-pc-Master                           -  enabled
                                          system.adapter.alias-manager.0          : alias-manager         : Mini-pc-Master                           - disabled
                                        + system.adapter.backitup.0               : backitup              : Mini-pc-Master                           -  enabled
                                          system.adapter.blockly-plus.0           : blockly-plus          : Mini-pc-Master                           - disabled
                                          system.adapter.chromecast.0             : chromecast            : Mini-pc-Master                           - disabled
                                          system.adapter.daswetter.0              : daswetter             : Mini-pc-Master                           -  enabled
                                        + system.adapter.device-reminder.0        : device-reminder       : Mini-pc-Master                           -  enabled
                                        + system.adapter.device-watcher.0         : device-watcher        : Mini-pc-Master                           -  enabled
                                          system.adapter.devices.0                : devices               : Mini-pc-Master                           - disabled
                                        + system.adapter.discovery.0              : discovery             : Mini-pc-Master                           -  enabled
                                          system.adapter.dwd.0                    : dwd                   : Mini-pc-Master                           -  enabled
                                        + system.adapter.echarts.0                : echarts               : Mini-pc-Master                           -  enabled
                                        + system.adapter.energiefluss.0           : energiefluss          : Mini-pc-Master                           -  enabled
                                          system.adapter.esphome.0                : esphome               : Mini-pc-Master                           - disabled
                                          system.adapter.espresense.0             : espresense            : Mini-pc-Master                           - disabled
                                        + system.adapter.fb-checkpresence.0       : fb-checkpresence      : Mini-pc-Master                           -  enabled
                                          system.adapter.flot.0                   : flot                  : Mini-pc-Master                           - disabled
                                        + system.adapter.fritzdect.0              : fritzdect             : Mini-pc-Master                           -  enabled
                                        + system.adapter.fullybrowser.0           : fullybrowser          : Mini-pc-Master                           -  enabled
                                        + system.adapter.history.0                : history               : Mini-pc-Master                           -  enabled
                                          system.adapter.ical.0                   : ical                  : Mini-pc-Master                           -  enabled
                                          system.adapter.icons-icons8.0           : icons-icons8          : Mini-pc-Master                           - disabled
                                          system.adapter.icons-material-png.0     : icons-material-png    : Mini-pc-Master                           - disabled
                                          system.adapter.icons-material-svg.0     : icons-material-svg    : Mini-pc-Master                           - disabled
                                          system.adapter.icons-mfd-png.0          : icons-mfd-png         : Mini-pc-Master                           - disabled
                                          system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : Mini-pc-Master                           - disabled
                                        + system.adapter.influxdb.0               : influxdb              : Mini-pc-Master                           -  enabled, port: 8086
                                        + system.adapter.info.0                   : info                  : Mini-pc-Master                           -  enabled
                                          system.adapter.iot.0                    : iot                   : Mini-pc-Master                           - disabled
                                        + system.adapter.iqontrol.0               : iqontrol              : Mini-pc-Master                           -  enabled
                                        + system.adapter.javascript.0             : javascript            : Mini-pc-Master                           -  enabled
                                        + system.adapter.logparser.0              : logparser             : Mini-pc-Master                           -  enabled
                                          system.adapter.mihome.0                 : mihome                : Mini-pc-Master                           - disabled, port: 9898, bind: 192.168.178.92
                                        + system.adapter.mqtt.0                   : mqtt                  : Mini-pc-Master                           -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.net-tools.0              : net-tools             : Mini-pc-Master                           -  enabled
                                        + system.adapter.nina.0                   : nina                  : Mini-pc-Master                           -  enabled
                                          system.adapter.node-red.0               : node-red              : Mini-pc-Master                           - disabled, port: 1880, bind: 0.0.0.0
                                        + system.adapter.parcel.0                 : parcel                : Mini-pc-Master                           -  enabled
                                        + system.adapter.ping.0                   : ping                  : Mini-pc-Master                           -  enabled
                                          system.adapter.pollenflug.0             : pollenflug            : Mini-pc-Master                           - disabled
                                          system.adapter.radar2.0                 : radar2                : Mini-pc-Master                           - disabled
                                        + system.adapter.reolink.0                : reolink               : Mini-pc-Master                           -  enabled
                                          system.adapter.sayit.0                  : sayit                 : Mini-pc-Master                           - disabled, port: 0
                                          system.adapter.sayit.1                  : sayit                 : Mini-pc-Master                           - disabled
                                        + system.adapter.shelly.0                 : shelly                : Mini-pc-Master                           -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.smartcontrol.0           : smartcontrol          : Mini-pc-Master                           -  enabled
                                        + system.adapter.smartmeter.0             : smartmeter            : Mini-pc-Master                           -  enabled
                                        + system.adapter.sonoff.0                 : sonoff                : Mini-pc-Master                           -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.sourceanalytix.0         : sourceanalytix        : Mini-pc-Master                           -  enabled
                                        + system.adapter.spotify-premium.0        : spotify-premium       : Mini-pc-Master                           -  enabled
                                        + system.adapter.tankerkoenig.0           : tankerkoenig          : Mini-pc-Master                           -  enabled
                                        + system.adapter.telegram.0               : telegram              : Mini-pc-Master                           -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.tr-064.0                 : tr-064                : Mini-pc-Master                           -  enabled
                                        + system.adapter.trashschedule.0          : trashschedule         : Mini-pc-Master                           -  enabled
                                        + system.adapter.tuya.0                   : tuya                  : Mini-pc-Master                           -  enabled
                                          system.adapter.vis-bars.0               : vis-bars              : Mini-pc-Master                           - disabled
                                          system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Mini-pc-Master                           - disabled
                                          system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : Mini-pc-Master                           - disabled
                                          system.adapter.vis-icontwo.0            : vis-icontwo           : Mini-pc-Master                           - disabled
                                        + system.adapter.vis-inventwo.0           : vis-inventwo          : Mini-pc-Master                           -  enabled
                                          system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : Mini-pc-Master                           - disabled
                                          system.adapter.vis-materialdesign.0     : vis-materialdesign    : Mini-pc-Master                           - disabled
                                          system.adapter.vis-metro.0              : vis-metro             : Mini-pc-Master                           - disabled
                                          system.adapter.vis-rgraph.0             : vis-rgraph            : Mini-pc-Master                           - disabled
                                          system.adapter.vis-timeandweather.0     : vis-timeandweather    : Mini-pc-Master                           - disabled
                                          system.adapter.vis.0                    : vis                   : Mini-pc-Master                           -  enabled
                                          system.adapter.weatherunderground.0     : weatherunderground    : Mini-pc-Master                           -  enabled
                                        + system.adapter.web.0                    : web                   : Mini-pc-Master                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.zigbee.0                 : zigbee                : Mini-pc-Master                           -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3664bc6c5486ec1190d3e33719c2d21c-if00-port0
                                        
                                        + instance is alive
                                        
                                        Enabled adapters with bindings
                                        + system.adapter.admin.0                  : admin                 : Mini-pc-Master                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.influxdb.0               : influxdb              : Mini-pc-Master                           -  enabled, port: 8086
                                        + system.adapter.mqtt.0                   : mqtt                  : Mini-pc-Master                           -  enabled, port: 1883, bind: 0.0.0.0
                                        + system.adapter.shelly.0                 : shelly                : Mini-pc-Master                           -  enabled, port: 1882, bind: 0.0.0.0
                                        + system.adapter.sonoff.0                 : sonoff                : Mini-pc-Master                           -  enabled, port: 1886, bind: 0.0.0.0
                                        + system.adapter.telegram.0               : telegram              : Mini-pc-Master                           -  enabled, port: 8443, bind: 0.0.0.0
                                        + system.adapter.web.0                    : web                   : Mini-pc-Master                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        + system.adapter.zigbee.0                 : zigbee                : Mini-pc-Master                           -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3664bc6c5486ec1190d3e33719c2d21c-if00-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    "admin"        : 6.12.0   , installed 6.12.0
                                        Adapter    "alarm"        : 3.6.0    , installed 3.6.0
                                        Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                        Adapter    "backitup"     : 2.9.8    , installed 2.9.8
                                        Adapter    "chromecast"   : 3.0.3    , installed 3.0.3
                                        Adapter    "daswetter"    : 3.1.12   , installed 3.1.12
                                        Adapter    "device-reminder": 3.0.0  , installed 3.0.0
                                        Adapter    "device-watcher": 2.9.6   , installed 2.9.6
                                        Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                        Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                        Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                        Adapter    "echarts"      : 1.7.2    , installed 1.7.2
                                        Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                                        Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                        Adapter    "fritzdect"    : 2.5.9    , installed 2.5.9
                                        Adapter    "fullybrowser" : 3.0.9    , installed 3.0.9
                                        Adapter    "history"      : 3.0.1    , installed 3.0.1
                                        Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                        Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                                        Adapter    "icons-mfd-png": 1.2.1    , installed 1.2.1
                                        Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                        Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                        Adapter    "info"         : 2.0.0    , installed 2.0.0
                                        Adapter    "iot"          : 2.0.11   , installed 2.0.11
                                        Adapter    "iqontrol"     : 2.3.0    , installed 2.3.0
                                        Adapter    "javascript"   : 7.1.6    , installed 7.6.3
                                        Controller "js-controller": 5.0.17   , installed 5.0.17
                                        Adapter    "logparser"    : 2.2.1    , installed 2.2.1
                                        Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                                        Adapter    "mqtt"         : 5.1.0    , installed 5.1.0
                                        Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                                        Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                        Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                                        Adapter    "parcel"       : 0.0.27   , installed 0.2.6
                                        Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                        Adapter    "radar2"       : 2.1.0    , installed 2.1.0
                                        Adapter    "reolink"      : 1.0.2    , installed 1.0.2
                                        Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                        Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                        Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                        Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                                        Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                        Adapter    "socketio"     : 6.6.0    , installed 6.6.0
                                        Adapter    "sonoff"       : 3.0.3    , installed 3.0.3
                                        Adapter    "spotify-premium": 1.3.1  , installed 1.3.1
                                        Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                        Adapter    "telegram"     : 3.0.1    , installed 3.0.1
                                        Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                        Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                        Adapter    "tuya"         : 3.15.0   , installed 3.15.0
                                        Adapter    "vis"          : 1.5.4    , installed 1.5.4
                                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                        Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                        Adapter    "vis-icontwo"  : 1.3.0    , installed 1.3.0
                                        Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                        Adapter    "vis-materialdesign": 0.5.9, installed 0.5.93
                                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                        Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                        Adapter    "web"          : 6.1.10   , installed 6.1.10
                                        Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                        Adapter    "zigbee"       : 1.10.1   , installed 1.10.1
                                        
                                        Objects and States
                                        Please stand by - This may take a while
                                        Objects: 	26578
                                        States: 	24887
                                        
                                        *** OS-Repositories and Updates ***
                                        Hit:1 http://deb.debian.org/debian bookworm InRelease
                                        Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
                                        Hit:3 http://security.debian.org/debian-security bookworm-security InRelease
                                        Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                        Reading package lists...
                                        Pending Updates: 0
                                        
                                        *** Listening Ports ***
                                        Active Internet connections (only servers)
                                        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
                                        tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       20499      455/iobroker.js-con 
                                        tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       20506      455/iobroker.js-con 
                                        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          18405      466/sshd: /usr/sbin 
                                        tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          14089      1/init              
                                        tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       20238      796/io.sonoff.0     
                                        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       20010      644/io.mqtt.0       
                                        tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      105        18420      454/influxd         
                                        tcp6       0      0 :::22                   :::*                    LISTEN      0          18407      466/sshd: /usr/sbin 
                                        tcp6       0      0 :::111                  :::*                    LISTEN      0          14091      1/init              
                                        tcp6       0      0 :::8086                 :::*                    LISTEN      105        19764      454/influxd         
                                        tcp6       0      0 :::8082                 :::*                    LISTEN      1001       26766      1423/io.web.0       
                                        tcp6       0      0 :::8081                 :::*                    LISTEN      1001       19878      549/io.admin.0      
                                        udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          19702      394/dhclient        
                                        udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          14090      1/init              
                                        udp        0      0 192.168.178.41:5353     0.0.0.0:*                           1001       22639      837/io.tr-064.0     
                                        udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       20157      758/io.shelly.0     
                                        udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       22865      850/io.tuya.0       
                                        udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       22866      850/io.tuya.0       
                                        udp6       0      0 :::111                  :::*                                0          14092      1/init              
                                        
                                        *** Log File - Last 25 Lines ***
                                        
                                        2024-01-23 17:53:10.093  - warn: host.Mini-pc-Master "system.host.Raspberry-1" is offline
                                        2024-01-23 17:55:00.727  - error: host.Mini-pc-Master Invalid request getRepository. "callback"(false) or "from"(true) is null
                                        2024-01-23 17:57:49.724  - error: host.Mini-pc-Master iobroker npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! gyp info it worked if it ends with oknpm ERR! gyp info using node-gyp@7.1.2npm ERR! gyp info using node@18.19.0 | linux | x64npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"npm ERR! (node:3755) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! gyp info spawn /usr/bin/python3npm ERR! gyp info spawn args [npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',npm ERR! gyp info spawn args   'binding.gyp',npm ERR! gyp info spawn args   '-f',npm ERR! gyp info spawn args   'make',npm ERR! gyp info spawn args   '-I',npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/@abandonware/noble/build/config.gypi',npm ERR! gyp info spawn args   '-I',npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',npm ERR! gyp info spawn args   '-I',npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.19.0/include/node/common.gypi',npm ERR! gyp info spawn args   '-Dlibrary=shared_library',npm ERR! gyp info spawn args   '-Dvisibility=default',npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.19.0',npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.19.0/<(target_arch)/node.lib',npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/@abandonware/noble',npm ERR! gyp info spawn args   '-Dnode_engine=v8',npm ERR! gyp info spawn args   '--depth=.',npm ERR! gyp info spawn args   '--no-parallel',npm ERR! gyp info spawn args   '--generator-output',npm ERR! gyp info spawn args   'build',npm ERR! gyp info spawn args   '-Goutput_dir=.'npm ERR! gyp info spawn args ]npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-17-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.19.0npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-23T16_57_34_539Z-debug-0.log
                                        2024-01-23 17:57:49.728  - error: host.Mini-pc-Master iobroker host.Mini-pc-Master Cannot install iobroker.ble@0.13.4: 1
                                        2024-01-23 18:00:48.158  - warn: fullybrowser.0 (1147) [REST] 192.168.178.89: Sending command get axiosGetDevicesInfo  failed: No response
                                        2024-01-23 18:14:36.810  - warn: zigbee.0 (886) DeviceAvailability:Stopping to ping 0x00158d0003a732aa ZBT-ColorTemperature after 4 ping attempts
                                        2024-01-23 18:52:06.382  - warn: radar2.0 (11397) Noble not available, Error: Error: Cannot find module '@abandonware/noble'Require stack:- /opt/iobroker/node_modules/iobroker.radar2/myNetworks.js- /opt/iobroker/node_modules/iobroker.radar2/radar2.jsat Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)at Module._load (node:internal/modules/cjs/loader:975:27)at Module.require (node:internal/modules/cjs/loader:1225:19)at require (node:internal/modules/helpers:177:18)at Bluetooth.init (/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js:479:31)at main (/opt/iobroker/node_modules/iobroker.radar2/radar2.js:558:21)at IobAdapter.onReady (/opt/iobroker/node_modules/iobroker.radar2/fjadapter-core.js:212:31) {code: 'MODULE_NOT_FOUND',requireStack: ['/opt/iobroker/node_modules/iobroker.radar2/myNetworks.js','/opt/iobroker/node_modules/iobroker.radar2/radar2.js']}
                                        2024-01-23 18:52:06.387  - warn: radar2.0 (11397) Neither hcitool nor noble available to scan Bluetooth!
                                        2024-01-23 18:52:06.420  - warn: radar2.0 (11397) Uncaught Exception: bind EACCES 0.0.0.0:67
                                        2024-01-23 18:52:06.421  - error: radar2.0 (11397) uncaught exception: bind EACCES 0.0.0.0:67
                                        2024-01-23 18:52:06.422  - error: radar2.0 (11397) Error: bind EACCES 0.0.0.0:67
                                            at node:dgram:364:20
                                            at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
                                        2024-01-23 18:52:06.422  - error: radar2.0 (11397) Exception-Code: EACCES: bind EACCES 0.0.0.0:67
                                        2024-01-23 18:52:06.450  - warn: radar2.0 (11397) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                        2024-01-23 18:52:06.651  - warn: radar2.0 (11397) radar initialization finished with error TypeError: Cannot read properties of null (reading 'push')at main (/opt/iobroker/node_modules/iobroker.radar2/radar2.js:801:17)at async IobAdapter.onReady (/opt/iobroker/node_modules/iobroker.radar2/fjadapter-core.js:212:9), will stop adapter!
                                        2024-01-23 18:52:07.090  - error: host.Mini-pc-Master instance system.adapter.radar2.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                        2024-01-23 18:52:39.359  - error: radar2.0 (11505) adapter disabled
                                        2024-01-23 18:52:39.416  - warn: radar2.0 (11505) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                                        2024-01-23 18:52:40.058  - error: host.Mini-pc-Master instance system.adapter.radar2.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                                        2024-01-23 19:15:48.203  - warn: fullybrowser.0 (1147) [REST] 192.168.178.89: Sending command get axiosGetDevicesInfo  failed: No response
                                        2024-01-23 19:30:30.490  - warn: host.Mini-pc-Master "system.host.Raspberry-1" is offline
                                        2024-01-23 19:42:22.996  - error: host.Mini-pc-Master iobroker npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/@abandonware/noblenpm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! (node:17520) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! Traceback (most recent call last):npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>npm ERR!     sys.exit(gyp.script_main())npm ERR!              ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_mainnpm ERR!     return main(sys.argv[1:])npm ERR!            ^^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in mainnpm ERR!     return gyp_main(args)npm ERR!            ^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_mainnpm ERR!     [generator, flat_list, targets, data] = Load(npm ERR!                                             ^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Loadnpm ERR!     result = gyp.input.Load(npm ERR!              ^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Loadnpm ERR!     LoadTargetBuildFile(npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFilenpm ERR!     build_file_data = LoadOneBuildFile(npm ERR!                       ^^^^^^^^^^^^^^^^^npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFilenpm ERR!     build_file_contents = open(build_file_path, "rU").read()npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gypnpm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)npm ERR! gyp ERR! System Linux 6.1.0-17-amd64npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noblenpm ERR! gyp ERR! node -v v18.19.0npm ERR! gyp ERR! node-gyp -v v7.1.2npm ERR! gyp ERR! not oknpm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-23T18_42_08_732Z-debug-0.loghost.Mini-pc-Master Cannot install iobroker.ble@0.13.4: 1
                                        
                                        
                                        
                                        ============ Mark until here for C&P =============
                                        
                                        iob diag has finished.
                                        
                                        
                                        Press any key for a summary
                                        
                                        Copy text starting here:
                                        
                                        
                                        ======================= SUMMARY =======================
                                        			v.2023-10-10
                                        
                                        
                                         Static hostname: Mini-PC
                                               Icon name: computer-laptop
                                                 Chassis: laptop 💻
                                        Operating System: Debian GNU/Linux 12 (bookworm)
                                                  Kernel: Linux 6.1.0-17-amd64
                                            Architecture: x86-64
                                         Hardware Vendor: Wortmann_AG
                                          Hardware Model: TERRA_PC
                                        Firmware Version: 1.02
                                        
                                        Installation: 		native
                                        Kernel: 		x86_64
                                        Userland: 		amd64
                                        Timezone: 		Europe/Berlin (CET, +0100)
                                        User-ID: 		1000
                                        X-Server: 		false
                                        Boot Target: 		graphical.target
                                        
                                        Pending OS-Updates: 	0
                                        Pending iob updates: 	0
                                        
                                        Nodejs-Installation: 	/usr/bin/nodejs 	v18.19.0
                                        			/usr/bin/node 		v18.19.0
                                        			/usr/bin/npm 		10.2.3
                                        			/usr/bin/npx 		10.2.3
                                        			/usr/bin/corepack 	0.22.0
                                        
                                        Recommended versions are nodejs  and npm 
                                        Your nodejs installation is correct
                                        
                                        MEMORY: 
                                                       total        used        free      shared  buff/cache   available
                                        Mem:            8.1G        3.8G        3.6G        831K        1.0G        4.3G
                                        Swap:           1.0G          0B        1.0G
                                        Total:          9.2G        3.8G        4.6G
                                        
                                        Active iob-Instances: 	38
                                        Active repo(s): stable
                                        
                                        ioBroker Core: 		js-controller 		5.0.17
                                        			admin 			6.12.0
                                        
                                        ioBroker Status: 	iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        Status admin and web instance:
                                        + system.adapter.admin.0                  : admin                 : Mini-pc-Master                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                        + system.adapter.web.0                    : web                   : Mini-pc-Master                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                        
                                        Objects: 		26578
                                        States: 		24887
                                        
                                        Size of iob-Database:
                                        
                                        30M	/opt/iobroker/iobroker-data/objects.jsonl
                                        68M	/opt/iobroker/iobroker-data/states.jsonl
                                        
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        
                                        
                                        === Mark text until here for copying ===
                                        
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Walter.O. last edited by

                                          @walter-o

                                          Mach die Änderung mit dem rU in der Datei
                                          /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py

                                          Walter.O. 1 Reply Last reply Reply Quote 0
                                          • Walter.O.
                                            Walter.O. @Thomas Braun last edited by

                                            @thomas-braun sagte in BLE Adapter lässt sich nicht installieren. gelöst(Nodev18):

                                            @walter-o

                                            Mach die Änderung mit dem rU in der Datei
                                            /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py

                                            
                                            walter@Mini-PC:~$ cd /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/
                                            -bash: cd: /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/: Datei oder Verzeichnis nicht gefunden
                                            walter@Mini-PC:~$
                                            
                                            
                                            Thomas Braun 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

                                            729
                                            Online

                                            32.1k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            52
                                            2716
                                            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