]> git.zerfleddert.de Git - upsgraph/blobdiff - ifmdl-temperature.conf
Implement fetching values from IFM IoTcore
[upsgraph] / ifmdl-temperature.conf
diff --git a/ifmdl-temperature.conf b/ifmdl-temperature.conf
new file mode 100644 (file)
index 0000000..3f9dd94
--- /dev/null
@@ -0,0 +1,25 @@
+package UPSGRAPH;
+
+$outdir="/var/www/html/temperature/";
+$step=60;
+
+$hosts = [
+       {
+               'address' => "10.133.0.9",
+               'name' => "al13-og",
+               'rrdfile' => "/var/spool/upsgraph/temp.al13-og.rrd",
+
+               'fields' => [ 'TD2501' ],
+
+               'vars' => {
+                       'TD2501' => {
+                               'name' => 'TD2501',
+                               'url' => 'http://10.133.0.9/iolinkmaster/port[1]/iolinkdevice/pdin/getdata',
+                               'proto' => 'iotcore',
+                               'factor' => 1/10,
+                       },
+               }
+       },
+];
+
+1;
Impressum, Datenschutz