First off, let me say what a wonderful feature it is that MT offers the UPS extra package for rOS (and still keeps it updated going all the way back to roS 2.9.X !). It another element of how amazingly versatile rOS and mikrotik router-boards are.
Im using a hAP AC Lite and rOS 6.37.3 (i have other routerboards with usb, but happened to have this one laying around unused, currently- what an amazing extra feature for a 50$ device!)
I have this 2u rack-mount APC "Smart-UPS" UPS ( model: SMT1500RM2U) - 120V model (USA) - (I obviously dont have the 450$ network add-on card from APC )
APC Product page: http://www.apc.com/shop/us/en/products/ ... MT1500RM2U
Amazon Product page: https://www.amazon.com/APC-SMT2200RM2U- ... 09CVO?th=1
Using the included APC PowerChute Business software, on a win7 machien (or VM) and connected to teh UPS via USB - im able to get lots of data such as Line Voltage input, current load (in VA and Watts) ect..
I know that the rOS UPS extra pakcage allows most (or all) of this data to be extracted as well, however im only able to get the data below ( on rOS 6.37.3 , same version for the extra UPS pkg) :
Code: Select all
/system ups> pr det
Flags: X - disabled, I - invalid
0 name="ups1" port=usbhid1 offline-time=5m min-runtime=5m
alarm-setting=immediate model="Smart-UPS C 1500 FW:UPS 10.0 / ID=1005"
serial="AS1532115065" manufacture-date="2015-08-08" on-line=yes
nominal-battery-voltage=24V
/system ups> monitor
numbers: 0
on-line: yes
runtime-left: 8m
battery-charge: 100%
line-voltage: 27.3V
EXPORT:
/system ups
add min-runtime=5m name=ups1 offline-time=5m port=usbhid1
Is there anything i can do, or data i can provide to Mikrotik such that i can see/get the additional data (current input voltage, current utilization in Watts) from this APC UPS? - i also think that the line voltage being displayed, is in-fact the Battery Voltage (so maybe its something that needs to be tweaekd with the driver rOS is using?)
I know the rOS UPS extra package supports pulling this extra data (as ive seen screen shots of others with APC UPSs showing this data in winbox)
Thanks