Fork me on GitHub

pimatic-tankerkoenig by Paul Schmidt | github | npm

General information

This plugin provides actual price information for the gas station(s) of your choice.

Requirements

Configuration

There are three configuration parameters

  • ids - The ids of your gas station(s) separated by comma (,)
  • interval - refresh interval in minutes (minimum is 5 minutes due to license regulation)
  • type - Which type do you want to see (e5 | e10 | diesel | all) separated by comma (,)

Sample Device Config:

    {
      "id": "prices",
      "name": "prices",
      "class": "TankerkoenigDevice",
      "apiKey": "YOUR-API-KEY",
      "ids": "474e5046-deaf-4f9b-9a32-9797b778f047,4429a7d9-fb2d-4c29-8cfe-2ca90323f9f8,278130b1-e062-4a0f-80cc-19e486b4c024",
      "interval": 10,
      "type": "all"
    },

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

tankerkoenig config options

Device Config Options

tankerkoenig

TankerkoenigDevice

Plugin Properties
OptionDescriptionDefault
apiKey
string
Your apiKey
""
ids
string
The gas station id(s) separated by semicolon
""
interval
number
How often should the price be updated? (in minutes - minimum 5)
10
type
string
Which type do you want to see [e5|e10|diesel|all]
"all"
attributes
array of objects
Attributes which shall be exposed by the device
[]
Elements
pimatic-tankerkoenig is written by Paul Schmidt