Open zwave integration no entity created z wave home assistant

Hi,

Installed the new addon open zwave

the zwave network start well and I can control the zwave devices.

I can also see the devices in Mqtt with a mqtt client.

But there is no entities created in home assistant
What I did wrong ?

Add the integration in Home Assistant. See the instructions here.

Thank you for your reply

the openzwave (beta) was added in the integration section but no entities created

image

did you setup the MQTT integration as well?

Yes and I can see in the log that the zwave integration is connected to the brokermqtt

[17:18:28] INFO: Setup mosquitto configuration
[17:18:28] WARNING: SSL not enabled - No valid certs found!
[17:18:28] INFO: No local user available
[17:18:28] INFO: Initialize system configuration.
[17:18:28] INFO: Initialize Hass.io Add-on services
[17:18:28] INFO: Initialize Home Assistant discovery
[17:18:29] INFO: Start Mosquitto daemon
1592407109: mosquitto version 1.6.3 starting
1592407109: Config loaded from /etc/mosquitto.conf.
1592407109: Loading plugin: /usr/share/mosquitto/auth-plug.so
1592407109:  ├── Username/password checking enabled.
1592407109:  ├── TLS-PSK checking enabled.
1592407109:  └── Extended authentication not enabled.
1592407109: |-- *** auth-plug: startup
1592407109: Opening ipv4 listen socket on port 1883.
1592407109: Opening ipv6 listen socket on port 1883.
1592407109: Opening websockets listen socket on port 1884.
1592407109: Warning: Mosquitto should not be run as root/administrator.
1592407199: New connection from 172.30.33.5 on port 1883.
[INFO] found addons on local database
1592407200: New bridge connected from 172.30.33.5 as core-zwave.main-mqtt (p2, c0, k60, u'addons').
1592407588: New connection from 192.168.178.114 on port 1883.
[INFO] found philippe on Home Assistant
1592407591: New client connected from 192.168.178.114 as mqtt-explorer-9a084f49 (p2, c1, k60, u'philippe').
1592408879: Socket error on client core-zwave.main-mqtt, disconnecting.
1592408895: New connection from 172.30.33.5 on port 1883.
[INFO] found addons on local database
1592408897: New bridge connected from 172.30.33.5 as core-zwave.main-mqtt (p2, c0, k60, u'addons').
1592408907: Socket error on client core-zwave.main-mqtt, disconnecting.
1592408910: Saving in-memory database to /data/mosquitto.db.
1592408975: New connection from 172.30.33.5 on port 1883.
1592408975: New bridge connected from 172.30.33.5 as core-zwave.main-mqtt (p2, c0, k60, u'addons').
1592409156: Client mqtt-explorer-9a084f49 disconnected.
1592410711: Saving in-memory database to /data/mosquitto.db.
1592412512: Saving in-memory database to /data/mosquitto.db.
1592414313: Saving in-memory database to /data/mosquitto.db.

So if you go to the developer tools in Home Assistant and hit the MQTT tab and enter “OpenZWave/1/#” into the topic to subscribe to and hit Start Listening do you see anything?

image

I see nothing

Really thank you for your help :slight_smile:

If you see nothing then Home Assistant isn’t connected to MQTT. Setup the MQTT Integration.

It’s really strange because I have some Shelly integrated with mqtt and it works fine.
But I have the Mqtt addon installed

image

And the integration is it normal ? or that can explain the strange behaviour ?

image

Then you need to configure the openzwave addon to use the mqtt broker you already have setup.

Where can that be done then? Mine is auto configured.

That’s a loaded question. What are you talking about? Configuring an individual device or all of MQTT? @firstof9 is talking about all of MQTT.

Where can this be done is my question. That has nothing to do with all of mqtt but only openzwave addon.

Not sure about the addon, I use the docker container straight from the horse’s mouth as I don’t use Supervised.

But wyou wrote addon? So you meant something else?

That was a loaded answer. Now you know what I was writing about?

I did not.

You are correct, I miss read the question.

Currently, you cannot configure the MQTT ip or port for the openzwave addon.

I think if you disable MQTT in your configuration.yaml file it will work.

I made a fresh install of hass and now it works

Thank you for your help @firstof9

1 Like

do the devices show up under the MQTT integration or the OpenZWave integration?

I am having the same problem and am hoping to avoid fresh install. When I listen to MQTT, I can see messages coming from OpenZWave topic. But no devices are being created in home assistant

edit: my entities are showing up now under the OpenZWave integration. I guess it just took a few more restarts and reboots for the mqtt addon, the ozw addon, and home assistant to finally see each other correctly.