summaryrefslogtreecommitdiffstats
path: root/2configs/bureautomation/sensor/influxdb.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-03-06 16:42:27 +0100
committermakefu <github@syntax-fehler.de>2019-03-06 16:42:27 +0100
commitc81db9c8cea9e85aa9f2e840d39502fc7222ed90 (patch)
treeb752f082072945c22abb9232fb4664c4ff32a9f7 /2configs/bureautomation/sensor/influxdb.nix
parente1b003a1123ab261b5448e9183b00c5f953faa90 (diff)
ma bureautomation: split into files
Diffstat (limited to '2configs/bureautomation/sensor/influxdb.nix')
-rw-r--r--2configs/bureautomation/sensor/influxdb.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/2configs/bureautomation/sensor/influxdb.nix b/2configs/bureautomation/sensor/influxdb.nix
new file mode 100644
index 000000000..820a56c4d
--- /dev/null
+++ b/2configs/bureautomation/sensor/influxdb.nix
@@ -0,0 +1,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";
+ # }
+ # ];
+ #}
+]