open-zwave-control-panel
open-zwave-control-panel copied to clipboard
Command classes in the "config" genre aren't displayed
I was attempting to modify a setting on a product I own, and when I saw nothing in the configuration section, I just assumed that the parameters weren't yet supported. But, to my surprise, they were in the openzwave xml files for my product.
So, I poked around in the sources a little. It's totally possible I'm doing something wrong, but it seems like the "config" genre command classes aren't being returned in the XML poll data.
Ultimately, I just grabbed the XML config values I wanted and injected them into the XML cache file that is produced in the open-zwave-control-panel source directory. That worked! A terrible hack, I know.
Can you try making changes to the config files, removing the cache file, and if it works, sending a pull request to open-zwave?
This is a bug in the open-zwave project, no? Should this one just be closed?