--- id: dlipower version: "1.0.176" license: BSD license_treatment: permissive maintenance: dormant --- # dlipower — Control digital loggers web power switch License: permissive · Maintenance: dormant · Downloads: 232.7K/mo ## What it is and what it does dlipower is a Python module for controlling Digital Loggers web-based network power switches—devices that manage electrical outlets remotely over a network. It provides a PowerSwitch class that wraps the device's HTTP API, letting you turn outlets on and off, query their state, and rename them programmatically. The module also includes a command-line script for manual management. It targets legacy hardware: ProSwitch, WebPowerSwitch II through V, and Ethernet Power Controller III. The package has no external runtime dependencies and works on macOS, Linux, BSD, and Solaris. However, it is dormant—the last release was in 2018 and the repository shows no active development. It is suitable only if you operate legacy Digital Loggers hardware and need Python integration; for newer power management solutions or actively maintained alternatives, look elsewhere. Use it for: - Automate power cycling of lab equipment or servers during testing by scripting outlet control. - Build monitoring dashboards that query and display the state of networked power outlets. - Integrate outlet management into infrastructure automation workflows for legacy Digital Loggers devices. - Rename and manage outlet labels programmatically to keep device configuration in sync with your inventory. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages Digital Loggers web-based network power switches through a Python class and command-line interface, allowing remote control of outlet power states and configuration. Yes, but only if you operate Digital Loggers hardware and need Python control. The package is stable and license-permissive, but dormant since 2018—no active maintenance, high install friction (source distribution only), and uncertain compatibility with modern Python versions. Verify device compatibility and Python version support before committing. ## Install pip install dlipower uv add dlipower poetry add dlipower ## Installing dlipower Before you install: High install friction due to source distribution only. Maintenance is dormant—last release was in 2018 and last commit in 2024, with no active development signals. Use only if you need to manage legacy Digital Loggers hardware. License in practice: BSD license is permissive; you can use, modify, and redistribute this package with minimal restrictions, provided you retain the license notice. Quickstart: import dlipower switch = dlipower.PowerSwitch(hostname="lpc.digital-loggers.com", userid="admin") switch.off(1) print(switch[0].state) Requires a reachable Digital Loggers power switch device on the network; no runtime dependencies but network connectivity and device availability are prerequisites. Verify before relying: - Whether the package works with modern Python versions beyond 3.5, given classifiers list only up to 3.5 but last release was 2018. - Current compatibility with Digital Loggers hardware models released after 2018. - Whether authentication credentials are transmitted securely or if the device uses unencrypted HTTP. ## Package facts - License: BSD (permissive) - Python support: unspecified - Install friction: high - Maintenance: dormant - Downloads: 232.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags digital loggers power switch control, network power switch management, remote outlet power control, web power switch python, DLI power switch API, outlet on/off automation, power distribution unit control, hardware-control, legacy-device, network-management [View on SkillFed](https://skillfed.io/packages/dlipower) · [View on PyPI](https://pypi.org/project/dlipower/)