Added basic Delta Orion Controller support (#12741)

* Added basic Delta Orion Controller support

* Updated files.
This commit is contained in:
craig-nokia 2021-04-12 09:31:12 +10:00 committed by GitHub
parent 0e79413a5b
commit 99795eafca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3886 additions and 0 deletions

View File

@ -0,0 +1,12 @@
os: deltaorion
group: delta
text: 'Delta Orion Controller'
type: environment
icon: delta
over:
- { graph: device_voltage, text: Voltage }
- { graph: device_temperature, text: 'Temperature' }
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.20246

View File

@ -0,0 +1,79 @@
mib: GLOBAL-REG:ORION-BASE-MIB
modules:
os:
version: ORION-BASE-MIB::dcSoftwareVersion.0
sensors:
pre-cache:
data:
-
oid:
- dcMeasurementTable
- dcMeterPanelEventTable
state:
data:
-
oid: dcMeterPanelEventTable
value: dcMeterPanelEventValue
num_oid: '.1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.{{ $index }}'
descr: '{{ $dcMeterPanelEventName }}'
states:
- { value: 1, descr: off, graph: 1, generic: 0 }
- { value: 2, descr: indeterminate, graph: 1, generic: 3 }
- { value: 3, descr: on, graph: 1, generic: 2 }
temperature:
options:
skip_values:
-
oid: dcMeasurementUnit
op: '!='
value: 7
-
oid: dcMeasurementValue
op: 'in_array'
value: [0, 2147483647]
data:
-
oid: dcMeasurementTable
value: dcMeasurementValue
num_oid: '.1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.{{ $index }}'
descr: '{{ $dcMeasurementName }}'
divisor: 10
low_limit: 10
high_limit: 50
voltage:
options:
skip_values:
-
oid: dcMeasurementUnit
op: '!='
value: 3
-
oid: dcMeasurementValue
op: 'in_array'
value: [0, 2147483647]
data:
-
oid: dcMeasurementTable
value: dcMeasurementValue
num_oid: '.1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.{{ $index }}'
descr: '{{ $dcMeasurementName }}'
divisor: 100
low_limit: 46
high_limit: 56
current:
options:
skip_values:
-
oid: dcMeasurementUnit
op: '!='
value: 5
-
oid: dcMeasurementValue
op: 'in_array'
value: [0, 2147483647]
data:
-
oid: dcMeasurementTable
value: dcMeasurementValue
num_oid: '.1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.{{ $index }}'
descr: '{{ $dcMeasurementName }}'

75
mibs/delta/GLOBAL-REG Normal file
View File

@ -0,0 +1,75 @@
-- file: GLOBAL-REG.mib
GLOBAL-REG DEFINITIONS ::= BEGIN
IMPORTS
enterprises,
MODULE-IDENTITY,
OBJECT-IDENTITY
FROM SNMPv2-SMI;
globalRegModule MODULE-IDENTITY
LAST-UPDATED "201309131218Z"
ORGANIZATION "Delta Energy Systems (Switzerland) AG"
CONTACT-INFO
"postal: Delta Energy Systems (Switzerland) AG
Freiburgstrasse 251,
CH-3018 Bern-Buempliz
web: www.deltapowersolutions.com
email: adrian.pluess@delta-es.com"
DESCRIPTION
"The Delta Energy Systems (Switzerland) AG cental registration modules."
::= { modules 1 }
-- the root of the sub-tree for Delta Energy Systems (Sweden)
delta OBJECT IDENTIFIER ::= { enterprises 20246 }
-- the root of the sub-tree for Delta Energy Systems (Switzerland)
root OBJECT IDENTIFIER ::= { delta 2 }
-- sub-tree fro registrations, which includes modules
reg OBJECT IDENTIFIER ::= { root 1 }
modules OBJECT IDENTIFIER ::= { reg 1 }
-- sub-tree for company-wide objects and events
generic OBJECT IDENTIFIER ::= { root 2 }
-- sub-tree for product specific objects and events
products OBJECT IDENTIFIER ::= { root 3 }
controller OBJECT IDENTIFIER ::= { products 1 }
orion OBJECT IDENTIFIER ::= { controller 1 }
-- sub-tree for agent profiles
caps OBJECT IDENTIFIER ::= { root 4 }
-- sub-tree for requirements specifications
regs OBJECT IDENTIFIER ::= { root 5 }
-- sub-tree for experiements
expr OBJECT IDENTIFIER ::= { root 6 }
-- product families
controllerReg OBJECT IDENTIFIER ::= { reg 2 }
-- products
controllerOrionReg OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The Controller Model Orion"
::= { controllerReg 1 }
END

3056
mibs/delta/ORION-BASE-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,437 @@
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.20246",
"sysDescr": "Orion Power System Controller. Delta Electronics (Switzerland) AG.",
"sysContact": "<private>",
"version": "B8.35Build03",
"hardware": null,
"features": null,
"os": "deltaorion",
"type": "environment",
"serial": null,
"icon": "delta.png",
"location": "<private>"
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.1",
"sensor_index": "1",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "HEX",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.10",
"sensor_index": "10",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "S Temp Probe Fail",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.2",
"sensor_index": "2",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "TEC Cool",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.4",
"sensor_index": "4",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "TEC Heat",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.7",
"sensor_index": "7",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "P Door Open",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.8",
"sensor_index": "8",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "B Door Open",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.9",
"sensor_index": "9",
"sensor_type": "dcMeterPanelEventTable",
"sensor_descr": "Door Open",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "dcMeterPanelEventTable"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.12",
"sensor_index": "12",
"sensor_type": "deltaorion",
"sensor_descr": "EX-H12 A Temp 1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 39.1,
"sensor_limit": 50,
"sensor_limit_warn": null,
"sensor_limit_low": 10,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.26",
"sensor_index": "26",
"sensor_type": "deltaorion",
"sensor_descr": "P Cab-1 Temp 2",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 33,
"sensor_limit": 50,
"sensor_limit_warn": null,
"sensor_limit_low": 10,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.35",
"sensor_index": "35",
"sensor_type": "deltaorion",
"sensor_descr": "TBA",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 24.5,
"sensor_limit": 50,
"sensor_limit_warn": null,
"sensor_limit_low": 10,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.36",
"sensor_index": "36",
"sensor_type": "deltaorion",
"sensor_descr": "TPA",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 32.5,
"sensor_limit": 50,
"sensor_limit_warn": null,
"sensor_limit_low": 10,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.15",
"sensor_index": "15",
"sensor_type": "deltaorion",
"sensor_descr": "EX-H12 A Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 54.24,
"sensor_limit": 56,
"sensor_limit_warn": null,
"sensor_limit_low": 46,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.28",
"sensor_index": "28",
"sensor_type": "deltaorion",
"sensor_descr": "P Cab-1 Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 54.46,
"sensor_limit": 56,
"sensor_limit_warn": null,
"sensor_limit_low": 46,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.39",
"sensor_index": "39",
"sensor_type": "deltaorion",
"sensor_descr": "Vbackup",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 53.42,
"sensor_limit": 56,
"sensor_limit_warn": null,
"sensor_limit_low": 46,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.40",
"sensor_index": "40",
"sensor_type": "deltaorion",
"sensor_descr": "Vsys",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 54.45,
"sensor_limit": 56,
"sensor_limit_warn": null,
"sensor_limit_low": 46,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.9",
"sensor_index": "9",
"sensor_type": "deltaorion",
"sensor_descr": "B Cab-5 Voltage",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 54.44,
"sensor_limit": 56,
"sensor_limit_warn": null,
"sensor_limit_low": 46,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
}
],
"state_indexes": [
{
"state_name": "dcMeterPanelEventTable",
"state_descr": "off",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "dcMeterPanelEventTable",
"state_descr": "indeterminate",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 3
},
{
"state_name": "dcMeterPanelEventTable",
"state_descr": "on",
"state_draw_graph": 1,
"state_value": 3,
"state_generic_value": 2
}
]
},
"poller": "matches discovery"
}
}

View File

@ -0,0 +1,227 @@
1.3.6.1.2.1.1.1.0|4|Orion Power System Controller. Delta Electronics (Switzerland) AG.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.20246
1.3.6.1.2.1.1.3.0|67|109289824
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.1.6.0|4|<private>
1.3.6.1.2.1.11.1.0|65|31433
1.3.6.1.2.1.11.2.0|65|31413
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|0
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|175417
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|15536
1.3.6.1.2.1.11.16.0|65|15878
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|10999
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|31415
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|2
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.2.1.92.1.1.1.0|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.1.4.0|4|B8.35Build03
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.1|4|AhInCntr
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.2|4|AhOutCntr
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.3|4|Ampere-hour Out
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.4|4|B Cab-5 Current
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.5|4|B Cab-5 Energy
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.6|4|B Cab-5 Temp 1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.7|4|B Cab-5 Temp 2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.8|4|B Cab-5 Temp 3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.9|4|B Cab-5 Voltage
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.10|4|EX-H12 A Current
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.11|4|EX-H12 A Energy
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.12|4|EX-H12 A Temp 1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.13|4|EX-H12 A Temp 2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.14|4|EX-H12 A Temp 3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.15|4|EX-H12 A Voltage
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.16|4|Ebatt
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.17|4|EbattIn
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.18|4|Eload
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.19|4|Erect
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.20|4|Ibatt
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.21|4|Iload
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.22|4|Irect
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.23|4|P Cab-1 Current
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.24|4|P Cab-1 Energy
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.25|4|P Cab-1 Temp 1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.26|4|P Cab-1 Temp 2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.27|4|P Cab-1 Temp 3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.28|4|P Cab-1 Voltage
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.29|4|Prect
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.30|4|Psys
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.31|4|RM Lacking
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.32|4|RM Redundant
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.33|4|Remaining Backup Time
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.34|4|State of Charge
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.35|4|TBA
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.36|4|TPA
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.37|4|Tbatt
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.38|4|Tbattmax
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.39|4|Vbackup
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.2.40|4|Vsys
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.1|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.2|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.3|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.4|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.5|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.6|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.7|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.8|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.9|2|5444
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.10|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.11|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.12|2|391
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.13|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.14|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.15|2|5424
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.16|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.17|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.18|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.19|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.20|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.21|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.22|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.23|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.24|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.25|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.26|2|330
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.27|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.28|2|5446
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.29|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.30|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.31|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.32|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.33|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.34|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.35|2|245
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.36|2|325
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.37|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.38|2|2147483647
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.39|2|5342
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.3.40|2|5445
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.1|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.2|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.3|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.4|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.5|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.6|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.7|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.8|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.9|2|-2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.10|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.11|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.12|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.13|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.14|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.15|2|-2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.16|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.17|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.18|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.19|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.20|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.21|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.22|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.23|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.24|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.25|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.26|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.27|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.28|2|-2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.29|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.30|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.31|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.32|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.33|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.34|2|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.35|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.36|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.37|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.38|2|-1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.39|2|-2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.4.40|2|-2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.1|2|6
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.2|2|6
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.3|2|6
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.4|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.5|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.6|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.7|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.8|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.9|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.10|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.11|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.12|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.13|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.14|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.15|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.16|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.17|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.18|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.19|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.20|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.21|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.22|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.23|2|5
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.24|2|10
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.25|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.26|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.27|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.28|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.29|2|9
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.30|2|9
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.31|2|2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.32|2|2
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.33|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.34|2|12
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.35|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.36|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.37|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.38|2|7
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.39|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.9.1.1.5.40|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.1|4|HEX
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.2|4|TEC Cool
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.4|4|TEC Heat
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.7|4|P Door Open
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.8|4|B Door Open
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.9|4|Door Open
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.2.10|4|S Temp Probe Fail
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.1|2|3
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.2|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.4|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.7|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.8|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.9|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.3.10|2|1
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.1|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.2|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.4|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.7|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.8|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.9|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.4.10|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.1|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.2|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.4|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.7|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.8|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.9|66|0
1.3.6.1.4.1.20246.2.3.1.1.1.2.10.1.1.5.10|66|0
1.3.6.1.6.3.10.2.1.3.0|2|1092898