Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter SourceAnalytix v0.2.x

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter SourceAnalytix v0.2.x

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

      @Habedere sagte:

      zwei Wärmemengenzähler an einem OrangePiZero mit SD-Karte laufen. Aufgrund der dauerhaften Schreibrate werden die Daten auf eine SQL-Datenbank auf einem ioBroker mit SSD geschrieben.

      Vorschlag: Sende die Daten der WMZ per Simple-API an das Hauptsystem mit SSD und verarbeite dort die Werte.

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

        @Habedere An WMZ angepasste Anleitung:

        • Auf dem Emfänger im Reiter "Objekte" in der Wurzel ein Gerät mit der identischen ID wie im Sender erstellen.
        • Die Raw-Daten des Gerätes für common und native in das neu erstellte Gerät kopieren.
        • Im Emfäger das Gerät selektieren und einen Kanal mit dem Namen data erstellen
        • Auf dem Sender den Kanal data selektieren und "Die ausgewählte Objektstruktur als JSON-Datei speichern".
        • Auf dem Empfänger den Kanal selektieren und "Eine Objektstruktur mittels JSON Datei hochladen"
        • Alles wiederholen für den 2. WMZ
        • Auf dem Sender ein kleines Skript erstellen:
        const urlDst  = 'http://192.168.xxx.yyy:8082/set/'; // IP anpassen !
        
        on(/^mbus\.0\.LUG-6757819\d\.data\..+/, function(dp) {
            request(urlDst + dp.id + '?value=' + dp.state.val);
        });
        
        1 Reply Last reply Reply Quote 1
        • 0
          007Schneiderlein last edited by

          Hallo Zusammen,

          erstmal herzlichen Dank für diesen Super Adapter und meine vollen Respekt was Ihr hier alles möglich macht!
          Der Adapter vereinfacht die Zählerstandsverarbeitung extrem und die modulare Datenstruktur ist echt super durchdacht.😎

          Dennoch habe ich leider folgendes Problem:

          Ich lese mit meinem Homematic HM-ES-TX-WM und dem ES-IEC Auslesekopf an meinem EVU Smartmeter direkt die Zählertände aus.
          Blöderweise schleichen sich immer wieder extreme Zählersprünge ein. (Siehe Anhang 😞 )
          Somit kann der Adapter nicht korrekt kalkulieren.
          Vom Hersteller bekomme ich bisher leider keine Unterstützung zur Lösungsfindung.

          Wäre es denn möglich, im Adapter eine Zählerstandsprüfung so zu integrieren, das nur Zählerstände in die DB geschrieben werden, wenn der
          aktuelle Zählerstand >= letzter Zählerstand und <=letzter Zählerstand + 100 ist?
          Optimaler weise kann man die Abweichung 100 noch selbst festlegen...

          Diese Glättung via Skript hinzubekommen ist mir einfach nicht möglich, bzw. bin ich daran gescheitert, da mir hier die entsprechenden Programmierkenntnisse fehlen. (Siehe Anhang 😞 )

          Ich wäre euch sehr dankbar, wenn Ihr mir einen Denkanstoß geben könntet, oder
          sogar eine Lösung hättet.

          Herzlichen Dank!

          VG Stefan

          2019-05-25 11_00_07-objects - ioBroker.png

          ioBroker skript Versuch Zählertsandsbereinigung.png

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

            @007Schneiderlein Eigentlich sollte Dein Skript funktionieren. Einfacher geht es so:

            Blockly_Ausreisser_ausblenden.JPG

            Wert und vorheriger Wert sind Eigenschaften des Triggerdatenpunktes (unter Blöcke "Trigger").

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

              @paul53
              Hi Paul,

              danke für die super schnelle Antwort.☺ 👍
              Die Datenreihen sind zwar damit schon deutlich sauberer, jedoch funktioniert es nicht konsequent fehlerfrei...😖
              Daher danke für dein Skript, ich werde das mal so probieren . 😀

              ich gebe schnellstmöglich Feedback 😉

              Grüße Stefan

              1 Reply Last reply Reply Quote 0
              • C
                csamaggi last edited by

                Erst einmal Danke für den Adapter,

                nach so etwas war ich schon auf der Sucher bisher habe ich dass mit Skripten gelöst.

                Doch leider läuft er bei mir garnicht rund.

                Ich habe als Datepunkt bzw Trackingpunkt meinen momentanen Verbrauch vom discovergy Adapter benutzt.

                Die Daten werden auch im Meta gelesen und getrackt.
                Jedoch wenn ich meine Zählerstände eintrage wie sie im Discovergy vorliegen werden sie im Sourceadapter als Minus angezeigt setzte ich eine Minus vor die Werte dann sind sie im Plus.
                Des Weiteren wird wenn ich den Zählerstand vom aktuellen Tag eintrage der ja der höchste ist wird einfach weiter adddiert und nich auf 0 gesetz was ja an sich blöd ist denn dann pass auch die Berechnung nicht.
                Außerdem muss ich Tag und Jahr Tauschen in dem Datenpunkt sonst stimmen die Zahlen auch nicht.
                Ich werde es heute abend nochmal mit Bildern hier versehen.

                MFG Maggi

                Dutchman 1 Reply Last reply Reply Quote 0
                • Dutchman
                  Dutchman Developer Most Active Administrators @csamaggi last edited by

                  @csamaggi

                  Bitte Bilder der Datenpunkte und Einstellungen Posten.
                  Ich habe den Adapter entwickelt mit discovergy Werten als Test also diese Fehler überraschen mich

                  1 Reply Last reply Reply Quote 0
                  • H
                    Habedere last edited by Habedere

                    Servus nochmal,
                    die eingehende Leistung in Watt zu protokollieren ist wahrscheinlich noch nicht möglich oder?
                    Bzw. habe ich eigentlich einen selbst generierten Wert...

                    PS: Bis Post Nr 250 habe ich dazu nix gefunden - da wir eher zu "statistics" geraten, aber das funktioniert scheinbar auch nicht recht

                    Issi paul53 2 Replies Last reply Reply Quote 0
                    • Issi
                      Issi Developer @Habedere last edited by

                      @Habedere sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                      Servus nochmal,
                      die eingehende Leistung in Watt zu protokollieren ist wahrscheinlich noch nicht möglich oder?
                      Bzw. habe ich eigentlich einen selbst generierten Wert...

                      PS: Bis Post Nr 250 habe ich dazu nix gefunden - da wir eher zu "statistics" geraten, aber das funktioniert scheinbar auch nicht recht

                      möglich ist es schon ist aber noch ein kleiner bug drinnen die neuen Startwert werden noch nicht um 0uhr neugeschrieben somit läuft der Zähler immer weiter da wird aber dran gearbeitet

                      @Dutchman sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                      allgemein klappt nur bei den watt werten bin ich noch dran 😕

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

                        @Habedere sagte:

                        die eingehende Leistung in Watt zu protokollieren ist wahrscheinlich noch nicht möglich oder?

                        Siehe changelog 0.2.29

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

                          @paul53 sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                          @Habedere sagte:

                          die eingehende Leistung in Watt zu protokollieren ist wahrscheinlich noch nicht möglich oder?

                          Siehe changelog 0.2.29

                          Danke 🙂 Haber gerade ab Post 444 darüber gelesen...

                          1 Reply Last reply Reply Quote 0
                          • C
                            csamaggi last edited by

                            Erst einmal Hallo,

                            habe es erst heute geschafft die Bilder zu erstellen.

                            Sourcanalytix überwachter Datenpunkt.png

                            Dies ist der Datenpunkt den ich tracke hoffe der passt.

                            Sourcanalytix Datenpunkteinstellungen.png

                            Dies sind meine Einstellung dazu. Das bei Jahresbeginn 0 ist richt da der Zähler erst im Januar kam.
                            Wie ihr seht sind unten die Werte im Plus, diese stammen aus meinem Discovergyinterface.

                            Sourcanalytix Werte Consumption.png

                            So wie ihr seht steht nun vor den Werten minus, wenn ich in den Einstellungen bei den Werten ein Minus davor setzte sind diese Werte im Plus.
                            Außerdem passt auch current Year nicht den dann ist der Tageswert wenn ich die beiden in den Einstellungen ändere dann wird es richtig angezeigt.

                            Sourcanalytix Kosten.png
                            Das gleiche ist auch bei den Kosten.

                            Sourcanalytix Wochentage.png

                            Bei den Wochentagen weiss ich nicht ob das gewollte ist dass er sie immer addiert aber das würde für mich keinen Sinn machen. Hier wird einfach von Tag zu Tag addiert

                            Hoffe ich konnte dass etwas anschaulich machen was ich meine.

                            MFG Maggi

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

                              @csamaggi Der Zählerstand bei Tagesbeginn kann nicht kleiner sein als der Zählerstand bei Wochenbeginn.

                              1 Reply Last reply Reply Quote 0
                              • Issi
                                Issi Developer @csamaggi last edited by Issi

                                @csamaggi Ich sehe das du Watt Werten trackst.

                                Sourcanalytix überwachter Datenpunkt.png

                                Die Anfangszählerstände müssen in kWh sein wie auf deinem Bild zusehen sind deine Wochenbeginn usw in kWh nähme ich mal an aber dein Tagesbegin ist in Watt

                                Sourcanalytix Datenpunkteinstellungen.png

                                da der Adapter noch ein kleinen bug hat werden die Anfangs Werte nicht richtig gesetzt statt kWh wird Watt gesetzt deswegen sind deine werte im minus da der Tageswert kleiner als die anderen werte ist.

                                Wie aus dem jahreswert abzulesen ist bist du mit dem tracken bei 15,687 kWh und in den Wochen und Monates werten hast du 2106 kWh eingetragen der Adapter versucht jetzt die Differenz erst mal auf 0 zu bringen deswegen die minus werte.
                                (kleine rechnung zur kontrolle dein Wochenbeginn 2106 kWh - 2090,313 was der adapter dir anzeigt ergibt 15,687 das was bei dir im current Year steht)

                                Sourcanalytix Werte Consumption.png

                                1 Reply Last reply Reply Quote 0
                                • Dutchman
                                  Dutchman Developer Most Active Administrators last edited by

                                  @Habedere sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                                  die eingehende Leistung in Watt zu protokollieren ist wahrscheinlich noch nicht möglich oder?

                                  wie bereits erwähnt klappt das logging von watt werten leider noch nicht, bin da noch dran.
                                  kWh / Wh / m3 / l sind alles kein problem

                                  K 1 Reply Last reply Reply Quote 0
                                  • K
                                    Kueppert @Dutchman last edited by

                                    @Dutchman hahaha, gut dass ich das schon wusste. Meine Kaffemaschine hat heute gem. Adapter schon 4kWh geschluckt...die hat richtig Power 😂

                                    Issi sigi234 2 Replies Last reply Reply Quote 0
                                    • Issi
                                      Issi Developer @Kueppert last edited by

                                      @Kueppert na da hast aber ordentlich Kaffe gemacht 😂

                                      1 Reply Last reply Reply Quote 0
                                      • sigi234
                                        sigi234 Forum Testing Most Active @Kueppert last edited by

                                        @Kueppert sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                                        Meine Kaffemaschine hat heute gem. Adapter schon 4kWh geschluckt

                                        Am Starkstrom angeschlossen................😀

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

                                          Hallo Leute,
                                          nachdem ich 14 Tage im Urlaub war, bin ich gestern Heim gekommen und musste feststellen, das mein ganzes Log File mit Meldungen wie dieser hier gefüllt wird.

                                          sourceanalytix.0	2019-05-30 13:31:18.750	error	Error in case handling of cost type identificaton : undefined
                                          sourceanalytix.0	2019-05-30 13:31:18.750	error	Error in case handling of cost type identificaton : undefined
                                          sourceanalytix.0	2019-05-30 13:31:18.562	debug	system.adapter.admin.0: logging true
                                          

                                          Ich habe daraufhin den Debug Mode eingeschaltet, aber auch damit bekomme ich nicht mehr Informationen.

                                          Da ich die letzten 14 Tage nicht zu Hause war, hat auch niemand etwas am System verändert. Einzige Ausnahme ist das automatische Backup mit anschließendem Neustart von IoB. Woher können also diese Meldungen stammen, bzw. wo muss ich suchen um den Fehler, so er denn von meinem System kommt, abzustellen?

                                          Adapter Version ist 0.2.26

                                          So, habe eben den Adapter auf 0.2.81 hochgezogen - jetzt kommen die Meldungen nicht mehr in der Häufigkeit, sind aber immer noch da.

                                          sourceanalytix.0 2019-05-30 13:53:05.469 error Error in case handling of cost type identificaton : undefined
                                          sourceanalytix.0 2019-05-30 13:53:05.469 debug State object custom content: {"start_day":0.002,"start_week":0.003,"start_month":0.001,"start_quarter":3.237}
                                          sourceanalytix.0 2019-05-30 13:53:05.469 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Today","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Today
                                          sourceanalytix.0 2019-05-30 13:53:05.469 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Today
                                          sourceanalytix.0 2019-05-30 13:53:05.469 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Today
                                          sourceanalytix.0 2019-05-30 13:53:05.469 debug Instance name : sourceanalytix.0
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter Calculation executed
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost year : 33.92
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost quarter : 13.50
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost month : 5.97
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost week : 0.54
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost day : 0.54
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug example state string : sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total.cost.01_current_day
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug delivery type .consumption.
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug cost type .cost.
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug objroot sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug year consumed 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug quarter consumed 46.718999999999994
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug month consumed 20.655
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug week consumed 1.8810000000000002
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug day consumed 1.8739999999999952
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading day : 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading quarter : 46.719
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading month : 20.655
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading week : 1.881
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading day : 1.874
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Start consumption calculations
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Delivery state set to : .consumption.
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug year start : 0
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug quarter start 70.665
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug month start 96.729
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug week start : 115.503
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug day start : 115.51
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug reading_start : 0
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle meter history : false
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle consumption calculations : true
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Cost unit : 0.289
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Cost basic : 6
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Calculation Factor : 0.289
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle cost calculations : true
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter calculated reading : 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter current reading : 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State value output of unit factore calculation : 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Test unit : kwh
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State value input for unit factore calculation : 117.384
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":
                                          sourceanalytix.0 2019-05-30 13:53:05.453 error Error in case handling of cost type identificaton : undefined
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State object custom content: {"start_day":0.002,"start_week":0.002,"start_month":0.925,"start_quarter":1.071}
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Yesterday","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Y
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Case result : Electricity consumption
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","costs":true,"consumption":true,"meter_values":false,"start_meassure":5864,"start_day":115.51,"start_week":115.50
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Total
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Yesterday
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Yesterday
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Instance name : sourceanalytix.0
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:53:05.453 debug Instance name : sourceanalytix.0
                                          web.0 2019-05-30 13:52:55.172 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:55.093 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                          web.0 2019-05-30 13:52:46.562 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:46.437 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                          info.0 2019-05-30 13:52:41.984 info Popup-News readed...
                                          web.0 2019-05-30 13:52:32.453 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:32.375 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                          web.0 2019-05-30 13:52:25.640 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:25.375 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:25.093 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:24.906 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:21.890 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          web.0 2019-05-30 13:52:21.718 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                          tankerkoenig.0 2019-05-30 13:51:15.844 info Reading data from tankerkoenig ...
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter Calculation executed
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost year : 82.56
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost quarter : 42.26
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost month : 19.42
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost week : 1.96
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost day : 0.25
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug example state string : sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total.cost.01_current_day
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug delivery type .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug cost type .cost.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug objroot sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug year consumed 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter consumed 146.231
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug month consumed 67.18799999999999
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug week consumed 6.776999999999987
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug day consumed 0.8639999999999759
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading quarter : 146.231
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading month : 67.188
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading week : 6.777
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 0.864
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Start consumption calculations
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Delivery state set to : .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug year start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter start 139.452
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug month start 218.495
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug week start : 278.906
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug day start : 284.819
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug reading_start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle meter history : false
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle consumption calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost unit : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost basic : 6
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Calculation Factor : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle cost calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter calculated reading : 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter current reading : 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter Calculation executed
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost year : 33.92
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost quarter : 13.50
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost month : 5.97
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost week : 0.54
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost day : 0.54
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug example state string : sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total.cost.01_current_day
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug delivery type .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug cost type .cost.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug objroot sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug year consumed 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter consumed 46.706999999999994
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug month consumed 20.643
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug week consumed 1.8689999999999998
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug day consumed 1.8619999999999948
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading quarter : 46.707
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading month : 20.643
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading week : 1.869
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 1.862
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Start consumption calculations
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Delivery state set to : .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug year start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter start 70.665
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug month start 96.729
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug week start : 115.503
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug day start : 115.51
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug reading_start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle meter history : false
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle consumption calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost unit : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost basic : 6
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Calculation Factor : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle cost calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter calculated reading : 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter current reading : 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug State value output of unit factore calculation : 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Test unit : kwh
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug State value input for unit factore calculation : 285.683
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Jannick_EDV.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug State value output of unit factore calculation : 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Test unit : kwh
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug State value input for unit factore calculation : 117.372
                                          sourceanalytix.0 2019-05-30 13:51:15.671 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name"
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","state_unit":"automatically","costs":true,"consumption":true,"meter_values":false,"start_day":284.819,"start_wee
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"_id":"sonoff.0.Jannick_EDV.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Jannick_EDV ENERGY Total","
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","costs":true,"consumption":true,"meter_values":false,"start_meassure":5864,"start_day":115.51,"start_week":115.5
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Tota
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter Calculation executed
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost year : 2.04
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost quarter : 2.04
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost month : 2.04
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost week : 0.00
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost day : 0.00
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug example state string : sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy.cost.01_current_day
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug delivery type .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug cost type .cost.
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug objroot sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug year consumed 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug quarter consumed 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug month consumed 7.053
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug week consumed 0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug day consumed 0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading day : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading quarter : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading month : 7.053
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading week : 0.000
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading day : 0.000
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Start consumption calculations
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Delivery state set to : .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug year start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug quarter start 0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug month start 0.006
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug week start : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug day start : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug reading_start : 0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle meter history : false
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle consumption calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Cost unit : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Cost basic : 6
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Calculation Factor : 0.289
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle cost calculations : true
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter calculated reading : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter current reading : 7059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State value output of unit factore calculation : 7.059
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Test unit : wh
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State value input for unit factore calculation : "7059"
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Object array input for unit factore calculation : {"type":"state","common":{"name":"Switch total energy","type":"number","unit":"Wh","min":0,"read":true,"write":false,"role":"value.power.consumption"
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","state_unit":"automatically","costs":true,"consumption":true,"meter_values":false,"start_day":7.059,"start_week"
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"type":"state","common":{"name":"Switch total energy","type":"number","unit":"Wh","min":0,"read":true,"write":false,"role":"value.power.consumption","desc":"Switch total energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : sonoff.0.Jannick_EDV.ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : fritzdect.0.DECT200_087610221797.energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                          sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug Meter Calculation executed
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost year : 9.07
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost quarter : 5.52
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost month : 3.17
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost week : 1.51
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost day : 1.39
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug example state string : sourceanalytix.0.fritzdect__0__DECT200_087610244490__energy.cost.01_current_day
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug delivery type .consumption.
                                          sourceanalytix.0 2019-05-30 13:51:15.639 debug cost type .cost.

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

                                            @JB_Sullivan sagte in [Neuer Adapter Beta 0.2.275] SourceAnalytix (Verbrauch Protokollierung von Strom/Gas/Flüssigkeiten):

                                            Hallo Leute,
                                            nachdem ich 14 Tage im Urlaub war, bin ich gestern Heim gekommen und musste feststellen, das mein ganzes Log File mit Meldungen wie dieser hier gefüllt wird.

                                            sourceanalytix.0	2019-05-30 13:31:18.750	error	Error in case handling of cost type identificaton : undefined
                                            sourceanalytix.0	2019-05-30 13:31:18.750	error	Error in case handling of cost type identificaton : undefined
                                            sourceanalytix.0	2019-05-30 13:31:18.562	debug	system.adapter.admin.0: logging true
                                            

                                            Ich habe daraufhin den Debug Mode eingeschaltet, aber auch damit bekomme ich nicht mehr Informationen.

                                            Da ich die letzten 14 Tage nicht zu Hause war, hat auch niemand etwas am System verändert. Einzige Ausnahme ist das automatische Backup mit anschließendem Neustart von IoB. Woher können also diese Meldungen stammen, bzw. wo muss ich suchen um den Fehler, so er denn von meinem System kommt, abzustellen?

                                            Adapter Version ist 0.2.26

                                            So, habe eben den Adapter auf 0.2.81 hochgezogen - jetzt kommen die Meldungen nicht mehr in der Häufigkeit, sind aber immer noch da.

                                            sourceanalytix.0 2019-05-30 13:53:05.469 error Error in case handling of cost type identificaton : undefined
                                            sourceanalytix.0 2019-05-30 13:53:05.469 debug State object custom content: {"start_day":0.002,"start_week":0.003,"start_month":0.001,"start_quarter":3.237}
                                            sourceanalytix.0 2019-05-30 13:53:05.469 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Today","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Today
                                            sourceanalytix.0 2019-05-30 13:53:05.469 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Today
                                            sourceanalytix.0 2019-05-30 13:53:05.469 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Today
                                            sourceanalytix.0 2019-05-30 13:53:05.469 debug Instance name : sourceanalytix.0
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter Calculation executed
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost year : 33.92
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost quarter : 13.50
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost month : 5.97
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost week : 0.54
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated cost day : 0.54
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug example state string : sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total.cost.01_current_day
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug delivery type .consumption.
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug cost type .cost.
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug objroot sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug year consumed 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug quarter consumed 46.718999999999994
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug month consumed 20.655
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug week consumed 1.8810000000000002
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug day consumed 1.8739999999999952
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading day : 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading quarter : 46.719
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading month : 20.655
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading week : 1.881
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug calculated reading day : 1.874
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Start consumption calculations
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Delivery state set to : .consumption.
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug year start : 0
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug quarter start 70.665
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug month start 96.729
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug week start : 115.503
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug day start : 115.51
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug reading_start : 0
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle meter history : false
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle consumption calculations : true
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Cost unit : 0.289
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Cost basic : 6
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Calculation Factor : 0.289
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Handle cost calculations : true
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter calculated reading : 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Meter current reading : 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State value output of unit factore calculation : 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Test unit : kwh
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State value input for unit factore calculation : 117.384
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":
                                            sourceanalytix.0 2019-05-30 13:53:05.453 error Error in case handling of cost type identificaton : undefined
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State object custom content: {"start_day":0.002,"start_week":0.002,"start_month":0.925,"start_quarter":1.071}
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Yesterday","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Y
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Case result : Electricity consumption
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","costs":true,"consumption":true,"meter_values":false,"start_meassure":5864,"start_day":115.51,"start_week":115.50
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Total
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Yesterday
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Yesterday
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Instance name : sourceanalytix.0
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:53:05.453 debug Instance name : sourceanalytix.0
                                            web.0 2019-05-30 13:52:55.172 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:55.093 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                            web.0 2019-05-30 13:52:46.562 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:46.437 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                            info.0 2019-05-30 13:52:41.984 info Popup-News readed...
                                            web.0 2019-05-30 13:52:32.453 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:32.375 info <==Disconnect system.user.admin from ::ffff:10.122.60.28 flot
                                            web.0 2019-05-30 13:52:25.640 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:25.375 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:25.093 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:24.906 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:21.890 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            web.0 2019-05-30 13:52:21.718 info ==>Connected system.user.admin from ::ffff:10.122.60.28
                                            tankerkoenig.0 2019-05-30 13:51:15.844 info Reading data from tankerkoenig ...
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.686 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter Calculation executed
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost year : 82.56
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost quarter : 42.26
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost month : 19.42
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost week : 1.96
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost day : 0.25
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug example state string : sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total.cost.01_current_day
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug delivery type .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug cost type .cost.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug objroot sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug year consumed 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter consumed 146.231
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug month consumed 67.18799999999999
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug week consumed 6.776999999999987
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug day consumed 0.8639999999999759
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading quarter : 146.231
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading month : 67.188
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading week : 6.777
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 0.864
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Start consumption calculations
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Delivery state set to : .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug year start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter start 139.452
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug month start 218.495
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug week start : 278.906
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug day start : 284.819
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug reading_start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle meter history : false
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle consumption calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost unit : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost basic : 6
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Calculation Factor : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle cost calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter calculated reading : 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter current reading : 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter Calculation executed
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost year : 33.92
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost quarter : 13.50
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost month : 5.97
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost week : 0.54
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated cost day : 0.54
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug example state string : sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total.cost.01_current_day
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug delivery type .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug cost type .cost.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug objroot sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug year consumed 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter consumed 46.706999999999994
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug month consumed 20.643
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug week consumed 1.8689999999999998
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug day consumed 1.8619999999999948
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading quarter : 46.707
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading month : 20.643
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading week : 1.869
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug calculated reading day : 1.862
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Start consumption calculations
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Delivery state set to : .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug year start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug quarter start 70.665
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug month start 96.729
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug week start : 115.503
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug day start : 115.51
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug reading_start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle meter history : false
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle consumption calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost unit : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Cost basic : 6
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Calculation Factor : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Handle cost calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter calculated reading : 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Meter current reading : 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug State value output of unit factore calculation : 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Test unit : kwh
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug State value input for unit factore calculation : 285.683
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Jannick_EDV.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug State value output of unit factore calculation : 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Test unit : kwh
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug State value input for unit factore calculation : 117.372
                                            sourceanalytix.0 2019-05-30 13:51:15.671 debug Object array input for unit factore calculation : {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name"
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","state_unit":"automatically","costs":true,"consumption":true,"meter_values":false,"start_day":284.819,"start_wee
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"_id":"sonoff.0.Jannick_EDV.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Jannick_EDV ENERGY Total","
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","costs":true,"consumption":true,"meter_values":false,"start_meassure":5864,"start_day":115.51,"start_week":115.5
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"_id":"sonoff.0.Waschmaschine.ENERGY_Total","common":{"type":"number","role":"value.power.consumption","read":true,"write":false,"unit":"kWh","name":"Waschmaschine ENERGY Tota
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter Calculation executed
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost year : 2.04
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost quarter : 2.04
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost month : 2.04
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost week : 0.00
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated cost day : 0.00
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug example state string : sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy.cost.01_current_day
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug delivery type .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug cost type .cost.
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug objroot sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug year consumed 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug quarter consumed 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug month consumed 7.053
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug week consumed 0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug day consumed 0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading day : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading quarter : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading month : 7.053
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading week : 0.000
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug calculated reading day : 0.000
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Start consumption calculations
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Delivery state set to : .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug year start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug quarter start 0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug month start 0.006
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug week start : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug day start : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug reading_start : 0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle meter history : false
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle consumption calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Cost unit : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Cost basic : 6
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Calculation Factor : 0.289
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Handle cost calculations : true
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter calculated reading : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Meter current reading : 7059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State value output of unit factore calculation : 7.059
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Test unit : wh
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State value input for unit factore calculation : "7059"
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Object array input for unit factore calculation : {"type":"state","common":{"name":"Switch total energy","type":"number","unit":"Wh","min":0,"read":true,"write":false,"role":"value.power.consumption"
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Case result : Electricity consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object custom content: {"enabled":true,"alias":"","state_type":"kWh_consumption","state_unit":"automatically","costs":true,"consumption":true,"meter_values":false,"start_day":7.059,"start_week"
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug State object content: {"type":"state","common":{"name":"Switch total energy","type":"number","unit":"Wh","min":0,"read":true,"write":false,"role":"value.power.consumption","desc":"Switch total energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : sonoff.0.Jannick_EDV.ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Jannick_EDV__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : sonoff.0.Waschmaschine.ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : sonoff__0__Waschmaschine__ENERGY_Total
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Calc obj root sourceanalytix.0.fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Write calculations for : fritzdect.0.DECT200_087610221797.energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Instance name : sourceanalytix.0
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Initialization finished for : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : consumption
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610221797__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel name : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Create channel id : cost
                                            sourceanalytix.0 2019-05-30 13:51:15.655 debug Parent device : fritzdect__0__DECT200_087610244490__energy
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug Meter Calculation executed
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost year : 9.07
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost quarter : 5.52
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost month : 3.17
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost week : 1.51
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug calculated cost day : 1.39
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug example state string : sourceanalytix.0.fritzdect__0__DECT200_087610244490__energy.cost.01_current_day
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug delivery type .consumption.
                                            sourceanalytix.0 2019-05-30 13:51:15.639 debug cost type .cost.

                                            poste mal ein Bild von deinen Einstellung von sonoff.0.Waschmaschine.ENERGY_Today
                                            versuche mal sonoff.0.Waschmaschine.ENERGY_Today zu Deaktivieren und schau ob die Error Meldung kommt

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            428
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter test
                                            103
                                            958
                                            246049
                                            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