Put to sleep mode gracefully via snmp (SUA5000RMI5U + AP9617)
APC UPS Data Center & Enterprise Solutions Forum
Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-07-0802:27 AM. Last Modified: 2024-02-2004:43 AM
Put to sleep mode gracefully via snmp (SUA5000RMI5U + AP9617)
Hi!
I have to write a program to control Smart UPS SUA5000RMI5U with AP9617 Network Management Card on it via SNMP.
The task is to detect wherever power is off and battery capacity below minimum value (this part is solved) and put it to sleep after specified period of time until power is restored. As I understand after reading PowerNet SNMP MIB Reference Guide there are few options I can:
put it into infinite sleep mode until power returns with upsBasicControlConserveBattery OID instantly (no delay)
turn it off completely with upsAdvControlUpsOff after specified delay (but no turning on after power restored)
and put it in a timed sleep with upsAdvControlUpsSleep (again no turning on, before upsAdvConfigUpsSleepTime runs out)
So this is the question: how do I put my UPS to sleep until power restored with delay?