core/homeassistant/components/zwave_js
Michael Kowalchuk 15bf4dae9b
Add zwave_js speed configurations for GE/Jasco 12730 and 14287 fans (#60517)
2021-11-29 08:27:32 +01:00
..
docs
translations [ci skip] Translation update 2021-11-29 00:13:08 +00:00
triggers
README.md
__init__.py
addon.py
api.py
binary_sensor.py
climate.py
config_flow.py Use UsbServiceInfo in zwave-js (#60267) 2021-11-24 07:51:28 -06:00
const.py
cover.py
device_action.py
device_automation_helpers.py
device_condition.py Remove optional validation when creating conditions (#60481) 2021-11-28 14:54:07 +01:00
device_trigger.py
discovery.py Add zwave_js speed configurations for GE/Jasco 12730 and 14287 fans (#60517) 2021-11-29 08:27:32 +01:00
discovery_data_template.py Add zwave_js speed configurations for GE/Jasco 12730 and 14287 fans (#60517) 2021-11-29 08:27:32 +01:00
entity.py
fan.py Use configured speed ranges for HomeSeer FC200+ fan controllers in zwave_js (#59697) 2021-11-24 11:31:59 +01:00
helpers.py
light.py
lock.py
manifest.json Bump zwave-js-server-python to 0.33.0 (#60213) 2021-11-23 10:53:46 -05:00
migrate.py
number.py
select.py
sensor.py
services.py
services.yaml
siren.py
strings.json
switch.py
trigger.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.