Search found 8 matches

by donverweij
Thursday 12 December 2024 17:34
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

So I would check that you have the correct port, name and username for mosquitto in zwavejsUI and that you have made those ports available to both docker containers. I use "host.docker.internal" as the host url in zwavejsUI and the prefix "zwave" (not the discovery topic) so all my devices appear ...
by donverweij
Friday 29 November 2024 9:53
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)Quote solarboy by solarboy » Monday 25 November 2024 18:53 Thanks, I will try the different suggestions. My guess is that from within Docker the different containers have a problem to connect to each other by their real ip-adress and ...
by donverweij
Sunday 24 November 2024 20:44
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

solarboy wrote: Sunday 24 November 2024 11:58 When you connect to mosquitto with Mqtt explorer, can you see your devices there ?
No they do not. I'm am connected to the mosquitto broker, but I do not see any devices.
by donverweij
Sunday 24 November 2024 10:26
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

If you already have your devices in zwaveJSUI then your USB device must be correctly set. When you connect with MQTT explorer, can you see you devices populated there ? If not make sure the mosquitto docker container has port 1883 (and 9001) mapped with the line ports: - 1883:1883 - 9001:9001 If so ...
by donverweij
Saturday 23 November 2024 12:51
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

"Remote Address" needs to be the same as the IP of mosquito, and if either domoticz or zwavejsui are in dockers there are more things to confirm. If nothing is in a docker and mosquitto is on the same device you can put "localhost" there. Thanks for all your suggestions. I checked the suggestions ...
by donverweij
Thursday 21 November 2024 21:02
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 8295

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

You need to make sure that you have the Auto Discovery prefix the same in Domoticz ( in "MQTT Auto Discovery Client Gateway with LAN interface" settings under "Auto discovery prefix") and also in Zwave-JS-UI under Settings>Home Assistant.Discovery prefix. People generally put "homeassistant" as ...
by donverweij
Friday 09 February 2024 14:00
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Hardware setup, node management, no records shown
Replies: 2
Views: 1462

Re: Hardware setup, node management, no records shown

I hope you are using Zwave-JS-UI as the openzwave integration you are trying to use is Deprecated and will be removed soon. see https://www.domoticz.com/wiki/Zwave As you are a new Domoticz user please remove the Openzwave USB hardware Gateway in Domoticz and start with Zwave-JS-UI (and MQTT) https ...
by donverweij
Friday 09 February 2024 12:23
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Hardware setup, node management, no records shown
Replies: 2
Views: 1462

Hardware setup, node management, no records shown

Hi, I installed Docker image 2024.4 on a Synology DS920+ using Synology Container Manager (DSM7.2). Following all the steps in the manuals (thanks for all the detailed instructions) I got Domotizc running :) . My Aeotic Z-Stick Gen5 (OpenZWAVE USB) was recognized in Hardware. I then went to Setup to ...