Fork me on GitHub

pimatic-water-level by Paul Schmidt | github | npm

This plugin provides the water level for the river of your choice

Configuration

There is only one configuration parameter

Sample Device Config:

{
  "id": "river-town",
  "name": "River Town",
  "class": "WaterLevelDevice",
  "uuid": "522286e2-b2b3-4d0d-9a11-01b3ea418c76"
}

Sample Sensor Config:

{
  "class": "WaterLevelSensor",
  "id": "water-level",
  "name": "Wasserstand",
  "interval": 10,
  "uuid": "522286e2-b2b3-4d0d-9a11-01b3ea418c76",
  "xAttributeOptions": []
}

Beware

This plugin is in an early alpha stadium and you use it on your own risk. I'm not responsible for any possible damages that occur on your health, hard- or software.

License

MIT

Plugin Config Options

water level config options
OptionDescriptionDefault
uuid
string
The id of the water level gauge
""
showGraph
boolean
Should the graph be displayed
true
graphDays
number
How many days should the graph contain
7

Device Config Options

waterLevel

WaterLevelDevice

Plugin Properties
OptionDescriptionDefault
uuid
string
The id of the water level gauge
""
showGraph
boolean
Should the graph be displayed
true
graphDays
number
How many days should the graph contain
7
currentLevel
number
Current water level in cm
0

WaterLevelSensor

WaterLevel Sensor
OptionDescriptionDefault
interval
integer
the time in minutes, the water level gets updated to get a new sensor value
10
uuid
string
id for the water level from pegelonline.de
pimatic-water-level is written by Paul Schmidt