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.9+ 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.toggle()
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
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.7.1.tar.gz.
File metadata
- Download URL: gce_ipx800-0.7.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3134929459ff52367658bfad75b22c4daf2f53fc4bb0c52394fbb57a3ace70f9
|
|
| MD5 |
f8c302aff4a76bdd5a84060b97c42f84
|
|
| BLAKE2b-256 |
773d7732c72ec8322cce38f1046b440c994e1ca316f5e199ed4e0856d3d6bb27
|
File details
Details for the file gce_ipx800-0.7.1-py3-none-any.whl.
File metadata
- Download URL: gce_ipx800-0.7.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33a80208c29ac8ffd0b29b0edeca9b10313257c406838f6b16bf9f50f2cccb14
|
|
| MD5 |
0975badf0212e8f5126ff25069b2adc4
|
|
| BLAKE2b-256 |
c2c0560a2c4eded5971e28033680195cb865c1e6b1e27ba7fc26a2fb4346b14a
|