Just got a z wave door lock,and have a question about secure inclusion. In openzwave you set network key in a configuration file. How does this work in hg? saw a couple of references to this in the forum and in the source code, but couldn't figure this out. Is it possible to set the zwave encryption key manually in a variable(or get a generated one?)? Alternatively hard code the key and recompile, or tweak the code? I am no skilled programmer, but I have some experience and should be able to figure this out if pointed in the right direction.
Any help would be appreciated!
And Gene, thanks again for this nice piece of software
EDIT: okay, found some relevant info in Security.cs - looks like it is randomly generated and sent to the controller if i understand correctly, will test and see how it works.