Neues Modul: ElectricityCalculator

Begonnen von Sailor, 26 August 2016, 21:05:35

Vorheriges Thema - Nächstes Thema

Sailor

Herrmann

Zitat von: hermann258 am 23 Januar 2018, 10:05:18
Ich bin zu Blöd für dieses Modul, da steht so viel Murks

Naja, nach 34 Beiträgen kann man auch noch davon ausgehen, dass du fhem (und dieses Forum) noch nicht lange benutzt, oder?
;)

Gruss
    Sailor
******************************
Man wird immer besser...

smoudo

current reading? ich habe nur den counter_current und da tut sich nix. Ich habe gerade das Device gelöscht und wieder angelegt.
Kommt aber auch nichts mehr brauchbares durch. Einzig das PrevRead aktualisiert sich.
Ich habe zwar an dem Zählerdevice an den userreadings und stateformat zwecks verbrauchsanzeige rumgetüftelt, aber an
dem userreading für den electricitycalc habe ich nichts geändert. wird auch im device brav hochgezählt.

Grüße

Matze

Sailor

Hallo Matze

Zitat von: smoudo am 25 Januar 2018, 22:58:51
current reading? ich habe nur den counter_current und da tut sich nix. Ich habe gerade das Device gelöscht und wieder angelegt.
Kommt aber auch nichts mehr brauchbares durch. Einzig das PrevRead aktualisiert sich.
Ich habe zwar an dem Zählerdevice an den userreadings und stateformat zwecks verbrauchsanzeige rumgetüftelt, aber an
dem userreading für den electricitycalc habe ich nichts geändert. wird auch im device brav hochgezählt.

Ändern sich denn die Werte, die an den Calculator übermittelt werden.
Die _prev Werte werden einfach übernommen, wenn sich aber nix ändert, ändern sich auch nicht die übrigen Readings.
Liefert denn der Zähler?

Was du machen kannst, ist den LogLevel auf 5 hochschrauben und alles zu posten was vom GasCalculator kommt.

Gruß
   Sailor

******************************
Man wird immer besser...

ToM_ToM

ZitatC:\Users\ToM_ToM\Desktop\ElectricityCalc.png
Hey Sailor, bei mir leider nicht.
Es muss doch irgendeine Logik geben wie man es Anfangs einstellt damit es vernünftig läuft...  :o

Anbei mal ein Screenshot meiner Readings.

Viele Grüße, Thomas
Hardware: BananaPi, Busmaster CUL, SanDisk 16GB Ultra SD, 16 GB USB-Stick | Software: Armbian, FHEM 5.8

hermann258

Hallo
Frage: Ich übergebe vom Arducounter die Pins an den Kalkulator
UserReadings
energy_current monotonic { (ReadingsVal("Stromverbrauch","pin10",0)+ReadingsVal
("Stromverbrauch","pin11",0)+ReadingsVal("Stromverbrauch","pin12",0));;;; }

daraus wird dann alles berechnet.
Kann ich das so lassen?

Sailor

#335
Hallo Thomas

Zitat von: ToM_ToM am 26 Januar 2018, 07:24:43
Hey Sailor, bei mir leider nicht.
Es muss doch irgendeine Logik geben wie man es Anfangs einstellt damit es vernünftig läuft...  :o

Du hast den Offset geändert und somit sind die Werte alle vermurkst.

Du hast jetzt die Wahl

a) Du wartest bis zu einem Jahr, bis sich alle Werte neu geschrieben haben
b) Du benutzt den fehm Befehl "set" um die Werte manuell zu korrigieren e.g.:
set myElectricityCalculator HM_Stromzaehler_1.ENERGY_COUNTER_CounterMeter1st 339.520
etc. etc. pp.

Gruss
    Sailor
******************************
Man wird immer besser...

Sailor

Hallo hermann

Zitat von: hermann258 am 26 Januar 2018, 08:02:22

Frage: Ich übergebe vom Arducounter die Pins an den Kalkulator UserReadings
energy_current monotonic { (ReadingsVal("Stromverbrauch","pin10",0)+ReadingsVal
("Stromverbrauch","pin11",0)+ReadingsVal("Stromverbrauch","pin12",0));;;; }

daraus wird dann alles berechnet.

Ehrlich gesagt, dieser Codefetzen sagt mir gar nichts...

In welchem Device steht er und wie lautet die Definition des ElectricityCalculators?

Gruß
   Sailor
******************************
Man wird immer besser...

ToM_ToM

ZitatDu hast jetzt die Wahl
Welche Readings muss ich denn alle genau korrigieren und auf welchen Wert? Soll ich den Wert des tatsächlichen Stromzählers setzen oder den Total-Wert des Homematic Devices?

VG, Thomas
Hardware: BananaPi, Busmaster CUL, SanDisk 16GB Ultra SD, 16 GB USB-Stick | Software: Armbian, FHEM 5.8

Sailor

Hallo Thomas

Zitat von: ToM_ToM am 26 Januar 2018, 09:07:05
Welche Readings muss ich denn alle genau korrigieren und auf welchen Wert? Soll ich den Wert des tatsächlichen Stromzählers setzen oder den Total-Wert des Homematic Devices?
VG, Thomas

Den richtigen Wert auf Basis des "counter_current". Vielleicht ein wenig abschätzen und zurückrechnen.

Gruss
    Sailor
******************************
Man wird immer besser...

smoudo

Zitat von: Sailor am 26 Januar 2018, 06:50:36
Ändern sich denn die Werte, die an den Calculator übermittelt werden.
Die _prev Werte werden einfach übernommen, wenn sich aber nix ändert, ändern sich auch nicht die übrigen Readings.
Liefert denn der Zähler?

Was du machen kannst, ist den LogLevel auf 5 hochschrauben und alles zu posten was vom GasCalculator kommt.
Leider nicht. Es ändert sich nurnoch der Wert PrevRead. Alle anderen Readings ändern sich nicht. Wenn ich ElectricityCalc deaktiviere und wieder aktiviere zieht er sich genau 1 mal die readings und bleibt dann auf dem stand stehen.

Das komische ist, das es eine Zeit lang tadellos funktioniert hat. Ich habe auch schon das komplette device gelöscht und neu angelegt. Ergebnis ist das gleiche.

Auf der selben basis habe ich Wasser und Gaszähler mit deinen Modulen angelegt. Die laufen sauber durch und aktualisieren auch brav.

Loglevel mach ich jetzt mal auf 5

Viele Grüße

Matze

smoudo

#340
Loglevel 5 von eben:

2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:26:30
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6760000087
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 20 s
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 20. Calculations skipped!
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6760000087
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.676
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6790000087
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.679
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:26:50
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.679
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6790000087
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:26:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.679
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:26:50
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:08
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.679
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6790000087
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 18 s
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 18. Calculations skipped!
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.679
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:08
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:08
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.679
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6790000087
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:08 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.679
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:08
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.679
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6790000087
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 2 s
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 2. Calculations skipped!
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.679
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.679
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6810000087
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.681
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.681
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6810000087
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.681
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:10
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.681
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6810000087
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:10
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6810000087
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 20 s
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 20. Calculations skipped!
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6810000087
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.681
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6840000087
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.684
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:30
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.684
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6840000087
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:30 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.684
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:30
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.684
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6840000087
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 20 s
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 20. Calculations skipped!
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.684
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.684
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:27:50
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:27:50 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:27:50
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:28:08
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 18 s
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 18. Calculations skipped!
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:28:08
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:28:08
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:28:08 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:28:08
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:28:10
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6860000087
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 2 s
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 2. Calculations skipped!
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.686
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:28:10
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:28:10
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.686
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6900000087
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix                     : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x5ab4c0b4)
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : Stromzaehler
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 11038.690
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Reading Name                                     : Zaehlerstand
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 2018-01-27 12:28:10
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 2018-01-27 12:28:10
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Previous Reading Value                           : 11038.690
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - Current Reading Value                            : 11038.6900000087
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 0 s
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 0. Calculations skipped!
2018.01.27 12:28:10 5: Stromzaehler : ElectricityCalculator End_________________________________________________________________________________________________________________________________


Mehr code geht pro post wohl nicht!


Viele Grüße

Matze

smoudo

und noch die internals:


.triggerUsed 1
   CHANGED   
   DEF        ESPEasy_ESP_Zaehler_Strom:Zaehlerstand.*
   NAME       Stromzaehler
   NR         237
   NTFY_ORDER 10-Stromzaehler
   REGEXP     ESPEasy_ESP_Zaehler_Strom:Zaehlerstand.*
   STATE      active
   TYPE       ElectricityCalculator
   READINGS:
     2018-01-27 12:36:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDV 0.000
     2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDt 100
     2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayCount 1
     2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDaySum 684.000
     2018-01-27 12:38:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead 11038.773
     2018-01-27 12:35:49   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterCurrent 11038.748
     2018-01-27 11:40:31   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDay1st 11038.0550000087
     2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDayLast 11038.055
     2018-01-27 11:42:44   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeter1st 10600
     2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeterLast 11038.055
     2018-01-27 11:41:41   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonth1st 10600.000
     2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonthLast 11038.055
     2018-01-27 11:42:08   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYear1st 10600.000
     2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYearLast 11038.055
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostDay 0.039
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMeter 104.910
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMonth 104.910
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostYear 104.910
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyDay 0.164
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMeter 438.219
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMonth 438.219
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyYear 438.219
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_FinanceReserve 78.757
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_MonthMeterReading 2
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerCurrent 684.000
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayAver 684.000
     2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMax 684.000
     2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMin 0
   helper:
     gets:
       2018-01-27 12:36:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDV 0.000
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDt 100
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayCount 1
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDaySum 684.000
       2018-01-27 12:38:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead 11038.773
       2018-01-27 12:35:49   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterCurrent 11038.748
       2018-01-27 11:40:31   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDay1st 11038.0550000087
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDayLast 11038.055
       2018-01-27 11:42:44   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeter1st 10600
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeterLast 11038.055
       2018-01-27 11:41:41   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonth1st 10600.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonthLast 11038.055
       2018-01-27 11:42:08   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYear1st 10600.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYearLast 11038.055
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostDay 0.039
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMeter 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMonth 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostYear 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyDay 0.164
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMeter 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMonth 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyYear 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_FinanceReserve 78.757
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_MonthMeterReading 2
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerCurrent 684.000
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayAver 684.000
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMax 684.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMin 0
     sets:
       2018-01-27 12:36:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDV 0.000
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_LastDt 100
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayCount 1
       2018-01-27 11:46:47   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDaySum 684.000
       2018-01-27 12:38:38   .ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PrevRead 11038.773
       2018-01-27 12:35:49   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterCurrent 11038.748
       2018-01-27 11:40:31   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDay1st 11038.0550000087
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterDayLast 11038.055
       2018-01-27 11:42:44   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeter1st 10600
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMeterLast 11038.055
       2018-01-27 11:41:41   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonth1st 10600.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterMonthLast 11038.055
       2018-01-27 11:42:08   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYear1st 10600.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_CounterYearLast 11038.055
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostDay 0.039
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMeter 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostMonth 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyCostYear 104.910
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyDay 0.164
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMeter 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyMonth 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_EnergyYear 438.219
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_FinanceReserve 78.757
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_MonthMeterReading 2
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerCurrent 684.000
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayAver 684.000
       2018-01-27 11:46:47   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMax 684.000
       2018-01-27 11:35:06   ESPEasy_ESP_Zaehler_Strom_Zaehlerstand_PowerDayMin 0
   system:
     SiPrefixPowerFactor 1000
Attributes:
   BasicPricePerAnnum 122.67
   Currency   €
   ElectricityCounterOffset 0
   ElectricityKwhPerCounts 1
   ElectricityPricePerKWh 0.2394
   MonthOfAnnualReading 12
   MonthlyPayment 102
   ReadingDestination CalculatorDevice
   SiPrefixPower kW
   group      MeteringCalculator
   room       test


Viele Grüße

Matze

smoudo

Was mir bei den Internals noch aufgefallen ist:
da steht was von .triggerUsed 1
das ist beim gas und wasser device nicht der fall.
Was hat es damit auf sich?
Hat jemand ähnliche probleme?

Viele Grüße

Matze

smoudo

Ich habe jetzt nochmal ein neues regex angelegt und von vorne angefangen. nachdem ich das log geleert habe und neu befüllen
lasse geht es jetzt auf einmal wieder.
Warum dem so ist ??? *verwirrend*

Trotzdem Danke für die Hilfe!

jetzt gehts an die readingsgroups  :D

Viele Grüße

Matze

minias

Hallo,

ich habe selbes verhalten festgestellt, mein ElectricityCalculator zählt nicht bei jedem Impuls.
Was könnte die Ursache dafür sein?

2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator Begin_______________________________________________________________________________________________________________________________
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Attribut ReadingDestination has been set to CalculatorDevice
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCalcReadingPrefix                     : r2_m_arducounter_pin4_zaehlerstand
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCalcReadingDestinationDevice          : HASH(0x3eafcc8)
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCalcReadingDestinationDeviceName      : m_electricity_calculator
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCountReadingValuePrevious             : 28458.488
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCalcReadingPrefix_PrevRead            : r2_m_arducounter_pin4_zaehlerstand_PrevRead
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Previous value found. Continuing with calculations
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Reading Name                                     : pin4_zaehlerstand
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Previous Reading Value                           : 2018-01-29 08:08:03
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Current Reading Value                            : 0
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Previous Reading Value                           : 28458.488
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - Current Reading Value                            : 28458.492
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCountReadingTimestampDelta            : 30 s
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator - ElectricityCountReadingTimestampDelta = 30. Calculations skipped!
2018.01.29 08:08:33 5: m_electricity_calculator : ElectricityCalculator End_________________________________________________________________________________________________________________________________