Page 2 of 2

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Wednesday 03 January 2024 17:28
by waltervl
Again, it is completely normal that no devices will be shown in the setup menu. As it is only used for sub devices that can configure the behavior of other devices

New Zwavejs/Zigbee2MQTT discovered devices will shown in the normal Domoticz device list (menu Setup - devices) https://www.domoticz.com/wiki/Setup_Devices

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Wednesday 03 January 2024 20:29
by FriedlNetDZ
Thank you for your quick answer!!
I don't know why this is not described anywhere, but that was the cause in my case:

My settings:
Settings->MQTT->Name=zwavejs2mqtt and Prefix=zwave
Settings->HomeAssistant->Discovery Prefix=zwave

Should be:
Settings->MQTT->Name=zwavejs2mqtt and Prefix=yyy (default = zwave)
Settings->HomeAssistant->Discovery Prefix=xxx (default =homeassistant)
The above prefix should not be the same.

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Wednesday 03 January 2024 23:45
by waltervl
I think the prefix in Zwave-JS-UI can be the same as long as you also modify the discovery prefix in Domoticz MQTT AD gateway. As that also is default homeassistant.

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Friday 05 January 2024 13:11
by hansaplast31
All I am seeing...
Screenshot 2024-01-05 at 13.10.46.png
Screenshot 2024-01-05 at 13.10.46.png (147.94 KiB) Viewed 11111 times

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Friday 05 January 2024 14:32
by waltervl
Something wrong with Zwave-JS-UI.....

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Sunday 07 January 2024 10:01
by Xrim
Thank you!!! I spent a lot of hours trying to figure out why nothing showed up in domoticz. Strange that JS UI send everything as homeassistant...

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Sunday 07 January 2024 11:01
by gizmocuz
woddou wrote: Saturday 02 September 2023 9:50 Hello commuity,

I have recently switcth from OZW to ZWAVEJS UI, system is working fine after some time but I still have something wierd on MQQT Auto Discovery UI in Domoticz (latest release from 30/08/23).
Actually when I go to "Setup", there is no device listed at all, again all the rest is working perfectly, so I'm wondering what I have missed in terms of configuration on ZWaveJS UI itself or somewhere else, some help is welcome.

Thanks,
woddou
This is intended. You have to configure (once??) the node settings in zwavejs-ui.
Hardware page->MQTT-AD->Setup button is for nodes that of type 'number'.
For these types you can make changes

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Monday 08 January 2024 21:36
by koewacko
bump

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Tuesday 09 January 2024 14:44
by gizmocuz
koewacko wrote: Monday 08 January 2024 21:36bump
So, do we need to understand what you're bumping for?

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Tuesday 09 January 2024 21:43
by koewacko
Sorry, didnt see page 2 of this topic. My bad :(

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 14:33
by kimhav
Have the same issue that nothing is showing up under the Hardwar Setup button, just a reflection, which I haven't tried to change, but according to the recommendation for how to config Zwave-JS-UI is to ues node name instead of nodeIDs which very well could be the cause.
Zwave-JS-UI_Gateway_Settings.png
Zwave-JS-UI_Gateway_Settings.png (122.54 KiB) Viewed 9316 times
Update: Allow my to respond myself to this that it didn't make any difference to disable the use of node name instead of node IDs.

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 19:41
by waltervl
kimhav wrote: Thursday 11 January 2024 14:33 Have the same issue that nothing is showing up under the Hardwar Setup button, just a reflection, which I haven't tried to change, but according to the recommendation for how to config Zwave-JS-UI is to ues node name instead of nodeIDs which very well could be the cause

Update: Allow my to respond myself to this that it didn't make any difference to disable the use of node name instead of node IDs.
If you read this topic again you should understand that it is completely normal that no devices are shown in the hardware setup button.
New discovered devices will be shown in the Domoticz device list, menu Setup- Devices. See wiki page https://www.domoticz.com/wiki/Setup_Devices

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 22:29
by kimhav
waltervl wrote: Thursday 11 January 2024 19:41 If you read this topic again you should understand that it is completely normal that no devices are shown in the hardware setup button.
New discovered devices will be shown in the Domoticz device list, menu Setup- Devices. See wiki page https://www.domoticz.com/wiki/Setup_Devices
This is a significant change compared then when using OSW compared when using the mqtt and zwave-js-ui setup. The question which remains is were would one then configure device specific settings was perforumed under the Hardware Setup?

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 22:42
by skippy711
In the 'control-panel' of the zwave-js-ui you will find all devices. By clicking a specific device it will unfold additional settings. Depending on the node there will be: switch, sensor, meter and configuration. By clicking that specific setting it will unfold the available options under that setting and then you can change it.

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 22:51
by kimhav
skippy711 wrote: Thursday 11 January 2024 22:42In the 'control-panel' of the zwave-js-ui you will find all devices. By clicking a specific device it will unfold additional settings. Depending on the node there will be: switch, sensor, meter and configuration. By clicking that specific setting it will unfold the available options under that setting and then you can change it.
Thanks for pointing me in the right direction, I've been clicking around in zwave-js-ui and been missing this, it's a bit raw, but will do the trick since I was clearly missing out on this option for quite a lot of the zwave devices that I use. Good stuff and thanks for being patience!
Zwave-JS-UI_Device_Configuration.png
Zwave-JS-UI_Device_Configuration.png (211.79 KiB) Viewed 9107 times

Re: No device listed under "Setup" on MQTT Auto Discovery

Posted: Thursday 11 January 2024 23:03
by waltervl
Optional you can add the frontend User interface of Zwave-JS-UI as a custom menu in Domoticz.

Make a file Zwave-JS-UI.html in domoticz/www/templates

Contents

Code: Select all

<IFRAME SRC="http://IPAddress:8091/" height="800" width="100%"></IFRAME> 
Rename IPAddress to the real IP address of your domoticz server. Also change the port of the frontend if changed in setup.

Restart Domoticz and you will have another Zwave-JS-UI entry in custom menu.

See also wiki page Custom Menu https://www.domoticz.com/wiki/Custom_menu