Product specifications

- 19 -
The http message, email message and email subject text elds that can
contain variables. The value of a variable will be replaced by text when the
message text is set up.
The list of variables is:
Variabele Description
$v measuement value
$q sensor type 1 = temperature (°C), 3 = RV% (%), 5=CO2 (ppm)
$i sensor id number
$r rssi value (dBm)
$h measurement time in hour
$m measurement time in minutes
$s measurement time in seconds
$Y measurement time the year
$M measurement time the month
$D measurement time the day
$S measurement time in seconden since 1-1-2000 UTC
$w missing time of last measurement which could not be re-
directed to http server. Used for temp logger synchronization
$t time string measurement time in hh:mm:ss format
$d date string. measurement time in short date format
$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.
All time variables, except $w and $S, are in UTC plus the time zone offset
given in the Time Server Setup page. The time variables w$ and $S are in
UTC.
The HTTP request message is url-encoded per default. This means that
non-alphanumerical characters are converted into %hh-strings where „hh“
represents a hexadecimal gure. The lines ‘&&’ and ‘==’ are an exception:
these are converted into ‘&’, and ‘=’ respectively. The message for the HTTP
request is transmitted via the request header POST, or else added to the
URL of the GET request. In that case, the separating sign ‘?’ is added bet-
ween the URL and the message.