Skip to content

OE-FET/Intellinet_163682_IP_smart_PDU_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intellinet IP smart PDU API [163682]

A python API wrapper for Intellinet IP smart PDU [163682] that allows you to do anything that the web interface provides.

You can:

  • read all sensors (humidity, temperature)
  • read voltages
  • get states of outlets
  • turn outlets on/off/toggle
  • read and set warning levels
  • ...

Install from GitHub:

pip3 install git+https://github.com/oe-fet/Intellinet_163682_IP_smart_PDU_API

Example usage:

from intellinet_pdu import IPU

pdu = IPU("192.168.1.123")
pdu.disable_outlets("outlet0")

About

A python API wrapper for Intellinet IP smart PDU [163682]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.2%
  • Python 44.8%