Find z-wave hub ip-address

HI,

I use a z-wave hub (not a usb-stick) not listed in the Hassio supported devices. I can however read the events through the Api-calls and Mqtt stream it sends.

I would like ti try to reach it over its ip-address, like Vera, but cant seem to find the correct zwave configuration variables for doing that. https://home-assistant.io/docs/z-wave/installation/

what would be your best guess finding and integrating the Hub directly into the Hassio setup, instead of via mqtt commands ?

Thanks for any help,
Marius

What kind of hub is it? If there isn’t already component for it at https://home-assistant.io/components/, you’d likely have to write one.

no component yet, but i suspect it to be a regular Zwave hub, packed in a Iungo branding. www.iungo.nl
thats why i would have hoped for a regular command to find it on the LAN.

thx,
Marius

I don’t believe there’s any support in OpenZWave for those devices, so there’s no way other than MQTT to interact with it.

guess you’re right.
Im hoping to join some forces and have the dev team write an add-on, or component for the Hub. Would be very cool indeed.

Thanks,
Marius

opt, would you for the time being happen to be able to help me on my mqtt-streams question? I’ve posted another question on the forum about that here: Mqtt_stream in include_dir_list or not? Yaml syntax?