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@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Neuer Adapter] ioBroker.statistics

    This topic has been deleted. Only users with topic management privileges can see it.
    • 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
              • F
                foxthefox Developer @Pittini last edited by

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

                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

                Hallo,

                bin von Dienstreise zurück und hab die min/max Temperaturen der Tage mal checken wollen und siehe da, dort war jetzt auch eine 0°C dabei, bei diesen sommerlichen Temperaturen.

                Die bisherige 0°C Problematik hatte ich in der Version 0.2.1 gelöst, da ich bei mir dieses Problem auch hatte konnte ich zumindest für mein Problem herausfinden, was die Ursache ist.

                Ich logge die Temperatur vom DECT200 an der Fritzbox und dort ist in der Antwort anstatt einer Zahl nichts drin, also "". Das führt zu null=kein Wert. Null ist dann als 0 gewertet und schon entsteht das Problem.

                Ich gehe davon aus, daß auch bei dir ein "null" heroingerutscht ist und somit die 0 verursacht.

                Werde diese ungültigen Werte gleich mal im fritzdect und im statistics Adapter verwerfen.

                Gruß
                Klaus

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

                  @ChristianM

                  ist auch die Version 0.2.1 installiert, denn dort hatte ich die Rundung eingeführt.
                  Ansonsten muß ich noch andere Stellen ausfindig machen und verbessern.

                  Gruß
                  Klaus

                  P ChristianM 2 Replies Last reply Reply Quote 0
                  • P
                    Pittini Developer @foxthefox last edited by Pittini

                    @foxthefox Jap, die 0.2.1 ist installiert.
                    Und es ist leider nicht nur ein 0 Wert sondern hier ist das überall.
                    2019-06-29 18_48_38-Window.png

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

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

                      @foxthefox Jap, die 0.2.1 ist installiert.
                      Und es ist leider nicht nur ein 0 Wert sondern hier ist das überall.
                      2019-06-29 18_48_38-Window.png

                      ich kann es von hier aus nicht beurteilen, ob bei dir alle Werte mal als "null" ankamen.
                      Ich hab die GitHub Version auf 0.2.2 hochgezogen und nun gibt es Warnungen wenn ungültige Werte verarbeitet werden sollen.
                      Sofern immer noch solche Werte kommen sollten, dann wäre jetzt schon der Beweis erbracht.
                      Ansonsten muss man den nächsten Tag mal beobachten.

                      Also installier bitte 0.2.2 und berichte.

                      Gruß
                      Klaus

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

                        @foxthefox Blieb nach Installation alles wie gehabt. Jedoch seit Umsprung um 00:00 zeigt er normale Werte. Und ich hab den Eindruck dass weniger geloggt wird. Werde weiter berichten wenn sich Auffälligkeiten zeigen. Anbei Log.

                        Meldung
                        statistics.0 2019-06-30 00:30:00.003 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:30:00.003 debug [SAVE VALUES] saving 15Min values
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.last: 35.22
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.humidity value 35.22
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] stateChange => 35.22 [true]
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.humidity =======================
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.last: 28.51
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.temperature value 28.51
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] stateChange => 28.51 [true]
                        statistics.0 2019-06-30 00:28:43.834 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.temperature =======================
                        statistics.0 2019-06-30 00:28:43.825 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMax: 35.22
                        statistics.0 2019-06-30 00:28:43.823 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMin: 28.51
                        statistics.0 2019-06-30 00:28:43.821 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.last: 35.22
                        statistics.0 2019-06-30 00:28:43.821 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.humidity value 35.22
                        statistics.0 2019-06-30 00:28:43.821 debug [STATE CHANGE] stateChange => 35.22 [true]
                        statistics.0 2019-06-30 00:28:43.821 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.humidity =======================
                        statistics.0 2019-06-30 00:28:43.818 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.last: 28.51
                        statistics.0 2019-06-30 00:28:43.818 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.temperature value 28.51
                        statistics.0 2019-06-30 00:28:43.818 debug [STATE CHANGE] stateChange => 28.51 [true]
                        statistics.0 2019-06-30 00:28:43.818 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.temperature =======================
                        statistics.0 2019-06-30 00:27:25.436 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax: 52.26
                        statistics.0 2019-06-30 00:27:25.430 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last: 52.26
                        statistics.0 2019-06-30 00:27:25.430 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.humidity value 52.26
                        statistics.0 2019-06-30 00:27:25.430 debug [STATE CHANGE] stateChange => 52.26 [true]
                        statistics.0 2019-06-30 00:27:25.430 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.humidity =======================
                        statistics.0 2019-06-30 00:27:25.425 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin: 20.18
                        statistics.0 2019-06-30 00:27:25.421 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last: 20.18
                        statistics.0 2019-06-30 00:27:25.421 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.temperature value 20.18
                        statistics.0 2019-06-30 00:27:25.421 debug [STATE CHANGE] stateChange => 20.18 [true]
                        statistics.0 2019-06-30 00:27:25.421 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.temperature =======================
                        statistics.0 2019-06-30 00:25:00.006 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:21:44.096 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMin: 51.2
                        statistics.0 2019-06-30 00:21:44.090 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.last: 51.2
                        statistics.0 2019-06-30 00:21:44.090 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.humidity value 51.2
                        statistics.0 2019-06-30 00:21:44.090 debug [STATE CHANGE] stateChange => 51.2 [true]
                        statistics.0 2019-06-30 00:21:44.089 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.humidity =======================
                        statistics.0 2019-06-30 00:21:44.085 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMin: 22.6
                        statistics.0 2019-06-30 00:21:44.080 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.last: 22.6
                        statistics.0 2019-06-30 00:21:44.080 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.temperature value 22.6
                        statistics.0 2019-06-30 00:21:44.080 debug [STATE CHANGE] stateChange => 22.6 [true]
                        statistics.0 2019-06-30 00:21:44.080 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.temperature =======================
                        statistics.0 2019-06-30 00:20:16.934 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMax: 35.19
                        statistics.0 2019-06-30 00:20:16.930 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMin: 28.57
                        statistics.0 2019-06-30 00:20:16.930 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.last: 35.19
                        statistics.0 2019-06-30 00:20:16.930 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.humidity value 35.19
                        statistics.0 2019-06-30 00:20:16.930 debug [STATE CHANGE] stateChange => 35.19 [true]
                        statistics.0 2019-06-30 00:20:16.929 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.humidity =======================
                        statistics.0 2019-06-30 00:20:16.914 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.last: 28.57
                        statistics.0 2019-06-30 00:20:16.914 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e0b9a.temperature value 28.57
                        statistics.0 2019-06-30 00:20:16.914 debug [STATE CHANGE] stateChange => 28.57 [true]
                        statistics.0 2019-06-30 00:20:16.914 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e0b9a.temperature =======================
                        statistics.0 2019-06-30 00:20:00.005 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.last: 42.94
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a8ca.humidity value 42.94
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] stateChange => 42.94 [true]
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a8ca.humidity =======================
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.last: 27.41
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a8ca.temperature value 27.41
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] stateChange => 27.41 [true]
                        statistics.0 2019-06-30 00:15:01.508 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a8ca.temperature =======================
                        statistics.0 2019-06-30 00:15:01.491 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMax: 42.94
                        statistics.0 2019-06-30 00:15:01.489 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMin: 27.41
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.last: 42.94
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a8ca.humidity value 42.94
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] stateChange => 42.94 [true]
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a8ca.humidity =======================
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.last: 27.41
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a8ca.temperature value 27.41
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] stateChange => 27.41 [true]
                        statistics.0 2019-06-30 00:15:01.478 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a8ca.temperature =======================
                        statistics.0 2019-06-30 00:15:00.006 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:15:00.006 debug [SAVE VALUES] saving 15Min values
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.last: 57.32
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a856.humidity value 57.32
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] stateChange => 57.32 [true]
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a856.humidity =======================
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.last: 21.23
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a856.temperature value 21.23
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] stateChange => 21.23 [true]
                        statistics.0 2019-06-30 00:14:07.050 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a856.temperature =======================
                        statistics.0 2019-06-30 00:14:07.049 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMax: 57.32
                        statistics.0 2019-06-30 00:14:07.046 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMin: 21.23
                        statistics.0 2019-06-30 00:14:07.041 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.last: 57.32
                        statistics.0 2019-06-30 00:14:07.041 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a856.humidity value 57.32
                        statistics.0 2019-06-30 00:14:07.041 debug [STATE CHANGE] stateChange => 57.32 [true]
                        statistics.0 2019-06-30 00:14:07.041 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a856.humidity =======================
                        statistics.0 2019-06-30 00:14:07.036 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.last: 21.23
                        statistics.0 2019-06-30 00:14:07.036 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315a856.temperature value 21.23
                        statistics.0 2019-06-30 00:14:07.035 debug [STATE CHANGE] stateChange => 21.23 [true]
                        statistics.0 2019-06-30 00:14:07.035 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315a856.temperature =======================
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last: 51.75
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.humidity value 51.75
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] stateChange => 51.75 [true]
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.humidity =======================
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last: 20.8
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.temperature value 20.8
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] stateChange => 20.8 [true]
                        statistics.0 2019-06-30 00:12:01.733 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.temperature =======================
                        statistics.0 2019-06-30 00:12:01.709 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax: 51.75
                        statistics.0 2019-06-30 00:12:01.704 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last: 51.75
                        statistics.0 2019-06-30 00:12:01.704 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.humidity value 51.75
                        statistics.0 2019-06-30 00:12:01.704 debug [STATE CHANGE] stateChange => 51.75 [true]
                        statistics.0 2019-06-30 00:12:01.704 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.humidity =======================
                        statistics.0 2019-06-30 00:12:01.700 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last: 20.8
                        statistics.0 2019-06-30 00:12:01.700 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.temperature value 20.8
                        statistics.0 2019-06-30 00:12:01.700 debug [STATE CHANGE] stateChange => 20.8 [true]
                        statistics.0 2019-06-30 00:12:01.700 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.temperature =======================
                        statistics.0 2019-06-30 00:11:21.345 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax: 51.61
                        statistics.0 2019-06-30 00:11:21.341 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last: 51.61
                        statistics.0 2019-06-30 00:11:21.341 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.humidity value 51.61
                        statistics.0 2019-06-30 00:11:21.341 debug [STATE CHANGE] stateChange => 51.61 [true]
                        statistics.0 2019-06-30 00:11:21.341 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.humidity =======================
                        statistics.0 2019-06-30 00:11:21.341 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin: 20.69
                        statistics.0 2019-06-30 00:11:21.333 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last: 20.69
                        statistics.0 2019-06-30 00:11:21.333 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.temperature value 20.69
                        statistics.0 2019-06-30 00:11:21.333 debug [STATE CHANGE] stateChange => 20.69 [true]
                        statistics.0 2019-06-30 00:11:21.333 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.temperature =======================
                        statistics.0 2019-06-30 00:11:09.223 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMax: 81.22
                        statistics.0 2019-06-30 00:11:09.219 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last: 81.22
                        statistics.0 2019-06-30 00:11:09.219 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.humidity value 81.22
                        statistics.0 2019-06-30 00:11:09.219 debug [STATE CHANGE] stateChange => 81.22 [true]
                        statistics.0 2019-06-30 00:11:09.219 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.humidity =======================
                        statistics.0 2019-06-30 00:11:09.218 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMin: 14.42
                        statistics.0 2019-06-30 00:11:09.212 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last: 14.42
                        statistics.0 2019-06-30 00:11:09.212 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.temperature value 14.42
                        statistics.0 2019-06-30 00:11:09.212 debug [STATE CHANGE] stateChange => 14.42 [true]
                        statistics.0 2019-06-30 00:11:09.212 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.temperature =======================
                        statistics.0 2019-06-30 00:10:00.004 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.last: 46.41
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031642be.humidity value 46.41
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] stateChange => 46.41 [true]
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031642be.humidity =======================
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.last: 24.63
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031642be.temperature value 24.63
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] stateChange => 24.63 [true]
                        statistics.0 2019-06-30 00:08:04.151 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031642be.temperature =======================
                        statistics.0 2019-06-30 00:08:04.125 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMin: 46.41
                        statistics.0 2019-06-30 00:08:04.125 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMax: 24.63
                        statistics.0 2019-06-30 00:08:04.118 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.last: 46.41
                        statistics.0 2019-06-30 00:08:04.118 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031642be.humidity value 46.41
                        statistics.0 2019-06-30 00:08:04.118 debug [STATE CHANGE] stateChange => 46.41 [true]
                        statistics.0 2019-06-30 00:08:04.118 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031642be.humidity =======================
                        statistics.0 2019-06-30 00:08:04.114 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.last: 24.63
                        statistics.0 2019-06-30 00:08:04.114 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031642be.temperature value 24.63
                        statistics.0 2019-06-30 00:08:04.114 debug [STATE CHANGE] stateChange => 24.63 [true]
                        statistics.0 2019-06-30 00:08:04.114 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031642be.temperature =======================
                        statistics.0 2019-06-30 00:05:47.456 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last: 81.06
                        statistics.0 2019-06-30 00:05:47.456 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.humidity value 81.06
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] stateChange => 81.06 [true]
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.humidity =======================
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last: 14.68
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.temperature value 14.68
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] stateChange => 14.68 [true]
                        statistics.0 2019-06-30 00:05:47.455 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.temperature =======================
                        statistics.0 2019-06-30 00:05:47.427 debug [STATE CHANGE] new max for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMax: 81.06
                        statistics.0 2019-06-30 00:05:47.426 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMin: 14.68
                        statistics.0 2019-06-30 00:05:47.422 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last: 81.06
                        statistics.0 2019-06-30 00:05:47.422 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.humidity value 81.06
                        statistics.0 2019-06-30 00:05:47.422 debug [STATE CHANGE] stateChange => 81.06 [true]
                        statistics.0 2019-06-30 00:05:47.422 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.humidity =======================
                        statistics.0 2019-06-30 00:05:47.420 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last: 14.68
                        statistics.0 2019-06-30 00:05:47.420 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.temperature value 14.68
                        statistics.0 2019-06-30 00:05:47.420 debug [STATE CHANGE] stateChange => 14.68 [true]
                        statistics.0 2019-06-30 00:05:47.420 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.temperature =======================
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.last: 51.82
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.humidity value 51.82
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] stateChange => 51.82 [true]
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.humidity =======================
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.last: 22.75
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.temperature value 22.75
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] stateChange => 22.75 [true]
                        statistics.0 2019-06-30 00:05:34.989 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.temperature =======================
                        statistics.0 2019-06-30 00:05:34.975 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMin: 51.82
                        statistics.0 2019-06-30 00:05:34.975 debug [STATE CHANGE] new min for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMin: 22.75
                        statistics.0 2019-06-30 00:05:34.970 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.last: 51.82
                        statistics.0 2019-06-30 00:05:34.970 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.humidity value 51.82
                        statistics.0 2019-06-30 00:05:34.970 debug [STATE CHANGE] stateChange => 51.82 [true]
                        statistics.0 2019-06-30 00:05:34.970 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.humidity =======================
                        statistics.0 2019-06-30 00:05:34.969 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.last: 22.75
                        statistics.0 2019-06-30 00:05:34.969 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00035bf4ba.temperature value 22.75
                        statistics.0 2019-06-30 00:05:34.969 debug [STATE CHANGE] stateChange => 22.75 [true]
                        statistics.0 2019-06-30 00:05:34.969 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00035bf4ba.temperature =======================
                        statistics.0 2019-06-30 00:05:00.004 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:00:00.229 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayAvg = 49 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.229 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMax = 52.1 from temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.last
                        statistics.0 2019-06-30 00:00:00.229 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMax = 52.15 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.223 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMin = 52.1 from temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.last
                        statistics.0 2019-06-30 00:00:00.222 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.220 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayAvg = 23 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.217 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMax = 23.13 from temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.last
                        statistics.0 2019-06-30 00:00:00.215 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMax = 25.01 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.213 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMin = 23.13 from temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.last
                        statistics.0 2019-06-30 00:00:00.211 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00035bf4ba.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.202 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayAvg = 48 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.200 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMax = 51.03 from temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.last
                        statistics.0 2019-06-30 00:00:00.198 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMax = 51.37 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.196 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMin = 51.03 from temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.last
                        statistics.0 2019-06-30 00:00:00.195 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.189 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayAvg = 23 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.187 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMax = 23.19 from temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.last
                        statistics.0 2019-06-30 00:00:00.187 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMax = 24.83 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.183 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMin = 23.19 from temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.last
                        statistics.0 2019-06-30 00:00:00.182 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00033b0813.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.176 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayAvg = 54 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.173 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMax = 57.25 from temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.last
                        statistics.0 2019-06-30 00:00:00.172 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMax = 57.25 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.170 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMin = 57.25 from temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.last
                        statistics.0 2019-06-30 00:00:00.169 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.163 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayAvg = 21 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.161 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMax = 21.31 from temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.last
                        statistics.0 2019-06-30 00:00:00.161 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMax = 21.5 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.158 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMin = 21.31 from temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.last
                        statistics.0 2019-06-30 00:00:00.157 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315a856.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.152 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayAvg = 49 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.151 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMax = 80.6 from temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last
                        statistics.0 2019-06-30 00:00:00.151 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMax = 92.65 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.148 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMin = 80.6 from temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last
                        statistics.0 2019-06-30 00:00:00.147 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.141 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayAvg = 30 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.139 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMax = 14.94 from temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last
                        statistics.0 2019-06-30 00:00:00.138 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMax = 52.32 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.137 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMin = 14.94 from temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last
                        statistics.0 2019-06-30 00:00:00.137 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.131 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayAvg = 45 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.131 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMax = 42.49 from temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.last
                        statistics.0 2019-06-30 00:00:00.127 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMax = 57.76 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.126 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMin = 42.49 from temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.last
                        statistics.0 2019-06-30 00:00:00.124 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.120 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayAvg = 28 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.117 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMax = 27.83 from temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.last
                        statistics.0 2019-06-30 00:00:00.116 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMax = 32.57 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.115 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMin = 27.83 from temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.last
                        statistics.0 2019-06-30 00:00:00.112 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d000315a8ca.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.107 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayAvg = 35 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.106 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMax = 34.62 from temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.last
                        statistics.0 2019-06-30 00:00:00.105 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMax = 41.48 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.104 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMin = 34.62 from temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.last
                        statistics.0 2019-06-30 00:00:00.101 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.096 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayAvg = 28 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.096 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMax = 29.09 from temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.last
                        statistics.0 2019-06-30 00:00:00.094 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMax = 32.19 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.092 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMin = 29.09 from temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.last
                        statistics.0 2019-06-30 00:00:00.091 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031e0b9a.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.086 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayAvg = 43 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.084 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax = 51.52 from temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last
                        statistics.0 2019-06-30 00:00:00.083 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax = 77.75 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.082 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMin = 51.52 from temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last
                        statistics.0 2019-06-30 00:00:00.080 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.073 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayAvg = 27 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.070 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMax = 21.2 from temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last
                        statistics.0 2019-06-30 00:00:00.069 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMax = 37.7 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.067 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin = 21.2 from temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last
                        statistics.0 2019-06-30 00:00:00.065 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.058 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayAvg = 46 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayAvg
                        statistics.0 2019-06-30 00:00:00.055 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMax = 48.49 from temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.last
                        statistics.0 2019-06-30 00:00:00.055 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMax = 49.79 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMax
                        statistics.0 2019-06-30 00:00:00.055 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMin = 48.49 from temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.last
                        statistics.0 2019-06-30 00:00:00.049 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.humidity.dayMin
                        statistics.0 2019-06-30 00:00:00.045 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayAvg = 24 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayAvg
                        statistics.0 2019-06-30 00:00:00.045 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMax = 24.57 from temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.last
                        statistics.0 2019-06-30 00:00:00.045 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMax = 25.52 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMax
                        statistics.0 2019-06-30 00:00:00.045 debug [SET DAILY START MINMAX] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMin = 24.57 from temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.last
                        statistics.0 2019-06-30 00:00:00.043 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-30 00:00:00.043 debug [SAVE VALUES] saving 15Min values
                        statistics.0 2019-06-30 00:00:00.043 debug [SAVE VALUES] saving hour values
                        statistics.0 2019-06-30 00:00:00.043 debug [SAVE VALUES] Process temp.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMin = 0 to save.avg.mihome.0.devices.sensor_ht_158d00031642be.temperature.dayMin
                        statistics.0 2019-06-30 00:00:00.043 debug [SAVE VALUES] saving day values
                        statistics.0 2019-06-29 23:56:25.342 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.humidity.last: 80.6
                        statistics.0 2019-06-29 23:56:25.342 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.humidity value 80.6
                        statistics.0 2019-06-29 23:56:25.342 debug [STATE CHANGE] stateChange => 80.6 [true]
                        statistics.0 2019-06-29 23:56:25.342 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.humidity =======================
                        statistics.0 2019-06-29 23:56:25.324 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d000315b216.temperature.last: 14.94
                        statistics.0 2019-06-29 23:56:25.324 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d000315b216.temperature value 14.94
                        statistics.0 2019-06-29 23:56:25.323 debug [STATE CHANGE] stateChange => 14.94 [true]
                        statistics.0 2019-06-29 23:56:25.323 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d000315b216.temperature =======================
                        statistics.0 2019-06-29 23:55:02.910 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.humidity.last: 51.52
                        statistics.0 2019-06-29 23:55:02.910 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.humidity value 51.52
                        statistics.0 2019-06-29 23:55:02.910 debug [STATE CHANGE] stateChange => 51.52 [true]
                        statistics.0 2019-06-29 23:55:02.910 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.humidity =======================
                        statistics.0 2019-06-29 23:55:02.900 debug [STATE CHANGE] new last for "temp.avg.mihome.0.devices.sensor_ht_158d00031e1276.temperature.last: 21.2
                        statistics.0 2019-06-29 23:55:02.900 debug [STATE CHANGE] avg call: mihome.0.devices.sensor_ht_158d00031e1276.temperature value 21.2
                        statistics.0 2019-06-29 23:55:02.900 debug [STATE CHANGE] stateChange => 21.2 [true]
                        statistics.0 2019-06-29 23:55:02.900 debug [STATE CHANGE] ======================= mihome.0.devices.sensor_ht_158d00031e1276.temperature =======================
                        statistics.0 2019-06-29 23:55:00.005 debug [5 MINUTES] evaluation
                        statistics.0 2019-06-29 23:53:39.507 debug system.adapter.admin.0: logging true
                        statistics.0 2019-06-29 23:53:10.219 debug system.adapter.admin.0: logging false
                        statistics.0 2019-06-29 23:52:50.047 debug system.adapter.admin.0: logging true
                        statistics.0 2019-06-29 23:50:00.003 debug [5 MINUTES] evaluation

                        Gruß
                        Carlo

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

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

                          @foxthefox Blieb nach Installation alles wie gehabt. Jedoch seit Umsprung um 00:00 zeigt er normale Werte. Und ich hab den Eindruck dass weniger geloggt wird. Werde weiter berichten wenn sich Auffälligkeiten zeigen. Anbei Log.

                          Gruß
                          Carlo

                          Das nach dem Installieren erstmal alles gleich blieb war zu erwarten, denn die falsche 0 ist für diesen Tag nun schon einmal in der Berechnung drin. Beim Tagesübergang wird min und max auf den aktuellen Wert gesetzt und min max Berechnung beginnt neu.

                          Das weniger geloggt wird, könnte damit zusammen hängen, daß es vorher öfter mal ungültige Werte gab, die jetzt direkt verworfen werden und dann entsteht evtl. der Eindruck.

                          Ich denke, daß die Änderung richtig war und funktioniert und werde die 0.2.2 mal auf ppm veröffentlichen.

                          Gruß
                          Klaus

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

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

                            @ChristianM

                            ist auch die Version 0.2.1 installiert, denn dort hatte ich die Rundung eingeführt.
                            Ansonsten muß ich noch andere Stellen ausfindig machen und verbessern.

                            Gruß
                            Klaus

                            Die 0.2.1 war drauf, ich habe jetzt mal die 0.2.2 installiert, es scheint aber genauso geblieben zu sein oder gibt es irgendwo eine Möglichkeit die Kommastellen einzustellen?

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

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

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

                              @ChristianM

                              ist auch die Version 0.2.1 installiert, denn dort hatte ich die Rundung eingeführt.
                              Ansonsten muß ich noch andere Stellen ausfindig machen und verbessern.

                              Gruß
                              Klaus

                              Die 0.2.1 war drauf, ich habe jetzt mal die 0.2.2 installiert, es scheint aber genauso geblieben zu sein oder gibt es irgendwo eine Möglichkeit die Kommastellen einzustellen?

                              Hast du den Adapter auch neu gestartet? Oder nur drüberinstalliert?
                              Nachkommastellen kann man derzeitig nicht einstellen. Eigentlich bräuchte man im Adapter nichts derartiges zu tun um die Rohwerte zu manipulieren, denn in der Anzeige lässt sich ja auch die Darstellung wählen.

                              Dann muß ich wohl mal noch ne Testreihe mit Zahlen zwischen 0 und 1 ausprobieren.

                              Gruß
                              Klaus

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

                                Hallo zusammen,

                                ich habe gerade die timecount Funktion in Betrieb genommen und musste feststellen, dass

                                1. last01 den Zeitpunkt der Aktivierung der Funktion für einen Wert anzeigt
                                2. last10 den letzten Zeitstempel bei Abruf des Wertes anzeigt.

                                Es scheint als ob hier etwas noch nicht ganz rund läuft.
                                Version ist "latest"

                                Gruß

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

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

                                  Hallo zusammen,

                                  ich habe gerade die timecount Funktion in Betrieb genommen und musste feststellen, dass

                                  1. last01 den Zeitpunkt der Aktivierung der Funktion für einen Wert anzeigt
                                  2. last10 den letzten Zeitstempel bei Abruf des Wertes anzeigt.

                                  Es scheint als ob hier etwas noch nicht ganz rund läuft.
                                  Version ist "latest"

                                  Gruß

                                  Beim Initialisieren der Funktion kommt es auf den derzeitigen Wert des Datenpunktes an.
                                  Der Wert und dessen damaliger Zeitpunkt des Signalwechsels wird übernommen. Wann die Gegenrichtung jemals eingetreten war, lässt sich mit dem derzeitigen Zustand nicht feststellen, also wird hier die Annahme/Festlegung getroffen, daß mit der Aktivierung des Adapters gerechnet wird.

                                  Im weiteren Verlauf wird dann auf den Signalwechsel 0/1 oder 1/0 geschaut und entsprechend dann der zugehörige Zeitstempel gesetzt.
                                  Sofern durch polling gleiche Werte übergeben werden, so wird auch sukzessive die Zeit des derzeitigen Zustandes hochgezählt.

                                  Ich denke du solltest die Funktion mal beobachten und dann nochmal berichten.

                                  Gruß
                                  Klaus

                                  PS. Statistics funktioniert nur mit Rückmeldungen (ack=true), nicht mit Kommandos.

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

                                    Hallo habe festgestellt, das die group werte nicht mehr berechnet werden....kann das jemand bestätigen? Messe den Wasserverbrauch und lasse mir die Kosten entsprechend berechnen, ebenso beim Stom...Alle Werte bei 0 €...Ich meine wäre schön, aber ist ja leider nicht so....
                                    Unbenannt.PNG
                                    Unbenannt.PNG

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

                                      @foxthefox gibt´s hier schon Neuigkeiten?

                                      smartboart 1 Reply Last reply Reply Quote 0
                                      • smartboart
                                        smartboart @crunchip last edited by

                                        Habe mal die 0.2.0 wieder installiert... da funktioniert es noch...

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

                                          @smartboart berechnet wurde schon, nur leider seit der Umstellung auf die aktuelle Version, eben falsch. Keine Werte stimmten mehr.
                                          Erfasse Strom und Gas, hatte bisher prima funktioniert, einzige was nicht funktionierte war die Betriebszählung, weshalb ich das Update gemacht hatte.
                                          Bin nun auch wieder zurück auf v0.2.0, mal sehen was dann heut Nacht passiert.

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

                                            Ich nutze derzeit ein Skript von paul53 welches mir den gleitenden Mittelwert eines Dp berechnet. Damit kann man zur weiteren Bearbeitung beispielsweise den Temperaturverlauf etwas dämpfen.
                                            Ich denke, dass eine Kombination bzw. Integration in den Statistics Adapter Sinn machen könnte. Allerdings müssten für diesen Fall nicht Auswertungen vom Typ "Count" oder "timecount" sondern, der Berechnungsintervall sollte der Samplezeit des Basis Dp entsprechen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            860
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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