Skip to main content

Module to control the IPX800 device from GCE Electronics.

Project description

py-ipx800

py-ipx800 is a Python3 Library for controlling GCE-Electronics IPX800 V4 via its public API.

Sample Usage

Setting up IPX800

# Setup IPX800 V4
url = "http://yourhostname.lan"
api_key = "apikey"

ipx = ipx800(url, api_key)

Setting up Relays

# Use the relay number #4
r4 = relay(ipx, 4)

Controlling relays

> r4.status
False
> r4.on()
> r4.off()
> r4.toggle()

Features

  • Control relays

Project details


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.1rc1.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

gce_ipx800-0.1rc1-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page