core/homeassistant/components/zwave_js
HomeAssistant Azure f625e324dd [ci skip] Translation update 2021-03-18 00:07:07 +00:00
..
docs Add zwave_js dev docs readme (#47621) 2021-03-15 15:08:45 +01:00
translations [ci skip] Translation update 2021-03-18 00:07:07 +00:00
README.md Add zwave_js dev docs readme (#47621) 2021-03-15 15:08:45 +01:00
__init__.py Clean up constants (#47323) 2021-03-05 19:08:04 +01:00
addon.py Only create snapshot if add-on update will be done (#47424) 2021-03-04 16:38:33 -08:00
api.py Return property_key in zwave_js get_config_parameters websocket (#47808) 2021-03-12 13:49:59 -05:00
binary_sensor.py Change Z-Wave JS discovery logic to adopt changes to DeviceClass (#46983) 2021-02-24 12:59:06 -08:00
climate.py None optional hass typing in base entity and notify (#47528) 2021-03-15 15:11:41 +01:00
config_flow.py None optional hass typing in base entity and notify (#47528) 2021-03-15 15:11:41 +01:00
const.py Clean up constants (#47323) 2021-03-05 19:08:04 +01:00
cover.py
discovery.py Add LZW36 device schema to zwave_js discovery (#47314) 2021-03-04 00:32:37 +01:00
entity.py None optional hass typing in base entity and notify (#47528) 2021-03-15 15:11:41 +01:00
fan.py
helpers.py Bump zwave-js-server-python to 0.21.0 (#47408) 2021-03-04 16:15:50 -08:00
light.py Add type hints to LightEntity (#47024) 2021-03-08 21:21:45 +01:00
lock.py
manifest.json Bump zwave-js-server-python to 0.21.1 (#47464) 2021-03-05 09:41:36 -08:00
migrate.py Bump zwave-js-server-python to 0.21.0 (#47408) 2021-03-04 16:15:50 -08:00
number.py
sensor.py Add zwave_js sensor humidity device class (#47953) 2021-03-15 20:51:24 +01:00
services.py
services.yaml Update zwave_js.refresh_value service description (#47469) 2021-03-05 20:57:06 +01:00
strings.json Add zwave_js add-on manager (#47251) 2021-03-02 14:22:42 -08:00
switch.py

README.md

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.