Module to control the IPX800 V4 device from GCE Electronics.
Project description
A python library to control a GCE-Electronics IPX800 V4 device through its API.
- Python 3.6+ support
- Apache License
IPX800 features implemented
- Control relays
Installation
> pip install gce-ipx800
Usage
Note
The default API key of the device is apikey.
from ipx800 import ipx800 ipx = ipx800("http://your-device-ip", "apikey") r4 = ipx.relays[3] r4.status # => return a Boolean r4.on() r4.off() r4.togle()
Links
- GCE IPX800 V4 API: https://gce.ovh/wiki/index.php?title=API_V4
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size gce_ipx800-0.2.2-py3-none-any.whl (7.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size gce-ipx800-0.2.2.tar.gz (11.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for gce_ipx800-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bc16349ccc6db94a4b696e2f73248f7a64e78ee34d9ba3638239383034f93d2 |
|
MD5 | 05db97dee30d8381783348fb6ea12037 |
|
BLAKE2-256 | 5ed3418517d13109e1f5da69b01e1681aecf48437dcc071b66d326679535ce37 |