Skip to main content

Library to interact with the GCE Electronics IPX800 device

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.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

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.6.dev0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

gce_ipx800-0.6.dev0-py3-none-any.whl (8.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