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.2 jetzt im Latest!

    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

    js-controller 3.2 jetzt im Latest!

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

      Hi all
      ich weiss nicht wo ich das schreiben soll, aber seit dem Update bekomme ich laufend diese Warnung im Log:

      web.0 State "nothing_selected" has no existing object, this might lead to an error in future versions

      Was kann ich hier tun?
      Danke

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

        @apollon77
        Eine Änderung von states.writeFileInterval in der Datei "conf/iobroker-dist.json" hat keinen Einfluss auf das tatsächliche Schreibintervall von 30 s.
        Ich finde keine Datei mehr, in der das Schreibintervall ausgeführt wird?

        foxriver76 apollon77 3 Replies Last reply Reply Quote 1
        • foxriver76
          foxriver76 Developer @paul53 last edited by

          @paul53 ist jetzt im Modul @iobroker/db-states-file

          paul53 1 Reply Last reply Reply Quote 0
          • paul53
            paul53 @foxriver76 last edited by

            @foxriver76 sagte:

            ist jetzt im Modul @iobroker/db-states-file

            Wo findet man das Modul?

            MalleRalle 1 Reply Last reply Reply Quote 0
            • MalleRalle
              MalleRalle @paul53 last edited by

              @paul53

              /opt/iobroker/node_modules/@iobroker/db-objects-file
              
              paul53 1 Reply Last reply Reply Quote 1
              • paul53
                paul53 @MalleRalle last edited by

                @malleralle
                Danke. Eine Änderung in der Datei

                /opt/iobroker/node_modules/@iobroker/db-states-file/lib/states/statesInMemFileDB.js
                

                zeigt Wirkung.

                foxriver76 apollon77 2 Replies Last reply Reply Quote 1
                • foxriver76
                  foxriver76 Developer @paul53 last edited by foxriver76

                  @paul53 Kannst du nochmal was anderes einstellen und das loglevel auf silly stellen, sollte dann irgendwo
                  States DB uses file write interval of .. ms stehen. Vermutlich wird da dann schon das falsche stehen.

                  Bei Objects gleiches Problem?

                  paul53 2 Replies Last reply Reply Quote 0
                  • paul53
                    paul53 @foxriver76 last edited by paul53

                    @foxriver76 sagte: Kannst du nochmal was anderes einstellen und das loglevel auf silly stellen, sollte dann irgendwo

                    States DB uses file write interval of .. ms stehen.

                    Wo stelle ich den js-controller auf loglevel silly? Im Tab "Log" erscheint bisher kein solcher Log bei ioBroker-Start.

                    Edit: Hab den Loglevel gefunden.

                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @paul53 last edited by

                      @paul53 auch iobroker.json log.level

                      1 Reply Last reply Reply Quote 0
                      • paul53
                        paul53 @foxriver76 last edited by

                        @foxriver76 sagte: States DB uses file write interval of
                        Kann eine solchen Eintrag im Riesen-Logfile nicht finden. Die Umstellung auf "silly" hatte die CPU eine ganze Weile gestresst.

                        foxriver76 1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer @paul53 last edited by

                          @paul53 nicht finden heißt mit strg f oder grep nichts gefunden oder heißt beim Überfliegen nichts gesehen? 😀

                          paul53 1 Reply Last reply Reply Quote 0
                          • paul53
                            paul53 @foxriver76 last edited by paul53

                            @foxriver76 sagte: nicht finden heißt mit strg f oder grep nichts gefunden

                            Mit der Suche in Chrome nichts gefunden. Überfliegen ist bei der Masse nicht.
                            EDIT: Auch der Windows-Editor findet den Text nicht, nicht mal "file write interval".

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

                              @master67 Ok, Grund liegt daran das DU let's encrypt aktiviert aber nicht sinnvoll konfiguriert hast. Die 3.2.8 wird da "verzeiender" sein. Für jetzt: admin neue instanz machen ohne Lets encrypt, dann das in der anderen admin instanz ausschalten

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

                                @peterbaumert Auch ein vollständigeres Log wäre cool

                                peterbaumert 1 Reply Last reply Reply Quote 0
                                • apollon77
                                  apollon77 @Tom Son last edited by

                                  @tom-son sagte in js-controller 3.2 jetzt im Latest!:

                                  nothing_selected

                                  Interessant ...man müsste rausfinden "wann" es kommt. Und durch was getriggert. Was läuft alles ? Visualisierungen? welche? Die mal nicht nutzen und schauen ob es aufhört. Irgendein Adapter versucht da DInge ich tippe per socket.io

                                  Tom Son 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @paul53 last edited by

                                    @paul53 Das war schon immer nur in iobroker-data/iobroker.json ... die "iobroker-dist.json" ist die initiale Konfig für Neuinstallationen 🙂

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

                                      @paul53 STOP! Bitte rückgängig machen und siehe letzter Post 🙂

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

                                        @paul53 ist "writeFileInterval" so wie in der iobroekr-dist.json ... falls es in der iobroker.json fehlt dann manuell reinpacken

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

                                          @apollon77 sagte: falls es in der iobroker.json fehlt dann manuell reinpacken

                                          Habe "writeFileInterval" in der iobroker.json ergänzt: So funktioniert es.

                                          K 1 Reply Last reply Reply Quote 1
                                          • Master67
                                            Master67 @apollon77 last edited by Master67

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

                                            @master67 Ok, Grund liegt daran das DU let's encrypt aktiviert aber nicht sinnvoll konfiguriert hast. Die 3.2.8 wird da "verzeiender" sein. Für jetzt: admin neue instanz machen ohne Lets encrypt, dann das in der anderen admin instanz ausschalten

                                            Ich habe aber let's encrypt nicht Aktiviert, ich wüsste gar nicht wie ich das beim ioBroker machen kann und sollte, mein ioBroker ist nur über eine Locale IP erreichbar!

                                            Was meinst du mit "admin neue instanz" und dann ausschalten... und wo ausschalten oder wie (ich weis ja nicht mal das das An ist)...

                                            Edit: @apollon77 .... ich Installiere grade ein Backup, der ioBroker ist dann wieder auf dem neusten stand aber ohne den js-controller, somit habe ich wieder zugriff... wo finde ich nun die für mich "Ominöse" let's encrypt Einstellung, damit ich Prüfen kann.. oder mich Erinner kann ob/das sie Aktiv ist.
                                            Ich nutze für drei Webseiten let's encrypt, aber ganz sicher nicht für den ioBroker 🙂

                                            Edit2: ioBroker ist fertig und läuft wo finde ich das?

                                            Edit3: Japp da war ich NIE dran... weil ich es nicht benötigt habe, so sieht das Aktuell aus.
                                            2021-01-19 (37).png

                                            Das ist doch nicht Aktiv... oder bin ich Blind!!

                                            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

                                            520
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            70
                                            575
                                            108576
                                            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