hass-core/homeassistant/components/zwave_js
2022-01-18 22:33:50 -08:00
..
docs
translations [ci skip] Translation update 2022-01-11 00:14:57 +00:00
triggers
__init__.py Avoid removing zwave_js devices for non-ready nodes (#59964) 2021-12-27 12:31:31 +01:00
addon.py Fix ParamSpec Callable return types (#63701) 2022-01-09 06:03:18 +01:00
api.py Add zwave_js support for diagnostics (#64336) 2022-01-17 22:00:53 -08:00
binary_sensor.py Use enums in zwave_js (#62130) 2021-12-19 12:28:09 +01:00
climate.py
config_flow.py
const.py
cover.py Fix zwave_js ZWaveTiltCover docstring (#62972) 2021-12-28 19:24:27 -05:00
device_action.py Ignore unavailable entities when creating zwave_js device actions list (#64184) 2022-01-16 13:22:18 +01:00
device_automation_helpers.py
device_condition.py Use correct relative imports [n-z] (#63471) 2022-01-05 17:23:49 +01:00
device_trigger.py
diagnostics.py Add zwave_js support for diagnostics (#64336) 2022-01-17 22:00:53 -08:00
discovery.py Add zwave_js support for Fortrezz SSA3 (#62765) 2021-12-25 10:33:20 +01:00
discovery_data_template.py
entity.py Avoid removing zwave_js devices for non-ready nodes (#59964) 2021-12-27 12:31:31 +01:00
fan.py
helpers.py Avoid removing zwave_js devices for non-ready nodes (#59964) 2021-12-27 12:31:31 +01:00
light.py
lock.py
manifest.json Bump zwave-js-server-python to 0.34.0 (#64407) 2022-01-18 22:33:50 -08:00
migrate.py
number.py
README.md
select.py Update typing (4) [u-z] (#63925) 2022-01-11 21:26:45 +01:00
sensor.py Handle zwave_js metadata/value updates when the unit changes (#63579) 2022-01-08 13:23:29 +01:00
services.py
services.yaml
siren.py
strings.json
switch.py
trigger.py

Z-Wave JS Architecture

This document describes the architecture of Z-Wave JS in Home Assistant and how the integration is connected all the way to the Z-Wave USB stick controller.

Architecture

Connection diagram

alt text

Z-Wave USB stick

Communicates with devices via the Z-Wave radio and stores device pairing.

Z-Wave JS

Represents the USB stick serial protocol as devices.

Z-Wave JS Server

Forward the state of Z-Wave JS over a WebSocket connection.

Z-Wave JS Server Python

Consumes the WebSocket connection and makes the Z-Wave JS state available in Python.

Z-Wave JS integration

Represents Z-Wave devices in Home Assistant and allows control.

Home Assistant

Best home automation platform in the world.

Running Z-Wave JS Server

alt text

Z-Wave JS Server can be run as a standalone Node app.

It can also run as part of Z-Wave JS 2 MQTT, which is also a standalone Node app.

Both apps are available as Home Assistant add-ons. There are also Docker containers etc.