DPDU101 DPDU102 DPDU103 DPDU201 DPDU202 DPDU203
Tested on DPDU101
Press and hold the key after:
- 1 beep; it can let the meter to show up the current information, temperature and humidity in sequence.(by model)
- 2 beep; it can let the meter to show up the IP address
- 4 beep; it can change the way to get IP by DHCP or fixed IP.
- 6 beep; it can reset PDU back to default setting.
pip install avocentdpdu
from avocentdpdu.avocentdpdu import AvocentDPDU
A = AvocentDPDU('192.168.1.131', 'snmp', '1234', 8)
await A.initialize() # Initialize one time
print(A)
switch = A.switches()[2] # Select a switch/outlet
print(switch.name) # Print the name given by Avocent
await switch.turn_off() # Command the outlet to turn off
await A.update() # Status of all switches is only updated on update() and on initialization
print(A.get_current_deciamps()) # Total current (tenths of an ampere)
print(switch.is_on_string) # Print the switch status