Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. ioBroker.js-controller 1.5.6

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker.js-controller 1.5.6

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Marty56 @Bluefox last edited by

      @Bluefox
      log(formatDate(new Date(), "W hh:mm"));
      Mi 17:16

      sieht gut aus.

      1 Reply Last reply Reply Quote 1
      • Neuschwansteini
        Neuschwansteini @Bluefox last edited by

        @Bluefox Danke, funktioniert !

        1 Reply Last reply Reply Quote 1
        • Matzebhv
          Matzebhv last edited by

          Moin,
          hier fliegt der iobroker mit der Version alle 30sec. auseinander. Habe die 1.5.5 probiert und auch die 1.5.6.

          admin.0	2019-02-13 18:19:16.539	info	terminating http server on port 8081
          cloud.0	2019-02-13 18:19:10.594	info	Connection changed: connect
          cloud.0	2019-02-13 18:19:10.437	info	Trying to connect as system.user.admin
          host.raspberry	2019-02-13 18:19:05.979	info	instance system.adapter.upnp.0 terminated with code 0 (OK)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Receiver.ontext (/opt/iobroker/node_modules/ws/lib/WebSocket.js:841:10)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WebSocket.emit (events.js:214:7)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at emitTwo (events.js:126:13)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WebSocket.onMessage (/opt/iobroker/node_modules/ws/lib/WebSocket.js:442:14)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WebSocket.ws.onmessage (/opt/iobroker/node_modules/engine.io-client/lib/transports/websocket.js:146:10)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WS.Transport.onData (/opt/iobroker/node_modules/engine.io-client/lib/transport.js:137:8)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WS.Transport.onPacket (/opt/iobroker/node_modules/engine.io-client/lib/transport.js:145:8)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WS.Emitter.emit (/opt/iobroker/node_modules/engine.io-client/node_modules/component-emitter/index.js:133:20)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at WS.<anonymous> (/opt/iobroker/node_modules/engine.io-client/lib/socket.js:268:10)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Socket.onPacket (/opt/iobroker/node_modules/engine.io-client/lib/socket.js:451:14)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Socket.Emitter.emit (/opt/iobroker/node_modules/engine.io-client/node_modules/component-emitter/index.js:133:20)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Socket.<anonymous> (/opt/iobroker/node_modules/component-bind/index.js:21:15)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Manager.ondata (/opt/iobroker/node_modules/socket.io-client/lib/manager.js:322:16)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:237:14)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at decodeString (/opt/iobroker/node_modules/socket.io-parser/index.js:325:9)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: at tryParse (/opt/iobroker/node_modules/socket.io-parser/index.js:336:12)
          host.raspberry	2019-02-13 18:19:05.979	error	Caught by controller[0]: RangeError: Maximum call stack size exceeded
          host.raspberry	2019-02-13 18:19:05.660	info	iobroker exit 0
          host.raspberry	2019-02-13 18:19:05.659	info	iobroker Starting node restart.js
          host.raspberry	2019-02-13 18:19:05.539	info	iobroker _restart
          host.raspberry	2019-02-13 18:19:05.539	error	RangeError: Maximum call stack size exceeded at Buffer.write (buffer.js:855:34) at fromString (buffer.js:319:20) at Function.Buffer.from (buffer.js:177:12) at new Buffer (buffer.js:158
          host.raspberry	2019-02-13 18:19:05.538	error	uncaught exception: Maximum call stack size exceeded
          iot.0	2019-02-13 18:19:04.819	info	Connection changed: connect
          

          Matze

          Bluefox 1 Reply Last reply Reply Quote 0
          • Bluefox
            Bluefox @Matzebhv last edited by Bluefox

            @Matzebhv Was sagt npm ls socket.io ?

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

              @Bluefox : ich bin schon wieder auf 1.4.2 zurück. Kannst du dann damit noch was anfangen?
              Und noch als Hinweis, Usern mit neuerer Version ( neuer Installer ) haut es beim Update die Berechtigungen auseinander. Da hast du dann Ordner mit Besitzer "root" dazwischen.

              Gruß
              Matze

              Bluefox 1 Reply Last reply Reply Quote 0
              • R
                RappiRN Most Active @simatec last edited by

                @simatec sagte in ioBroker.js-controller 1.5.6:

                Bei einer Iobroker Installation mit neuen Installer ist auf die korrekte Rechtevergabe zu achten.
                Der Befehl

                npm i iobroker.js-controller@1.5.6
                

                kann nicht einfach als anderer User ausgeführt werden, da sonst der User iobroker nicht alle Recht hat.

                Hier steht schon ein Hinweis darauf, das sollte natürlich auch im ioBroker-Admin angezeigt werden, als deutlichen Hinweis darauf, dass es zwei unterschiedliche Installationsvarianten gibt. Nicht dass es da noch große Diskussionen gibt!

                Enrico

                1 Reply Last reply Reply Quote 0
                • M
                  mirK last edited by

                  wie kommt man wieder zurück auf die 1.4.6 ?

                  Vis funktioniert nicht - bekomme nur eine weiße seite nach dem laden angzeigt.

                  Homer.J. 1 Reply Last reply Reply Quote 0
                  • Homer.J.
                    Homer.J. last edited by eric2905

                    Hallo Bluefox,
                    nach Update auf 1.5.6 funktioniert der Das Wetter Adapter nicht mehr steht dann das im Log.

                    2019-02-13 16:45:15.828  - error: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (Desired termination)
                    

                    zurück auf 1.4.2 und es geht wieder alles.

                    Grüße

                    Edit by eric2905, Logs & Co. bitte immer in Code-Tags setzen

                    Bluefox P 2 Replies Last reply Reply Quote 0
                    • Homer.J.
                      Homer.J. @mirK last edited by

                      @mirK
                      cd /opt/iobroker
                      iobroker stop
                      npm i iobroker.js-controller@1.4.2 --production
                      iobroker start

                      Grüße

                      1 Reply Last reply Reply Quote 0
                      • Bluefox
                        Bluefox @Matzebhv last edited by

                        Участник @Matzebhv написал в ioBroker.js-controller 1.5.6:

                        Kannst du dann damit noch was anfangen?

                        Natürlich..... nicht

                        1 Reply Last reply Reply Quote 0
                        • sigi234
                          sigi234 Forum Testing Most Active @Bluefox last edited by sigi234

                          @Bluefox sagte in ioBroker.js-controller 1.5.6:

                          javascript@3.6.5 --production
                          npm i iobroker.js-controller@1.5.6 --production

                          Installiert, derzeit keine Probleme..............

                          Platform: Windows
                          Architecture: x64
                          CPUs: 4
                          Speed: 3912 MHz
                          Model: Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz
                          RAM: 7.9 GB
                          System uptime: 23:07:29
                          Node.js: v8.15.0
                          NPM: 6.4.1
                          Disk size: 232.3 GiB
                          Disk free: 172.9 GiB
                          adapters count: 253
                          Uptime: 00:19:54
                          Active instances: 39

                          1 Reply Last reply Reply Quote 0
                          • Bluefox
                            Bluefox @Homer.J. last edited by

                            @Homer1976 Eigentlich DasWetter läuft alle 15 Minuten und stoppt sich.
                            Code 11 ist genau das.

                            sigi234 1 Reply Last reply Reply Quote 0
                            • sigi234
                              sigi234 Forum Testing Most Active @Bluefox last edited by

                              @Bluefox sagte in ioBroker.js-controller 1.5.6:

                              @Homer1976 Eigentlich DasWetter läuft alle 15 Minuten und stoppt sich.
                              Code 11 ist genau das.

                              Bei mit kommt jetzt auch ein Fehler:

                              daswetter.0	2019-02-13 20:30:02.224	error	at WS.Transport.onPacket (C:\ioBroker\node_modules\engine.io-client\lib\transport.js:145:8)
                              daswetter.0	2019-02-13 20:30:02.224	error	at WS.Emitter.emit (C:\ioBroker\node_modules\engine.io-client\node_modules\component-emitter\index.js:133:20)
                              daswetter.0	2019-02-13 20:30:02.224	error	at WS.<anonymous> (C:\ioBroker\node_modules\engine.io-client\lib\socket.js:268:10)
                              daswetter.0	2019-02-13 20:30:02.224	error	at Socket.onPacket (C:\ioBroker\node_modules\engine.io-client\lib\socket.js:451:14)
                              daswetter.0	2019-02-13 20:30:02.224	error	at Socket.Emitter.emit (C:\ioBroker\node_modules\engine.io-client\node_modules\component-emitter\index.js:133:20)
                              daswetter.0	2019-02-13 20:30:02.224	error	at Socket.<anonymous> (C:\ioBroker\node_modules\component-bind\index.js:21:15)
                              daswetter.0	2019-02-13 20:30:02.224	error	at Manager.ondata (C:\ioBroker\node_modules\socket.io-client\lib\manager.js:322:16)
                              daswetter.0	2019-02-13 20:30:02.224	error	at Decoder.add (C:\ioBroker\node_modules\socket.io-parser\index.js:237:14)
                              daswetter.0	2019-02-13 20:30:02.224	error	at decodeString (C:\ioBroker\node_modules\socket.io-parser\index.js:325:9)
                              daswetter.0	2019-02-13 20:30:02.224	error	at tryParse (C:\ioBroker\node_modules\socket.io-parser\index.js:336:12)
                              daswetter.0	2019-02-13 20:30:02.224	error	RangeError: Maximum call stack size exceeded
                              daswetter.0	2019-02-13 20:30:02.224	error	uncaught exception: Maximum call stack size exceeded
                              
                              Bluefox 2 Replies Last reply Reply Quote 0
                              • Bluefox
                                Bluefox @sigi234 last edited by

                                @sigi234 npm ls socket.io ?

                                sigi234 1 Reply Last reply Reply Quote 0
                                • sigi234
                                  sigi234 Forum Testing Most Active @Bluefox last edited by

                                  @Bluefox sagte in ioBroker.js-controller 1.5.6:

                                  @sigi234 npm ls socket.io ?

                                  +-- iobroker.admin@3.6.0
                                  | `-- socket.io@1.7.2
                                  +-- iobroker.js-controller@1.5.6
                                  | `-- socket.io@1.7.2
                                  `-- iobroker.socketio@2.1.1
                                    `-- socket.io@1.7.2
                                  
                                  Bluefox 1 Reply Last reply Reply Quote 1
                                  • Bluefox
                                    Bluefox @sigi234 last edited by

                                    @sigi234 Ist das nur DasWetter oder auch andere Adapter?

                                    sigi234 1 Reply Last reply Reply Quote 0
                                    • sigi234
                                      sigi234 Forum Testing Most Active @Bluefox last edited by sigi234

                                      @Bluefox sagte in ioBroker.js-controller 1.5.6:

                                      nur DasWetter

                                      Korrektur:

                                      iot.0	2019-02-13 22:55:09.962	error	Cannot report device state: null
                                      iot.0	2019-02-13 22:55:09.576	error	Cannot report device state: null
                                      iot.0	2019-02-13 22:55:09.563	error	Cannot report device state: null
                                      
                                      Bluefox 1 Reply Last reply Reply Quote 0
                                      • Bluefox
                                        Bluefox @sigi234 last edited by

                                        @sigi234 node.js version ? npm ?

                                        sigi234 1 Reply Last reply Reply Quote 0
                                        • sigi234
                                          sigi234 Forum Testing Most Active @Bluefox last edited by

                                          @Bluefox sagte in ioBroker.js-controller 1.5.6:

                                          @sigi234 node.js version ? npm ?

                                          Node.js: v8.15.0
                                          NPM: 6.4.1

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            PrinzEisenherz1 @Homer.J. last edited by

                                            @Homer1976 sagte in ioBroker.js-controller 1.5.6:

                                            Hallo Bluefox,
                                            nach Update auf 1.5.6 funktioniert der Das Wetter Adapter nicht mehr steht dann das im Log.
                                            2019-02-13 16:45:15.828 - error: host.iobroker instance system.adapter.daswetter.0 terminated with code 11 (Desired termination)
                                            zurück auf 1.4.2 und es geht wieder alles.
                                            Grüße

                                            Nach der Installation hat erstmal der Shelly-Adapter tewas verrückt gespielt, sich aber nach m Neustart beruhigt.
                                            Jetzt hab ich derzeit nur die gleichen Fehlermeldungen vom dasWetter wie Homer 1976

                                            Ich bleibe jetzt aber mal auf Version 1.5.6 und schau mir das mal ne weile an was sich noch so alles tut

                                            Gruß
                                            Johnny

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            533
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action test
                                            31
                                            150
                                            17347
                                            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