Name
Type
Contents
sensortab_rngmax
fixed
Value range maximum for graph
sensortab_rngmin
fixed
Value range minimum for graph
sensortab_serialnumber
char[]
Serial number of sensor
sensortab_status
int32
Current sensor status
Bit 0: Lower limit alarm
Bit 1: Upper limit alarm
Bit 2: Falling limit alarm
Bit 3: Rising limit alarm
Bit 7: Sensor error
sensortab_unit
char[]
Unit of value as text with HTML entities. Always %rh for humidity
and °C, °F or K for tempertarues, depending on
sensortab_userunit.
sensortab_unit_fract
Int32
Exponent of decimal fraction for display, also equals the number
of decimal points
sensortab_unit_period
int32
Time factor for time unit in seconds, e.g. 3600 for kWh
sensortab_unit_pulses
int32
Number of pulses per unit
sensortab_unit_utf8
char[]
Unit of measurements as text in UTF8. Always %RH for humidity;
for temperatures either °C, °F or K, depending on
sensortab_userunit
sensortab_userunit
char[1]
Configurable unit
sensortab_value
fixed
Current value measured by sensor
sensortab_value_ex
fixed
Current value measured by sensor in enhanced resolution
sensortab_warn_delay
uint32
Delay of sensor warning in seconds
sensortab_warn_hyst
fixed
Dead-band for sensor warnings
sensortab_warn_lim_hi
fixed
Upper alert threshold for sensor warnings
sensortab_warn_lim_lo
fixed
Lower alert threshold for sensor warnings
Smtptab Table
The
mailtab
table contains information on both email servers.
Name
Typ
Contents
smtptab_auth
check
Authentication active
smtptab_hostname
char[]
Name of the SMTP server
smtptab_login
char[]
Login name
smtptab_password
char[]
Login password
smtptab_port
uint16
SMTP server port
smtptab_sender
char[]
Sender address
smtptab_tls_flags
uint32
Reaction to invalid server certificate
Usrtab Table
The
usrtab
table contains information on the four users supported by Querx.
Name
Typ
Contents
usrtab_group
uint8
Index of the user's group
usrtab_name
char[]
User name
94