Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Neuer Adapter] ioBroker.statistics

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    [Neuer Adapter] ioBroker.statistics

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

      @skokarl sagte in [Neuer Adapter] ioBroker.statistics:

      messagebox not enabled

      Mhhh laut Github sollte das behoben sein mit der Neuesten Version --> HIER

      S 1 Reply Last reply Reply Quote 0
      • S
        skokarl @Segway last edited by

        @Segway sagte in [Neuer Adapter] ioBroker.statistics:

        @skokarl sagte in [Neuer Adapter] ioBroker.statistics:

        messagebox not enabled

        Mhhh laut Github sollte das behoben sein mit der Neuesten Version --> HIER

        nö., anscheinend nicht.

        Segway 2 Replies Last reply Reply Quote 0
        • Segway
          Segway @skokarl last edited by

          @skokarl sagte in [Neuer Adapter] ioBroker.statistics:

          @Segway sagte in [Neuer Adapter] ioBroker.statistics:

          @skokarl sagte in [Neuer Adapter] ioBroker.statistics:

          messagebox not enabled

          Mhhh laut Github sollte das behoben sein mit der Neuesten Version --> HIER

          nö., anscheinend nicht.

          Dann schreib auf Github erneut den Entwickler an, dass es nicht geht und gib deine js-controller version inkl. node und npm Version an

          1 Reply Last reply Reply Quote 0
          • Segway
            Segway @skokarl last edited by

            @skokarl

            Welche Version hast du denn?
            Mag sein, dass der Entwickler die letzte Version 0.21 UND NICHT 0.20 noch nicht gepusht hat. Sieht man hier in der Übersicht, dann musste manuell von Github installieren:

            91d8a4d5-76c2-4e76-9881-c5fded7f1f9b-image.png

            S 1 Reply Last reply Reply Quote 0
            • S
              skokarl @Segway last edited by

              @Segway
              habs wieder deinstalliert, weiß nicht mehr welche Version das war....

              1 Reply Last reply Reply Quote 0
              • F
                foxthefox Developer last edited by

                Hallo,

                auch wenn es evtl. nicht so aussah, ich arbeite weiter an der Verbesserung meiner Adapter.

                Der Statistics Adapter ist in der Version 0.2.1 essentiell verbessert:

                • Rundung der Werte
                • min/max Bestimmung nicht nur täglich, sondern auch Woche/Monat/Quartal/Jahr
                • Problem mit dayMin=0 behoben
                • Betriebszeitzählung erfolgt jetzt mit jedem Signal was abonniert ist, egal ob es sich um einen echten Signalwechsel handelt oder nur die gleiche Info nochmal gekommen ist. Die Zeiten werden entsprechend aufaddiert. Die Zustände .last01/.last10 zeigen somit nicht mehr die letzten echten Signalwechsel an.
                • Betriebszeitzählung erfolgt täglich 2sec vor Mitternacht mit einem Trigger auf das aktuelle Signal. Somit wird sichergestellt, daß bei längeren gleichbleibenden Zuständen auch die Werte tagesbezogen ermittelt werden.
                • Fehlermeldung für message ist eliminiert

                Falls es Probleme/Fehler gibt, dann hier posten oder noch besser in GitHub ein Issue aufmachen.

                Ansonsten bin ich auf Rückmeldungen von euch gespannt.

                Gruß
                Klaus

                crunchip H 2 Replies Last reply Reply Quote 2
                • crunchip
                  crunchip Forum Testing Most Active @foxthefox last edited by

                  @foxthefox dann werd ich das mal nochmal probieren, anhand meines TV-Schalters, ist das so richtig?

                  {
                    "_id": "sonoff.0.TV-Schalter.POWER",
                    "common": {
                      "type": "boolean",
                      "role": "switch",
                      "read": true,
                      "write": true,
                      "storeMap": true,
                      "name": "TV-Schalter POWER",
                      "smartName": {
                        "de": "TV",
                        "smartType": "SWITCH"
                      },
                      "custom": {
                        "virtualpowermeter.0": {
                          "enabled": true,
                          "maxpower": "250",
                          "group": "Geraete",
                          "idEnergyPower": "Virtual_Energy_Power",
                          "idEnergyTotal": "Virtual_Energy_Total"
                        },
                        "statistics.0": {
                          "enabled": true,
                          "logName": "TV-Schalter POWER",
                          "count": false,
                          "sumCount": false,
                          "timeCount": true,
                          "fiveMin": false,
                          "groupFactor": "",
                          "impUnit": "",
                          "impUnitPerImpulse": "",
                          "sumIgnoreMinus": true,
                          "sumDelta": false,
                          "avg": false,
                          "sumGroup": ""
                        }
                      }
                    },
                    "native": {},
                    "type": "state",
                    "from": "system.adapter.sonoff.0",
                    "ts": 1536999759546,
                    "acl": {
                      "object": 1636,
                      "state": 1636,
                      "owner": "system.user.admin",
                      "ownerGroup": "system.group.administrator"
                    },
                    "user": "system.user.admin"
                  }
                  
                  

                  dd568d13-9249-4237-a0c0-1dc05eb98820-image.png
                  acfb375f-9c5f-4979-8ffb-b29490384b0c-image.png

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    foxthefox Developer @crunchip last edited by

                    @crunchip
                    sollte für die Messung wie lange in die Röhre geschaut wird passen.

                    Gruß
                    klaus

                    1 Reply Last reply Reply Quote 0
                    • H
                      holgerwolf @foxthefox last edited by

                      @foxthefox
                      Die 0.2.1 gab es ja vorher schon. Reicht es wenn man diese Version nochmal drüberbügelt, oder muss man erst deinstallieren und dann neu installieren?
                      Wann werden die Woche/Monat/Quartal/Jahr Objecte angelegt? Auch erst in der Nacht?

                      Gruß
                      Holger

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        foxthefox Developer @holgerwolf last edited by foxthefox

                        @holgerwolf sagte in [Neuer Adapter] ioBroker.statistics:

                        @foxthefox
                        Die 0.2.1 gab es ja vorher schon. Reicht es wenn man diese Version nochmal drüberbügelt, oder muss man erst deinstallieren und dann neu installieren?
                        Wann werden die Woche/Monat/Quartal/Jahr Objecte angelegt? Auch erst in der Nacht?

                        Gruß
                        Holger

                        Hallo Holger

                        Einfach die Version aus GitHub drüberbügeln und danach den Adapter neu starten.

                        die Objekte werden angelegt, wenn man in der Config des Datenpunktes auch einen Haken für minmax setzt.
                        Dann wird es beim Start des Adapters angelegt.

                        Gruß
                        Klaus

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          holgerwolf @foxthefox last edited by

                          @foxthefox
                          Der Neustart des Adapters wars. Dann wurden die neuen DP angelegt.
                          Vielleicht doch bei so vielen Änderungen ne neue Nummer spendieren? Kostet ja nix 😉

                          Min/Max funktioniert jetzt auch. Keine Nuller Werte mehr.
                          Allerdings scheint die Übergabe in den SAVE Bereich nicht zu funktionieren. Dort sind heute morgen jetzt auch noch keine Werte eingetragen und die Min/Max Werte von gestern stehen noch im TEMP Bereich.
                          Unten zwei Bilder zu Ansicht.

                          Gruß
                          Holger

                          097c87b2-c026-4ade-b606-4a8fd9c3cdef-grafik.png

                          75d95d5c-820a-486d-a94d-e9f3e97409ed-grafik.png

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

                            Läuft eigentlich schon ein viertel Jahr, Berechnung Strom-, Gasverbrauch und Kosten.
                            Lasse diese über sourceanalytix und statistcs berechnen und haben sich bisher auch gedeckt mit den Berechnungen.
                            Nun läuft es den 2ten Tag mit der neuen Version, aber irgendwie stimmen nun einige Berechnungen nicht mehr, die vorher gepasst haben.
                            Laut Berechnung hätte ich für
                            heute 3€
                            dieses Monat 47€,
                            diese Woche schon 21€ Strom verbraucht....wie haben Dienstag, den 18.😂
                            Auch die Betriebszeitzählung funktioniert nicht. Da wurde auch noch nichts in den Save geschrieben.
                            Diesbezüglich auch die Logausgabe bei Tageswechsel

                            2019-06-18 00: 00: 00.329 - Fehler : statistics.0 Ungefangene Ausnahme: groups [g] .indexOf ist keine Funktion
                            2019-06-18 00: 00: 00.330 - Fehler : statistics.0 TypeError: groups [g] .indexOf ist keine Funktion
                            at removeObject (/opt/iobroker/node_modules/iobroker.statistics/main.js:185:70)
                            at Object.objectChange (/opt/iobroker/node_modules/iobroker.statistics/main.js:99:21)
                            at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:986:81)
                            at runCallback (timers.js: 705: 18)
                            bei tryOnImmediate (timers.js: 676: 5)
                            at processImmediate (timers.js: 658: 5)
                            2019-06-18 00: 00: 00.338 - info : statistics.0 hat alles aufgeräumt ...
                            
                            2019-06-18 00: 00: 00.819 - Fehler : Vom Controller [0] abgefangen: TypeError: groups [g] .indexOf ist keine Funktion
                            2019-06-18 00: 00: 00.819 - Fehler : Vom Controller [0] abgefangen: at removeObject (/opt/iobroker/node_modules/iobroker.statistics/main.js:185:70)
                            2019-06-18 00: 00: 00.820 - Fehler : Vom Controller [0] abgefangen: bei Object.objectChange (/opt/iobroker/node_modules/iobroker.statistics/main.js:99:21)
                            2019-06-18 00: 00: 00.820 - Fehler : Vom Controller [0] abgefangen: bei Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:986:81)
                            2019-06-18 00: 00: 00.820 - Fehler : Vom Controller [0] abgefangen: bei runCallback (timers.js: 705: 18)
                            2019-06-18 00: 00: 00.820 - Fehler : Vom Controller [0] abgefangen: bei tryOnImmediate (timers.js: 676: 5)
                            2019-06-18 00: 00: 00.820 - Fehler : Vom Controller [0] abgefangen: at processImmediate (timers.js: 658: 5)
                            2019-06-18 00: 00: 00.820 - Fehler : Host.IoBroker-Instanz system.adapter.statistics.0 mit Code 0 (OK) beendet
                            2019-06-18 00: 00: 00.820 - info : host.IoBroker Adapter system.adapter.statistics.0 neu starten, da aktiviert
                            
                            F 1 Reply Last reply Reply Quote 0
                            • B
                              bommel_030 last edited by

                              Bin gerade über den Adapter gestolpert, installiert und Werte kommen auch an...
                              Dennoch hab ich hier und da nen Knoten im Kopf, vielleicht kann mir ja einer auf die Sprünge helfen.

                              • Der Mulitplikationsfaktor in den Einstellung dient dem Einheitenangleich? Lampe liefert Wh (Faktor 0,001) Trockner liefert kWh (Faktor 1) dann hab ich in der Gruppe alles richtig für €/kWh?
                              • Wenn ich alle Verbraucher der Gruppe"Energie" zuordne hab ich quasi den Überblick über alles was Strom verbraucht. Will ich aber eine Unterscheidung nach Gewerken brauche ich z.B. eine Gruppe Licht, DV, etc., hab dann aber keinen Gesamtverbrauch mehr. Man kann ja einem Verbraucher nicht mehreren Gruppen zuordnen, oder?
                              • Gibt es eine Möglichkeit den ersten Startwert zu ignorieren? Wenn ich z.B. den Verbrauch meines Trockners einlese hat der ja bis jetzt x kWh verbraucht. Die tauchen ja dann auch im heutigen Tagesverlauf auf, obwohl sie da eigentlich nciht hingehören.

                              Danke schonmal

                              F 1 Reply Last reply Reply Quote 0
                              • H
                                holgerwolf @holgerwolf last edited by

                                @foxthefox

                                Heute Nacht wurde die Werte übertragen. Sieht so aus, dass der Adapter erstmal einen kompletten Tag laufen muss um die Werte dann zu übertragen.
                                67eff729-6136-4a66-b167-4cd99ed4ae99-grafik.png
                                Das Gleich dann auch für Woche, Monat, Quarter, Jahr. Wenn mans weiß ist es gut 😉

                                Danke und Gruß
                                Holger

                                1 Reply Last reply Reply Quote 0
                                • F
                                  foxthefox Developer @bommel_030 last edited by

                                  @bommel_030 sagte in [Neuer Adapter] ioBroker.statistics:

                                  Bin gerade über den Adapter gestolpert, installiert und Werte kommen auch an...
                                  Dennoch hab ich hier und da nen Knoten im Kopf, vielleicht kann mir ja einer auf die Sprünge helfen.

                                  • Der Mulitplikationsfaktor in den Einstellung dient dem Einheitenangleich? Lampe liefert Wh (Faktor 0,001) Trockner liefert kWh (Faktor 1) dann hab ich in der Gruppe alles richtig für €/kWh?
                                  • Wenn ich alle Verbraucher der Gruppe"Energie" zuordne hab ich quasi den Überblick über alles was Strom verbraucht. Will ich aber eine Unterscheidung nach Gewerken brauche ich z.B. eine Gruppe Licht, DV, etc., hab dann aber keinen Gesamtverbrauch mehr. Man kann ja einem Verbraucher nicht mehreren Gruppen zuordnen, oder?
                                  • Gibt es eine Möglichkeit den ersten Startwert zu ignorieren? Wenn ich z.B. den Verbrauch meines Trockners einlese hat der ja bis jetzt x kWh verbraucht. Die tauchen ja dann auch im heutigen Tagesverlauf auf, obwohl sie da eigentlich nciht hingehören.

                                  Danke schonmal

                                  Der Multiplikator in den Adaptereinstellungen wird auf jeden Datenpunkt angewendet. Ich würde ihn wegen der Universalität auf 1 belassen.
                                  Um z.B. alle Energieverbräuche in kWh zu erfassen, ist bei allen energy-Messwerten auf kWh zu normieren. Dies geschieht mit dem Multiplikationsfaktor, der jedem Datenpunkt zugehörig festgelegt wird.
                                  Dazu ist nicht nur das Päckchen für "Zähler im Delta-Verbrauch" zu setzen, sondern auch die in den Adaptereinstellungen erstellte Gruppe.

                                  “Zähler im Delta-Verbrauch" bedeutet eine Ermittlung des Unterschiedes zwischen 2 übermittelten Zählerständen. Somit ist dein beschriebenes Problem des Startwertes nicht vorhanden, da die gruppierte Summe erst mit den Differenzen der Einzelmessungen verrechnet wird. Weder in temp noch in save sollte der Zählerstand in den Betrachtungszeiträumen drin sein, da immer die Differenz gebildet wird.

                                  Ich hoffe das hilft dir weiter.

                                  Gruß
                                  Klaus

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    foxthefox Developer @crunchip last edited by

                                    @crunchip sagte in [Neuer Adapter] ioBroker.statistics:

                                    Läuft eigentlich schon ein viertel Jahr, Berechnung Strom-, Gasverbrauch und Kosten.
                                    Lasse diese über sourceanalytix und statistcs berechnen und haben sich bisher auch gedeckt mit den Berechnungen.
                                    Nun läuft es den 2ten Tag mit der neuen Version, aber irgendwie stimmen nun einige Berechnungen nicht mehr, die vorher gepasst haben.
                                    Laut Berechnung hätte ich für
                                    heute 3€
                                    dieses Monat 47€,
                                    diese Woche schon 21€ Strom verbraucht....wie haben Dienstag, den 18.😂
                                    Auch die Betriebszeitzählung funktioniert nicht. Da wurde auch noch nichts in den Save geschrieben.
                                    Diesbezüglich auch die Logausgabe bei Tageswechsel

                                    2019-06-18 00: 00: 00.329 - Fehler : statistics.0 Ungefangene Ausnahme: groups [g] .indexOf ist keine Funktion
                                    2019-06-18 00: 00: 00.330 - Fehler : statistics.0 TypeError: groups [g] .indexOf ist keine Funktion
                                    at removeObject (/opt/iobroker/node_modules/iobroker.statistics/main.js:185:70)
                                    at Object.objectChange (/opt/iobroker/node_modules/iobroker.statistics/main.js:99:21)
                                    at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:986:81)
                                    at runCallback (timers.js: 705: 18)
                                    bei tryOnImmediate (timers.js: 676: 5)
                                    at processImmediate (timers.js: 658: 5)
                                    2019-06-18 00: 00: 00.338 - info : statistics.0 hat alles aufgeräumt ...
                                    

                                    An diesen Berechnungen hatte ich eigentlich nichts geändert, mein Fokus war auf arg, minmax und time count.

                                    Die Betriebszeitzählung sollte funktionieren, da bräuchte ich einen Hinweis was genau nicht geht. Meist liegt es schon daran, daß es keine Rückmeldungen sondern Befehle sind, die versucht werden zu zählen.

                                    Das nix in den save geschrieben wird, scheint an dem Absturz zu liegen, der kurz nach Mitternacht passierte.
                                    Hier kann ich mir noch nichts zusammenreimen, was die Ursache dafür ist, denn ich habe auch Gruppen am laufen.

                                    Gruß
                                    Klaus

                                    crunchip 2 Replies Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @foxthefox last edited by

                                      @foxthefox sagte in [Neuer Adapter] ioBroker.statistics:

                                      Die Betriebszeitzählung sollte funktionieren, da bräuchte ich einen Hinweis was genau nicht geht. Meist liegt es schon daran, daß es keine Rückmeldungen sondern Befehle sind, die versucht werden zu zählen.

                                      was genau brauchst du dafür?

                                      dies ist die Raw Datei

                                      {
                                        "_id": "sonoff.0.TV-Schalter.POWER",
                                        "common": {
                                          "type": "boolean",
                                          "role": "switch",
                                          "read": true,
                                          "write": true,
                                          "storeMap": true,
                                          "name": "TV-Schalter POWER",
                                          "smartName": {
                                            "de": "TV",
                                            "smartType": "SWITCH"
                                          },
                                          "custom": {
                                            "virtualpowermeter.0": {
                                              "enabled": true,
                                              "maxpower": "250",
                                              "group": "Geraete",
                                              "idEnergyPower": "Virtual_Energy_Power",
                                              "idEnergyTotal": "Virtual_Energy_Total"
                                            },
                                            "statistics.0": {
                                              "enabled": true,
                                              "logName": "TV-Schalter POWER",
                                              "count": false,
                                              "sumCount": false,
                                              "timeCount": true,
                                              "fiveMin": false,
                                              "groupFactor": "",
                                              "impUnit": "",
                                              "impUnitPerImpulse": "",
                                              "sumIgnoreMinus": true,
                                              "sumDelta": false,
                                              "avg": false,
                                              "sumGroup": ""
                                            }
                                          }
                                        },
                                        "native": {},
                                        "type": "state",
                                        "from": "system.adapter.sonoff.0",
                                        "ts": 1536999759546,
                                        "acl": {
                                          "object": 1636,
                                          "state": 1636,
                                          "owner": "system.user.admin",
                                          "ownerGroup": "system.group.administrator"
                                        },
                                        "user": "system.user.admin"
                                      }
                                      

                                      740e65a8-2ccb-4745-bcc6-09cec587e749-image.png

                                      08e7549e-1f7b-4876-a6ac-e055efe30935-image.png

                                      gruss

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        Pittini Developer last edited by Pittini

                                        Moin,
                                        gestern den Adapter installiert, versuche min/max meiner Temperatursensoren zu erfassen.
                                        Hat gestern auch soweit funktioniert, wenngleich mir andere Werte (sum of daily values) seltsam vorkamen.
                                        Heute jedoch....gibts im tmp keine min Werte mehr, der Sensor ist ok, history zeigt auch keine Auffälligkeiten, trotzdem sieht das so aus:

                                        2019-06-26 13_45_43-Window.png

                                        Einstellung des Datenpunktes ist:
                                        2019-06-26 13_48_53-Window.png

                                        Fehler meinerseits irgendwo? Bug?

                                        Update: Adapter hat brav die tmp Werte ins save geschrieben, jetzt sind auch dort keine min. Werte mehr, bzw. überall 0°C.

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

                                          Hallo zusammen, gibt es eine Möglichkeit bei dem Durchschnittswert die Kommastellen anzupassen?
                                          So macht das ganze leider nicht so viel Sinn.

                                          leitfähigkeit.jpg

                                          F 1 Reply Last reply Reply Quote 0
                                          • P
                                            Pittini Developer last edited by

                                            Update

                                            Nach Neuinstallation des Adapters hat gestern wieder alles funktioniert.
                                            Und heute......wieder 0 bei den min Werten. Und morgen wird das logischerweise wieder ins save übernommen.

                                            2019-06-29 13_46_04-Window.png

                                            In den Logs seh ich nix auffälliges, aber vielleicht fällt ja wen was auf.

                                            statistics.0 2019-06-29 13:22:21.375 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.humidity avg dayMin
                                            statistics.0 2019-06-29 13:22:21.363 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last exists ? 30.29 in obj: temp.avg.mihome.0.devices.sensor_h
                                            statistics.0 2019-06-29 13:22:21.363 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.daySum exists ? 1536.8599999999997 in obj: temp.avg.mihome.0.d
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg last
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayCount exists ? 82 in obj: temp.avg.mihome.0.devices.sensor_
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg daySum
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayAvg exists ? 19 in obj: temp.avg.mihome.0.devices.sensor_ht
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg dayCount
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMax exists ? 30.29 in obj: temp.avg.mihome.0.devices.sensor
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg dayAvg
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg dayMax
                                            statistics.0 2019-06-29 13:22:21.361 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin exists ? 0 in obj: temp.avg.mihome.0.devices.sensor_ht_
                                            statistics.0 2019-06-29 13:22:21.358 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031e1276.temperature avg dayMin
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.last exists ? 46.85 in obj: temp.avg.mihome.0.devices.sensor_ht_158d
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.daySum exists ? 1667.8300000000002 in obj: temp.avg.mihome.0.devices
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg last
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayCount exists ? 37 in obj: temp.avg.mihome.0.devices.sensor_ht_158
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg daySum
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg dayCount
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayAvg exists ? 45 in obj: temp.avg.mihome.0.devices.sensor_ht_158d0
                                            statistics.0 2019-06-29 13:22:21.343 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMax exists ? 49.29 in obj: temp.avg.mihome.0.devices.sensor_ht_15
                                            statistics.0 2019-06-29 13:22:21.339 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg dayAvg
                                            statistics.0 2019-06-29 13:22:21.339 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMin exists ? 0 in obj: temp.avg.mihome.0.devices.sensor_ht_158d00
                                            statistics.0 2019-06-29 13:22:21.339 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg dayMax
                                            statistics.0 2019-06-29 13:22:21.339 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.humidity avg dayMin
                                            statistics.0 2019-06-29 13:22:21.306 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.last exists ? 23.48 in obj: temp.avg.mihome.0.devices.sensor_h
                                            statistics.0 2019-06-29 13:22:21.306 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.daySum exists ? 841.7600000000001 in obj: temp.avg.mihome.0.de
                                            statistics.0 2019-06-29 13:22:21.306 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg last
                                            statistics.0 2019-06-29 13:22:21.306 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg daySum
                                            statistics.0 2019-06-29 13:22:21.306 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayCount exists ? 37 in obj: temp.avg.mihome.0.devices.sensor_
                                            statistics.0 2019-06-29 13:22:21.305 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayAvg exists ? 23 in obj: temp.avg.mihome.0.devices.sensor_ht
                                            statistics.0 2019-06-29 13:22:21.300 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg dayCount
                                            statistics.0 2019-06-29 13:22:21.300 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMax exists ? 23.79 in obj: temp.avg.mihome.0.devices.sensor
                                            statistics.0 2019-06-29 13:22:21.300 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg dayAvg
                                            statistics.0 2019-06-29 13:22:21.300 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg dayMax
                                            statistics.0 2019-06-29 13:22:21.300 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature value temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMin exists ? 0 in obj: temp.avg.mihome.0.devices.sensor_ht_
                                            statistics.0 2019-06-29 13:22:21.299 debug [SET INITIAL] mihome.0.devices.sensor_ht_158d00031642be.temperature avg dayMin
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] yearSave status = true next event: 1 Jan 2020 00:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] quarterSave status = true next event: 1 Jul 2019 00:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] monthSave status = true next event: 1 Jul 2019 00:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] weekSave status = true next event: 1 Jul 2019 00:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] daySave status = true next event: 30 Jun 2019 00:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] dayTriggerTimeCount status = true next event: 29 Jun 2019 23:59:58
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] hourSave status = true next event: 29 Jun 2019 14:00:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] fifteenMinSave status = true next event: 29 Jun 2019 13:30:00
                                            statistics.0 2019-06-29 13:22:21.282 debug [INFO] avg5min status = true next event: 29 Jun 2019 13:25:00
                                            statistics.0 2019-06-29 13:22:21.282 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00035bf4ba.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00035bf4ba.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00033b0813.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00033b0813.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315a856.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315a856.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315b216.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315b216.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315a8ca.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d000315a8ca.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031e0b9a.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031e0b9a.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031e1276.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031e1276.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031642be.humidity" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] monitor "mihome.0.devices.sensor_ht_158d00031642be.temperature" as avg
                                            statistics.0 2019-06-29 13:22:21.281 info [INFO] statistics observes 16 values after startup
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00035bf4ba.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00035bf4ba.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00033b0813.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00033b0813.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315a856.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315a856.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315b216.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315b216.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315a8ca.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d000315a8ca.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031e0b9a.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031e0b9a.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031e1276.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031e1276.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031642be.humidity =============================
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] fiveMin = false, count = false
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] setup of object {"enabled":true,"logName":"","count":false,"sumCount":false,"timeCount":false,"fiveMin":false,"groupFactor":1,"impUnit":"","impUnitPerImpulse":1,"sumIgnoreMinus":true,"sumDe
                                            statistics.0 2019-06-29 13:22:21.281 debug [CREATION] ============================== mihome.0.devices.sensor_ht_158d00031642be.temperature =============================
                                            statistics.0 2019-06-29 13:22:21.281 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00035bf4ba.humidity
                                            statistics.0 2019-06-29 13:22:21.281 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00035bf4ba.temperature
                                            statistics.0 2019-06-29 13:22:21.281 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00033b0813.humidity
                                            statistics.0 2019-06-29 13:22:21.281 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00033b0813.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315a856.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315a856.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315b216.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315b216.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315a8ca.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d000315a8ca.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031e0b9a.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031e0b9a.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031e1276.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031e1276.temperature
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031642be.humidity
                                            statistics.0 2019-06-29 13:22:21.280 info [CREATION] enabled statistics for mihome.0.devices.sensor_ht_158d00031642be.temperature
                                            statistics.0 2019-06-29 13:22:21.264 info starting. Version 0.2.1 in C:/Program Files/iobroker/SmartHome/node_modules/iobroker.statistics, node: v10.16.0
                                            statistics.0 2019-06-29 13:19:53.247 info cleaned everything up...
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped yearSave
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped quarter
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped month
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped week
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped daySave
                                            statistics.0 2019-06-29 13:19:53.241 debug stopped timecount midnight trigger
                                            statistics.0 2019-06-29 13:19:53.240 debug stopped daySave
                                            statistics.0 2019-06-29 13:19:53.240 debug stopped daySave
                                            statistics.0 2019-06-29 13:19:53.240 debug stopped 5min
                                            statistics.0 2019-06-29 13:19:53.240 info cleaned everything up...
                                            statistics.0 2019-06-29 13:19:28.434 debug system.adapter.admin.0: logging false

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            950
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            26
                                            96
                                            18473
                                            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