Dear experts,
I have a python-openzwave setup which I am developing and therefore re-starting frequently. In my network I have a bunch of "Fibaro Door/Window sensors 2" which are battery driven and waking up rarely to not drain the battery too often.
The problem is that (python-)openzwave tries to do a complete "discovery" of the features of all devices before operation starts for the devices. For these sensors this means I have to wait multiple wake-up periods since they cannot be queried completely before they go to sleep again (the wake up time is short with these devices). Of course, when I am home, I can go around to wake them up several times by hitting the wake-up button, but then I run around in the house much more than I am programming...
I wanted to ask if there is a way to convince the framework to skip the discovery and read the data available in the cache file instead. Or if somebody can recommend a different "shortcut" this would be appreciated.
Thanks and best wishes!