Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Beta Test js-controller 3.0.x auf GitHub

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.0k

Beta Test js-controller 3.0.x auf GitHub

Geplant Angeheftet Gesperrt Verschoben Tester
js-controller
416 Beiträge 39 Kommentatoren 70.2k Aufrufe 38 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G guergen

    @wendy2702 Wo kommt das denn her.... ich habe copy/paste gemacht.... aber von der ersten Seite ganz oben...
    egal....
    Der Fehler sitzt je meistend VOR dem Bildschirm...

    wendy2702W Offline
    wendy2702W Offline
    wendy2702
    schrieb am zuletzt editiert von
    #342

    @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

    Der Fehler sitzt je meistend VOR dem Bildschirm...

    Kenne ich.... hier auch ;-)

    Bitte keine Fragen per PN, die gehören ins Forum!

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    G 1 Antwort Letzte Antwort
    0
    • wendy2702W wendy2702

      @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

      Der Fehler sitzt je meistend VOR dem Bildschirm...

      Kenne ich.... hier auch ;-)

      G Offline
      G Offline
      guergen
      schrieb am zuletzt editiert von
      #343

      @wendy2702 Bin jetzt komplett wieder zurück, läuft...

      apollon77A 1 Antwort Letzte Antwort
      0
      • G guergen

        @wendy2702 Bin jetzt komplett wieder zurück, läuft...

        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #344

        @guergen und du hast nach einem Admin Update auch im Browser einen richtigen harten reload gemacht? Sonst Hast du nämlich noch
        Den alten Admin JavaScript Code im Browser und das neue greift nicht!

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        G 1 Antwort Letzte Antwort
        0
        • wendy2702W wendy2702

          @apollon77 In Anlehnung an deinen Eröffnungspost das Ihr informiert werden wolltet. Habe noch einen zweiten Slave und Master. Soll ich etwas besonderes testen?

          Gerade einen meiner Slaves von 2.2.9 auf 3.0.13 upgedated.

          Erster Versuch schlug fehlt wegen fehlender Zugriffsrechte:

          pi@pi-iobroker:/opt/iobroker $ sudo 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.0.13 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.4
          
          > iobroker.js-controller@3.0.13 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
          Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
          Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
          fs.js:114
              throw err;
              ^
          
          Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
              at Object.mkdirSync (fs.js:757:3)
              at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:692:16)
              at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:258:23)
              at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2583:5)
              at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
              at Module._compile (internal/modules/cjs/loader.js:778:30)
              at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
              at Module.load (internal/modules/cjs/loader.js:653:32)
              at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
              at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          npm ERR! code ELIFECYCLE
          npm ERR! errno 1
          npm ERR! iobroker.js-controller@3.0.13 install: `node iobroker.js setup first`
          npm ERR! Exit status 1
          npm ERR!
          npm ERR! Failed at the iobroker.js-controller@3.0.13 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /root/.npm/_logs/2020-04-20T14_39_28_903Z-debug.log
          
          

          So sieht es allerdings im Ordner aus:

          pi@pi-iobroker:/opt/iobroker $ ls -la
          insgesamt 84
          drwxrwxrwx+   7 iobroker iobroker  4096 Feb 25 09:42 .
          drwxr-xr-x    4 root     root      4096 Feb  1  2018 ..
          drwxrwxrwx+   2 iobroker iobroker  4096 Apr 20 16:16 backups
          drwxrwxrwx+   2 iobroker iobroker  4096 Feb 15  2017 etc
          -rwxrwxrwx+   1 iobroker iobroker   104 Mär  4  2019 INSTALLER_INFO.txt
          -rwxrwxrwx+   1 iobroker iobroker   297 Feb 15  2017 install.sh
          lrwxrwxrwx    1 iobroker iobroker    22 Mär  4  2019 iob -> /opt/iobroker/iobroker
          -rwxrwxrwx+   1 iobroker iobroker   226 Mär  4  2019 iobroker
          drwxrwxrwx+   4 iobroker iobroker  4096 Mai 14  2018 iobroker-data
          -rwxrwxrwx+   1 iobroker iobroker    92 Mär  4  2019 killall.sh
          drwxrwxrwx+   2 iobroker iobroker  4096 Apr 20 16:33 log
          drwxrwxrwx+ 486 iobroker iobroker 20480 Apr 20 16:39 node_modules
          -rwxrwxrwx+   1 iobroker iobroker    19 Mär  7  2019 .npmrc
          -rwxrwxrwx+   1 iobroker iobroker   302 Feb 25 09:42 package.json
          -rwxrwxrwx+   1 iobroker iobroker  5728 Apr 20 16:39 reinstall.js
          -rwxrwxrwx+   1 iobroker iobroker   709 Mär  4  2019 reinstall.sh
          
          

          Das sagt der Fixer:

          pi@pi-iobroker:/opt/iobroker $ sudo curl -sL https://iobroker.net/fix.sh | bash -
          library: loaded
          Library version=2020-04-12
          ioBroker is not installed in /opt/iobroker! Cannot fix anything...
          
          

          Das dann mit festgelegtem User:

          pi@pi-iobroker:/opt/iobroker $ sudo -H -u iobroker 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.0.13 preinstall /opt/iobroker/node_modules/iobroker.js-controller
          > node lib/preinstallCheck.js
          
          NPM version: 6.14.4
          
          > iobroker.js-controller@3.0.13 install /opt/iobroker/node_modules/iobroker.js-controller
          > node iobroker.js setup first
          
          object system.certificates updated
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
          
          + iobroker.js-controller@3.0.13
          added 69 packages from 61 contributors and audited 1552 packages in 150.66s
          
          6 packages are looking for funding
            run `npm fund` for details
          
          found 61 vulnerabilities (23 low, 13 moderate, 25 high)
            run `npm audit fix` to fix them, or `npm audit` for details
          
          
             ╭────────────────────────────────────────────────────────────────╮
             │                                                                │
             │      New patch version of npm available! 6.13.4 → 6.13.7       │
             │   Changelog: https://github.com/npm/cli/releases/tag/v6.13.7   │
             │               Run npm install -g npm to update!                │
             │                                                                │
             ╰────────────────────────────────────────────────────────────────╯
          
          pi@pi-iobroker:/opt/iobroker $ ^V
          
          

          Noch etwas, von woher bekommt Ihr die Info wegen NPM Patch?

          Wenn ich das NPM Update mache habe ich danach die Version "6.14.4" installiert:

          sudo npm install -g npm
          /usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
          /usr/bin/npx -> /usr/lib/node_modules/npm/bin/npx-cli.js
          + npm@6.14.4
          updated 1 package in 40.604s
          pi@pi-iobroker:/opt/iobroker $ node -v
          v10.20.1
          pi@pi-iobroker:/opt/iobroker $ npm -v
          6.14.4
          pi@pi-iobroker:/opt/iobroker $
          
          
          apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #345

          @wendy2702 Also am Ende hast Du dir einiges davon scheinbar selbst eingebrockt ;-) Ganz oben steht das Du "sudo" genutzt hast für den install. Steht so aber nicht in der Anleitung!! Damit sind alle die Fehler und ggf andere Probleme die dich zu der Fixing-Arie geführt haben wohl darauf basierend! Tja, was so 4 blöde Buchstaben so ausmachen ;-)

          ABer hast es ja dann über 5 Ecken hinbekommen.

          Und die NPM patch-Info gibt NPM selbst aus, kommt nicht von uns

          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          1 Antwort Letzte Antwort
          0
          • wendy2702W wendy2702

            Ich konnte nicht warten :-)

            Beim zweiten meiner Slaves diesmal den Fixer zuerst laufen lassen:

            pi@iobroker-garage-gross:/opt/iobroker $ iobroker stop
            pi@iobroker-garage-gross:/opt/iobroker $ sudo curl -sL https://iobroker.net/fix.sh | bash -
            library: loaded
            Library version=2020-04-12
            
            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2020-04-12
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/3)
            ==========================================================================
            
            OK   http://archive.raspberrypi.org jessie InRelease
            OK   http://mirrordirector.raspbian.org jessie InRelease
            OK   https://deb.nodesource.com jessie InRelease
            OK   http://archive.raspberrypi.org jessie/main armhf Packages
            OK   http://archive.raspberrypi.org jessie/ui armhf Packages
            OK   http://mirrordirector.raspbian.org jessie/main armhf Packages
            OK   http://mirrordirector.raspbian.org jessie/contrib armhf Packages
            OK   https://deb.nodesource.com jessie/main Sources
            OK   https://deb.nodesource.com jessie/main armhf Packages
            OK   http://mirrordirector.raspbian.org jessie/non-free armhf Packages
            OK   http://mirrordirector.raspbian.org jessie/rpi armhf Packages
            Holen: 1 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
            Ign http://archive.raspberrypi.org jessie/main Translation-de_DE
            Ign http://archive.raspberrypi.org jessie/main Translation-de
            Holen: 2 https://deb.nodesource.com jessie/main Translation-de [162 B]
            Ign http://archive.raspberrypi.org jessie/main Translation-en
            Holen: 3 https://deb.nodesource.com jessie/main Translation-en [162 B]
            Ign http://archive.raspberrypi.org jessie/ui Translation-de_DE
            Ign http://archive.raspberrypi.org jessie/ui Translation-de
            Holen: 4 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
            Ign http://archive.raspberrypi.org jessie/ui Translation-en
            Holen: 5 https://deb.nodesource.com jessie/main Translation-de [162 B]
            Holen: 6 https://deb.nodesource.com jessie/main Translation-en [162 B]
            Holen: 7 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
            Holen: 8 https://deb.nodesource.com jessie/main Translation-de [162 B]
            Holen: 9 https://deb.nodesource.com jessie/main Translation-en [162 B]
            Holen: 10 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
            Holen: 11 https://deb.nodesource.com jessie/main Translation-de [162 B]
            Holen: 12 https://deb.nodesource.com jessie/main Translation-en [162 B]
            Holen: 13 https://deb.nodesource.com jessie/main Translation-de_DE [162 B]
            Ign https://deb.nodesource.com jessie/main Translation-de_DE
            Holen: 14 https://deb.nodesource.com jessie/main Translation-de [162 B]
            Ign https://deb.nodesource.com jessie/main Translation-de
            Holen: 15 https://deb.nodesource.com jessie/main Translation-en [162 B]
            Ign https://deb.nodesource.com jessie/main Translation-en
            Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de_DE
            Ign http://mirrordirector.raspbian.org jessie/contrib Translation-de
            Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
            Ign http://mirrordirector.raspbian.org jessie/main Translation-de_DE
            Ign http://mirrordirector.raspbian.org jessie/main Translation-de
            Ign http://mirrordirector.raspbian.org jessie/main Translation-en
            Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de_DE
            Ign http://mirrordirector.raspbian.org jessie/non-free Translation-de
            Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
            Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de_DE
            Ign http://mirrordirector.raspbian.org jessie/rpi Translation-de
            Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
            Paketlisten werden gelesen... Fertig
            Installed gcc-c++
            Installed python-dev
            
            ==========================================================================
                Checking ioBroker user and directory permissions (2/3)
            ==========================================================================
            
            Created /etc/sudoers.d/iobroker
            Fixing directory permissions...
            
            ==========================================================================
                Checking autostart (3/3)
            ==========================================================================
            
            Enabling autostart...
            Autostart enabled!
            
            ==========================================================================
            
                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
            
            ==========================================================================
            
            pi@iobroker-garage-gross:/opt/iobroker $ iobroker start
            pi@iobroker-garage-gross:/opt/iobroker $ node -v
            v10.20.1
            pi@iobroker-garage-gross:/opt/iobroker $ npm -v
            6.14.4
            
            

            Dann versucht JS Controller zu installieren:

            pi@iobroker-garage-gross:/opt/iobroker $ iobroker stop
            pi@iobroker-garage-gross:/opt/iobroker $ sudo 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.0.13 preinstall /opt/iobroker/node_modules/iobroker.js-controller
            > node lib/preinstallCheck.js
            
            NPM version: 6.14.4
            
            > iobroker.js-controller@3.0.13 install /opt/iobroker/node_modules/iobroker.js-controller
            > node iobroker.js setup first
            
            Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
            Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
            Cannot delete file. Not critical: Error: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
            fs.js:114
                throw err;
                ^
            
            Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                at Object.mkdirSync (fs.js:757:3)
                at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:692:16)
                at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:258:23)
                at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2583:5)
                at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                at Module._compile (internal/modules/cjs/loader.js:778:30)
                at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                at Module.load (internal/modules/cjs/loader.js:653:32)
                at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                at Function.Module._load (internal/modules/cjs/loader.js:585:3)
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            
            npm ERR! code ELIFECYCLE
            npm ERR! errno 1
            npm ERR! iobroker.js-controller@3.0.13 install: `node iobroker.js setup first`
            npm ERR! Exit status 1
            npm ERR!
            npm ERR! Failed at the iobroker.js-controller@3.0.13 install script.
            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /root/.npm/_logs/2020-04-20T15_24_19_570Z-debug.log
            pi@iobroker-garage-gross:/opt/iobroker $
            
            

            Erfolgreich installiert wieder mit festgelegtem User:

            pi@iobroker-garage-gross:/opt/iobroker $ sudo -H -u iobroker 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.0.13 preinstall /opt/iobroker/node_modules/iobroker.js-controller
            > node lib/preinstallCheck.js
            
            NPM version: 6.14.4
            
            > iobroker.js-controller@3.0.13 install /opt/iobroker/node_modules/iobroker.js-controller
            > node iobroker.js setup first
            
            object system.certificates updated
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
            
            + iobroker.js-controller@3.0.13
            added 67 packages from 84 contributors in 152.394s
            
            7 packages are looking for funding
              run `npm fund` for details
            
            pi@iobroker-garage-gross:/opt/iobroker $
            
            
            apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von apollon77
            #346

            @wendy2702 AUch hier wieder ... wo hast Du das sudo her? ;-) Wenn Du mit einem System Arbeitest welches mit dem Installer bzw Fixer erstellt ist das Bitte FINGER WEG VON SUDO! ... BÖÖÖÖÖÖSE ;-)

            Am besten jetzt den Fixer nochmal auf beiden Systemen hinterher um ggf komisches nochmal final geradezubiegen

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            harrymH wendy2702W 2 Antworten Letzte Antwort
            0
            • apollon77A apollon77

              @wendy2702 AUch hier wieder ... wo hast Du das sudo her? ;-) Wenn Du mit einem System Arbeitest welches mit dem Installer bzw Fixer erstellt ist das Bitte FINGER WEG VON SUDO! ... BÖÖÖÖÖÖSE ;-)

              Am besten jetzt den Fixer nochmal auf beiden Systemen hinterher um ggf komisches nochmal final geradezubiegen

              harrymH Offline
              harrymH Offline
              harrym
              schrieb am zuletzt editiert von
              #347

              @apollon77 :rolling_on_the_floor_laughing: aber nicht immer is sudo böse

              ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

              1 Antwort Letzte Antwort
              0
              • apollon77A Offline
                apollon77A Offline
                apollon77
                schrieb am zuletzt editiert von
                #348

                Ansonsten bedanke ich mich nochmals bei allen hier und wir verlagern die weiteren Themen jetzt in den Latest Thread --> https://forum.iobroker.net/topic/32481/js-controller-3-0-jetzt-im-latest

                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                1 Antwort Letzte Antwort
                1
                • apollon77A apollon77

                  @guergen und du hast nach einem Admin Update auch im Browser einen richtigen harten reload gemacht? Sonst Hast du nämlich noch
                  Den alten Admin JavaScript Code im Browser und das neue greift nicht!

                  G Offline
                  G Offline
                  guergen
                  schrieb am zuletzt editiert von
                  #349

                  @apollon77 ja, hatte ich gemacht.

                  1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @wendy2702 AUch hier wieder ... wo hast Du das sudo her? ;-) Wenn Du mit einem System Arbeitest welches mit dem Installer bzw Fixer erstellt ist das Bitte FINGER WEG VON SUDO! ... BÖÖÖÖÖÖSE ;-)

                    Am besten jetzt den Fixer nochmal auf beiden Systemen hinterher um ggf komisches nochmal final geradezubiegen

                    wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #350

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

                    Bitte FINGER WEG VON SUDO! ... BÖÖÖÖÖÖSE

                    Hm,

                    so böse kann es nicht sein wenn es am Ende mit den 4 Buchstaben funktioniert hat aber festgelegtem User.

                    Aber hast recht, das "sudo" beim ersten Versuch steht nicht in der Anleitung. ..... scheiß macht der Gewohnheit bevor der Fixer vor Ewigkeiten gelaufen ist.

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    1 Antwort Letzte Antwort
                    0
                    • wendy2702W Offline
                      wendy2702W Offline
                      wendy2702
                      schrieb am zuletzt editiert von
                      #351

                      Gerade noch das hier im Upgrade log gefunden:

                      The following notifications happened during sync:

                      • Ignoring Directory "_temp" because officially not created as meta object. Please remove directory!
                      • Ignoring Directory "sayit.0" because officially not created as meta object. Please remove directory!
                      • Ignoring Directory "sayit.1" because officially not created as meta object. Please remove directory!

                      Das _temp ist von mir erzeugt aber die beiden sayit Ordner habe ich nicht selber erzeugt:

                      1a682b36-66d5-448a-aaac-3038b8ae1238-image.png

                      Bitte keine Fragen per PN, die gehören ins Forum!

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      apollon77A 1 Antwort Letzte Antwort
                      0
                      • wendy2702W wendy2702

                        Gerade noch das hier im Upgrade log gefunden:

                        The following notifications happened during sync:

                        • Ignoring Directory "_temp" because officially not created as meta object. Please remove directory!
                        • Ignoring Directory "sayit.0" because officially not created as meta object. Please remove directory!
                        • Ignoring Directory "sayit.1" because officially not created as meta object. Please remove directory!

                        Das _temp ist von mir erzeugt aber die beiden sayit Ordner habe ich nicht selber erzeugt:

                        1a682b36-66d5-448a-aaac-3038b8ae1238-image.png

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #352

                        @wendy2702 Falls Du sayit als Adapter noch installiert hast dann mach ein upload sayit, falls nicht kannste löschen.

                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                        1 Antwort Letzte Antwort
                        0
                        • wendy2702W Offline
                          wendy2702W Offline
                          wendy2702
                          schrieb am zuletzt editiert von
                          #353

                          Soll das nur ein Update sein mit dem Upload oder soll etwas mit den Ordnern passieren?

                          Bitte keine Fragen per PN, die gehören ins Forum!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          apollon77A 1 Antwort Letzte Antwort
                          0
                          • wendy2702W wendy2702

                            Soll das nur ein Update sein mit dem Upload oder soll etwas mit den Ordnern passieren?

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #354

                            @wendy2702 Es gab frühere controller Versionen die ggf nicht sauber bei "upload" der bei einer Installation passiert die Objekte angelegt haben. Damit fehlen die. Ein neues "upload" fixt das

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            1 Antwort Letzte Antwort
                            0
                            • G guergen

                              Ich kann machen was ich will, der tr064-Adapter spielt nicht mit:

                              tr-064.0	2020-04-20 17:55:23.460	error	(2058) Password error: Please re-enter the password in Admin. Stopping
                              tr-064.0	2020-04-20 17:55:23.425	info	(2058) starting. Version 4.0.0 in /opt/iobroker/node_modules/iobroker.tr-064, node: v10.20.1, js-controller: 3.0.13
                              

                              Ich habe 2 Adapter, wo ich das Fritzbox-Passwort eingeben muss, einmal den TR064 und FB-Presence.
                              Beim Ersten kann ich machen was ich will, er nimmt das neue Passwort nicht.
                              FB-Presence nimmt das selbe Passwort ohne Murren.
                              JS 3.0.13
                              Admin 4.0.9
                              TR064 4.0.0

                              Auch diverse Adapter geben mir folgendes im Log aus:

                              2020-04-20 16:42:54.438 - warn: maxcul.0 (9240) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
                              2020-04-20 16:42:54.464 - warn: maxcul.0 (9240) adapter.objects.getObjectView is deprecated, and will be removed in the future. Please use adapter.getObjectView/Async. Report this to Developer!
                              
                              2020-04-20 16:37:14.377 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.FRITZ!Box_7590_(UI).fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                              2020-04-20 16:37:14.377 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                              
                              2020-04-20 16:27:05.260 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.Repeater310.fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                              2020-04-20 16:27:05.261 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                              
                              Michael SauerM Offline
                              Michael SauerM Offline
                              Michael Sauer
                              schrieb am zuletzt editiert von Michael Sauer
                              #355

                              @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

                              2020-04-20 16:37:14.377 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.FRITZ!Box_7590_(UI).fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                              2020-04-20 16:37:14.377 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                              
                              2020-04-20 16:27:05.260 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.Repeater310.fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                              2020-04-20 16:27:05.261 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                              

                              Habe die Fehler aus dem UPNP Adapter entfernt die Änderung der main.js findet Ihr hier:
                              https://github.com/Michael-Sauer/ioBroker.upnp

                              crunchipC apollon77A G 3 Antworten Letzte Antwort
                              0
                              • Michael SauerM Michael Sauer

                                @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

                                2020-04-20 16:37:14.377 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.FRITZ!Box_7590_(UI).fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                2020-04-20 16:37:14.377 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                
                                2020-04-20 16:27:05.260 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.Repeater310.fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                2020-04-20 16:27:05.261 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                

                                Habe die Fehler aus dem UPNP Adapter entfernt die Änderung der main.js findet Ihr hier:
                                https://github.com/Michael-Sauer/ioBroker.upnp

                                crunchipC Offline
                                crunchipC Offline
                                crunchip
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von
                                #356

                                @Michael-Sauer sagte in Beta Test js-controller 3.0.x auf GitHub:

                                TR064

                                zwecks Passwort beim TR064, mal ein upload machen, dann sollte das Problem gelöst sein

                                umgestiegen von Proxmox auf Unraid

                                1 Antwort Letzte Antwort
                                0
                                • Michael SauerM Michael Sauer

                                  @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

                                  2020-04-20 16:37:14.377 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.FRITZ!Box_7590_(UI).fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                  2020-04-20 16:37:14.377 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                  
                                  2020-04-20 16:27:05.260 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.Repeater310.fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                  2020-04-20 16:27:05.261 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                  

                                  Habe die Fehler aus dem UPNP Adapter entfernt die Änderung der main.js findet Ihr hier:
                                  https://github.com/Michael-Sauer/ioBroker.upnp

                                  apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #357

                                  @Michael-Sauer Installier vom tr-064 mal die 4.0.1

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  1 Antwort Letzte Antwort
                                  0
                                  • Michael SauerM Michael Sauer

                                    @guergen sagte in Beta Test js-controller 3.0.x auf GitHub:

                                    2020-04-20 16:37:14.377 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.FRITZ!Box_7590_(UI).fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                    2020-04-20 16:37:14.377 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                    
                                    2020-04-20 16:27:05.260 - warn: upnp.0 (11152) State value to set is invalid for upnp.0.Repeater310.fritzbox.Alive: The state property "expire" has the wrong type "string" (should be "number")!
                                    2020-04-20 16:27:05.261 - warn: upnp.0 (11152) This value will not be set in future versions. Please report this to the developer.
                                    

                                    Habe die Fehler aus dem UPNP Adapter entfernt die Änderung der main.js findet Ihr hier:
                                    https://github.com/Michael-Sauer/ioBroker.upnp

                                    G Offline
                                    G Offline
                                    guergen
                                    schrieb am zuletzt editiert von
                                    #358

                                    @Michael-Sauer Jupp... weg!
                                    Danke!

                                    1 Antwort Letzte Antwort
                                    0
                                    • apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #359

                                      Halli Hallo an alle Euch fleissigen und treuen Tester,

                                      das Wetter ist ja heute eh komisch, dann habt Ihr vllt spontan Zeit die 3.1. des js-controller mla kurz anzuschauen :-)
                                      Es kam noch ein Feature dazu und daher haben wir (auch weil wir schon bei 3.0.20 waren) für als Vorbereitung für den Stable Release das ganze 3.1 zu nennen :-)

                                      Wir haben nach dem Release der 3.0.20 jetzt gesammelt und alles für den finalen Release finalisiert und auch Sentry hat die letzten paar Tage keine weiteren Meldungen mehr geschickt :-)

                                      Changelog:

                                      3.1.0 (2020-05-09) Release Elena

                                      • (foxriver76) catch error on alias ids with empty objects
                                      • (Apollon77) make sure promise rejections without error are not crashing the controller
                                      • (bluefox) Add Controller messages to allow read and write controller base settings (iobroker.json); introduce adapter feature flag CONTROLLER_READWRITE_BASE_SETTINGS
                                      • (Apollon77) handle edge case where hostName is not a string when sending messages (Sentry IOBROKER-ADMIN-B)
                                      • (Apollon77) handle case where letsencrypt directory can not be created (Sentry IOBROKER-ADMIN-C/IOBROKER-WEB-B)
                                      • (bluefox) add IDs to some log messages
                                      • (foxriver76) fix some logging in objects lib
                                      • (Apollon77) make sure to catch error when reading log directory (Sentry IOBROKER-JS-CONTROLLER-1F)
                                      • (foxriver76) Make decrypt and encrypt methods available in adapter object for developers. System secret is read automatically soonly the value is passed to the function
                                      • (AlCalzone) Add adapter exit code 13 (ADAPTER_REQUESTED_REBUILD) to also allow to tell js-controller to rebuild this adapter.
                                      • (Apollon77) change logging for invalid readFile actions to debug because ca be triggered also by other cases then planned ones. Update objects lib
                                      • (Apollon77) make sure command on cmdExec is a string (Sentry IOBROKER-JS-CONTROLLER-1H)
                                      • (Apollon77) Check more cases for existence of variables before accessing them (Sentry IOBROKER-JS-CONTROLLER-E)
                                      • (Apollon77) Add a node.js version check and output special error message if node.js version is not satisfied
                                      • (AlCalzone) Add missing parameter digest to crypto calls
                                      • (AlCalzone) further code optimizatons
                                      • (AlCalzone) Allow reverse lookup of exit codes (exit code -> error name)
                                      • (Apollon77) make sure Objects/States backup files are deleted correctly according to backup settings
                                      • (foxriver76) Make sure default state value is only set if state is not existing also in setObject
                                      • (foxriver76) check that alias is of type state when adding subscribing pattern
                                      • (Apollon77) Make sure error are checked correctly (Sentry IOBROKER-JS-CONTROLLER-1N)
                                      • (Apollon77) Inform about sentry activation if not configured on "iobroker setup first"
                                      • (bluefox) implement maintenance mode for adapter methods
                                      • (bluefox) store for binary states the binary flag in objects
                                      • (Apollon77) update Plugin system
                                      • (Apollon77) update Sentry plugin to respect all options to disable reporting including new disableDataReporting flag ( will be integrated into Admin later)
                                      • (AlCalzone) Add Plugin CLI commands to enable/disable plugins

                                      Es gelten die ganz Normalen "Installation vom GitHub Anweisungen aus dem ersten Post. Wenn Ihr nichts findet dann geht das heute Abend offiziell ins Latest Repository und in ein paar Tagen ins Stable.

                                      Danke im Voraus für Eure Unterstützung.

                                      Ingo

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      J Thomas BraunT 3 Antworten Letzte Antwort
                                      1
                                      • apollon77A apollon77

                                        Halli Hallo an alle Euch fleissigen und treuen Tester,

                                        das Wetter ist ja heute eh komisch, dann habt Ihr vllt spontan Zeit die 3.1. des js-controller mla kurz anzuschauen :-)
                                        Es kam noch ein Feature dazu und daher haben wir (auch weil wir schon bei 3.0.20 waren) für als Vorbereitung für den Stable Release das ganze 3.1 zu nennen :-)

                                        Wir haben nach dem Release der 3.0.20 jetzt gesammelt und alles für den finalen Release finalisiert und auch Sentry hat die letzten paar Tage keine weiteren Meldungen mehr geschickt :-)

                                        Changelog:

                                        3.1.0 (2020-05-09) Release Elena

                                        • (foxriver76) catch error on alias ids with empty objects
                                        • (Apollon77) make sure promise rejections without error are not crashing the controller
                                        • (bluefox) Add Controller messages to allow read and write controller base settings (iobroker.json); introduce adapter feature flag CONTROLLER_READWRITE_BASE_SETTINGS
                                        • (Apollon77) handle edge case where hostName is not a string when sending messages (Sentry IOBROKER-ADMIN-B)
                                        • (Apollon77) handle case where letsencrypt directory can not be created (Sentry IOBROKER-ADMIN-C/IOBROKER-WEB-B)
                                        • (bluefox) add IDs to some log messages
                                        • (foxriver76) fix some logging in objects lib
                                        • (Apollon77) make sure to catch error when reading log directory (Sentry IOBROKER-JS-CONTROLLER-1F)
                                        • (foxriver76) Make decrypt and encrypt methods available in adapter object for developers. System secret is read automatically soonly the value is passed to the function
                                        • (AlCalzone) Add adapter exit code 13 (ADAPTER_REQUESTED_REBUILD) to also allow to tell js-controller to rebuild this adapter.
                                        • (Apollon77) change logging for invalid readFile actions to debug because ca be triggered also by other cases then planned ones. Update objects lib
                                        • (Apollon77) make sure command on cmdExec is a string (Sentry IOBROKER-JS-CONTROLLER-1H)
                                        • (Apollon77) Check more cases for existence of variables before accessing them (Sentry IOBROKER-JS-CONTROLLER-E)
                                        • (Apollon77) Add a node.js version check and output special error message if node.js version is not satisfied
                                        • (AlCalzone) Add missing parameter digest to crypto calls
                                        • (AlCalzone) further code optimizatons
                                        • (AlCalzone) Allow reverse lookup of exit codes (exit code -> error name)
                                        • (Apollon77) make sure Objects/States backup files are deleted correctly according to backup settings
                                        • (foxriver76) Make sure default state value is only set if state is not existing also in setObject
                                        • (foxriver76) check that alias is of type state when adding subscribing pattern
                                        • (Apollon77) Make sure error are checked correctly (Sentry IOBROKER-JS-CONTROLLER-1N)
                                        • (Apollon77) Inform about sentry activation if not configured on "iobroker setup first"
                                        • (bluefox) implement maintenance mode for adapter methods
                                        • (bluefox) store for binary states the binary flag in objects
                                        • (Apollon77) update Plugin system
                                        • (Apollon77) update Sentry plugin to respect all options to disable reporting including new disableDataReporting flag ( will be integrated into Admin later)
                                        • (AlCalzone) Add Plugin CLI commands to enable/disable plugins

                                        Es gelten die ganz Normalen "Installation vom GitHub Anweisungen aus dem ersten Post. Wenn Ihr nichts findet dann geht das heute Abend offiziell ins Latest Repository und in ein paar Tagen ins Stable.

                                        Danke im Voraus für Eure Unterstützung.

                                        Ingo

                                        J Offline
                                        J Offline
                                        Jan1
                                        schrieb am zuletzt editiert von Jan1
                                        #360

                                        @apollon77
                                        a6ce1c66-788e-4c5d-a5e0-4e385f552188-grafik.png
                                        Sollte da nach dem Update nicht 3.1.0 stehen?

                                        jan@Beelink:/opt/iobroker$ npm install ioBroker/ioBroker.js-controller
                                        [sudo] Passwort für jan:
                                        
                                        > iobroker.js-controller@3.0.21 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                        > node lib/preinstallCheck.js
                                        
                                        NPM version: 6.14.4
                                        
                                        > iobroker.js-controller@3.0.21 install /opt/iobroker/node_modules/iobroker.js-controller
                                        > node iobroker.js setup first
                                        
                                        object system.certificates updated
                                        
                                        The following notifications happened during sync:
                                        - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                                        
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/zigbee-herdsman/node_modules/jest-haste-map/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/zigbee-herdsman/node_modules/fsevents):
                                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                        
                                        + iobroker.js-controller@3.0.21
                                        updated 4 packages in 183.579s
                                        
                                        44 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        
                                        apollon77A 2 Antworten Letzte Antwort
                                        0
                                        • J Jan1

                                          @apollon77
                                          a6ce1c66-788e-4c5d-a5e0-4e385f552188-grafik.png
                                          Sollte da nach dem Update nicht 3.1.0 stehen?

                                          jan@Beelink:/opt/iobroker$ npm install ioBroker/ioBroker.js-controller
                                          [sudo] Passwort für jan:
                                          
                                          > iobroker.js-controller@3.0.21 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.14.4
                                          
                                          > iobroker.js-controller@3.0.21 install /opt/iobroker/node_modules/iobroker.js-controller
                                          > node iobroker.js setup first
                                          
                                          object system.certificates updated
                                          
                                          The following notifications happened during sync:
                                          - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                                          
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/zigbee-herdsman/node_modules/jest-haste-map/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/zigbee-herdsman/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                          
                                          + iobroker.js-controller@3.0.21
                                          updated 4 packages in 183.579s
                                          
                                          44 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          
                                          apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #361

                                          @Jan1 Wir sind doch hier im Beta Test GitHub Thread ... da steht es erst wenn ich heute Abend das ins Latest gepusht habe

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          775

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe