Re-including doesn’t help either.
I’m not sure it’s (only) Fibaro. There are more topics here on this forum with all the same sort of problems, not only Fibaro.
Commands sent to a node, which it doesn’t support, then waits for 10 seconds for an answer, meanwhile queuing all other commands, so they will be delayed for at least 10 seconds. If you have a series of dropped commands, you can guess the result.
Every time OZW analyzer is complaining about all nodes not supporting commandclass ZWavePlusInfoCmd_Get and the wall plugs also not supporting SwitchAllCmd_Get.
The config files: https://github.com/OpenZWave/open-zwave/blob/1d7f512f3bb9b304fae25fafaf6d3073956b7210/config/fibaro/fgwpe.xml don’t include these command classes. It even says in the comments:
<!-- COMMAND_CLASS_SWITCH_ALL not supported -->
.
In the zwcfg_*.xml, I see COMMAND_CLASS_SWITCH_ALL is enabled for all the nodes.
Where does this come from? How do I disable them, OZW should not use this commands class. Most of the time, if not always, the nodes don’t respond to these commands anyway, so OZW should not send these…
It will at least get rid of most of the dropped commands, if not all…