AWa.
2015-Jul-10 11:42 UTC
[Nut-upsdev] [HCL] <Fideltronik INIGO> <Viper 1200> supported by <nutdrv_qx>
Device manufacturer: Fideltronik INIGO Device name: Viper 1200 Device type: UPS Bus type: USB WWW: http://fideltronikinigo.com/viper/viper-1200/ " nut-scanner -U" output: [nutdev1] driver = "blazer_usb" port = "auto" vendorid = "0001" productid = "0000" product = "MEC0003" vendor = "MEC" bus = "004" --------------------------------------------------- But "blazer_usb" driver does not work with this device. My working "ups.conf": [Viper1200] driver = "nutdrv_qx" port = "auto" vendorid = "0001" productid = "0000" product = "MEC0003" vendor = "MEC" bus = "004" default.battery.voltage.high = 27.50 default.battery.voltage.low = 20.90 offdelay = 60 ondelay = 60 desc = "Fideltronik Viper 1200 UPS" runtimecal = 60,100,900,21 idleload = 10 chargetime = 28800 --------------------------------------------------- "lsusb -s 004:0002 -v": http://bpa.ksu.pl/pub/lsusb.txt (28kB) "nutdrv_qx -a Viper1200 -DDDD" output (init): http://bpa.ksu.pl/pub/nutdrv_qx_start.txt (7kB) Supported command: UPS Information Command (I) 1.817212 send: I 1.817224 command index: 0x0c 2.008115 read: # 1200VA VER 1.00 UPS Rating Information (F) 2.239335 send: F 2.239347 command index: 0x0d 2.354142 read: #230.0 5.2 24.00 50.0 Status Inquiry (Q1) 2.008223 send: Q1 2.008233 command index: 0x03 2.239141 read: (226.2 226.2 226.2 0 50.0 27.7 25.0 00001001 beeper.toggle (Q) - if the beeper emits a beep at the time when command is issued the beep never ends... - the beeper can not be switched off if UPS is on line. 396.231354 instcmd(beeper.toggle, [NULL]) 396.231400 send: Q 396.231414 command index: 0x07 396.250914 read: UPS No Ack 396.250947 instcmd: FAILED load.off (S00R0000) - load are switched off after 30s, - "C" command will not break the shutdown. - nutdrv_qx output: http://bpa.ksu.pl/pub/nutdrv_qx_load.off.txt (4kB) load.on or shutdown.stop (C) - load are switched on after 10s, - stop olny "shutdown.return", - nutdrv_qx output: http://bpa.ksu.pl/pub/nutdrv_qx_load.on.txt (2kB) shutdown.return (S01R0001) - load is switched on immediately, the "Rxx" part does not matter, - "C" command can break the shutdown. - nutdrv_qx output: http://bpa.ksu.pl/pub/nutdrv_qx_shutdown.return.txt (7kB) shutdown.stayoff (S01) - "C" command will not break the shutdown. - nutdrv_qx output: http://bpa.ksu.pl/pub/nutdrv_qx_shutdown.stayoff.txt (7kB) Unsupported command: Status Inquiry *disable (D) 0.200806 send: D 0.200815 read: D test.battery.start 2070.664898 instcmd(test.battery.start, [NULL]) 2070.664919 send: T10 2070.664933 read: T10 2070.664944 instcmd: FAILED test.battery.start.deep 2083.480425 instcmd(test.battery.start.deep, [NULL]) 2083.480476 send: TL 2083.480493 read: TL 2083.480504 instcmd: FAILED test.battery.start.quick 2091.280535 instcmd(test.battery.start.quick, [NULL]) 2091.280593 send: T 2091.280609 read: T 2091.280620 instcmd: FAILED test.battery.stop 2099.425817 instcmd(test.battery.stop, [NULL]) 2099.425865 send: CT 2099.425882 read: CT 2099.425907 instcmd: FAILED Others: Temperature reported by UPS is set to constant value of 25.0C it is not real temperature. Discharge and die sequence: http://bpa.ksu.pl/pub/nutdrv_qx_off.txt (209kB) "upsc" output: on line: http://bpa.ksu.pl/pub/nutdrv_qx_upsc.txt (1kB) on battery: http://bpa.ksu.pl/pub/nutdrv_qx_upsc_OB.txt (1kB) -- Best regards, AWa.
Charles Lepple
2015-Jul-11 17:02 UTC
[Nut-upsdev] [HCL] <Fideltronik INIGO> <Viper 1200> supported by <nutdrv_qx>
On Jul 10, 2015, at 7:42 AM, AWa. <awa_wp at wp.pl> wrote:> Device manufacturer: Fideltronik INIGO > Device name: Viper 1200 > Device type: UPS > Bus type: USB > WWW: http://fideltronikinigo.com/viper/viper-1200/ >Thank you! One question: is ups.load always 0? Some of the NUT command comments didn't make it in, but if you have any other suggestions, this is the source file: https://github.com/networkupstools/nut-ddl/blob/fdbf133ce46d40a9dd447287e72066c046b787b1/Fideltronik_INIGO/Fideltronik_INIGO__Viper_1200__nutdrv_qx__2.7.3.1__01.dev and this is how it will be rendered in the DDL: http://buildbot.networkupstools.org/~buildbot/cayman/docs/latest/ddl/Fideltronik_INIGO/Viper_1200.html -- Charles Lepple clepple at gmail
AWa.
2015-Jul-11 20:46 UTC
[Nut-upsdev] [HCL] <Fideltronik INIGO> <Viper 1200> supported by <nutdrv_qx>
All test are done with "Auto Start" switch set to On. Load from 0 to 12-15 % are shown as zero, heavier loads are shown correctly. Shutdown time: S00 -> 30s S01 -> 60s S02 -> 120s W dniu 2015-07-11 o 19:02, Charles Lepple pisze:> On Jul 10, 2015, at 7:42 AM, AWa. <awa_wp at wp.pl> wrote: > >> Device manufacturer: Fideltronik INIGO >> Device name: Viper 1200 >> Device type: UPS >> Bus type: USB >> WWW: http://fideltronikinigo.com/viper/viper-1200/ >> > Thank you! > > One question: is ups.load always 0? > > Some of the NUT command comments didn't make it in, but if you have any other suggestions, this is the source file: > > https://github.com/networkupstools/nut-ddl/blob/fdbf133ce46d40a9dd447287e72066c046b787b1/Fideltronik_INIGO/Fideltronik_INIGO__Viper_1200__nutdrv_qx__2.7.3.1__01.dev > > and this is how it will be rendered in the DDL: > > http://buildbot.networkupstools.org/~buildbot/cayman/docs/latest/ddl/Fideltronik_INIGO/Viper_1200.html >