A python library to control a GCE-Electronics IPX800 V4 device through its API.
Python 3.10+ support
AGPL-3.0 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 gce_ipx800 import ipx800
ipx = ipx800("http://your-device-ip", "apikey")
r4 = ipx.relays[3]
r4.status # => return a Boolean
r4.on()
r4.off()
r4.toggle()
len(ipx.relays) # => 56
Links
GCE IPX800 V4 API: https://gce.ovh/wiki/index.php?title=API_V4
Licence
Licensed under GNU Affero General Public License v3.0
Release files for gce-ipx800 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gce_ipx800-0.9.0.tar.gz | 44.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gce_ipx800-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 60.4 kB
Release files / gce_ipx800-0.9.0.tar.gz
| Download URL | gce_ipx800-0.9.0.tar.gz |
|---|---|
| Size | 44.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
23c9b7d30154c682a572e6281a190f756032206984c66e02bbf8d893ec31e2a0
|
|
BLAKE2b-256 checksum How to use checksums |
a43f0eb7de5485d684499737d25e78442f98aba51ea7aa6efd7deb3c9a145a42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / gce_ipx800-0.9.0-py3-none-any.whl
| Download URL | gce_ipx800-0.9.0-py3-none-any.whl |
|---|---|
| Size | 16.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6fc061c083050caf7bbcab895e6c8b95e86c10f5eb40b5049a3b2229cfee4297
|
|
BLAKE2b-256 checksum How to use checksums |
1fc0d5eef497383cb26a5fe8e33341348f6b574dcd309eeb84d36f2c95912474
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|