]> git.zerfleddert.de Git - upsgraph/commitdiff
add example for tr7432 master
authorMichael Gernoth <michael@gernoth.net>
Mon, 4 Feb 2019 16:12:39 +0000 (17:12 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 4 Feb 2019 16:12:39 +0000 (17:12 +0100)
ifmdl-temperature.conf

index 3c0ef633298ce78244d735d9423af4d0ba6dd756..4030bc73ab6f387b4f52ec36eb6093f8cd355499 100644 (file)
@@ -9,16 +9,23 @@ $hosts = [
                'name' => "al13-og",
                'rrdfile' => "/var/spool/upsgraph/temp.al13-og.rrd",
 
                'name' => "al13-og",
                'rrdfile' => "/var/spool/upsgraph/temp.al13-og.rrd",
 
-               'fields' => [ 'TD2501' ],
+               'fields' => [ 'TD2501', 'Klima' ],
 
                'vars' => {
                        'TD2501' => {
 
                'vars' => {
                        'TD2501' => {
-                               'name' => 'TD2501',
+                               'name' => 'P1-TD2501 - Raumtemperatur Serverraum OG',
                                'adr' => 'iolinkmaster/port[1]/iolinkdevice/pdin/getdata',
                                'proto' => 'iotcore',
                                'factor' => 1/10,
                                'mask' => 0xffff,
                        },
                                'adr' => 'iolinkmaster/port[1]/iolinkdevice/pdin/getdata',
                                'proto' => 'iotcore',
                                'factor' => 1/10,
                                'mask' => 0xffff,
                        },
+                       'Klima' => {
+                               'name' => 'P2-TR7432 - Auslasstemperatur Klimaanlage OG',
+                               'adr' => 'iolinkmaster/port[2]/iolinkdevice/pdin/getdata',
+                               'proto' => 'iotcore',
+                               'factor' => 1/40,
+                               'mask' => 0xfffc,
+                       },
                }
        },
 ];
                }
        },
 ];
Impressum, Datenschutz