Skip to main content

A Python library for communicating with SPC Web Gateway.

Project description

Python library for communicating with Vanderbilt SPC alarm systems via the REST/websocket API provided by the SPC Web Gateway software made by Lundix IT. Using this library you can:

  • Retrieve information for all alarm areas and zones.
  • Change the alarm mode, i.e. arming and disarming of the alarm system.
  • Get real-time updates when attributes of areas and zones change, e.g. if motion detector connected to the systems triggers or when the alarm goes off.

Usage

Library

To use the library in your own application see the example file.

Stand-alone

When installing the package an interactive test shell is automatically installed. To run it:

spcwebgw-console <API url> <WS url>

Where <API url>is the url of the SPC Web Gateway API and <WS url> is the url of the SPC Web Gateway websocket endpoint.

Examples of available commands in the test shell:

  • areas. List all available areas.
  • zones. List all available zones or only zones in a specific area.
  • full_set. Full set an area.
  • part_set_x. Part set x an area.
  • unset. Unset an area.
  • debug. Toggle debug output.

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

pyspcwebgw-0.4.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

pyspcwebgw-0.4.0-py3-none-any.whl (8.5 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