Under the "Node management" button in the Z-Wave hardware setup screen, what exactly do "soft reset controller" and "hard reset controller" do? I don't want to press them and find out, in case I lose all my configuration settings.
I'm still learning LUA myself, but this is an example of what I've come up with. It's a function that lets you return the value of any parameter from any device. I don't know if it's the most efficient way, but the only other code I've seen involves writing to a temporary file, which can cause ...
If you're using LUA then it's not too difficult to convert a device name to either a Domoticz IDX or a Z-Wave node number using a json call such as below - this will return you all of the data for each device. You can then use the JSON library to convert this returned data to an LUA table and pull ...