Good morning,
I’ve just finished my migration from an Aeotec ZWave stick to a HA ZWA-2. Right now all the devices are still in a mesh network. I need to exclude and include LR capable devices to move them to LR as opposed to mesh.
Unfortunately, I haven’t kept a record of what devices are what and a record of their DSK for SmartStart. I found a script on the Z-Wave JS Ui github page that retrieves them all and matches them with the z-wave device, and it’s supposed to export to console.log, but I have no idea where that log file is.
I’m in a similar situation. I’ve been keeping records of my DSK keys but I missed a device and now that I actually need it… grrrr…
Anyway, I don’t have a complete answer for you. But maybe we can figure this out together.
So if you go to the z-wave JS GUI → Go to the bottom right menu → Advanced Actions → Driver Function → Paste the code in (there are many supposedly working examples) → But wait! Don’t click run yet! Open another window.
In this new window go to the z-wave JS GUI again. Go to the top left menu (yeah, stupid as heck that there are multiple confusing menus… I don’t get it either…) → Then go to Debug and that should show the debug console log.
So back in the first window, hit run. Switch to the second to see… a complete failure. All I ever get is INFO Z-WAVE: Success zwave api call driverFunction undefined
Even the “example code” that shows up when you first open the Driver Function pane? Yeah… it doesn’t work either. I just get that same message without any output. A great “example code”
But I’ve pieced this together from like 5 different sources because no one actually bothers to explain all of these details at once and it’s all horribly documented…
(OK… so I may just be super grumpy right now because this shouldn’t be so flipp’n hard but apparently even though it’s been a problem for years, no one has figured out how to make it easier so… )
If I figure out anything else, I’ll post back but I’m getting rather annoyed tonight and am probably going to step away for a while… Best of luck.