The WaterGauge plugin reads the water gauge of rivers of Baden-Württemberg/Germany. At least it's scraping the data from the website.
ATTENTION: Never rely on these values! This plugin is just an example for reading data form another source than a Tinkerforge Sensor.
Return to main.
For the WaterGauge plugin the following settings are available:
ReadDelay
- The delay in milli seconds until next measurement values are read, default is3600000
- one hourSortOrder
- The sort order on the Tinkerforge lcd display, default is100
for not displaying the data - see also LcdConfig.config for detailsURL
- The URL to read/scrape the data fromRegExpRecord
- The regular expression to read one data row, default i(\['.*\])
IndexID
- The index of the ID in the data row object, default is0
IndexLocation
- The index of the location (aka city/town) in the data row object, default is1
IndexRiver
- The index of the river in the data row object, default is2
IndexGauge
- The index of the gauge in the data row object, default is4
IndexUnit
- The index of the unit in the data row object, default is5
IndexTimestamp
- The index of the timestamp in the data row object, default is12
TimestampFormat
- The format of the timestamp in the data row object, default isdd.MM.yyyy HH:mm
StationList
- The stations where to pick the gauge from, default is['00034', '00163']