Zooz zse18 motion detector support?

I just received my Zooz ZSE18 motion detector and it shows up as “Zooz unknown”. I noticed that the version of open zwave we have doesn’t have the zse18.xml, so I’m assuming it’s not the latest (or the openzwave folks haven’t released a version with the zse18.xml file). How do I go about getting it working?

BTW, I tried copying the zse18.xml file every where I had the zse30.xml file (which was 6 or 7 directories – I’m using the Hass.io installer on a Pine64 to run Home Assistant), rebooting and then adding in the ZSE18, but it still shows up as unknown.

@djalden Did you happen to get this to work?

Yes - sorry for not updating this. The latest open-zwave has the zse18.xml file, so I cloned the project:

git clone https://github.com/OpenZWave/open-zwave

Then I moved the config directory (in the open-zwave folder) in to the same directory as your configuration.yaml (/usr/share/hassio/homeassistant for me):

mv open-zwave/config /usr/share/hassio/homeassistant/open-zwave

Then configure the z-wave component to use this newer config directory (this should be in the configuration.yaml file):

zwave:
  config_path: /config/open-zwave