Displaying 2 results from an estimated 2 matches for "battery_test".
Did you mean:
battery_temp
2007 Sep 19
1
Programming problem.
...can't find a nice way to solve a problem. So if you have
some ideas I would be greatfull.
This is the problem.
I can ask a bcmxcp ups what commands it support, if the
firmware is after revision AE.
I was thinking about to use this in the driver. For example
' a ups that don't support battery_test would not have this
command enabled.'
The hex responce look like this from a PW3105:
0c <-- first byte is the number of commands (12)
01 <-- How many bytes reported below for each command
31 <-- PW_ID_BLOCK_REQ
33 <-- PW_STATUS_REQ
34 <-- PW_METER_BLOCK_REQ
35 <--...
2010 Apr 10
0
more liebert esp2 stuff
...those on the driver. What I'm missing is a way to discern between
1phase & 3phase (output) upses.
output + read commands attached.
Also. here are some untested ups commands (decimal, not yet tested, seem
dangerous) for the brave, not sure if relevant to nut:
ALARM_SILENCE, 1,156,2,1,1
BATTERY_TEST, 1,156,2,1,2
CANCEL, 1,156,2,1,3
OUTPUT_ON_DELAY, 1,156,2,1,4
OUTPUT_OFF_DELAY, 1,156,2,1,5
OUTPUT_OFF_MODE, 1,156,2,1,6
OUTPUT_OFF, 1,156,2,1,8
OUTPUT_ON, 1,156,2,1,9
XFER_TO_BYPASS, 1,156,2,1,10
XFER_TO_INVERTER, 1,156,2,1,11
SELF_TEST, 1,156,2,1,12
FRONT_PANEL_TEST, 1,156,2,1,13
RESET...