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() len(ipx.relays) # => 56
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.3-py3-none-any.whl (7.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size gce-ipx800-0.2.3.tar.gz (11.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for gce_ipx800-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14396c2f5f7a49c484fde2d883e2a97e55de4c0d9523df99a4d5dad5e61b5910 |
|
MD5 | d802170f1937e4642e3851e327715ce3 |
|
BLAKE2-256 | 6d1a539ee8a5b6f3edd2461203806e89f4fa2553ebd2a0391cffc111c409bb65 |