Module to control the IPX800 device from GCE Electronics.
Project description
py-ipx800
py-ipx800 is a Python3 Library for controlling GCE-Electronics IPX800 V4 via its public API.
Sample Usage
Setting up IPX800
# Setup IPX800 V4
url = "http://yourhostname.lan"
api_key = "apikey"
ipx = ipx800(url, api_key)
Setting up Relays
# Use the relay number #4
r4 = relay(ipx, 4)
Controlling relays
> r4.status
False
> r4.on()
> r4.off()
> r4.toggle()
Features
- Control relays
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
gce-ipx800-0.1rc1.tar.gz
(9.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gce-ipx800-0.1rc1.tar.gz.
File metadata
- Download URL: gce-ipx800-0.1rc1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b203f01133977581ef6027d725edf8bb76009f9244e77c103007f2144a61dc
|
|
| MD5 |
304fe1b5c757d8f27cb449a8f51cb2ec
|
|
| BLAKE2b-256 |
2a7e512889abc8ac6160d5b544b611c1058df25a851e6d5e1550ee8a8f45f3b5
|
File details
Details for the file gce_ipx800-0.1rc1-py3-none-any.whl.
File metadata
- Download URL: gce_ipx800-0.1rc1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb879ca415b635861c456402a58daf73fe6554db23cb76bc3613930c880e3584
|
|
| MD5 |
2f1e5b359237e54f41b6ed84d8b0277b
|
|
| BLAKE2b-256 |
ef97e40dcf31edca8c5b80945c09e338d63db23c5b851271d940dfc924279bac
|