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.
Setup development environment
To setup your development environment, run scripts/setup, which will install all requirements and set up pre-commit checks.
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)
Access control
Schema 48 adds typed access-control helpers exposed via the AccessControlAPI
wrapper:
node.access_control: shortcut for the root endpoint API.endpoint.access_control: API for a specific endpoint.- Call
await endpoint.access_control.is_supported()before using other methods. - Credential payloads accept
str | bytes; binary credentials are converted to the websocket Buffer transport shape internally.
Release files for zwave-js-server-python 0.73.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zwave_js_server_python-0.73.1.tar.gz | 93.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zwave_js_server_python-0.73.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 212.0 kB
Release files / zwave_js_server_python-0.73.1.tar.gz
| Download URL | zwave_js_server_python-0.73.1.tar.gz |
|---|---|
| Size | 93.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f4bfe7268a7de093a8f107159e2d8d6828f00b442e3ec52b9d116ef514e4e20
|
|
BLAKE2b-256 checksum How to use checksums |
87b86c8465ce571129d54546c1ecf1e413c6b1b6d5b8e3b02f7121f7055878db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 17, 2026.
Transparency logRelease files / zwave_js_server_python-0.73.1-py3-none-any.whl
| Download URL | zwave_js_server_python-0.73.1-py3-none-any.whl |
|---|---|
| Size | 118.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
07ca62957392dff6fdf211e40dc36041c459f9943e78b613687d3aea6c316c46
|
|
BLAKE2b-256 checksum How to use checksums |
9d2129deed7fbd31d09c96cb2f080c55fc859e41b1938c235c1489858759bcfd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 17, 2026.
Transparency log