Add support for Energenie UPS

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
you could check with nut-scanner -U in shell which driver it expects. If it's a generic ups driver like "usbhid-ups" you can use any available driver from the drop down menu
 
Joined
Apr 30, 2016
Messages
26
Hello,
I try a lot of drivers, but unsuccessfully, even nut-scanner gives me this info:

[nutdev1]
driver = "nutdrv_atcl_usb"
port = "auto"
vendorid = "0001"
productid = "0000"
product = "ATCL FOR UPS"
serial = "ATCL FOR UPS"
vendor = "ATCL FOR UPS"
bus = "001"
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
That one is really not included, but i found a website that states that it could be compatible with the nutdrv_qx driver which is included in truenas scale. The First driver in the list i found was "Atlantis Land ups 2 Hostpower851 (A03-HP851) USB (nutdrv_qx)" maybe give this one a try
 
Joined
Apr 30, 2016
Messages
26
Hello,

I setup EUROCASE ups 2 EA200N 2000VA USB (nutdrv_qx) and seems it's works. diamond started, an no error messages.

Could you please help me, how I can read data from UPS, to check if everything is OK?

Ed
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
you'd have to use the shell and use the upsc command
example: upsc upsuser@localhost should give you an output of the ups's status. obviously replace upsuser with the user you set up.
 
Joined
Apr 30, 2016
Messages
26
thank you very much... now I see it's works:

ups.beeper.status: enabled
ups.delay.shutdown: 30
ups.delay.start: 180
ups.firmware: V4.00
ups.load: 6
ups.productid: 0000
ups.status: OL
ups.temperature: 35.0
ups.type: offline / line interactive
ups.vendorid: 0001
 
Top