Skip to main content

Control digital loggers web power switch

Project description

https://travis-ci.org/dwighthubbard/python-dlipower.svg?branch=master https://coveralls.io/repos/dwighthubbard/python-dlipower/badge.svg https://pypip.in/download/dlipower/badge.svg https://pypip.in/version/dlipower/badge.svg https://pypip.in/py_versions/dlipower/badge.svg https://pypip.in/license/dlipower/badge.svg Documentation Status

DESCRIPTION

This is a python module and a script to mange the Digital Loggers Web Power switch.

The module provides a python class named PowerSwitch that allows managing the web power switch from python programs.

When run as a script this acts as a command line utility to manage the DLI Power switch.

SUPPORTED DEVICES

This module has been tested against the following Digital Loggers Power network power switches: * WebPowerSwitch II * WebPowerSwitch III * WebPowerSwitch IV * WebPowerSwitch V * Ethernet Power Controller III

Example

from __future__ import print_function
import dlipower


print('Connecting to a DLI PowerSwitch at lpc.digital-loggers.com')
switch = dlipower.PowerSwitch(hostname="lpc.digital-loggers.com", userid="admin")

print('Turning off the first outlet')
switch[0].state = 'OFF'

print('The powerstate of the first outlet is currently', switch[0].state)

print('Renaming the first outlet as "Traffic light"')
switch[0].description = 'Traffic light'

print('The current status of the powerswitch is:')
print(switch)


Connecting to a DLI PowerSwitch at lpc.digital-loggers.com
Turning off the first outlet
The powerstate of the first outlet is currently OFF
Renaming the first outlet as "Traffic light"
The current status of the powerswitch is:
DLIPowerSwitch at lpc.digital-loggers.com
Outlet      Hostname        State
1   Traffic light   OFF
2   killer robot    ON
3   Buiten verlicti ON
4   Meeting Room Li OFF
5   Brocade LVM123  ON
6   Shoretel ABC123 ON
7   Shortel 24V - T ON
8   Shortel 24V - T ON

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlipower-0.7.117.tar.gz (12.4 kB view details)

Uploaded Source

File details

Details for the file dlipower-0.7.117.tar.gz.

File metadata

  • Download URL: dlipower-0.7.117.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dlipower-0.7.117.tar.gz
Algorithm Hash digest
SHA256 7e3f89ae0fe2c3fd9d65288e9824588d89ba066bd542de8911aa756db041d4ad
MD5 e74dcce8173e581b8151ca8303d44094
BLAKE2b-256 843050e5ed52bc4a9de889cb9f1b2f307bc4650e4558d83c7f0b345d89f7c8a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page