Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.0/3.1 jetzt im Latest!

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    js-controller 3.0/3.1 jetzt im Latest!

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

      @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

      3.0.19 (2020-04-26) Release Elena

      läuft bei mir unauffällig 👍

      1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer @Kueppert last edited by

        @Kueppert Ich glaube eher, dass noch kein Rebuild geschehen ist.

        K 1 Reply Last reply Reply Quote 0
        • K
          Kueppert @AlCalzone last edited by Kueppert

          @AlCalzone dochdoch, hab iobroker rebuild <ADAPTER> nach jedem Update des JS-Controllers gemacht. Ich versuche es jetzt mal mit iobroker rebuild <ADAPTER> --install und werde berichten - beim nächsten JS-Controller-Update 😉

          EDIT: nach dem Rebuild keine weitere WARN-Meldung vom Adapter

          AlCalzone 1 Reply Last reply Reply Quote 1
          • L
            LJSven last edited by LJSven

            Bei mir wird im Info noch die 10er Node Version angezeigt. Ist die folgende vorgehensweise richtig, um das gesammte System auf den aktuellsten Stand (Betriebssystem, iobroker, node) zu bringen ->

            cd /opt/iobroker
            iobroker backup
            iobroker stop
            cd
            sudo apt-get update
            sudo apt-get upgrade
            cd /opt/iobroker
            curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
            sudo apt-get install -y nodejs
            iobroker update
            iobroker upgrade self
            iobroker uprade
            iobroker fix
            iobroker start

            Zuerst den Slave, anschließend den Master!

            Könnte man daraus nicht ein Script machen, wie es beim "iobroker fix" auch ist?

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

              @bahnuhr Da gibts ein Update für vom Adapter

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

                @dslraser Issue bitte beim Adapter anlegen

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

                  @LJSven Naja das "iobroker upgrade" an sich kann man machen muss man nicht ... updated halt alle Adapter.

                  Ja sieht sinnvoll aus ... aber hey dabei kann so viel schief gehen in jedem einzelnen Schritt .... nee das macht man besser selbst schritt für schritt

                  E 1 Reply Last reply Reply Quote 0
                  • Mauflo
                    Mauflo last edited by

                    @apollon77, bin jetzt komplett aktuell js-controller 3.0.19 und das Ding läuft! Keine Probleme mehr mit irgendwelchen Adaptern, außer die übliche Warnung bei Radar2 und broadlink2:

                    radar2.0	2020-04-27 09:29:54.058	warn	(4379) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
                    
                    broadlink2.0	2020-04-27 09:42:28.185	warn	(15858) adapter.objects.getObjectList is deprecated, and will be removed in the future. Please use adapter.getObjectList/Async. Report this to Developer!
                    

                    TR-064 läuft und macht keine Probleme mit dem PW mehr, und auch Hue scheint soweit zu laufen.

                    Soweit mein Bericht!

                    1 Reply Last reply Reply Quote 1
                    • AlCalzone
                      AlCalzone Developer @Kueppert last edited by

                      @Kueppert In meinen Tests hat rebuild ohne install bisher nicht funktioniert. Vermutlich lag es daran auch bei dir.

                      1 Reply Last reply Reply Quote 2
                      • D
                        deta Most Active @apollon77 last edited by

                        @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                        @deta der warm heißt nur das die objects dB etwas gebraucht hat um sich zu verbinden. Kann passieren wenn alles startet. Restarte die beiden mal einzeln. Kommt’s dann auch?

                        sie gut aus. Danke

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

                          @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                          @dslraser Issue bitte beim Adapter anlegen

                          erledigt

                          1 Reply Last reply Reply Quote 0
                          • Diginix
                            Diginix last edited by

                            @apollon77 Bin nun auch auf 3.0.19 und bisher alles grün und unauffällig. 👍 👏

                            1 Reply Last reply Reply Quote 1
                            • E
                              e-s @apollon77 last edited by e-s

                              @apollon77
                              Weiß nicht ob der Fehler schon bekannt ist Mir ist klar, gehört eigentlich zum devices Adapter. aber auf die schnelle ist es hier einfacher.
                              Beim deinstallieren des devices Adapter:

                              host.ubuntuserver	2020-04-27 21:33:52.259	info	iobroker exit 0
                              host.ubuntuserver	2020-04-27 21:33:48.951	info	iobroker 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
                              host.ubuntuserver	2020-04-27 21:33:48.942	info	iobroker npm
                              host.ubuntuserver	2020-04-27 21:33:29.801	error	Cannot write files: /opt/iobroker/iobroker-data/files/devices.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/devices.admin/_data.json'
                              host.ubuntuserver	2020-04-27 21:33:29.649	info	iobroker npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12, 13.npm WARN npm You can find the latest version at https://nodejs.org/
                              host.ubuntuserver	2020-04-27 21:33:29.642	info	iobroker WARN npm npm does not support Node.js v14.0.0npm WARN npm You should probably upgrade to a newer version of node as wenpm WARN npm can't make any promises that npm will work with this versi
                              host.ubuntuserver	2020-04-27 21:33:29.641	info	iobroker npm
                              host.ubuntuserver	2020-04-27 21:33:28.975	info	iobroker npm uninstall iobroker.devices --error --prefix "/opt/iobroker" (System call)
                              host.ubuntuserver	2020-04-27 21:33:28.824	info	iobroker host.ubuntuserver object devices.admin deletedhost.ubuntuserver Deleting 2 object(s).
                              host.ubuntuserver	2020-04-27 21:33:28.804	info	iobroker host.ubuntuserver file devices.admin deleted
                              readDir	2020-04-27 21:33:28.770	warn	will not read this directory () in future versions: devices is not an object of type "meta"
                              readDir	2020-04-27 21:33:28.764	warn	will not read this directory (widgets/devices.html/) in future versions: vis is not an object of type "meta"
                              readDir	2020-04-27 21:33:28.756	warn	will not read this directory (widgets/devices/) in future versions: vis is not an object of type "meta"
                              host.ubuntuserver	2020-04-27 21:33:27.181	info	iobroker host.ubuntuserver Counted 1 adapter for devices
                              host.ubuntuserver	2020-04-27 21:33:27.176	info	iobroker host.ubuntuserver Counted 1 meta of devices
                              host.ubuntuserver	2020-04-27 21:33:27.104	info	iobroker Delete adapter "devices"
                              host.ubuntuserver	2020-04-27 21:33:24.465	info	iobroker del devices
                              

                              Ach ja, gehört zum bosesoundtouch:

                              bosesoundtouch.0	2020-04-27 21:13:19.940	info	(18695) connecting to host ws://192.168.2.128:8080/
                              bosesoundtouch.0	2020-04-27 21:13:18.684	info	(18695) starting. Version 0.9.2 in /opt/iobroker/node_modules/iobroker.bosesoundtouch, node: v14.0.0, js-controller: 3.0.19
                              bosesoundtouch.0	2020-04-27 21:13:18.679	error	(18695) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                              
                              wendy2702 2 Replies Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @e-s last edited by

                                @e-s sagte in js-controller 3.0 jetzt im Latest!:

                                Node.js v14.0.0

                                Kann auch eher daran liegen das du scheinbar schon NODEJS 14 verwendest.

                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  e-s @wendy2702 last edited by

                                  @wendy2702
                                  könnte auch sein, sonst macht 14 aber scheinbar keine Probleme

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • wendy2702
                                    wendy2702 @e-s last edited by

                                    @e-s sagte in js-controller 3.0 jetzt im Latest!:

                                    iobroker WARN npm npm does not support Node.js v14.0.0npm WARN npm You should probably upgrade to a newer version of node as wenpm WARN npm can't make any promises that npm will work with this versi

                                    Glaube in deinem Fall ziemlich eindeutig.

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @e-s last edited by

                                      @e-s Offenbar node nicht richtig installiert. Dein npm kommt aus einer anderen Version.

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        e-s @Thomas Braun last edited by

                                        @Thomas-Braun @wendy2702

                                        build@ubuntuserver:/opt/iobroker$ npm
                                        npm WARN npm npm does not support Node.js v14.0.0
                                        npm WARN npm You should probably upgrade to a newer version of node as we
                                        npm WARN npm can't make any promises that npm will work with this version.
                                        npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12, 13.
                                        npm WARN npm You can find the latest version at https://nodejs.org/
                                        
                                        

                                        Wenn ich mich recht erinnere, dann meckert npm rum wenn es nicht aktuell ist und man ein Update machen kann. So wie ich das verstehe ist npm einfach offiziell noch nicht soweit node14 zu benutzen, oder?
                                        Aber ich glaube das ist nur ein Hinweis den ich ignorieren kann.

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @e-s last edited by

                                          @e-s Ein aktuelles npm funktioniert auch mit einem aktuellen node. Hier läuft auch node 14 und npm, allerdings ohne die Meldungen die du da siehst.

                                          npm -v
                                          6.14.4
                                          

                                          Ignorieren würde ich das nicht, das sorgt früher oder später für Ärger.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            e-s @Thomas Braun last edited by

                                            @Thomas-Braun
                                            ok, danke erstmal. den npm Fehler habe ich jetzt weg. Dafür habe ich einen Fehler im npm rebuild vom serialport, wofür auch immer der ist.

                                               V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
                                                                                 ^~~
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3642:37: note:   candidate expects 3 arguments, 2 provided
                                            ../src/serialport.cpp:331:96: error: no matching function for call to âv8::Object::Set(v8::Local<v8::String>, Nan::imp::FactoryBase<v8::Boolean>::return_t)â
                                                 results->Set(Nan::New<v8::String>("dcd").ToLocalChecked(), Nan::New<v8::Boolean>(data->dcd));
                                                                                                                                            ^
                                            In file included from /home/iobroker/.cache/node-gyp/14.0.0/include/node/node.h:67:0,
                                                             from ../../nan/nan.h:56,
                                                             from ../src/./serialport.h:6,
                                                             from ../src/serialport.cpp:1:
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3639:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
                                               V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
                                                                                 ^~~
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3639:37: note:   candidate expects 3 arguments, 2 provided
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3642:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
                                               V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
                                                                                 ^~~
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3642:37: note:   candidate expects 3 arguments, 2 provided
                                            ../src/serialport.cpp:336:30: warning: âv8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) constâ is deprecated [-Wdeprecated-declarations]
                                               data->callback.Call(2, argv);
                                                                          ^
                                            In file included from ../src/./serialport.h:6:0,
                                                             from ../src/serialport.cpp:1:
                                            ../../nan/nan.h:1742:3: note: declared here
                                               Call(int argc, v8::Local<v8::Value> argv[]) const {
                                               ^~~~
                                            ../src/serialport.cpp: In function âvoid EIO_AfterGetBaudRate(uv_work_t*)â:
                                            ../src/serialport.cpp:378:106: error: no matching function for call to âv8::Object::Set(v8::Local<v8::String>, Nan::imp::IntegerFactory<v8::Integer>::return_t)â
                                                 results->Set(Nan::New<v8::String>("baudRate").ToLocalChecked(), Nan::New<v8::Integer>(data->baudRate));
                                                                                                                                                      ^
                                            In file included from /home/iobroker/.cache/node-gyp/14.0.0/include/node/node.h:67:0,
                                                             from ../../nan/nan.h:56,
                                                             from ../src/./serialport.h:6,
                                                             from ../src/serialport.cpp:1:
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3639:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
                                               V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
                                                                                 ^~~
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3639:37: note:   candidate expects 3 arguments, 2 provided
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3642:37: note: candidate: v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
                                               V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
                                                                                 ^~~
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/v8.h:3642:37: note:   candidate expects 3 arguments, 2 provided
                                            ../src/serialport.cpp:383:30: warning: âv8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) constâ is deprecated [-Wdeprecated-declarations]
                                               data->callback.Call(2, argv);
                                                                          ^
                                            In file included from ../src/./serialport.h:6:0,
                                                             from ../src/serialport.cpp:1:
                                            ../../nan/nan.h:1742:3: note: declared here
                                               Call(int argc, v8::Local<v8::Value> argv[]) const {
                                               ^~~~
                                            ../src/serialport.cpp: In function âvoid EIO_AfterDrain(uv_work_t*)â:
                                            ../src/serialport.cpp:424:30: warning: âv8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) constâ is deprecated [-Wdeprecated-declarations]
                                               data->callback.Call(1, argv);
                                                                          ^
                                            In file included from ../src/./serialport.h:6:0,
                                                             from ../src/serialport.cpp:1:
                                            ../../nan/nan.h:1742:3: note: declared here
                                               Call(int argc, v8::Local<v8::Value> argv[]) const {
                                               ^~~~
                                            ../src/serialport.cpp: At global scope:
                                            ../src/serialport.cpp:460:17: error: variable or field âinitâ declared void
                                               void init(v8::Handle<v8::Object> target) {
                                                             ^~~~~~
                                            ../src/serialport.cpp:460:17: error: âHandleâ is not a member of âv8â
                                            ../src/serialport.cpp:460:34: error: expected primary-expression before â>â token
                                               void init(v8::Handle<v8::Object> target) {
                                                                              ^
                                            ../src/serialport.cpp:460:36: error: âtargetâ was not declared in this scope
                                               void init(v8::Handle<v8::Object> target) {
                                                                                ^~~~~~
                                            ../src/serialport.cpp:460:36: note: suggested alternative: âtzsetâ
                                               void init(v8::Handle<v8::Object> target) {
                                                                                ^~~~~~
                                                                                tzset
                                            In file included from ../../nan/nan.h:56:0,
                                                             from ../src/./serialport.h:6,
                                                             from ../src/serialport.cpp:1:
                                            ../src/serialport.cpp:485:25: error: âinitâ was not declared in this scope
                                             NODE_MODULE(serialport, init);
                                                                     ^
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/node.h:731:36: note: in definition of macro âNODE_MODULE_Xâ
                                                   (node::addon_register_func) (regfunc),                          \
                                                                                ^~~~~~~
                                            ../src/serialport.cpp:485:1: note: in expansion of macro âNODE_MODULEâ
                                             NODE_MODULE(serialport, init);
                                             ^~~~~~~~~~~
                                            ../src/serialport.cpp:485:25: note: suggested alternative: âintâ
                                             NODE_MODULE(serialport, init);
                                                                     ^
                                            /home/iobroker/.cache/node-gyp/14.0.0/include/node/node.h:731:36: note: in definition of macro âNODE_MODULE_Xâ
                                                   (node::addon_register_func) (regfunc),                          \
                                                                                ^~~~~~~
                                            ../src/serialport.cpp:485:1: note: in expansion of macro âNODE_MODULEâ
                                             NODE_MODULE(serialport, init);
                                             ^~~~~~~~~~~
                                            serialport.target.mk:114: recipe for target 'Release/obj.target/serialport/src/serialport.o' failed
                                            make: *** [Release/obj.target/serialport/src/serialport.o] Error 1
                                            make: Verzeichnis â/opt/iobroker/node_modules/serialport/buildâ wird verlassen
                                            gyp ERR! build error
                                            gyp ERR! stack Error: `make` failed with exit code: 2
                                            gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                                            gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
                                            gyp ERR! System Linux 4.15.0-96-generic
                                            gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                            gyp ERR! cwd /opt/iobroker/node_modules/serialport
                                            gyp ERR! node -v v14.0.0
                                            gyp ERR! node-gyp -v v5.1.0
                                            gyp ERR! not ok
                                            npm ERR! code ELIFECYCLE
                                            npm ERR! errno 1
                                            npm ERR! serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
                                            npm ERR! Exit status 1
                                            npm ERR!
                                            npm ERR! Failed at the serialport@6.2.2 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!     /home/iobroker/.npm/_logs/2020-04-27T21_15_55_218Z-debug.log
                                            
                                            
                                            apollon77 K 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            850
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            127
                                            1340
                                            369309
                                            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