Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test js-controller v2.0.x (GitHub)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test js-controller v2.0.x (GitHub)

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

      @SBorg dann stell mal zurück. Silly macht log halt voll.

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

        @apollon77 Keine Ahnung ob Zufall, aber wieder auf "Info" zurück und schon:

        ical.0	        2019-11-10 23:00:24.701	warn	(28785) no connection to objects DB
        dwd.0	        2019-11-10 23:00:24.675	warn	(28686) no connection to objects DB
        luftdaten.0	2019-11-10 23:00:24.642	warn	(28427) no connection to objects DB
        

        Wenn es aber eh keine Auswirkung hat, Wayne... 😁

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

          @SBorg hattest du so ein silly log mal gepostet? Bzw was ist bei debug?

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

            @apollon77 nein, weil es im silly/debug-Modus problemlos läuft:

            2019-11-10 20:33:13.435 - info: host.Ubuntu instance system.adapter.yr.0 terminated with code 0 (NO_ERROR)
            2019-11-10 20:35:00.105 - info: host.Ubuntu instance system.adapter.luftdaten.0 started with pid 28937
            2019-11-10 20:35:03.705 - debug: luftdaten.0 (28937) Redis Objects: Use Redis connection: 127.0.0.1:9001
            2019-11-10 20:35:05.065 - debug: luftdaten.0 (28937) Objects connected to redis: 127.0.0.1:9001
            2019-11-10 20:35:05.094 - debug: luftdaten.0 (28937) objectDB connected
            2019-11-10 20:35:05.099 - debug: luftdaten.0 (28937) Redis States: Use Redis connection: 127.0.0.1:9000
            2019-11-10 20:35:05.123 - debug: luftdaten.0 (28937) statesDB connected
            2019-11-10 20:35:05.182 - debug: luftdaten.0 (28937) States connected to redis: 127.0.0.1:9000
            2019-11-10 20:35:06.135 - info: luftdaten.0 (28937) starting. Version 0.0.9 in /opt/iobroker/node_modules/iobroker.luftdaten, node: v8.16.2
            2019-11-10 20:35:06.232 - debug: luftdaten.0 (28937) sensor type: remote, sensor identifier: XXX, sensor name: XXX
            2019-11-10 20:35:06.243 - debug: luftdaten.0 (28937) remote request started
            2019-11-10 20:35:06.424 - silly: luftdaten.0 (28937) States redis pmessage system.adapter.luftdaten.0.logLevel/system.adapter.luftdaten.0.logLevel:{"val":"silly","ack":true,"ts":1573414506361,"q":0,"from":"system.adapter.luftdaten.0","lc":1573400109996}
            2019-11-10 20:35:07.298 - debug: luftdaten.0 (28937) remote request done
            2019-11-10 20:35:07.299 - debug: luftdaten.0 (28937) received data (200): [{"sensor":{"id": --- langer JSON-String mit Daten --- ":null,"timestamp":"2019-11-10 19:29:54"}]
            2019-11-10 20:35:16.294 - debug: luftdaten.0 (28937) cleaned everything up...
            2019-11-10 20:35:16.413 - info: luftdaten.0 (28937) Terminated (NO_ERROR): Without reason
            2019-11-10 20:35:16.934 - info: host.Ubuntu instance system.adapter.luftdaten.0 terminated with code 0 (NO_ERROR)
            2019-11-10 20:40:00.056 - info: host.Ubuntu instance system.adapter.luftdaten.0 started with pid 6119
            2019-11-10 20:40:04.292 - info: host.Ubuntu instance system.adapter.dwd.0 started with pid 6347
            2019-11-10 20:40:04.435 - debug: luftdaten.0 (6119) Redis Objects: Use Redis connection: 127.0.0.1:9001
            2019-11-10 20:40:05.878 - debug: luftdaten.0 (6119) Objects connected to redis: 127.0.0.1:9001
            2019-11-10 20:40:05.922 - debug: luftdaten.0 (6119) objectDB connected
            2019-11-10 20:40:05.931 - debug: luftdaten.0 (6119) Redis States: Use Redis connection: 127.0.0.1:9000
            
            apollon77 1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 @SBorg last edited by

              @SBorg Zeig mal bitte aus der /opt/iobroker/iobroker-data/iobroker.json den "objects" Abschnitt. Da ist ein Feld "connectTimeout" ... was steht da bei Dir?

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

                @apollon77 Zwei Sekunden:

                 "objects": {
                    "type": "file",
                    "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                    "host": "127.0.0.1",
                    "port": 9001,
                    "user": "",
                    "pass": "",
                    "noFileCache": false,
                    "connectTimeout": 2000,
                    "options": {
                      "auth_pass": null,
                      "retry_max_delay": 5000
                    }
                
                
                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @SBorg last edited by

                  @SBorg Ok, was auch default ist. Da wir beim Objects init jetzt einiges mehr tun reicht die Zeit vllt manchmal nicht, ich erhöhe das dann in der nächsten Version mal

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

                    Hallo liebe tester!!

                    Ich habe heute nochmal ein bissl Stopping mit Disconnects und sowas getestet und da war noch ein Bug drin. Weil wir dennoch gern morgen in Stable wollen brauche ich Dringe Eure Hilfe (nochmal).

                    Bitte 2.0.44 vom GitHub testen. Ich packe die nach positiven Feedback von Euch nachher noch ins Latest.

                    Gern auch wieder master/Slave Fälle testen ... alsoSlaves wenn master weg und so ... das wäre extrem super!!

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

                      @apollon77 die v2.0.44 bekomme ich leider nicht (system is up to date)

                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @BBTown last edited by A Former User

                        @BBTown sagte in Test js-controller v2.0.x (GitHub):

                        @apollon77 die v2.0.44 bekomm eich leider nicht (system is up to date)

                        musst du mit npm install ioBroker/ioBroker.js-controller direkt von git ziehen. (erst in iobroker-verzeichnis..)

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

                          Und nochmal ich ... Wer die 2.0.44 VOR 19:19 installiert hat bitte nochmal ... da war noch ein Bug 😞

                          Aber jetzt schaut es bnei mir ok aus

                          BBTown dslraser ? 3 Replies Last reply Reply Quote 0
                          • BBTown
                            BBTown @apollon77 last edited by

                            @apollon77
                            bei mir sieht alles unauffällig aus .... aber eben auch ein einfaches System (kein slave, file/file)

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

                              @apollon77
                              Edit.....jetzt ging es doch weiter....

                              1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User @apollon77 last edited by

                                @apollon77 hier alles ohne Probleme - habe nachdem alles auf der 44 war, nochmal die Clienthosts rebootet, um zu sehen, was der iobroker macht, aber er wartet und die clients haben sich sehr schnell connected.

                                Andersrum auch getestet, die clients warten schön bis der Masterhost wieder da ist.

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

                                  perfekt Danke!

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

                                    Bis jetzt sieht es top aus, nicht mal beim hochfahren einen "objects-DB"-Fehler 👍 😎

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

                                      @BBTown sagte in Test js-controller v2.0.x (GitHub):

                                      @apollon77
                                      bei mir sieht alles unauffällig aus .... aber eben auch ein einfaches System (kein slave, file/file)

                                      Dito.

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

                                        Perfekt dann kommt es auf npm sobald die Kids im Bett sind. 😉

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

                                          SO, HIER IST ERST MAL SCHLUSS ....

                                          --> https://forum.iobroker.net/topic/26759/js-controller-2-jetzt-für-alle-im-stable

                                          mega Dank an alle Mitwirkenden !! War eine Super Zusammenarbeit.

                                          Ich lasse mal noch 1-2 Tage den Thread offen falls Fixes nötig sind ...

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

                                            An alle fleissigen Tester der 2.0 "damals" ... jetzt kommt die 2.2 und Eure hilfe wäre wieder super ... ---> https://forum.iobroker.net/topic/28139/beta-test-js-controller-2-2-x-github

                                            Danke

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            872
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            48
                                            1047
                                            256982
                                            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