User manual

101
De volgende variabelen zijn aanwezig:
Variable Description
$v Measured value
$q Sensor type 1 = Temperature (°C), 3 = RH% (%), 5=CO2 (ppm)
$i Identication number of the sensor
$r rssi-value (dBm)
$h Indication of the hours in the time indication of the measurement
$m Indication of the minutes in the time indication of the measurement
$s Indication of the seconds in the time indication of the measurement
$Y Indication of the year in the time indication of the measurement
$M Indication of the month in the time indication of the measurement
$D Indication of the day in the time indication of the measurement
$S Measurement time in seconds since 1-1-2000 UTC
$c Day of the week at the time of measurement (0=Sunday, 1=Monday...)
$a(len) Current running average value (len = Length in seconds)
$b(len) Current running minimum value (len = Length in seconds)
$e(len) Current running maximum (len = Length in seconds)
$p(dt) Previous value. If dt=0, then the previous measurement value is given,
otherwise, the interpolated value at the moment of dt seconds back in time is
given.
Alle tijdsvariabelen behalve $S zijn weergegeven in UTC plus de tijdzone
oset in de timeserverinstellingpagina. De tijdsvariabelen $S is weergegeven
in UTC.
De conditie wordt verder opgebouwd als een logische expressie. Hierbij kan
gebruik gemaakt worden van vergelijkings operatoren (<, <=, >, >=, <>,
== en !=), de logische operatoren AND (&&), OR(||), en NOT(!). Tenslotte
kan gebruik gemaakt worden van subexpressies dmv de haakjes ( en ).
Voorbeelden:
Expression Description
$v<10 is true as soon as the measurement goes below the value
10 .
$v<10 && $i=8297 is true as soon as the measurement for sensor 8297 goes
below the value 10.
($v<-10 || $v>10)&&$c==0 is true as soon as the measurement goes below the value -10
or above10 and the day of the week is a Sunday.
Het http bericht, e-mailbericht en e-mailonderwerp zijn tekstvelden die aan-
gevuld kunnen worden met variabelen. De waarde van een variabele wordt
bij het construeren van de berichttekst omgezet in tekst die op de plaats van
de variabele wordt toegevoegd.
N
E
D
E
R
L
A
N
D
S