OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 forks source link

Command classes in the "config" genre aren't displayed #54

Open mattmassicotte opened 7 years ago

mattmassicotte commented 7 years ago

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.

daradib commented 7 years ago

Can you try making changes to the config files, removing the cache file, and if it works, sending a pull request to open-zwave?

veleek commented 6 years ago

This is a bug in the open-zwave project, no? Should this one just be closed?