Skip to main content

Python wrapper for zwave-js-server

Project description

zwave-js-server-python

Python library for communicating with zwave-js-server. Goal for this library is to replicate the structure and the events of Z-Wave JS 1:1. So it has a Driver, Controller and Node classes.

Trying it out

python3 -m zwave_js_server ws://localhost:3000

Or get the version of the server

python3 -m zwave_js_server ws://localhost:3000 --server-version

Or dump the state. Optionally add --event-timeout 5 if you want to listen 5 seconds extra for events.

python3 -m zwave_js_server ws://localhost:3000 --dump-state

Sending commands

try:
    result = await client.async_send_command({ "command": "start_listening" })
except zwave_js_server.client.FailedCommand as err:
    print("Command failed with", err.error_code)

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

zwave-js-server-python-0.42.0.tar.gz (66.1 kB view details)

Uploaded Source

Built Distribution

zwave_js_server_python-0.42.0-py3-none-any.whl (82.1 kB view details)

Uploaded Python 3

File details

Details for the file zwave-js-server-python-0.42.0.tar.gz.

File metadata

File hashes

Hashes for zwave-js-server-python-0.42.0.tar.gz
Algorithm Hash digest
SHA256 ed132681fa870eda457a6d1da80678f0f49b60b6e0778976c04cb0c2231aca5c
MD5 d4c4f82b52bf7d4bf4eaa5a650eb07dd
BLAKE2b-256 c4b0556d5e2c149ae77a13634eb84885cf61c38931890c96d9abc5a6ed95ebfe

See more details on using hashes here.

File details

Details for the file zwave_js_server_python-0.42.0-py3-none-any.whl.

File metadata

File hashes

Hashes for zwave_js_server_python-0.42.0-py3-none-any.whl
Algorithm Hash digest
SHA256 646bb6bd5f749469300cbdd23108c6397de87ebf8a2ab50a19c3f4845c5c1d89
MD5 b86ec3e6a889dda5d27b08114b77e9b6
BLAKE2b-256 c2d746946d351141892746c19e5ec0e5b161c90826f47bc75fedcae6f3fe23ec

See more details on using hashes here.

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