nut-ups: adjust Line Nominal limits (#16180)

This commit is contained in:
Frederik Kriewitz
2024-07-07 12:57:20 +02:00
committed by GitHub
parent 60fa0d8479
commit 5e3cfd879d
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ if (! empty($snmpData)) {
$upsnut = [
4 => ['descr' => 'Battery Voltage', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
5 => ['descr' => 'Battery Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 60],
6 => ['descr' => 'Line Nominal', 'LL' => 0, 'LW' => 0, 'W' => null, 'H' => 0],
6 => ['descr' => 'Line Nominal', 'LL' => null, 'LW' => null, 'W' => null, 'H' => null],
7 => ['descr' => 'Input Voltage', 'LL' => 200, 'LW' => 0, 'W' => null, 'H' => 280],
];
foreach ($snmpData as $index => $upsData) {

View File

@@ -535,10 +535,10 @@
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 230,
"sensor_limit": 0,
"sensor_limit": 264.5,
"sensor_limit_warn": null,
"sensor_limit_low": 0,
"sensor_limit_low_warn": 0,
"sensor_limit_low": 195.5,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,