Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

File metadata and controls

30 lines (18 loc) · 1.07 KB

Barometer

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.

AirPressureConfig.config

For the air pessure the following settings are available:

  • ReadDelay - The delay in milli seconds until next measurement value is read, default is 5000.
  • SortOrder - The sort order on the Tinkerforge lcd display, default is 2

AltitudeConfig.config

For the altitude the following settings are available:

  • ReadDelay - The delay in milli seconds until next measurement value is read, default is 5000.
  • SortOrder - The sort order on the Tinkerforge lcd display, default is 5

TemperatureConfig.config

For the temperature the following settings are available:

  • ReadDelay - The delay in milli seconds until next measurement value is read, default is 5000.
  • SortOrder - The sort order on the Tinkerforge lcd display, default is 1