Library to interact with the GCE Electronics IPX800 device
Project description
A python library to control a GCE-Electronics IPX800 V4 device through its API.
Python 3.8+ support
Apache License
IPX800 features implemented
Analog sensors (ipx.analogs[])
Control:
relays (ipx.relays[])
virtual inputs (ipx.virtual_inputs[])
virtual outputs (ipx.virtual_outputs[])
Counters (ipx.counters[])
Installation
> pip install gce-ipx800
Usage
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
Licence
Licensed under Apache License Version 2.0
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.5.0.tar.gz
(8.1 kB
view hashes)
Built Distribution
Close
Hashes for gce_ipx800-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 846eacd9fea3baf1ea13ed3e777fac52093fbf39cd345155528ac7dee03cefc0 |
|
MD5 | 9d2afaec09cafb1fe1bec970fb8b9e5f |
|
BLAKE2b-256 | 1847e8b4cd0a02bb6e04a8db438b3c50d73c41db5d0c629d4c6e955a02298764 |