My plan is to get a VeraPlus when they come out, stage the new system, and then swap it in when it’s all configured. I have well over 100 devices, and a ton of custom LUA code that references specific device ID’s.
Is it possible to easily get my old config on the new box, and still keep all of my device ID’s intact?
Sorry, one thing I should clarify is that I don’t have many z-wave devices. I have 2 z-wave locks, and I think 4 light switches. Most of the rest of my lighting and devices are via the LiteTouch plugin, and the Elk M1 Gold Plugin.
I did what akbooer suggested and created a variable (i called it DEV) to hold all devices by name, so in my code i call DEV[“Device Name”] and it returns the number of the device. it has cleaned up my code significantly.