Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Beta Test js-controller 3.2.x auf GitHub

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Beta Test js-controller 3.2.x auf GitHub

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

      @ilovegym zeig bitte mal Ausgabe von „iobroker setup custom“ da scheint was bei dir falsch eingestellt zu sein und up steht im Typ Feld.

      Bzw zeig mal dein /opt/iobroker/iobroker-data/iobroker.json

      Bei mir läuft redis problemlos.

      Neuschwansteini 2 Replies Last reply Reply Quote 0
      • Neuschwansteini
        Neuschwansteini @apollon77 last edited by

        @apollon77

        setup custom

        ilovegym@VMC123-iobroker:/opt/iobroker$ iobroker setup custom
        Current configuration:
        - Objects database:
          - Type: redis
          - Host/Unix Socket: 127.0.0.1
          - Port: 6379
        - States database:
          - Type: redis
          - Host/Unix Socket: 127.0.0.1
          - Port: 6379
        
        Type of objects DB [(f)ile, (r)edis], default [redis]:
        
        

        das json:

        ilovegym@VMC123-iobroker:/opt/iobroker$ cat /opt/iobroker/iobroker-data/iobroker.json
        {
          "system": {
            "memoryLimitMB": 0,
            "hostname": "",
            "statisticsInterval": 15000,
            "statisticsIntervalComment": "Interval how often the counters for input/output in adapters and controller will be updated"
          },
          "multihostService": {
            "enabled": true,
            "secure": true,
            "password": "3edcfbcce1de120ae6c2af0909623e22"
          },
          "network": {
            "IPv4": true,
            "IPv6": true,
            "bindAddress": null
          },
          "objects": {
            "type": "redis",
            "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
            "host": "127.0.0.1",
            "port": 6379,
            "user": "",
            "pass": "",
            "noFileCache": false,
            "connectTimeout": 2000,
            "backup": {
              "disabled": false,
              "files": 24,
              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
              "hours": 48,
              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
              "period": 120,
              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
              "path": "",
              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
            },
            "options": {
              "auth_pass": null,
              "retry_max_delay": 5000
            }
          },
          "states": {
            "type": "redis",
            "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
            "host": "127.0.0.1",
            "port": 6379,
            "maxQueue": 1000,
            "options": {
              "auth_pass": null,
              "retry_max_delay": 5000
            },
            "backup": {
              "disabled": false,
              "files": 24,
              "filesComment": "Minimal number of backup files, after the deletion will be executed according to backupTime settings",
              "hours": 48,
              "hoursComment": "All backups older than 48 hours will be deleted. But only if the number of files is greater than of backupNumber",
              "period": 120,
              "periodComment": "by default backup every 2 hours. Time is in minutes. To disable backup set the value to 0",
              "path": "",
              "pathComment": "Absolute path to backup directory or empty to backup in data directory"
            }
          },
          "log": {
            "level": "info",
            "maxDays": 7,
            "noStdout": true,
            "transport": {
              "file1": {
                "type": "file",
                "enabled": true,
                "filename": "log/iobroker",
                "fileext": ".log",
                "maxsize": null,
                "maxFiles": null
              },
              "syslog1": {
                "type": "syslog",
                "enabled": false,
                "host": "localhost",
                "host_comment": "The host running syslogd, defaults to localhost.",
                "port_comment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                "protocol": "udp4",
                "protocol_comment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                "path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                "facility_comment": "Syslog facility to use (Default: local0).",
                "localhost": "iobroker",
                "localhost_comment": "Host to indicate that log messages are coming from (Default: localhost).",
                "sysLogType_comment": "The type of the syslog protocol to use (Default: BSD).",
                "app_name_comment": "The name of the application (Default: process.title).",
                "eol_comment": "The end of line character to be added to the end of the message (Default: Message without modifications)."
              }
            }
          },
          "dataDirComment": "Always relative to iobroker.js-controller/",
          "dataDir": "../../iobroker-data/"
        }ilovegym@VMC123-iobroker:/opt/iobroker$
        
        
        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @Neuschwansteini last edited by

          @ilovegym interessant. Checke ich nachher genauer. Legst mir bitte ein issue an dazu?

          apollon77 2 Replies Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active @apollon77 last edited by sigi234

            @apollon77

            Hallo, hier der Bericht:

            Screenshot (3058).png

            Installation unter Windows hat beim 1. Mal nicht geklappt. Nach Neustart und nochmaliger installation dann doch.

            Install Logs:


            *** Welcome to ioBroker. ***


            *** Type 'iobroker help' for list of instructions. ***
            *** For more help see ***
            *** https://github.com/ioBroker/ioBroker.docs ***


            Your environment has been set up for using Node.js 12.20.1 (x64) and npm.

            C:\Program Files\iobroker\Test>iobroker list instances
            internal/modules/cjs/loader.js:818
            throw err;
            ^

            Error: Cannot find module 'node-forge'
            Require stack:

            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js
              ←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:667:27)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m
              ←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m
              at Object.<anonymous> (C:\Program Files\iobroker\Test\node_modules\←[4miobroker.js-controller←[24m\lib\tools.js:7:19)
              ←[90m at Module._compile (internal/modules/cjs/loader.js:999:30)←[39m
              ←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)←[39m
              ←[90m at Module.load (internal/modules/cjs/loader.js:863:32)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:708:14)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m {
              code: ←[32m'MODULE_NOT_FOUND'←[39m,
              requireStack: [
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js'←[39m
              ]
              }

            C:\Program Files\iobroker\Test>iobroker update
            internal/modules/cjs/loader.js:818
            throw err;
            ^

            Error: Cannot find module 'node-forge'
            Require stack:

            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js
              ←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:667:27)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m
              ←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m
              at Object.<anonymous> (C:\Program Files\iobroker\Test\node_modules\←[4miobroker.js-controller←[24m\lib\tools.js:7:19)
              ←[90m at Module._compile (internal/modules/cjs/loader.js:999:30)←[39m
              ←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)←[39m
              ←[90m at Module.load (internal/modules/cjs/loader.js:863:32)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:708:14)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m {
              code: ←[32m'MODULE_NOT_FOUND'←[39m,
              requireStack: [
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js'←[39m
              ]
              }

            C:\Program Files\iobroker\Test>iobroker update self
            internal/modules/cjs/loader.js:818
            throw err;
            ^

            Error: Cannot find module 'node-forge'
            Require stack:

            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js
            • C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js
              ←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:667:27)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m
              ←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m
              at Object.<anonymous> (C:\Program Files\iobroker\Test\node_modules\←[4miobroker.js-controller←[24m\lib\tools.js:7:19)
              ←[90m at Module._compile (internal/modules/cjs/loader.js:999:30)←[39m
              ←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)←[39m
              ←[90m at Module.load (internal/modules/cjs/loader.js:863:32)←[39m
              ←[90m at Function.Module._load (internal/modules/cjs/loader.js:708:14)←[39m
              ←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m {
              code: ←[32m'MODULE_NOT_FOUND'←[39m,
              requireStack: [
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\tools.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\lib\setup.js'←[39m,
              ←[32m'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller\iobroker.js'←[39m
              ]
              }

            C:\Program Files\iobroker\Test>npm install ioBroker/ioBroker.js-controller
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

            iobroker.js-controller@3.2.1 preinstall C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller
            node lib/preinstallCheck.js

            NPM version: 6.14.8

            iobroker.js-controller@3.2.1 install C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller
            node iobroker.js setup first

            30 file(s) successfully synchronized with ioBroker storage.
            Please DO NOT copy files manually into ioBroker storage directories!

            The following notifications happened during sync:

            • Added 6 Files in Directory "echarts"
            • Added 14 Files in Directory "echarts.admin"
            • Added 10 Files in Directory "iqontrol"

            @root/acme@3.1.0 postinstall C:\Program Files\iobroker\Test\node_modules@root\acme
            node scripts/postinstall

            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules\chokidar\node_modules\fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
            npm WARN @date-io/date-fns@1.3.13 requires a peer of date-fns@^2.0.0 but none is installed. You must install peer dependencies yourself.
            npm WARN @material-ui/pickers@3.2.10 requires a peer of @material-ui/core@^4.0.0 but none is installed. You must install peer dependencies yourself.
            npm WARN @material-ui/pickers@3.2.10 requires a peer of react@^16.8.4 but none is installed. You must install peer dependencies yourself.
            npm WARN @material-ui/pickers@3.2.10 requires a peer of react-dom@^16.8.4 but none is installed. You must install peer dependencies yourself.
            npm WARN babel-eslint@10.1.0 requires a peer of eslint@>= 4.12.1 but none is installed. You must install peer dependencies yourself.
            npm WARN react-transition-group@4.4.1 requires a peer of react@>=16.6.0 but none is installed. You must install peer dependencies yourself.
            npm WARN react-transition-group@4.4.1 requires a peer of react-dom@>=16.6.0 but none is installed. You must install peer dependencies yourself.
            npm WARN rifm@0.7.0 requires a peer of react@>=16.8 but none is installed. You must install peer dependencies yourself.

            • iobroker.js-controller@3.2.1
              added 63 packages from 32 contributors, updated 1 package and audited 3366 packages in 98.966s

            110 packages are looking for funding
            run npm fund for details

            found 102 vulnerabilities (90 low, 4 moderate, 8 high)
            run npm audit fix to fix them, or npm audit for details

            C:\Program Files\iobroker\Test>

            Aktuelle Logs:

            hm-rpc.1	2021-01-09 09:33:13.985	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:33:13.072	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:31:43.974	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:31:43.063	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:30:13.970	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:30:13.060	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:28:43.949	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:28:43.054	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:27:13.949	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:27:13.045	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:25:43.939	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:25:43.035	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:24:13.910	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:24:13.031	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:23:10.067	warn	(9664) State "hm-rpc.1.00091A49A082FC.1.PRESS_SHORT" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:22:43.899	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:22:43.020	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:22:09.372	warn	(9664) State "hm-rpc.1.00091A49A082FC.1.PRESS_SHORT" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:21:13.889	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:21:13.011	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:19:44.202	warn	(9664) State "hm-rpc.1.00091A49A082FC.1.PRESS_SHORT" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:19:43.874	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:19:43.001	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:18:43.523	warn	(9664) State "hm-rpc.1.00091A49A082FC.1.PRESS_SHORT" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:18:13.877	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:18:12.992	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.1	2021-01-09 09:16:43.859	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            hm-rpc.0	2021-01-09 09:16:42.990	warn	(7112) State "hm-rpc.0.CENTRAL.PONG" has no existing object, this might lead to an error in future versions
            host.Medion(Test)	2021-01-09 09:16:13.400	error	instance system.adapter.ical.1 terminated with code 134 (134)
            host.Medion(Test)	2021-01-09 09:15:58.592	error	instance system.adapter.ical.0 terminated with code 134 (134)
            hm-rpc.1	2021-01-09 09:15:13.852	warn	(9664) State "hm-rpc.1.CENTRAL.0.PONG" has no existing object, this might lead to an error in future versions
            
            
            Platform: Windows
            RAM: 16 GB 
            Node.js: v12.20.1
            NPM: 6.14.10
            JS Controler: 3.2.1
            Admin: 4.2.0
            Web: 3.2.0
            Socket.io: 3.0.13
            Script Engine: 4.10.8
            IOT: 1.8.8
            VIS: 1.3.6
            

            Bericht 2

            Update auf Version 3.2.2 hat problemlos geklappt.

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            apollon77 1 Reply Last reply Reply Quote 0
            • Neuschwansteini
              Neuschwansteini @apollon77 last edited by

              @apollon77

              Hi,
              hmpff.. na, ich probier noch n bisschen rum.. 🙂

              Hier das Issue auf Git

              Auf den Clients läufts ja.. aber ich hatte auch 3.17 und 3.18 installiert.. vielleicht ist das vermurkst worden..

              1 Reply Last reply Reply Quote 1
              • apollon77
                apollon77 @apollon77 last edited by

                @apollon77 Ok, habs schon, fix kommt gleich

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @sigi234 last edited by

                  @sigi234 Also das scheint wieder dieses "Windows wirft npm Pakete weg die es nicht sollte sein ... wenn es dann geklappt hat cool.

                  Die "... has no existing object, this might lead to an error in future versions" sind genau die die ich im Text oben gemeint habe. Bitte bei den Adaptern meldem

                  1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @apollon77 last edited by

                    @apollon77 Ok, 3.2.2 auf GitHub, mach Sinn FÜR ALLE nochmal zu updaten!!

                    SBorg Neuschwansteini 2 Replies Last reply Reply Quote 1
                    • SBorg
                      SBorg Forum Testing Most Active @apollon77 last edited by SBorg

                      @apollon77 Moin Ingo, dann wolle mer mal weider 😉
                      War noch die 3.2.1, aber die Installation (Linux) lief problemlos. Dafür habe ich von etlichen Adaptern:

                      shelly.0	2021-01-09 09:45:08.668	error	(13149) Cannot find search "folder" in "system"
                      

                      wobei er das beim shelly sogar im 5 Sekunden-Raster wirft. Jetzt wohl kein Problem vom JS-Controller (?), bremst aber das System zum testen extrem aus, da sich auch andere Adapter darüber beschweren.

                      GitHub Issue dazu...

                      apollon77 2 Replies Last reply Reply Quote 0
                      • apollon77
                        apollon77 @SBorg last edited by

                        @SBorg Bitte stoppe Controller nochmal. Mach nochmal „iobroker setup first“ und starte nochmal. Ist’s dann weg?

                        SBorg 1 Reply Last reply Reply Quote 0
                        • Neuschwansteini
                          Neuschwansteini @apollon77 last edited by

                          @apollon77

                          das war also sowas wie ein "stay at 127.0.0.1 (localhost), dont be a 255.255.255.255 (broadcast) " Problem.. 🙂

                          läuft jetzt. Adapter machen Errors... bin am Auswerten...

                          apollon77 1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 @Neuschwansteini last edited by

                            @ilovegym Fehler oder Warnungen?

                            1 Reply Last reply Reply Quote 0
                            • SBorg
                              SBorg Forum Testing Most Active @apollon77 last edited by

                              @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

                              @SBorg Bitte stoppe Controller nochmal. Mach nochmal „iobroker setup first“ und starte nochmal. Ist’s dann weg?

                              Leider nein (jetzt mit 3.2.2 probiert). Scheint er auch beim Installieren ordentlich ausgeführt zu haben:

                              (Auszug Ausgabe)...
                              > iobroker.js-controller@3.2.2 install /opt/iobroker/node_modules/iobroker.js-controller
                              > node iobroker.js setup first
                              
                              
                              > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme
                              > node scripts/postinstall
                              ...
                              
                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @SBorg last edited by

                                @SBorg ok bitte issue Im GitHub. Checken später. File dB oder redis? Bitte mit rein packen.

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

                                  @apollon77
                                  Ja, lag/liegt an npm@7 (Die kommt mit node15 mit)
                                  Zurück auf node14 mit npm@6 läuft die Installation gerade:

                                  pi@raspberrypi:/opt/iobroker $ npm install ioBroker/ioBroker.js-controller
                                  npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                                  

                                  Also alles i.O., ich war mit den Versionen zu weit draußen. 🙂
                                  Wobei ich mit npm@7 Adapter-Updates aus 'latest' machen konnte, offenbar geht das mit git-checkouts nicht mehr in der alten Form. Ich hatte aber soweit ich mich erinnere lange nichts mehr aus git geangelt.

                                  [Edit:] Der einzige Adapter, der bei mir aus git kommt zickt jetzt doch rum:

                                  npm ERR! Error while executing:
                                  npm ERR! /usr/bin/git ls-remote -h -t https://github.com/luca-saggese/samsungtv.git
                                  npm ERR!
                                  npm ERR! fatal: unable to access 'https://github.com/luca-saggese/samsungtv.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
                                  npm ERR!
                                  npm ERR! exited with error code: 128
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2021-01-09T09_55_27_712Z-debug.log
                                  
                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • Neuschwansteini
                                    Neuschwansteini @apollon77 last edited by Neuschwansteini

                                    @apollon77 Issues:

                                    https://github.com/Apollon77/ioBroker.alexa2/issues/603

                                    https://github.com/Apollon77/ioBroker.alexa2/issues/604

                                    https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/issues/210

                                    https://github.com/jack-blackson/ioBroker.countdown/issues/41

                                    https://github.com/Matten-Matten/ioBroker.enigma2/issues/45

                                    https://github.com/iobroker-community-adapters/ioBroker.proxmox/issues/80

                                    Ilovegym66 created this issue in Apollon77/ioBroker.alexa2

                                    closed jscontroller 3.22 cannot find search folder in system #603

                                    Ilovegym66 created this issue in Apollon77/ioBroker.alexa2

                                    closed js-controller 3.2.2 next one... #604

                                    Ilovegym66 created this issue in iobroker-community-adapters/ioBroker.mihome-vacuum

                                    closed js-controller 3.2.2 uncaught exception... #210

                                    Ilovegym66 created this issue in jack-blackson/ioBroker.countdown

                                    closed js-controller 3.2.2 #41

                                    Ilovegym66 created this issue in Matten-Matten/ioBroker.enigma2

                                    closed unhandled promise rejection - js-controller 3.2.2 #45

                                    Ilovegym66 created this issue in iobroker-community-adapters/ioBroker.proxmox

                                    closed js-controller 3.2.2 #80

                                    1 Reply Last reply Reply Quote 1
                                    • apollon77
                                      apollon77 @Thomas Braun last edited by

                                      @Thomas-Braun das ist aber kein Adapter von der url Form her. Da fehlt ioBroker. Im Repo Namen aber ist ja wieder irgend ein npm Fehler.

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @apollon77 last edited by Homoran

                                        @apollon77 sagte in Beta Test js-controller 3.2.x auf GitHub:

                                        @Thomas-Braun das ist aber kein Adapter von der url Form her. Da fehlt ioBroker. Im Repo Namen aber ist ja wieder irgend ein npm Fehler.

                                        so ist es:
                                        samsung_remote.png

                                        wird das Paket in einem Adapter verwendet?

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

                                          @Homoran @apollon77
                                          Ja, im samsung-tizen Adapter (hab ich aus git) wird das wohl herangezogen. Ich schmeiß den aber gerade aus dem System.
                                          Und samsung-community auch.
                                          Die beiden hab ich aus git drin, alle anderen Adapter kommen aus 'latest'.

                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @SBorg last edited by

                                            @SBorg 3.2.3 auf GitHub, sollte damit weg sein. Es wurde beim upgrade ein Systemobjekt nicht mit aktualisiert. Solltest bei der Installation jetzt eine Zeile sehen das _design/system aktualisiert wurde

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            824
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            25
                                            287
                                            32214
                                            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