[HELP] ZWave configuration for things

I’m trying to migrate my configuration from 1.8 to 2.1 and have searched the forum but haven’t been able to work out how I create a zwave.things file for all of my devices.

Here’s what I have at the moment.

zwave.items

Switch  Living_Room_Table_Lamp        "Table Lamp"    { channel="zwave:AN157_Switch_Plugin:controller:node2:switch" }

zwave.things

Bridge zwave:serial_zstick:controller [ port="/dev/ttyACM0", controller_softreset=“false”, controller_master=“true”, heal_enable=“true”, security_networkkey=“01 02 03 0
4 05 06 07 08 09 10 11 12 13 14 15 16”] {
Thing AN157_Switch_Plugin node2 []

What have I done wrong?

Thanks

Garry

Manual things file creation is still a bit limited, although Chris is working hard on it :grinning:
(As far as I understood there need to be changes in ESH, too)
Autodiscovered things work great in zwave, so I would not mess with the manual zwave things file at the moment.
You still are able to create manual items files for your autodiscovered things files …