Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. influxdb 3.0.0 verfügbar - eine Zusammenfassung

    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

    influxdb 3.0.0 verfügbar - eine Zusammenfassung

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

      @ofbeqnpolkkl6mby5e13 Naja mal ganz frech: Nutzt du Buffering? Wenn ja wird es natürlich erst dann geschrieben wenn der Buffer "voll" ist ... Das Log sagt mir das der Wert erstmmal nur im Buffer landet und noch nicht geschrieben ist

      PS: "from" hat formal ein falsches Format, aber am ende wohl egal 🙂

      Und was schreibst du da bei "q" rein?

      O 2 Replies Last reply Reply Quote 0
      • O
        oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

        @apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

        @ofbeqnpolkkl6mby5e13 Naja mal ganz frech: Nutzt du Buffering? Wenn ja wird es natürlich erst dann geschrieben wenn der Buffer "voll" ist ... Das Log sagt mir das der Wert erstmmal nur im Buffer landet und noch nicht geschrieben ist>

        Keine Ahnung, hätten die Werte dann nicht beim Beenden der Instanz (als ich auf Debug umgestellt habe) geschrieben werden müssen?

        An der DB und den Einstellungen habe ich ja dbzgl. nichts geändert. Schreibaktionen zusammenfassen steht auf 0.

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

          @apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

          Und was schreibst du da bei "q" rein?

          Die Differenz zum vorherigen Wert.

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

            @ofbeqnpolkkl6mby5e13 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

            Keine Ahnung, hätten die Werte dann nicht beim Beenden der Instanz (als ich auf Debug umgestellt habe) geschrieben werden müssen?

            Nein, der InfluxDB Adapter schreibt beim beenden die Daten in ein Temporäres file und Lädt Sie wieder zum start.

            Mach doch mal Debug log fpr die Instanz und den Datenpunkt an ... dann zeig mal

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

              @ofbeqnpolkkl6mby5e13 Das ist auch komplett "falsch" ... Es sollte ncihts kaputt gehen aber der q(uality) wert ist was gaaanz anderes

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

                @apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                @ofbeqnpolkkl6mby5e13 Das ist auch komplett "falsch" ... Es sollte ncihts kaputt gehen aber der q(uality) wert ist was gaaanz anderes

                Ich bin mir der Zweckentfremdung bewusst.

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

                  @apollon77 sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                  Mach doch mal Debug log fpr die Instanz und den Datenpunkt an ... dann zeig mal

                  Ich schreibe die Daten wie gesagt manuell mit einem Skript in die Datenbank.

                  Die Meldung ist dieselbe:

                  2022-05-13 11:37:44.131  - debug: influxdb.0 (9994) Incoming message storeState from system.adapter.javascript.0
                  2022-05-13 11:37:44.132  - debug: influxdb.0 (9994) storeState 1 item
                  
                  apollon77 1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                    @ofbeqnpolkkl6mby5e13 Ok, verstehe ich nicht. Bitte mal GitHub version installieren (Versionsnummer bleibt gleich, danach Adapter manuell neu starten). Dann bitte nochmal Debug log posten, sollte jetzt ggf mehr sein

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

                      @apollon77

                      Crasht:

                      2022-05-13 13:55:16.385  - debug: influxdb.0 (18439) Incoming message storeState from system.adapter.javascript.0
                      2022-05-13 13:55:16.386  - debug: influxdb.0 (18439) storeState 1 item
                      2022-05-13 13:55:16.394  - error: influxdb.0 (18439) uncaught exception: adapter.log.warning is not a function
                      2022-05-13 13:55:16.396  - error: influxdb.0 (18439) TypeError: adapter.log.warning is not a function
                          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.influxdb/main.js:1745:76)
                          at processImmediate (internal/timers.js:466:21)
                      2022-05-13 13:55:16.397  - error: influxdb.0 (18439) adapter.log.warning is not a function
                      
                      2022-05-13 13:55:16.944  - info: influxdb.0 (18439) terminating
                      2022-05-13 13:55:16.945  - debug: influxdb.0 (18439) Plugin sentry destroyed
                      2022-05-13 13:55:16.946  - warn: influxdb.0 (18439) Terminated (UNCAUGHT_EXCEPTION): Without reason
                      2022-05-13 13:55:17.534  - error: host.iobroker instance system.adapter.influxdb.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      2022-05-13 13:55:17.535  - info: host.iobroker Restart adapter system.adapter.influxdb.0 because enabled
                      2022-05-13 13:55:37.186  - info: host.iobroker "system.adapter.influxdb.0" disabled
                      
                      apollon77 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                        @ofbeqnpolkkl6mby5e13 Ok, da war ich zu fix :-)) Nochmal bitte

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

                          @apollon77

                          2022-05-13 15:24:13.648  - debug: influxdb.0 (23941) Incoming message storeState from system.adapter.javascript.0
                          2022-05-13 15:24:13.649  - debug: influxdb.0 (23941) storeState 1 item
                          2022-05-13 15:24:13.652  - warn: influxdb.0 (23941) Error writing state for 0_userdata.0.Haus.Energie.Zaehler.Wasser: ID 0_userdata.0.Haus.Energie.Zaehler.Wasser not activated for logging, Data: [object Object]
                          
                          apollon77 1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 @oFbEQnpoLKKl6mbY5e13 last edited by

                            @ofbeqnpolkkl6mby5e13 Reicht Dir das als Antwort?

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

                              @apollon77

                              Natürlich nicht, denn das war über Jahre möglich. Weshalb sollte man nicht mehr manuell in die DB speichern können?

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

                                @ofbeqnpolkkl6mby5e13 Naja, weil damit sämtliche Settings fehlen ... Man könnte es ausschliesslich für storeState wieder erlaube ... sind halt Edge cases die immer wirder für die Lustigsten Fehler sorgen.

                                Bitte lege ein GitHub issue als Feature Request (jaja ... ging ja immer ... sollte es aber nie) an. Danke

                                O 1 Reply Last reply Reply Quote 2
                                • O
                                  oFbEQnpoLKKl6mbY5e13 @apollon77 last edited by

                                  @apollon77

                                  https://github.com/ioBroker/ioBroker.influxdb/issues/258

                                  RP70DP created this issue in ioBroker/ioBroker.influxdb

                                  closed Please allow storeState to write without activation for logging #258

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

                                    Nabend zusammen - hatte den Thread hier irgendwie übersehen und mein "Problem" im GIT gepostet ( https://github.com/ioBroker/ioBroker.influxdb/issues/259 )

                                    Ich denke es ist sinniger hier weiter zu machen.

                                    1. Frage auf die Antwort aus dem GIT - wie kann man einen Datenpunkt DEBUGGEN? Habe ich noch nie gemacht - eine Instanz ja, aber ein Datenpunkt ist neu für mich.

                                    Hier wie gewünscht die Adapter Einstellungen

                                    60056371-2d2e-42aa-8bd2-febb18d01cf0-image.png

                                    70851de7-da82-490c-8c87-b79b45ea4404-image.png

                                    JBSullivan created this issue in ioBroker/ioBroker.influxdb

                                    closed Adapter 3.x.x - veränderte Datenaufzeichnung unter InfluxDB 1.x.x. #259

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

                                      @jb_sullivan sagte in influxdb 3.0.0 verfügbar - eine Zusammenfassung:

                                      Frage auf die Antwort aus dem GIT - wie kann man einen Datenpunkt DEBUGGEN? Habe ich noch nie gemacht - eine Instanz ja, aber ein Datenpunkt ist neu für mich.

                                      Aktivere diese Option bei deinem Datenpunkt, dann sind im Log weitere Debug Informationen für den Datenpunkt enthalten.
                                      540c1778-47b7-4eb7-a397-8b4da7d061fa-grafik.png

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

                                        @feuersturm @JB_Sullivan Aber nur wenn auch das Loglevel der Influxdb Instanz auf Debug steht, sonst halt das keine echte auswirkung - ausser ggf bissl schlechtere performance weil mehr Log geschrieben aber intern verworfen wird

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

                                          @apollon77
                                          Hallo Habe influx 3.02
                                          es werten die Werte true und false nicht angezeigt nur null
                                          muss ich da noch irgendwo etwas einstellen

                                          influx.PNG

                                          Gruss Stephan

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

                                            @stephan61 Welche Admin version ist denn das? Und welche UI? Bitte aktuelles Admin mit react UI nutzen. Wenn das ok ist bitte für den relevanten Datenpunkt mal debug log in den sesttings aktivieren und auch Loglevel für die Instanz auf Debug setzen (Instanzen mit aktivem Expertenmodus) . Dann bitte Debug log einer solchen History-Abfrage posten

                                            S 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

                                            864
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            18
                                            132
                                            14450
                                            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