The Barometer plugin reads the measurement values of a Tinkerforge Barometer sensor. This sensor offers more than one value, each is represented by its own class implementation:
- AirPressure
- Altitude
- Temperature
Return to main.
For the air pessure the following settings are available:
ReadDelay
- The delay in milli seconds until next measurement value is read, default is5000
.SortOrder
- The sort order on the Tinkerforge lcd display, default is2
For the altitude the following settings are available:
ReadDelay
- The delay in milli seconds until next measurement value is read, default is5000
.SortOrder
- The sort order on the Tinkerforge lcd display, default is5
For the temperature the following settings are available:
ReadDelay
- The delay in milli seconds until next measurement value is read, default is5000
.SortOrder
- The sort order on the Tinkerforge lcd display, default is1