Zwave XML not generating

I’m trying to add a new device, but it looks like the XML is not being creating. I see this in the events.log

2017-11-28 17:49:18.784 [WARN ] [tocol.commandclass.ZWaveCommandClass] - NODE 42: Unsupported command class REMOTE_ASSOCIATION_ACTIVATE
2017-11-28 17:49:18.784 [WARN ] [tocol.commandclass.ZWaveCommandClass] - NODE 42: Unknown command class 0x91
2017-11-28 17:49:19.131 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 42: Device discovery could not resolve to a thingType! 001D:0802:0261::0.2

Device is a Leviton VRCS4-M0Z Vizia RF + 4-Button Remote Scene Controller. Is one of these errors preventing XML generation for node42.xml?

2017-11-28 17:49:19.131 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 42: Device discovery could not resolve to a thingType! 001D:0802:0261::0.2

It looks like the VRCS4 is not in the device database (although the VRCS2 is in the database).
http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/418

You can add it to the device database by following the instructions here. Once added to the database, @chris will include into the build.
http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-database-guide

Not sure which version of OH you are on. If you’re not running a SNAPSHOT version, you will need to switch to a SNAPSHOT version in order to pick up the new device.

Just to confirm…

You are looking in the

\userdata\zwave

folder?

The files will follow the naming convention of nodexx.xml

Squid

Thanks for the quick replies. I did not find the VRCS4 in the database. I requested add permission, but I don’t know if I know all of the details to add the device manually. I am on 2.1.0-amd64-debian, but can switch to 2.2.0-snapshot to get this working.

I was looking in userdata/zwave folder and could not find the xml file for this node. I do see the rest of my nodes. Oddly, when I paired this last node it jumped from node34 to node42. I am using an Aeon labs zstick gen5.

I have these additional details in PaperUI.

zwave_class_basic STATIC_CONTROLLER
zwave_class_generic REMOTE_CONTROLLER
zwave_frequent false
zwave_neighbours 1,8,9,12,13,14,15,16,20,24,32,33,34
zwave_version 0.0
zwave_listening true
zwave_deviceid 609
zwave_nodeid 42
zwave_routing true
zwave_beaming false
zwave_class_specific NOT_USED
zwave_manufacturer 29
zwave_devicetype 2050

I am a beginner could you help me by telling me how I get to that folder through ssh?