A big rework is needed

A rework of exhaust temp, everything for PSU2 and
CPU2 temp is needed.

On R430 there is only Inlet Temp sensor
which crashes the program.

Also if there is only one cpu installed then the program
will also crash as there is no OID for cpu2

Adding a try: for above mentioned OIDs and then
combining output into one Queue entry should fix it
This commit is contained in:
2026-03-01 21:29:28 +01:00
parent 583a72ac98
commit d3d274b2a1
4 changed files with 190 additions and 29 deletions

View File

@@ -11,6 +11,7 @@ idracMeasurement = Table(
Column("powerDrawPSU1", Numeric(7, 2)),
Column("powerDrawPSU2", Numeric(7, 2)),
Column("powerDrawBoard", Numeric(7, 2)),
Column("voltagePSU1", Numeric(7, 2)),
Column("voltagePSU2", Numeric(7, 2)),