Skip to main content

Module to control the IPX800 V4 device from GCE Electronics.

Project description

Pypi version Build Status Code coverage License Python versions

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 (ipx.relays[]),

    • virtual inputs (ipx.virtual_inputs[]),

    • virtual outputs (ipx.virtual_outputs[]).

  • Read values from analog sensors (ipx.analogs[]).

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

Licence

Licensed under Apache License Version 2.0

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.4.0.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

gce_ipx800-0.4.0-py3-none-any.whl (8.0 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