Differences
This shows you the differences between two versions of the page.
— |
fineoffsetthermometer [2018/11/03 02:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{:: | ||
+ | ====== FineOffsetThermometer ====== | ||
+ | This module is a part of the [[NetHomeServer]]. The FineOffsetThermometer receives temperature updates over the 433MHz protocol from an Oregon Scientific sensor, so it requires that an RF-Receiver is connected to the system. | ||
+ | ===== Attributes ===== | ||
+ | * **Temperature** //[get]// Current temperature value | ||
+ | * **TimeSinceUpdate** //[get]// Seconds since last update was received from the sensor | ||
+ | * **DeviceId** //[get] [set]// Identity of the sensor | ||
+ | * **LogFile** //[get] [set]// Log file name, used for presenting graphs of the values | ||
+ | * **LastUpdate** //[get]// Time when last update was received from the sensor | ||
+ | * **K** //[get] [set]// Multiplication factor for the presented value. Can be used for calibration. | ||
+ | * **M** //[get] [set]// Addition factor for the presented value. Can be used for calibration. | ||
+ | ==== See also ==== | ||
+ | [[NetHomeServer]] |