<div dir="ltr"><div><div><div><div>Nochmal überarbeitet ...<br><br><a href="https://github.com/w3llschmidt/volkszaehler.org/blob/master/misc/tools/calert">https://github.com/w3llschmidt/volkszaehler.org/blob/master/misc/tools/calert</a><br>
<br></div>Umbenannt in 'calert' und einen neuen Parameter dazu -> Type (-t)<br><br><font size="1"><span style="font-family:courier new,monospace">usage: cALERT [-h] -u UUID -t {kWh,m3} [-c COSTS] [-i INTERVAL]<br>
<br>Configure cALERT at the commandline -><br><br>optional arguments:<br>  -h, --help   show this help message and exit<br>  -u UUID      Enter the coresponding UUID here [required]<br>  -t {kWh,m3}  Power/Gas [required]<br>
  -c COSTS     Cost limit that will cause a alert<br>  -i INTERVAL  Monitoring interval in seconds<br><br>cALERT is intended to operate as a cronjob and monitors the cost (Power/Gas<br>consumption) for a particular UUID, based on the configured costs of the<br>
channel and the consumption within the interval.</span></font><br><br></div>Man kann also mit <b>-t m3</b> oder <b>-t kWh</b> Gas/Strom-Alarme generieren ... ja nach Kanal.<br><br><font size="1"><span style="font-family:courier new,monospace">pi@vz:$ calert -u dd5f4c10-8f3e-11e2-b904-8b1be06f6896 -t kWh -c 1.80<br>
<font>7.00kWh / 1.97EUR</font><br><br>pi@vz:$ calert -u d42c7100-8f33-11e2-850c-437776a9e786 -t m3 -c 0.50<br><font>1.24m3 / 0.85EUR</font><br></span></font><br></div>Ist der Vebrauch (EUR) unter dem Schwellwert (-c) passiert halt garnischt und das Script lässt euch in Ruhe ;-)<br>
<br></div></div>