petro
(Petro)
October 10, 2022, 12:33pm
2
Yes… set up MQTT to look at the zwave_js main topic. Secondly, this isn’t a WTH for Home Assistant, this is a WTH for ZwaveJS2MQTT, which is not managed by HA. You should take this up with them.
mqtt:
discovery_prefix: path_to_zwave_entities_in_broker
Lastly, you can just use websockets and the Zwave JS Integration, no need for MQTT at all.
Take a moment to understand the connection methods for Zwave JS
Introduction
Currently, there are 3 different ways to integrate a ZWave network . This is a broad overview of each method.
Zwave JS Addon & Zwave JS Integration (Websockets)
ZWave JS UI & Zwave JS Integration (Websockets)
ZWave JS UI & MQTT Integration (MQTT)
Note: The legacy Zwave 1.4 and OpenZwave (Beta) integrations no longer exist and are not covered in this overview.
Glossary
Addon - Click on the link for a description.
Integration - Click on the link for a description.
Zwave JS …