From 699cedbfc576775be5bd20f08a261bc5e2aeb4ea Mon Sep 17 00:00:00 2001 From: sailor-fhem <> Date: Thu, 10 Mar 2016 11:16:05 +0000 Subject: [PATCH] 73_GasCalculator: Feature : Last Day/Month/Year - readings implemented git-svn-id: https://svn.fhem.de/fhem/trunk@11039 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/73_GasCalculator.pm | 91 ++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/73_GasCalculator.pm b/fhem/FHEM/73_GasCalculator.pm index b915076ed..e44bbb420 100644 --- a/fhem/FHEM/73_GasCalculator.pm +++ b/fhem/FHEM/73_GasCalculator.pm @@ -1138,6 +1138,17 @@ sub GasCalculator_Notify($$) +
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastDay : | Volume reading of the previous day. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMonth : | Volume reading of the previous month. + |
- | |
<DestinationDevice>_<SourceCounterReading>_Vol1stMeter : | First volume reading of the first day of the month of the currenrt meter reading period. + |
<DestinationDevice>_<SourceCounterReading>_VolLastYear : | Volume reading of the previous year. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_Vol1stMeter : | First volume reading of the first day of the month of the current meter reading period. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMeter : | Volume reading of the first day of the month of the last meter reading period. |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastDay : | Verbrauchtes Volumen des vorherigen Tages. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMonth : | Verbrauchtes Volumen des vorherigen Monats. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastYear : | Verbrauchtes Volumen des vorherigen Jahres. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMeter : | Verbrauchtes Volumen des vorherigen Abrechnungszeitraums. + |