Added support for siteboss571 (#12568)

This commit is contained in:
William Irvine 2021-02-26 15:00:04 +13:00 committed by GitHub
parent 29de572134
commit 402982abf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 23379 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<?php
/**
* Siteboss.php
*
* Asentria Siteboss
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @link http://librenms.org
*/
namespace LibreNMS\OS;
use App\Models\Device;
use LibreNMS\OS;
class Siteboss571 extends OS
{
public function discoverOS(Device $device): void
{
parent::discoverOS($device); // yaml
$device->sysName = snmp_get($this->getDeviceArray(), 'siteName.0', '-Osqnv', 'SITEBOSS-571-STD-MIB');
}
}

View File

@ -0,0 +1,168 @@
mib: SITEBOSS-571-STD-MIB
modules:
os:
sysDescr_regex: '/(?<hardware>SiteBoss \S+) (?<version>.*)/'
serial: '.1.3.6.1.4.1.3052.14.2.16.15.3.0'
location: '.1.3.6.1.4.1.3052.14.3.1.0'
sensors:
temperature:
data:
-
oid: esPointTable
value: esPointValueStr
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.7.{{ $index }}'
descr: esPointName
skip_values:
-
oid: esIndexPC
op: '!='
value: 1
state:
data:
-
oid: esPointTable
value: esPointInEventState
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.5.{{ $index }}'
descr: esPointName
group: Contact Closures
state_name: contactClosure
states:
- { value: 1, generic: 2, graph: 1, descr: Open }
- { value: 2, generic: 0, graph: 1, descr: Closed }
skip_values:
-
oid: esIndexPC
op: '!='
value: 2
-
oid: esPointName
op: '='
value: ''
-
oid: esPointTable
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: esPointName
group: Relay Outputs
state_name: relayOutput
states:
- { value: 0, generic: 0, graph: 1, descr: de-energized }
- { value: 1, generic: 2, graph: 1, descr: energized }
skip_values:
-
oid: esIndexPC
op: '!='
value: 6
-
oid: esPointValueStr
op: 'not_in_array'
value: ['Active/Energized', 'Inactive/Energized', 'Active/De-energized', 'Inactive/De-energized']
-
oid: esPointName
op: '='
value: unnamed
-
oid: esPointTable
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: 'Port: {{ $index }} | {{ $esPointName }}'
group: Power Outputs
state_name: powerOutput
states:
- { value: 0, generic: 1, graph: 1, descr: de-energized }
- { value: 1, generic: 0, graph: 1, descr: energized }
skip_values:
-
oid: esIndexPC
op: '!='
value: 6
-
oid: esPointValueStr
op: 'not_in_array'
value: ['On/Energized', 'Off/De-energized']
-
oid: esPointName
op: '='
value: unnamed
current:
options:
divisor: 1000
data:
-
oid: pdnTable
value: pdnOutputCurrentValue
entPhysicalIndex: pdnIndexPD
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.23.{{ $index }}'
descr: 'Port Number: {{ $index }}'
group: Current Per Port
low_limit: pdnOutputCurrentVLowCurrent
low_warn_limit: pdnOutputCurrentLowCurrent
warn_limit: pdnOutputCurrentHighCurrent
high_limit: pdnOutputCurrentVHighCurrent
-
oid: pdnTable
value: pdnMainCurrentValue
entPhysicalIndex: pdnIndexPD
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.5.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total Current SiteBoss (Per Module)
low_limit: pdnMainCurrentVLowCurrent
low_warn_limit: pdnMainCurrentLowCurrent
warn_limit: pdnMainCurrentHighCurrent
high_limit: pdnMainCurrentVHighCurrent
voltage:
options:
divisor: 1000
data:
-
oid: pdnTable
value: pdnMainVoltageValue
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.13.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total SiteBoss (Per Module)
low_limit: pdnMainVoltageVLowCurrent
low_warn_limit: pdnMainVoltageLowCurrent
warn_limit: pdnMainVoltageHighCurrent
high_limit: pdnMainVoltageVHighCurrent
power:
options:
divisor: 1
data:
-
oid: pdnTable
value: pdnMainPowerValue
num_oid: '.1.3.6.1.4.1.3052.14.1.5.4.1.1.20.{{ $index }}'
descr: 'EventSensor {{ $index }}'
group: Total SiteBoss (Per Module)
humidity:
data:
-
oid: esPointTable
value: esPointValueInt
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.6.{{ $index }}'
descr: esPointName
skip_values:
-
oid: esIndexPC
op: '!='
value: 3
count:
data:
-
oid: esPointTable
value: esPointValueStr
num_oid: '.1.3.6.1.4.1.3052.14.1.1.1.1.7.{{ $index }}'
descr: esPointName
skip_values:
-
oid: esIndexPC
op: '!='
value: 5
-
oid: esPointName
op: '='
value: unnamed

View File

@ -0,0 +1,12 @@
os: siteboss571
text: 'Asentria SiteBoss'
type: power
icon: siteboss
group: asentria
mib_dir: asentria
over:
- { graph: device_bits, text: 'Device Traffic' }
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.3052.14

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,672 @@
1.3.6.1.2.1.1.1.0|4|\"SiteBoss 571 2.11.380 STD
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3052.14.3.2
1.3.6.1.2.1.1.3.0|67|2644
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.1.3|2|3
1.3.6.1.2.1.2.2.1.1.4|2|4
1.3.6.1.2.1.2.2.1.1.5|2|5
1.3.6.1.2.1.2.2.1.1.6|2|6
1.3.6.1.2.1.2.2.1.1.7|2|7
1.3.6.1.2.1.2.2.1.1.8|2|8
1.3.6.1.2.1.2.2.1.1.9|2|9
1.3.6.1.2.1.2.2.1.2.1|4|ipsec0
1.3.6.1.2.1.2.2.1.2.2|4|ipsec1
1.3.6.1.2.1.2.2.1.2.3|4|ipsec2
1.3.6.1.2.1.2.2.1.2.4|4|ipsec3
1.3.6.1.2.1.2.2.1.2.5|4|lo
1.3.6.1.2.1.2.2.1.2.6|4|tunl0
1.3.6.1.2.1.2.2.1.2.7|4|sit0
1.3.6.1.2.1.2.2.1.2.8|4|ixp0
1.3.6.1.2.1.2.2.1.2.9|4|ixp1
1.3.6.1.2.1.2.2.1.3.1|2|1
1.3.6.1.2.1.2.2.1.3.2|2|1
1.3.6.1.2.1.2.2.1.3.3|2|1
1.3.6.1.2.1.2.2.1.3.4|2|1
1.3.6.1.2.1.2.2.1.3.5|2|24
1.3.6.1.2.1.2.2.1.3.6|2|131
1.3.6.1.2.1.2.2.1.3.7|2|131
1.3.6.1.2.1.2.2.1.3.8|2|6
1.3.6.1.2.1.2.2.1.3.9|2|6
1.3.6.1.2.1.2.2.1.4.1|2|0
1.3.6.1.2.1.2.2.1.4.2|2|0
1.3.6.1.2.1.2.2.1.4.3|2|0
1.3.6.1.2.1.2.2.1.4.4|2|0
1.3.6.1.2.1.2.2.1.4.5|2|16436
1.3.6.1.2.1.2.2.1.4.6|2|1480
1.3.6.1.2.1.2.2.1.4.7|2|1480
1.3.6.1.2.1.2.2.1.4.8|2|1500
1.3.6.1.2.1.2.2.1.4.9|2|1500
1.3.6.1.2.1.2.2.1.5.1|66|0
1.3.6.1.2.1.2.2.1.5.2|66|0
1.3.6.1.2.1.2.2.1.5.3|66|0
1.3.6.1.2.1.2.2.1.5.4|66|0
1.3.6.1.2.1.2.2.1.5.5|66|10000000
1.3.6.1.2.1.2.2.1.5.6|66|0
1.3.6.1.2.1.2.2.1.5.7|66|0
1.3.6.1.2.1.2.2.1.5.8|66|100000000
1.3.6.1.2.1.2.2.1.5.9|66|0
1.3.6.1.2.1.2.2.1.6.1|4|
1.3.6.1.2.1.2.2.1.6.2|4|
1.3.6.1.2.1.2.2.1.6.3|4|
1.3.6.1.2.1.2.2.1.6.4|4|
1.3.6.1.2.1.2.2.1.6.5|4|
1.3.6.1.2.1.2.2.1.6.6|4|
1.3.6.1.2.1.2.2.1.6.7|4|
1.3.6.1.2.1.2.2.1.6.8|4x|0010A380F46D
1.3.6.1.2.1.2.2.1.6.9|4x|0010A380F46E
1.3.6.1.2.1.2.2.1.7.1|2|2
1.3.6.1.2.1.2.2.1.7.2|2|2
1.3.6.1.2.1.2.2.1.7.3|2|2
1.3.6.1.2.1.2.2.1.7.4|2|2
1.3.6.1.2.1.2.2.1.7.5|2|1
1.3.6.1.2.1.2.2.1.7.6|2|2
1.3.6.1.2.1.2.2.1.7.7|2|2
1.3.6.1.2.1.2.2.1.7.8|2|1
1.3.6.1.2.1.2.2.1.7.9|2|1
1.3.6.1.2.1.2.2.1.8.1|2|2
1.3.6.1.2.1.2.2.1.8.2|2|2
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.8.4|2|2
1.3.6.1.2.1.2.2.1.8.5|2|1
1.3.6.1.2.1.2.2.1.8.6|2|2
1.3.6.1.2.1.2.2.1.8.7|2|2
1.3.6.1.2.1.2.2.1.8.8|2|1
1.3.6.1.2.1.2.2.1.8.9|2|2
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.9.4|67|0
1.3.6.1.2.1.2.2.1.9.5|67|0
1.3.6.1.2.1.2.2.1.9.6|67|0
1.3.6.1.2.1.2.2.1.9.7|67|0
1.3.6.1.2.1.2.2.1.9.8|67|0
1.3.6.1.2.1.2.2.1.9.9|67|0
1.3.6.1.2.1.2.2.1.10.1|65|0
1.3.6.1.2.1.2.2.1.10.2|65|0
1.3.6.1.2.1.2.2.1.10.3|65|0
1.3.6.1.2.1.2.2.1.10.4|65|0
1.3.6.1.2.1.2.2.1.10.5|65|4244207667
1.3.6.1.2.1.2.2.1.10.6|65|0
1.3.6.1.2.1.2.2.1.10.7|65|0
1.3.6.1.2.1.2.2.1.10.8|65|2034809578
1.3.6.1.2.1.2.2.1.10.9|65|0
1.3.6.1.2.1.2.2.1.11.1|65|0
1.3.6.1.2.1.2.2.1.11.2|65|0
1.3.6.1.2.1.2.2.1.11.3|65|0
1.3.6.1.2.1.2.2.1.11.4|65|0
1.3.6.1.2.1.2.2.1.11.5|65|92737231
1.3.6.1.2.1.2.2.1.11.6|65|0
1.3.6.1.2.1.2.2.1.11.7|65|0
1.3.6.1.2.1.2.2.1.11.8|65|64562661
1.3.6.1.2.1.2.2.1.11.9|65|0
1.3.6.1.2.1.2.2.1.12.1|65|0
1.3.6.1.2.1.2.2.1.12.2|65|0
1.3.6.1.2.1.2.2.1.12.3|65|0
1.3.6.1.2.1.2.2.1.12.4|65|0
1.3.6.1.2.1.2.2.1.12.5|65|0
1.3.6.1.2.1.2.2.1.12.6|65|0
1.3.6.1.2.1.2.2.1.12.7|65|0
1.3.6.1.2.1.2.2.1.12.8|65|0
1.3.6.1.2.1.2.2.1.12.9|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.13.4|65|0
1.3.6.1.2.1.2.2.1.13.5|65|0
1.3.6.1.2.1.2.2.1.13.6|65|0
1.3.6.1.2.1.2.2.1.13.7|65|0
1.3.6.1.2.1.2.2.1.13.8|65|0
1.3.6.1.2.1.2.2.1.13.9|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.14.4|65|0
1.3.6.1.2.1.2.2.1.14.5|65|0
1.3.6.1.2.1.2.2.1.14.6|65|0
1.3.6.1.2.1.2.2.1.14.7|65|0
1.3.6.1.2.1.2.2.1.14.8|65|0
1.3.6.1.2.1.2.2.1.14.9|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|0
1.3.6.1.2.1.2.2.1.15.3|65|0
1.3.6.1.2.1.2.2.1.15.4|65|0
1.3.6.1.2.1.2.2.1.15.5|65|0
1.3.6.1.2.1.2.2.1.15.6|65|0
1.3.6.1.2.1.2.2.1.15.7|65|0
1.3.6.1.2.1.2.2.1.15.8|65|0
1.3.6.1.2.1.2.2.1.15.9|65|0
1.3.6.1.2.1.2.2.1.16.1|65|0
1.3.6.1.2.1.2.2.1.16.2|65|0
1.3.6.1.2.1.2.2.1.16.3|65|0
1.3.6.1.2.1.2.2.1.16.4|65|0
1.3.6.1.2.1.2.2.1.16.5|65|4244207667
1.3.6.1.2.1.2.2.1.16.6|65|0
1.3.6.1.2.1.2.2.1.16.7|65|0
1.3.6.1.2.1.2.2.1.16.8|65|3634526342
1.3.6.1.2.1.2.2.1.16.9|65|180
1.3.6.1.2.1.2.2.1.17.1|65|0
1.3.6.1.2.1.2.2.1.17.2|65|0
1.3.6.1.2.1.2.2.1.17.3|65|0
1.3.6.1.2.1.2.2.1.17.4|65|0
1.3.6.1.2.1.2.2.1.17.5|65|92737231
1.3.6.1.2.1.2.2.1.17.6|65|0
1.3.6.1.2.1.2.2.1.17.7|65|0
1.3.6.1.2.1.2.2.1.17.8|65|63585718
1.3.6.1.2.1.2.2.1.17.9|65|2
1.3.6.1.2.1.2.2.1.18.1|65|0
1.3.6.1.2.1.2.2.1.18.2|65|0
1.3.6.1.2.1.2.2.1.18.3|65|0
1.3.6.1.2.1.2.2.1.18.4|65|0
1.3.6.1.2.1.2.2.1.18.5|65|0
1.3.6.1.2.1.2.2.1.18.6|65|0
1.3.6.1.2.1.2.2.1.18.7|65|0
1.3.6.1.2.1.2.2.1.18.8|65|0
1.3.6.1.2.1.2.2.1.18.9|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.19.4|65|0
1.3.6.1.2.1.2.2.1.19.5|65|0
1.3.6.1.2.1.2.2.1.19.6|65|0
1.3.6.1.2.1.2.2.1.19.7|65|0
1.3.6.1.2.1.2.2.1.19.8|65|0
1.3.6.1.2.1.2.2.1.19.9|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.20.4|65|0
1.3.6.1.2.1.2.2.1.20.5|65|0
1.3.6.1.2.1.2.2.1.20.6|65|0
1.3.6.1.2.1.2.2.1.20.7|65|0
1.3.6.1.2.1.2.2.1.20.8|65|0
1.3.6.1.2.1.2.2.1.20.9|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.21.2|66|0
1.3.6.1.2.1.2.2.1.21.3|66|0
1.3.6.1.2.1.2.2.1.21.4|66|0
1.3.6.1.2.1.2.2.1.21.5|66|0
1.3.6.1.2.1.2.2.1.21.6|66|0
1.3.6.1.2.1.2.2.1.21.7|66|0
1.3.6.1.2.1.2.2.1.21.8|66|0
1.3.6.1.2.1.2.2.1.21.9|66|0
1.3.6.1.2.1.2.2.1.22.1|6|0.0
1.3.6.1.2.1.2.2.1.22.2|6|0.0
1.3.6.1.2.1.2.2.1.22.3|6|0.0
1.3.6.1.2.1.2.2.1.22.4|6|0.0
1.3.6.1.2.1.2.2.1.22.5|6|0.0
1.3.6.1.2.1.2.2.1.22.6|6|0.0
1.3.6.1.2.1.2.2.1.22.7|6|0.0
1.3.6.1.2.1.2.2.1.22.8|6|0.0
1.3.6.1.2.1.2.2.1.22.9|6|0.0
1.3.6.1.2.1.31.1.5.0|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.3|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.8|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.1.6.9|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.1.3.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.1.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.1.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.2|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.3|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.2.4|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.1|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.2|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.3|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.4|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.5|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.6|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.7|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.8|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.1.200.6.9|2|200
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.1|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.2|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.3|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.4|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.5|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.7|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.8|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.1.6.9|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.3.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.2.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.2.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.1|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.2|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.3|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.4|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.5|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.7|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.8|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.2.200.6.9|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.5|2|5
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.7|2|7
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.8|2|8
1.3.6.1.4.1.3052.14.1.1.1.1.3.1.6.9|2|9
1.3.6.1.4.1.3052.14.1.1.1.1.3.3.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.3.3.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.1.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.2.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.3|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.4|2|4
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.5|2|5
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.6|2|6
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.7|2|7
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.8|2|8
1.3.6.1.4.1.3052.14.1.1.1.1.3.200.6.9|2|9
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.1|4|TST01-PE01 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.2|4|TST01-PE02 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.4|4|TST01-PE03 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.5|4|TST01-PE04 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.6|4|TST01-P01 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.7|4|TST01-RT01 PSU1
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.1.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.3.1.1|4|Temperature
1.3.6.1.4.1.3052.14.1.1.1.1.4.3.3.1|4|ES-TH
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.1.1|4|Temperature
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.1|4|Front Door
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.2|4|Back Door
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.2.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.1|4|TST01-PE01 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.2|4|TST01-PE02 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.3|4|TST01-MRT01
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.4|4|TST01-PE03 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.5|4|TST01-PE04 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.6|4|TST01-P01 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.7|4|TST01-RT01 PSU0
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.4.200.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.8|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.1.6.9|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.3.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.3.3.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.1.1|2|3
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.1|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.2|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.3|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.2.4|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.3|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.8|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.5.200.6.9|2|2
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.3|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.8|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.1.6.9|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.3.1.1|2|24
1.3.6.1.4.1.3052.14.1.1.1.1.6.3.3.1|2|31
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.1.1|2|35
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.3|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.2.4|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.1|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.2|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.3|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.4|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.5|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.6|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.7|2|1
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.8|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.6.200.6.9|2|0
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.1|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.2|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.3|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.4|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.5|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.6|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.7|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.8|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.1.6.9|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.3.1.1|4|24 C
1.3.6.1.4.1.3052.14.1.1.1.1.7.3.3.1|4|32
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.1.1|4|35 C
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.1|4|Closed
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.2|4|Closed
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.3|4|Open
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.2.4|4|Open
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.1|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.2|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.3|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.4|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.5|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.6|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.7|4|On/Energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.8|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.7.200.6.9|4|Off/De-energized
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.1.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.3.1.1|4|12/10/20 13:09:27
1.3.6.1.4.1.3052.14.1.1.1.1.8.3.3.1|4|08/05/19 19:32:23
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.1.1|4|07/04/19 19:05:30
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.1|4|02/13/21 16:45:51
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.2|4|12/16/20 16:18:33
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.3|4|07/04/19 19:05:30
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.2.4|4|07/04/19 19:05:30
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.1|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.2|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.3|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.4|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.5|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.6|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.7|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.8|4|
1.3.6.1.4.1.3052.14.1.1.1.1.8.200.6.9|4|
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.2|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.5|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.6|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.7|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.8|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.1.6.9|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.3.1.1|67|239256404
1.3.6.1.4.1.3052.14.1.1.1.1.9.3.3.1|67|276641300
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.1.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.1|67|802154804
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.2|67|292231004
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.2.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.1|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.2|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.3|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.4|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.5|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.6|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.7|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.8|67|0
1.3.6.1.4.1.3052.14.1.1.1.1.9.200.6.9|67|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.1.1.1|2|1
1.3.6.1.4.1.3052.14.1.5.4.1.1.1.200.1|2|200
1.3.6.1.4.1.3052.14.1.5.4.1.1.2.1.1|2|1
1.3.6.1.4.1.3052.14.1.5.4.1.1.2.200.1|2|1
1.3.6.1.4.1.3052.14.1.5.4.1.1.3.1.1|4|9
1.3.6.1.4.1.3052.14.1.5.4.1.1.3.200.1|4|9
1.3.6.1.4.1.3052.14.1.5.4.1.1.4.1.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.4.200.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.5.1.1|2|12159
1.3.6.1.4.1.3052.14.1.5.4.1.1.5.200.1|2|11351
1.3.6.1.4.1.3052.14.1.5.4.1.1.6.1.1|4|12.094 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.6.200.1|4|11.327 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.7.1.1|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.7.200.1|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.8.1.1|2|16000
1.3.6.1.4.1.3052.14.1.5.4.1.1.8.200.1|2|16000
1.3.6.1.4.1.3052.14.1.5.4.1.1.9.1.1|2|15000
1.3.6.1.4.1.3052.14.1.5.4.1.1.9.200.1|2|15000
1.3.6.1.4.1.3052.14.1.5.4.1.1.10.1.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.10.200.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.11.1.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.11.200.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.12.1.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.12.200.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.13.1.1|2|54253
1.3.6.1.4.1.3052.14.1.5.4.1.1.13.200.1|2|53641
1.3.6.1.4.1.3052.14.1.5.4.1.1.14.1.1|4|54.298 Volts
1.3.6.1.4.1.3052.14.1.5.4.1.1.14.200.1|4|53.619 Volts
1.3.6.1.4.1.3052.14.1.5.4.1.1.15.1.1|2|20
1.3.6.1.4.1.3052.14.1.5.4.1.1.15.200.1|2|20
1.3.6.1.4.1.3052.14.1.5.4.1.1.16.1.1|2|58000
1.3.6.1.4.1.3052.14.1.5.4.1.1.16.200.1|2|58000
1.3.6.1.4.1.3052.14.1.5.4.1.1.17.1.1|2|56000
1.3.6.1.4.1.3052.14.1.5.4.1.1.17.200.1|2|56000
1.3.6.1.4.1.3052.14.1.5.4.1.1.18.1.1|2|44500
1.3.6.1.4.1.3052.14.1.5.4.1.1.18.200.1|2|44500
1.3.6.1.4.1.3052.14.1.5.4.1.1.19.1.1|2|42500
1.3.6.1.4.1.3052.14.1.5.4.1.1.19.200.1|2|42500
1.3.6.1.4.1.3052.14.1.5.4.1.1.20.1.1|2|655
1.3.6.1.4.1.3052.14.1.5.4.1.1.20.200.1|2|607
1.3.6.1.4.1.3052.14.1.5.4.1.1.21.1.1|4|655 Watts
1.3.6.1.4.1.3052.14.1.5.4.1.1.21.200.1|4|607 Watts
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.2|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.3|4|Very Low
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.4|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.5|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.6|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.7|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.8|4|Very Low
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.1.9|4|Very Low
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.1|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.2|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.3|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.4|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.5|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.6|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.7|4|Normal
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.8|4|Very Low
1.3.6.1.4.1.3052.14.1.5.4.1.1.22.200.9|4|Very Low
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.1|2|859
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.2|2|893
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.3|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.4|2|885
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.5|2|3605
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.6|2|2085
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.7|2|3753
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.8|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.1.9|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.1|2|801
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.2|2|813
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.3|2|383
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.4|2|1245
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.5|2|3155
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.6|2|1442
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.7|2|3270
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.8|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.23.200.9|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.1|4|0.859 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.2|4|0.891 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.3|4|0.000 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.4|4|0.882 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.5|4|3.610 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.6|4|2.069 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.7|4|3.746 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.8|4|0.000 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.1.9|4|0.000 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.1|4|0.802 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.2|4|0.813 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.3|4|0.379 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.4|4|1.254 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.5|4|3.151 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.6|4|1.465 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.7|4|3.268 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.8|4|0.000 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.24.200.9|4|0.000 Amps
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.1|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.2|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.3|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.4|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.5|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.6|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.7|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.8|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.1.9|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.1|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.2|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.3|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.4|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.5|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.6|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.7|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.8|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.25.200.9|2|100
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.1|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.2|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.3|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.4|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.5|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.6|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.7|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.8|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.1.9|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.1|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.2|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.3|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.4|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.5|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.6|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.7|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.8|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.26.200.9|2|12000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.1|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.2|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.3|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.4|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.5|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.6|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.7|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.8|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.1.9|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.1|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.2|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.3|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.4|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.5|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.6|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.7|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.8|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.27.200.9|2|10000
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.1|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.2|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.3|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.4|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.5|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.6|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.7|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.8|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.1.9|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.1|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.2|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.3|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.4|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.5|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.6|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.7|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.8|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.28.200.9|2|150
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.2|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.3|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.4|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.5|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.6|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.7|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.8|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.1.9|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.1|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.2|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.3|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.4|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.5|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.6|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.7|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.8|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.29.200.9|2|0
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.1|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.2|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.3|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.4|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.5|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.6|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.7|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.8|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.1.9|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.1|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.2|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.3|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.4|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.5|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.6|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.7|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.8|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.30.200.9|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.1|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.2|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.3|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.4|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.5|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.6|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.7|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.8|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.1.9|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.1|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.2|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.3|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.4|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.5|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.6|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.7|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.8|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.31.200.9|4|OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.32.1.1|4|5`Normal`54296`5`Normal`12078`15`656
1.3.6.1.4.1.3052.14.1.5.4.1.1.32.200.1|4|5`Normal`53631`5`Normal`11317`202`607
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.1|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.2|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.3|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.4|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.5|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.6|4|8~5`Normal`858`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`880`5`OK~5`Normal`3607`5`OK~5`Normal`2082`5`OK~5`Normal`3756`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.7|4|8~5`Normal`859`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`881`5`OK~5`Normal`3606`5`OK~5`Normal`2102`5`OK~5`Normal`3753`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.8|4|8~5`Normal`859`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`881`5`OK~5`Normal`3606`5`OK~5`Normal`2102`5`OK~5`Normal`3753`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.1.9|4|8~5`Normal`859`5`OK~5`Normal`895`5`OK~1`Very Low`0`5`OK~5`Normal`881`5`OK~5`Normal`3606`5`OK~5`Normal`2102`5`OK~5`Normal`3753`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.1|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`381`5`OK~5`Normal`1248`5`OK~5`Normal`3151`5`OK~5`Normal`1456`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.2|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.3|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.4|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.5|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.6|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.1.5.4.1.1.33.200.7|4|8~5`Normal`804`5`OK~5`Normal`816`5`OK~5`Normal`380`5`OK~5`Normal`1248`5`OK~5`Normal`3156`5`OK~5`Normal`1451`5`OK~5`Normal`3264`5`OK~1`Very Low`0`5`OK
1.3.6.1.4.1.3052.14.2.16.15.3.0|4|<private>
1.3.6.1.4.1.3052.14.3.1.0|4|<private>
1.3.6.1.6.3.10.2.1.3.0|2|26