I switched z-wave network management from the Z-WaveMe add-on to the Z-Wave JS UI add-on.
I have external control connected via an external mqtt server.
All topics are visible, I can see device statuses, but I can’t control the devices.
What are you doing within HA that causes the changes in the screenshot? Are you using the HA MQTT integration and services to publish an MQTT message from within HA or are you simply clicking on the controls for the device in HA?
Hi,
Many people seem to get confused with integrations that use MQTT as a means of connecting into HASS like Z2M, and I’m guessing Z-WaveMe (my RaZberry was decommissioned a long time ago and have always used Z-JS).
Z-Wave JS does not use MQTT as the integration connects directly into HASS. It has no need to publish nor subscribe to MQTT topics.
If you are seeing Z-Wave related topics in MQTT, then my guess is they are retained from when you used Z-WaveMe and should be deleted via something like MQTT Explorer.
HASS integrations change the state of HASS objects. If you want MQTT access, there are ways to setup manual MQTT pub/ sub from HASS.
Looking at the docs for Set Value via MQTT, your screenshot publish topic doesn’t seem right. Have you tried appending /set to the topic? You may also need to pass a json payload.