2012/10/18 Mike Raath <raa...@gmail.com>

> Hi


Hi Mike,


> Having followed this guide:
> http://blog.shadypixel.com/monitoring-a-ups-with-nut-on-debian-or-ubuntu-linux/and
>  seeing support for Apollo UPSes mentioned on the compatibility list
> (genericups, type=4) I tried to set up Nut as follows.
>
> OS: Ubuntu Server 12.04
> Nut: 2.6.3 (I believe - from Ubuntu repos)
>
> ups.conf:
>
>> [apollo]
>> driver = genericups
>> upstype = 4
>> port = /dev/ttyUSB0
>
>
> Problem is that there is no ttyUSB0 device. UPS attaches to machine via
> USB cable, and lsusb indicates that it is a Cypress Semiconductor USB to
> Serial cable.
>
>> $ lsusb
>> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> Bus 004 Device 002: ID 0665:5161 Cypress Semiconductor USB to Serial
>
>
try using this in ups.conf:
[apollo]
    driver = blazer_usb
    port = auto

start the driver using:
$ /lib/nut/blazer_usb -u root -DDDDD -a apollo

let the driver run for a couple of minutes, then Ctrl+C, and send back the
output in compressed form.

cheers,
Arnaud
-- 
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.fr
_______________________________________________
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

Reply via email to