Python module to control the Energenie add-on board for the Raspberry Pi used for remotely turning power sockets on and off.
Project description
# Energenie Demo
Python module to control the [Energenie](https://energenie4u.co.uk/) add-on board for the [Raspberry Pi](http://www.raspberrypi.org/) used for remotely turning power sockets on and off.
## Usage
```python
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)
```
## Contributors
- [Amy Mather](https://github.com/minigirlgeek)
- [Ben Nuttall](https://github.com/bennuttall)
- [Gordon Hollingworth](https://github.com/ghollingworth)
Python module to control the [Energenie](https://energenie4u.co.uk/) add-on board for the [Raspberry Pi](http://www.raspberrypi.org/) used for remotely turning power sockets on and off.
## Usage
```python
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)
```
## Contributors
- [Amy Mather](https://github.com/minigirlgeek)
- [Ben Nuttall](https://github.com/bennuttall)
- [Gordon Hollingworth](https://github.com/ghollingworth)
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.1.tar.gz
(1.7 kB
view details)
File details
Details for the file energenie-0.1.1.tar.gz
.
File metadata
- Download URL: energenie-0.1.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78e1057e6d9b911d0d79a1f0dddc7f1997bd431f44846b12c6cbf48bf5a5be66 |
|
MD5 | c37f2b8097b660577e8e4ffa6bd92552 |
|
BLAKE2b-256 | 61d63ce3e0b9d0a98c9da38ae75ac398937aa9612941e984be43aaf23f30f8bb |