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.3 jetzt im Beta

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    js-controller 3.3 jetzt im Beta

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

      Mit letzten Fixes kommt heute js-controller 3.3.12 aka Stable RC2:

      3.3.12 (2021-06-07)

      • (foxriver76) Make sure getStates uses write attribute of aliases instead of read
      • (bluefox) Add messages to read logs
      • (Apollon77) prevent crash in disconnect cases on startup
      • (foxriver76) allow defaultNewAcl updates on the fly

      Er landet demnächst auf npm und danach im Latest

      Chaot E Feuersturm 3 Replies Last reply Reply Quote 5
      • Chaot
        Chaot @apollon77 last edited by

        @apollon77 Ist eigentlich der Controler nach dem Update immer auf Loglevel Info oder ist das nur bei mir so?
        Normalerweise habe ich den auf Level Warning stehen, aber nach jedem Update ist er wieder auf Info.

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

          @chaot Bei mir bleibt Loglevel warn beim Host auch nach Updates.
          Ich hab es in /opt/iobroker/iobroker-data/iobroker.json eingestellt

            "log": {
              "level": "warn",
          
          Chaot 1 Reply Last reply Reply Quote 0
          • Chaot
            Chaot @Diginix last edited by

            @diginix Ok, werde ich mal probieren.
            Ich stelle das über die GUI um und da scheint sich das immer zurückzustellen.
            Vielleicht ist das ja auch so gewollt vom Entwickler.

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

              @chaot Ich habe das in der Datei gemacht weil es in der GUI bisher nie ging.
              Bin noch auf admin v4. Geht das mit admin v5?

              Chaot 1 Reply Last reply Reply Quote 0
              • Feuersturm
                Feuersturm @Chaot last edited by

                @chaot Du meinst diese Einstellung oder?
                992a3505-8495-448c-98bd-f4f37ba27002-grafik.png

                Ich hab unter js-controller 3.3.11 einmal das Level von info auf warn gesetzt und danach einen controlle restart gemacht.
                Danach hab ich von 3.3.11 auf 3.3.12 aktualisiert und es steht weiterhin "warn" als Level in dem Feld.

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

                  @diginix Ja, geht. Aber, wie gesagt scheinbar nicht dauerhaft. Ich bin mir aber nicht sicher ob das wieder mal nur bei mir so ist. Würde mich auch nicht wundern.......

                  1 Reply Last reply Reply Quote 0
                  • Chaot
                    Chaot @Feuersturm last edited by

                    @feuersturm Ich nutze die neue GUI. Aber schon die Einstellung.

                    Feuersturm 1 Reply Last reply Reply Quote 0
                    • Feuersturm
                      Feuersturm @Chaot last edited by Feuersturm

                      @chaot Das ist die neue GUI (react UI) die du in meinem Screenshot siehst.

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

                        @apollon77
                        Habe eben aktualisiert und einen komischen Fehler im log:

                        host.ubuntuserver
                        	2021-06-08 21:21:07.377	error	Caught by controller[11]: at Adapter.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.377	error	Caught by controller[11]: at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:477:40)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:620:24)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: at runNextTicks (internal/process/task_queues.js:60:5)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: at runMicrotasks (<anonymous>)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:477:40)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:620:24)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at runNextTicks (internal/process/task_queues.js:60:5)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: at processImmediate (internal/timers.js:435:9)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: Error: DB closed
                        host.ubuntuserver
                        	2021-06-08 21:21:07.376	error	Caught by controller[11]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:124:25)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: at runMicrotasks (<anonymous>)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:477:40)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:620:24)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at processImmediate (internal/timers.js:435:9)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: Error: DB closed
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:124:25)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.375	error	Caught by controller[11]: at Adapter.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: Error: DB closed
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:124:25)
                        host.ubuntuserver
                        	2021-06-08 21:21:07.374	error	Caught by controller[11]: at Adapter.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6213:35)
                        

                        Frage mich nur was er mit redis hat?

                        santa@ubuntuserver:/opt/iobroker$ iobroker status
                        iobroker is running on this host.
                        
                        
                        Objects type: file
                        States  type: file
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • Feuersturm
                          Feuersturm @apollon77 last edited by

                          @apollon77 js-controller 3.3.12 zeigt auf meinem Master und Slave keine Auffälligkeiten 🙂

                          1 Reply Last reply Reply Quote 1
                          • Chaot
                            Chaot @Feuersturm last edited by

                            @feuersturm Ah ok.
                            Ich habe die Umstellung hier gemacht und die wird scheinbar nicht gespeichert:
                            gui.jpg

                            Mit deiner Einstellung wird der Host neu gestartet und das bleibt dann scheinbar dauernd gespeichert.
                            Danke.

                            Feuersturm 1 Reply Last reply Reply Quote 0
                            • Feuersturm
                              Feuersturm @Chaot last edited by

                              @chaot Richtig, es kommt auch folgender Hinweise:
                              659d5b92-2ee8-4c2d-948a-581ec1f100a4-grafik.png

                              Chaot 1 Reply Last reply Reply Quote 2
                              • Chaot
                                Chaot @Feuersturm last edited by

                                @feuersturm Oh Mann --- wer liest denn schon Anleitungen 🤦 --- Ja, ich gelobe Besserung 😖

                                1 Reply Last reply Reply Quote 0
                                • P
                                  passuff last edited by

                                  Seit dem Update auf 3.3.12 ist bei mir der Log Herunterladen Button verschwunden und das Log hat keine Einträge mehr...

                                  G apollon77 2 Replies Last reply Reply Quote 0
                                  • G
                                    guergen @passuff last edited by

                                    @passuff Kann ich nicht bestätigen, bin bei js auf 3.3.12 und beim admin auf 5.1.9

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

                                      @passuff Ja genau ... welche Admin-Version denn?

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

                                        @apollon77

                                        EDIT:
                                        5.1.9 ist auch kein Knopp da....(war aber bei den letzten Versionen auch schon nicht mehr da, wenn ich mich richtig erinnere...)

                                        Bildschirmfoto 2021-06-10 um 12.06.23.png

                                        EDIT2: da isser da

                                        Bildschirmfoto 2021-06-10 um 12.12.20.png

                                        G 1 Reply Last reply Reply Quote 1
                                        • G
                                          guergen @dslraser last edited by

                                          @dslraser Ahhhh... alte GUI.... da ist bei mir auch keiner, arbeite aber schon mit der neuen 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            passuff @guergen last edited by

                                            @guergen admin 5.1.9 und alte GUI. Neue GUI ist mir zu verspielt und sagt mir überhaupt nicht zu.

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

                                            Support us

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

                                            714
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            75
                                            791
                                            152154
                                            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