summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/bureautomation/sensor/influxdb.nix
blob: 820a56c4de916d61319f2c87c898708f8b1fe5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  #{ platform = "influxdb";
  #  queries = [
  #    { name = "mean value of feinstaub P1";
  #      where = '' "node" = 'esp8266-1355142' '';
  #      measurement = "feinstaub";
  #      database = "telegraf";
  #      field = "P1";
  #    }
  #    { name = "mean value of feinstaub P2";
  #      where = '' "node" = 'esp8266-1355142' '';
  #      measurement = "feinstaub";
  #      database = "telegraf";
  #      field = "P2";
  #    }
  #  ];
  #}
]