- The WaterCalculator Module calculates the water consumption and costs of one or more water meters. - It is not a counter module itself but it requires a regular expression (regex or regexp) in order to know where to retrieve the counting ticks of one or more mechanical or electronic water meter. - - - The function of the sub-counter for garden water has not been implemented yet. Therefore the sewage water cost needs to be taken into account. - - As soon the module has been defined within the fhem.cfg, the module reacts on every event of the specified counter like myOWDEVICE:counter.* etc. - - The WaterCalculator module provides several current, historical, statistical values around with respect to one or more water meter and creates respective readings. - - To avoid waiting for max. 12 months to have realistic values, the readings - <DestinationDevice>_<SourceCounterReading>_CounterDay1st ,- <DestinationDevice>_<SourceCounterReading>_CounterMonth1st ,- <DestinationDevice>_<SourceCounterReading>_CounterYear1st and- <DestinationDevice>_<SourceCounterReading>_CounterMeter1st - must be corrected with real values by using the setreading - command.- These real values may be found on the last water bill. Otherwise it will take 24h for the daily, 30days for the monthly and up to 12 month for the yearly values to become realistic. - - Intervalls smaller than 10s will be discarded to avoid peaks due to fhem blockages (e.g. DbLog - reducelog). - - |
-
Define |
define <name> WaterCalculator <regex> |
<name> : | The name of the calculation device. (E.g.: "myWaterCalculator") |
<regex> : | A valid regular expression (also known as regex or regexp) of the event where the counter can be found |
define myWaterCalculator WaterCalculator myWaterCounter:countersA.* |
Attributes |
-
- In addition the global attributes e.g. room can be used. - |
- | |
BasicPricePerAnnum : | A valid float number for basic annual fee in the chosen currency for the water supply to the home. - The value is provided by your local water supplier and is shown on your water bill. - For UK and US users it may known under "standing charge". Please make sure it is based on one year! - The default value is 0.00 - |
- | |
disable : | Disables the current module. The module will not react on any events described in the regular expression. - The default value is 0 = enabled. - |
Set | |
The set - function works for readings which have been stored in the CalculatorDevice and to update the Offset. The Readings being stored in the Counter - Device need to be changed individially with the set - command.The command "SyncCounter" will calculate and update the Offset. Just enter the value of your mechanical Reader. |
- | |
WaterCounterOffset : | A valid float number of the water Consumption difference = offset (not the difference of the counter ticks!) between the value shown on the mechanic meter for the water consumption and the calculated water consumption of the counting device. - The value for this offset will be calculated as follows WOffset = WMechanical - WModule - The default value is 0.00 - |
Get | |
The get - function works only for readings which have been stored in the CalculatorDevice. The Readings being stored in the Counter - Device need to be read individially with get - command. |
- | |
WaterCubicPerCounts : | A valid float number of water consumption in qm per counting ticks. - The value is given by the mechanical trigger of the mechanical water meter. E.g. WaterCubicPerCounts = 0.001 means each count is a thousandth of one qm (=liter). - The default value is 1 (= the counter is already providing qm) - |
Attributes | |
In addition the global attributes e.g. room can be used. |
- | |
WaterPricePerCubic : | A valid float number for water Consumption price in the chosen currency per qm. - The sewage water cost needs to be taken into account. - The value is provided by your local water supplier and is shown on your water bill. - The default value is 2.00 - |
Readings | |
The placeholder <DestinationDevice> is the device which has been chosen in the attribute ReadingDestination above.This will not appear if CalculatorDevice has been chosen. The placeholder <SourceCounterReading> is the reading based on the defined regular expression where the counting ticks are coming from. |
- | |
MonthlyPayment : | A valid float number for monthly advance payments in the chosen currency towards the water supplier. - The default value is 0.00 - |
| : Current indicated total water consumption as shown on mechanical water meter. Correct Offset-attribute if not identical. |
| : The first meter reading after midnight. |
| : The last meter reading of the previous day. |
| : The first meter reading after midnight of the first day of the month. |
| : The last meter reading of the previous month. |
| : The first meter reading after midnight of the first day of the month where the mechanical meter is read by the Water supplier. |
| : The last meter reading of the previous meter reading year. |
| : The first meter reading after midnight of the first day of the year. |
| : The last meter reading of the previous year. |
| : Consumption costs of the last day. |
| : Consumption costs in the chosen currency of the last water meter period. |
| : Consumption costs in the chosen currency of the last month. |
| : Consumption costs of the last calendar year. |
| : Consumption costs in the chosen currency since the beginning of the current day. |
| : Consumption costs in the chosen currency since the beginning of the month of where the last water meter reading has been performed by the Water supplier. |
| : Consumption costs in the chosen currency since the beginning of the current month. |
| : Consumption costs in the chosen currency since the beginning of the current year. |
| : Consumption in qm since the beginning of the current day (midnight). |
| : Total Consumption in qm of the last day. |
| : Consumption in qm since the beginning of the month of where the last Water-meter reading has been performed by the Water supplier. |
| : Total Consumption in qm of the last Water-meter reading period. |
| : Consumption in qm since the beginning of the current month (midnight of the first). |
| : Total Consumption in qm of the last month. |
| : Consumption in qm since the beginning of the current year (midnight of the first). |
| : Total Consumption in qm of the last calendar year. |
| : Financial Reserve based on the advanced payments done on the first of every month towards the water supplier. With negative values, an additional payment is to be expected. |
| : Number of month since last meter reading. The month when the reading occured is the first month = 1. |
| : Current water flow rate. (water flow rate based on current and previous measurement.) |
| : Average water flow rate since midnight. |
| : Maximum water flow rate peak since midnight. |
| : Minimum water flow rate peak since midnight. |
- | |
MonthOfAnnualReading : | A valid integer number for the month when the mechanical water meter reading is performed every year. - The default value is 5 (May) - |
- | |
ReadingDestination : | One of the pre-defined list for the destination of the calculated readings: [CalculatorDevice,CounterDevice]. - The CalculatorDevice is the device which has been created with this module. - The CounterDevice is the Device which is reading the mechanical Water-meter. - The default value is CalculatorDevice - Therefore the readings will be written into this device. - |
- | |
WFRUnit : | One value of the pre-defined list: l/min (liter/minute), m³/min (cubicmeter/minute), m³/h (cubicmeter/hour). - It defines which unit shall be used and devides the water flow rate accordingly. - The default value is l/min (liter/minute). - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterCurrent : | Current indicated total water consumption as shown on mechanical water meter. Correct Offset-attribute if not identical. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterDay1st : | The first meter reading after midnight. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterDayLast : | The last meter reading of the previous day. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMonth1st : | The first meter reading after midnight of the first day of the month. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMonthLast : | The last meter reading of the previous month. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMeter1st : | The first meter reading after midnight of the first day of the month where the mechanical meter is read by the Water supplier. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMeterLast : | The last meter reading of the previous meter reading year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterYear1st : | The first meter reading after midnight of the first day of the year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterYearLast : | The last meter reading of the previous year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostDayLast : | Consumption costs of the last day. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMeterLast : | Consumption costs in the chosen currency of the last water meter period. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMonthLast : | Consumption costs in the chosen currency of the last month. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostYearLast : | Consumption costs of the last calendar year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostDay : | Consumption costs in the chosen currency since the beginning of the current day. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMeter : | Consumption costs in the chosen currency since the beginning of the month of where the last water meter reading has been performed by the Water supplier. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMonth : | Consumption costs in the chosen currency since the beginning of the current month. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostYear : | Consumption costs in the chosen currency since the beginning of the current year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionDay : | Consumption in qm since the beginning of the current day (midnight). - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionDayLast : | Total Consumption in qm of the last day. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMeter : | Consumption in qm since the beginning of the month of where the last Water-meter reading has been performed by the Water supplier. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMeterLast : | Total Consumption in qm of the last Water-meter reading period. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMonth : | Consumption in qm since the beginning of the current month (midnight of the first). - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMonthLast : | Total Consumption in qm of the last month. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionYear : | Consumption in qm since the beginning of the current year (midnight of the first). - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionYearLast : | Total Consumption in qm of the last calendar year. - |
- | |
<DestinationDevice>_<SourceCounterReading>_FinanceReserve : | Financial Reserve based on the advanced payments done on the first of every month towards the water supplier. With negative values, an additional payment is to be expected. - |
- | |
<DestinationDevice>_<SourceCounterReading>_MonthMeterReading : | Number of month since last meter reading. The month when the reading occured is the first month = 1. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRCurrent : | Current water flow rate. (water flow rate based on current and previous measurement.) - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayAver : | Average water flow rate since midnight. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayMax : | Maximum water flow rate peak since midnight. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayMin : | Minimum water flow rate peak since midnight. - |
- Das WaterCalculator Modul berechnet den Verbrauch an Wasser und die verbundenen Kosten von einem oder mehreren Wasserzählern. - - Die Funktion des sogenannten Unterwasserzählers ist noch nicht implementiert. Daher müssen bei den Wasserkosten die Abwasserkosten mit einbezogen werden. - - Es ist kein eigenes Zählermodul sondern benötigt eine Regular Expression (regex or regexp) um das Reading mit den Zählimpulse von einem oder mehreren Wasserzählern zu finden. - - Sobald das Modul in der fhem.cfg definiert wurde, reagiert das Modul auf jedes durch das regex definierte event wie beispielsweise ein myOWDEVICE:counter.* etc. - - Das WaterCalculator Modul berechnet augenblickliche, historische statistische und vorhersehbare Werte von einem oder mehreren Wasserzählern und erstellt die entsprechenden Readings. - - Um zu verhindern, dass man bis zu 12 Monate warten muss, bis alle Werte der Realität entsprechen, müssen die Readings - <DestinationDevice>_<SourceCounterReading>_CounterDay1st ,- <DestinationDevice>_<SourceCounterReading>_CounterMonth1st ,- <DestinationDevice>_<SourceCounterReading>_CounterYear1st und- <DestinationDevice>_<SourceCounterReading>_CounterMeter1st - entsprechend mit dem setreading - Befehl korrigiert werden.- Diese Werte findet man unter Umständen auf der letzten Abrechnung des Wasserversorgers. Andernfalls dauert es bis zu 24h für die täglichen, 30 Tage für die monatlichen und bis zu 12 Monate für die jährlichen Werte bis diese der Realität entsprechen. - - - Intervalle kleienr als 10s werden ignoriert um Spitzen zu verhindern die von Blockaden des fhem Systems hervorgerufen werden (z.B. DbLog - reducelog). - |
-
Define |
define <name> WaterCalculator <regex> |
<name> : | Der Name dieses Berechnungs-Device. Empfehlung: "myWaterCalculator". |
<regex> : | Eine gültige Regular Expression (regex or regexp) von dem Event wo der Zählerstand gefunden werden kann |
define myWaterCalculator WaterCalculator myWaterCounter:countersA.* |
Attributes |
-
- Zusätzlich können die globalen Attribute wie room verwendet werden. - |
- | |
BasicPricePerAnnum : | Eine gültige float Zahl für die jährliche Grundgebühr in der gewählten Währung für die Wasser-Versorgung zum Endverbraucher. - Dieser Wert stammt vom Wasserversorger und steht auf der Abrechnung. - Der Standard Wert ist 0.00 - |
- | |
disable : | Deaktiviert das device. Das Modul wird nicht mehr auf die Events reagieren die durch die Regular Expression definiert wurde. - Der Standard Wert ist 0 = aktiviert. - |
Set | |
Die set - Funktion funktioniert für Readings welche im CalculatorDevice gespeichert wurden und zum update des Offsets zwischen den Zählern. Die Readings welche im Counter - Device gespeichert wurden, müssen individuell mit set - Befehl gesetzt werden.Der Befehl "SyncCounter" errechnet und update den Offset. Hierbei einfach den Wert des mechanischen Zählers eingeben. |
- | |
WaterCounterOffset : | Eine gültige float-Zahl für den Unterschied = Offset (Nicht der Unterschied zwischen Zählimpulsen) zwischen dem am mechanischen Wasserzählern und dem angezeigten Wert im Reading dieses Device. - Der Offset-Wert wird wie folgt ermittelt: WOffset = WMechanisch - WModule - Der Standard-Wert ist 0.00 - |
Get | |
Die get - Funktion funktioniert nur für Readings welche im CalculatorDevice gespeichert wurden. Die Readings welche im Counter - Device gespeichert wurden, müssen individuell mit get - Befehl ausgelesen werden. |
- | |
WaterCubicPerCounts : | Eine gültige float-Zahl für die Menge Kubik pro Zählimpulsen. - Der Wert ist durch das mechanische Zählwerk des Wasserzählern vorgegeben. WaterCubicPerCounts = 0.001 bedeutet, dass jeder Zählimpuls ein Tausendstel eines Kubik ist (=Liter). - Der Standard-Wert ist 1 - |
Attributes | |
Zusätzlich können die globalen Attribute wie room verwendet werden. |
- | |
MonthlyPayment : | Eine gültige float-Zahl für die monatlichen Abschlagszahlungen in der gewählten Währung an den Wasserversorger. - Der Standard-Wert ist 0.00 - |
Readings | |
Der Platzhalter <DestinationDevice> steht für das Device, welches man in dem Attribut ReadingDestination oben festgelegt hat. Dieser Platzhalter bleibt leer, sobald man dort CalculatorDevice ausgewählt hat.Der Platzhalter <SourceCounterReading> steht für das Reading welches mit der Regular Expression definiert wurde. |
- | |
MonthOfAnnualReading : | Eine gültige Ganz-Zahl für den Monat wenn der mechanische Wasserzähler jedes Jahr durch den Wasserversorger abgelesen wird. - Der Standard-Wert ist 5 (Mai) - |
| : Aktueller Zählerstand am mechanischen Zähler. Bei Unterschied muss das Offset-Attribut entspechend korrigiert werden. |
| : Der erste Zählerstand des laufenden Tages seit Mitternacht. |
| : Der letzte Zählerstand des vorherigen Tages. |
| : Der erste Zählerstand seit Mitternacht des ersten Tages der laufenden Ableseperiode. |
| : Der letzte Zählerstand seit Mitternacht des ersten Tages der vorherigen Ableseperiode. |
| : Der erste Zählerstand seit Mitternacht des ersten Tages des laufenden Monats. |
| : Der letzte Zählerstand des vorherigen Monats. |
| : Der erste Zählerstand seit Mitternacht des ersten Tages des laufenden Jahres. |
| : Der letzte Zählerstand des letzten Jahres. |
| : Wasserkosten des letzten Tages. |
| : Wasserkosten der letzten Ableseperiode. |
| : Wasserkosten des letzten Monats. |
| : Wasserkosten des letzten Kalenderjahres. |
| : Wasserkosten in gewählter Währung seit Mitternacht des laufenden Tages. |
| : Wasserkosten in gewählter Währung seit Beginn der laufenden Ableseperiode. |
| : Wasserkosten in gewählter Währung seit Beginn des laufenden Monats. |
| : Wasserkosten in gewählter Währung seit Beginn des laufenden Kalenderjahres. |
| : Wasserverbrauch seit Beginn der aktuellen Tages (Mitternacht). |
| : Wasserverbrauch in qm des vorherigen Tages. |
| : Wasserverbrauch seit Beginn der aktuellen Ableseperiode. |
| : Wasserverbrauch in qm der vorherigen Ableseperiode. |
| : Wasserverbrauch seit Beginn des aktuellen Monats. |
| : Wasserverbrauch in qm des vorherigen Monats. |
| : Wasserverbrauch seit Beginn des aktuellen Kalenderjahres. |
| : Wasserverbrauch in qm des vorherigen Kalenderjahres. |
| : Finanzielle Reserve basierend auf den Abschlagszahlungen die jeden Monat an den Wasserversorger gezahlt werden. Bei negativen Werten ist von einer Nachzahlung auszugehen. |
| : Anzahl der Monate seit der letzten Zählerablesung. Der Monat der Zählerablesung ist der erste Monat = 1. |
| : Aktueller Wasserdurchsatz. (Wasserdurchsatz basierend auf aktueller und letzter Messung) |
| : Mittlerer Wasserdurchsatz seit Mitternacht. |
| : Maximale Wasserdurchsatz seit Mitternacht. |
| : Minimale Wasserdurchsatz seit Mitternacht. |
- | |
ReadingDestination : | Eines der vordefinerten Device als Ziel der errechneten Readings: [CalculatorDevice,CounterDevice]. - Das CalculatorDevice ist das mit diesem Modul erstellte Device. - Das CounterDevice ist das Device von welchem der mechanische Zähler ausgelesen wird. - Der Standard-Wert ist CalculatorDevice. - |
- | |
WFRUnit : | Ein Wert der vorgegebenen Auswahlliste: l/min (Liter/Minute), m³/min (Kubikmeter/Minute), m³/h (Kubikmeter/Stunde). - Es definiert welcher Einheit verwendet werden soll und teilt den Wasserdurchsatz entsprechend. - Der Standard-Wert ist l/min (Liter/Minute). - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterCurrent : | Aktueller Zählerstand am mechanischen Zähler. Bei Unterschied muss das Offset-Attribut entspechend korrigiert werden. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterDay1st : | Der erste Zählerstand des laufenden Tages seit Mitternacht. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterDayLast : | Der letzte Zählerstand des vorherigen Tages. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMeter1st : | Der erste Zählerstand seit Mitternacht des ersten Tages der laufenden Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMeterLast : | Der letzte Zählerstand seit Mitternacht des ersten Tages der vorherigen Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMonth1st : | Der erste Zählerstand seit Mitternacht des ersten Tages des laufenden Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterMonthLast : | Der letzte Zählerstand des vorherigen Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterYear1st : | Der erste Zählerstand seit Mitternacht des ersten Tages des laufenden Jahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_CounterYearLast : | Der letzte Zählerstand des letzten Jahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostDayLast : | Wasserkosten des letzten Tages. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMeterLast : | Wasserkosten der letzten Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMonthLast : | Wasserkosten des letzten Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostYearLast : | Wasserkosten des letzten Kalenderjahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostDay : | Wasserkosten in gewählter Währung seit Mitternacht des laufenden Tages. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMeter : | Wasserkosten in gewählter Währung seit Beginn der laufenden Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostMonth : | Wasserkosten in gewählter Währung seit Beginn des laufenden Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionCostYear : | Wasserkosten in gewählter Währung seit Beginn des laufenden Kalenderjahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionDay : | Wasserverbrauch seit Beginn der aktuellen Tages (Mitternacht). - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionDayLast : | Wasserverbrauch in qm des vorherigen Tages. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMeter : | Wasserverbrauch seit Beginn der aktuellen Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMeterLast : | Wasserverbrauch in qm der vorherigen Ableseperiode. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMonth : | Wasserverbrauch seit Beginn des aktuellen Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionMonthLast : | Wasserverbrauch in qm des vorherigen Monats. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionYear : | Wasserverbrauch seit Beginn des aktuellen Kalenderjahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_ConsumptionYearLast : | Wasserverbrauch in qm des vorherigen Kalenderjahres. - |
- | |
<DestinationDevice>_<SourceCounterReading>_FinanceReserve : | Finanzielle Reserve basierend auf den Abschlagszahlungen die jeden Monat an den Wasserversorger gezahlt werden. Bei negativen Werten ist von einer Nachzahlung auszugehen. - |
- | |
<DestinationDevice>_<SourceCounterReading>_MonthMeterReading : | Anzahl der Monate seit der letzten Zählerablesung. Der Monat der Zählerablesung ist der erste Monat = 1. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRCurrent : | Aktueller Wasserdurchsatz. (Wasserdurchsatz basierend auf aktueller und letzter Messung) - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayAver : | Mittlerer Wasserdurchsatz seit Mitternacht. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayMax : | Maximale Wasserdurchsatz seit Mitternacht. - |
- | |
<DestinationDevice>_<SourceCounterReading>_WFRDayMin : | Minimale Wasserdurchsatz seit Mitternacht. - |
<DestinationDevice>_<SourceCounterReading>_CounterDay1st
,<DestinationDevice>_<SourceCounterReading>_CounterMonth1st
,<DestinationDevice>_<SourceCounterReading>_CounterYear1st
and<DestinationDevice>_<SourceCounterReading>_CounterMeter1st
setreading
- command.<DestinationDevice>_<SourceCounterReading>_CounterDay1st
,<DestinationDevice>_<SourceCounterReading>_CounterMonth1st
,<DestinationDevice>_<SourceCounterReading>_CounterYear1st
und<DestinationDevice>_<SourceCounterReading>_CounterMeter1st
setreading
- Befehl korrigiert werden.