Python module to control the Energenie add-on board for the Raspberry Pi used for remotely turning power sockets on and off.
Project description
This module provides simple control of Energenie power sockets directly from Python.
Example usage:
from energenie import switch_on, switch_off from time import sleep
# turn a plug socket on and off by number switch_on(1) switch_off(1)
switch_on(3) switch_off(3)
# turn all plug sockets on and off switch_on(0) switch_off(0)
# turn some plug sockets on, then turn them off after 10 seconds switch_on(1) switch_on(4) sleep(10) switch_off(1) switch_off(4)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
energenie-0.1.5.tar.gz
(2.1 kB
view details)
File details
Details for the file energenie-0.1.5.tar.gz
.
File metadata
- Download URL: energenie-0.1.5.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df68366d6962267188f936cbbe97f22dee0f9be1ca8a1d71c7dced0501757783 |
|
MD5 | a68e5fcad234bf07d20d701577d0c757 |
|
BLAKE2b-256 | d0a2de96a44efe8d546bb9259cae161a705484784724e6b74439df87f7b422f4 |