NUT with Riello Sentinel Pro 2200 USB connection cant make it work
-
Dear all,
im trying to attach Riello Sentinel Pro 2200 UPS to Firewall but it only show me "The UPS requires attention" and at log "upsmon 44969 Poll UPS [SCH2200] failed - Driver not connected"
I tried it with Windows package UpsAgent where i needed to specify PRTK code and serial - and it works fine.
What do i need to do so pfSense NUT package see it.
This is actual UPS model:
https://www.riello-ups.com/products/1-ups/44-sentinel-pro
2.5.0-RELEASE (amd64)
built on Tue Feb 16 08:56:29 EST 2021
FreeBSD 12.2-STABLEnut sysutils 2.7.4_8
If someone knows what combination of interface/driver to use please help me.
Many thnx in advance!
-
Really no one had similar issue with this?
-
Salve!
Ho lo stesso ups riello Sentinel PRO
Collegato con cavo USB
https://www.riello-ups.it/products/1-gruppi-di-continuita/44-sentinel-propfsense 2.7.0
nut ver 2.8.0_2stesso problema:
Tu hai risolto il problema?
-
ciao
ho riprovato ora con altro ups Riello modello VST1100
collegato con cavo USB ma non funziona su pfsense 2.7.0
c'è qualche impostazione aggiuntiva da fare?????
-
No i have not sorted it out with pfsense at all. Still have exactly same issue. It would be really nice if someone who is involved with UPS plugin to explain how to connect (if it is even possible) UPS devices with PRTK identifiers.
Sadly i had to sort out ancient HP thin client with winxp just to monitor UPS so i have any kind of its status. I have couple of them and this is really bad issue because original app is really really outdated and buggy.
Not even sure is it working with win10 without java. Dont take me on word for that.So yeah, this looks as really consistent either issue or lack of documentation. If anyone who stumble on this know whats problem, please share.
Thank you in advance 2 years later :)
-
@ha11oga11o
Most users use APC UPS and it seems to work with these -
I also tried with different USB cables, even short ones, but it doesn't work
look here too
https://blog.victormendonca.com/2020/10/28/how-to-setup-ups-on-pfsense/t
Oct 31, 2023: NUT 2.8.1 released
-
I can confirm that APC works. I manage to sort those in no time. But Riello with PRTK does not work. maybe some additional driver commands needs to be in place. But there sno docs that i found which explain that.
-
@Unoptanio You might look in the NUT package support thread. There are a lot of USB issues with NUT 2.8.0.
-
I doubt its actual USB problem. More like configuration issue or its not supported. I have this problem since:
2.5.0-RELEASE (amd64)
built on Tue Feb 16 08:56:29 EST 2021
FreeBSD 12.2-STABLEnut sysutils 2.7.4_8
Two years i tried many things to make it work. I read so many threads, and just gave up. Today i got notification someone else have same problem, so i cherish hope it might be seen by right eyes to explain whats in stake.
As far i can understand original programs MUST have type in that famous PRTK code which is written on back of UPS on small sticker to actually recognize it. So, im kinda sure its same thing here, but have no idea how to do it, since GUI does not ask for it, except additional driver parameters which i dont know how to format.
Its stated here:
""It is a code inherent to the UPS communication protocol and can be found either on the plate on the back of the UPS itself or, for large UPS, inside the door of the UPS.
This code is essential to identify and associate the UPS or ATS/STS with our software, such as the PowerShield3, as well as connectivity devices like Netman 204.
Only with the correct PRTK code is communication between the two elements possible. ""
Cheers!
-
@ha11oga11o Ah yes. My bad. I did a little quick reading....
It looks like Riello purposefully does not implement the USB HID Power device protocol. It appears that they want to force users to use Riello software to manage the units. Kinda sad.
-
On the official NUT website they write that the RIELLOs work with the USB and SERIAL drivers
To write this I hope they have tested them
Is there anyone on the Nut development team who can take this to heart this problem with Riello UPS?
I am Italian and in Italy Riello UPSs are very popular
https://networkupstools.org/stable-hcl.html
Can we try writing here? to see if they help us solve the problem
https://github.com/networkupstools/nut/issues
I have open this ticket:
https://github.com/networkupstools/nut/issues/2159t -
@ha11oga11o
@dennypage
@ha11oga11oResponse from team Nut
Looking at screenshot, maybe the problem is with driver name: in NUT there are riello_ser and riello_usb respectively for different media, not one riello. I doubt that pfSense undertook an effort to merge them into one, although maybe they "hide" it behind selection of "UPS Type" (Local USB)? Even that would not be easy, as different drivers follow different naming patterns (and some are dual-capability). So the first thing to check would be typing riello_usb there. Looking at source history, initial driver codebase was in fact contributed by a person from Riello, so at least as of ~2014 it should have "officially" supported the contemporary protocol. I do not know if their newer devices follow some unrelated protocol or are still compatible, though. You might try to bump driver debug verbosity, if you can see its logs - maybe that would expose how it tries to find the device and what exactly fails. With NUT v2.8.0+ it may suffice to add a debug_min = 6 to the "Extra arguments" while you are troubleshooting.
Can someone from the pfsense team help us? Thank you
-
-
-
@Unoptanio "failed to detach kernel driver" indicates that there is not a USB quirk registered to prevent the kernel from attaching a default driver. In other words, the kernel does not know that it is a UPS.
You will either need to determine and register the correct quirk, or run as root. See this thread for a recent discussion about developing a quirk.
-
Problem solved but there is still work to do for the pfsense team.
follow the solution on:
https://github.com/networkupstools/nut/issues/2159
https://github.com/networkupstools/nut/wiki/NUT-on-pfSense
Wow
-
@Unoptanio said in NUT with Riello Sentinel Pro 2200 USB connection cant make it work:
Problem solved but there is still work to do for the pfsense team.
follow the solution on:
https://github.com/networkupstools/nut/issues/2159
This is the quirk issue I mentioned in the prior post. It is actually not pfSense, but upstream FreeBSD that manages the default quirks.
You will have to develop and test a quirk. It cannot be done without possession of the physical UPS. After you have developed the quirk, we can file a ticket with upstream to request that it added to FreeBSD.
-
you could involve Riello technical support because I believe the problem is with all Riello UPS models.
Once the quirk has been developed on a specific Riello UPS model, does it then work with all Riello models? or should a quirk be developed for each model? -
@Unoptanio Depends upon the manufacturer. For most, I think it is for a series of UPSs. APC for instance has only had 3 of them.
See this post for detailed information.