Zwave JS UI - Permanent MQTT errors

Hello ,

I have migrated from Zwave JS to ZwaveJS UI with the Zwave JS integration so Zwave JS UI is not used only as a control panel , so no mosquito Mqtt client has been setup

The zwave devices are working fine but there are the following permanent errors

2022-11-05 15:55:09.939 INFO MQTT: MQTT client closed
2022-11-05 15:55:12.939 INFO MQTT: MQTT client reconnecting
2022-11-05 15:55:13.676 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26)
2022-11-05 15:55:13.680 INFO MQTT: MQTT client closed
2022-11-05 15:55:16.680 INFO MQTT: MQTT client reconnecting
2022-11-05 15:55:16.685 ERROR MQTT: Mqtt client error getaddrinfo ENOTFOUND core-mosquitto
Error: getaddrinfo ENOTFOUND core-mosquitto
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26)
2022-11-05 15:55:16.689 INFO MQTT: MQTT client closed

Attached the zwave JS UI settings panel .

Please is it a known issue ?

Thank you

If you’re not using MQTT, then turn the Disable MQTT Gateway toggle on.

Thanks a lot @Tediore , enabling the mqtt gateway was the fix

I misunderstood the sentence " Enable the mqtt gateway to use Z-Wave JS UI only as Control Panel

It says “enable this” meaning the disable toggle itself, not the MQTT gateway. I can see how that’s potentially confusing though.