You can apply this solution. http://tandem.ck.ua/ups_mtm-eng.phpWitch UPS models are suppoprted by RouterOS? I have sucefully connected and installed Cyberpower Value 600E.other upses are not recognized by MT.
yes, if ups is connected via USB, that USB port can be used to set up UPS at /system upsdid you tryed to connect it to routeros?if your ups is connected via usb what shows system usb print?
Why would you use a limousine to drive to the local store?Why do Not use Restlesspowerbox ? http://Www.restlesspowerbox.COM
You can do Monitoring and many other cool things!
:global onbatalarm 260
:global lowvoltalarm 230
:local thisbox [/system identity get name]
:global voltage [/system health get voltage]
:local emessage ($thisbox . " voltage is " . [:pick $voltage 0 2] . "." . [:pick $voltage 2 3])
:if ($voltage <= $onbatalarm) do={/tool e-mail send to="3712xxxxxxx@sms.tele2.lv" subject="$thisbox went on battery" body=$emessage}
:if ($voltage <= $lowvoltalarm) do={/tool e-mail send to="3712xxxxxxx@sms.tele2.lv" subject="$thisbox battery low voltage" body=$emessage}
So did you get the cyberpower working with MT?Witch UPS models are suppoprted by RouterOS? I have sucefully connected and installed Cyberpower Value 600E.other upses are not recognized by MT.
Did you have to do anything special?yes, it is working with ROS
how ? I have only serial port to chooseyes, if ups is connected via USB, that USB port can be used to set up UPS at /system upsdid you tryed to connect it to routeros?if your ups is connected via usb what shows system usb print?
UPS APC SMT1000I SMART 1000VA
doesn't work with Mikrotik via Serial Cable ( G5 -> DB9) supplied with device.
Anyone have experience with it?
Works fine via USB, but this port is not present in some RB devices.
Recently APC has begun shipping UPSes that utilize a new communication protocol called "Microlink". To date, APC has refused to release details of this protocol to the apcupsd team so that we can add support for it to apcupsd. Consequently, the apcupsd team recommends you DO NOT purchase the following APC UPS models (this list may be incomplete; please send any additions to the apcupsd-users mailing list):
SmartUPS SMX/SMT 750, 1000, 1500
SmartUPS RT 3000XL, 5000XL
ludvik, thank you for information.
Is there any list of compatibe devices like one for 3G modems?
I think it's better to change UPS, than buy 200euro card.
But to which model?
On miktotik (192.168.0.100):Any chances to support UPS functionality by connecting via network to a NUT daemon?
On linux-server (192.168.0.198, Debian):[admin@MikroTik] > /port print
Flags: I - inactive
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 remote-access 2400
[admin@MikroTik] > /port remote-access print
Flags: X - disabled, I - inactive, A - active, B - busy, L - logging-active
# PORT CHANNEL PROT... TCP.. ALLOWED-ADDRESSES
0 serial0 0 rfc2217 50000 192.168.0.198
root@Beliar:/home/tandem# cat /etc/nut/ups.conf | grep ^[^#]
[apc_tcp]
driver = apcsmart
port = /dev/ttyS10
desc = "Mikrotik-serial-over-tcp"
root@Beliar:/home/tandem# upsc apc_tcp
Error: Driver not connected
root@Beliar:/home/tandem# socat PTY,link=/dev/ttyS10,group=dialout,mode=660 EXEC:'nc 192.168.0.100 50000' &
[1] 1993
root@Beliar:/home/tandem# /etc/init.d/nut restart
Restarting Network UPS Tools: (driver(s) failed) driver(s) upsd.
root@Beliar:/home/tandem# upsc apc_tcp
device.mfr: APC
device.model: UPS-MT-12
device.serial: TND12101506
device.type: ups
driver.name: apcsmart
driver.parameter.pollinterval: 2
driver.parameter.port: /dev/ttyS10
driver.version: 2.4.3
driver.version.internal: 2.03
input.voltage: 13808.0
ups.mfr: APC
ups.model: UPS-MT-12
ups.serial: TND12101506
ups.status: CAL TRIM OL
Can you tell me more about this? I have RB751G-2HnD i tried to use usb-power but it not possible as in RB750UP.If someone is interested, I also know simple way to make RB750UP reset other devices in a remote site, any kind of device of any power supply, also USB powered gsm/umts modems.
Infact RB750UP is a very powerfull routerboard and it can be used as complete remote control of a site, especially if you know well it's limits and it's features.
But I think this subject need a new topic.
People like to overpay for things and support crazy manufacturers like APC.Why does no one use the UPS company MeanWell?
This solution is very effective.
This solution has the ability to remotely control UPS.
Elsewhere, a post claimed that CyberPower UPS devices work with MikroTik because they emulate APC Smart protocol. I purchased several BRG1350AVRLCD units on this representation, and I have been disappointed. /system ups recognizes the device on the USB cable as a UPS all right, and displays its model and serial, but that's about the limit of it. /system ups monitor always reports the UPS is happily plugged in and at 100% battery, no matter what the real situation is.Witch UPS models are suppoprted by RouterOS? I have sucefully connected and installed Cyberpower Value 600E.other upses are not recognized by MT.
my APC ES700G is not working or hAP ac2 has problem with USB :(I know that MT supports APC upses, but why not any others? I have never sucefully connected any ups via serial cable.
Many upses use Cypress Semiconductor Serial to usb convertor. Linux kernel supports it, why mt doesnt support it?
APS Back-UPS BX750MIname="ups2-cyberpower" port=usbhid1 offline-time=0s min-runtime=never alarm-setting=immediate model="OR600ERM1U" load=0% on-line=yes
on-line: yes
runtime-left: 8h20m25s
battery-charge: 100%
line-voltage: 236V
output-voltage: 236V
load: 0%
name="ups1-apc" port=usbhid2 offline-time=0s min-runtime=never alarm-setting=immediate model="Back-UPS BX750MI" manufacture-date="2001-01-01" load=0% on-line=yes
on-line: yes
runtime-left: 1h4m40s
battery-charge: 98%
line-voltage: 239V
load: 0%
hid-self-test: done-and-passed