Skip to main content

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)

Project details


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.4.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file energenie-0.1.4.tar.gz.

File metadata

  • Download URL: energenie-0.1.4.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for energenie-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a823036a335e6705701829b09385095ba00ed34b3c6975f713d13517d2263ab7
MD5 78cec59fb4d68cc0a324a9a958958e52
BLAKE2b-256 af9f3bb3374fc1aa07581a3280932a893063bc20b03242773742c0d6caa5ea4f

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