After every update I'm getting: "Advanced Z-Wave page is disabled. You can enable it with the settings app."
Modifying /qmf/www/hdrv_zwave/js/zwave.js does the trick:
from
- Code: Select all
configStatus.supportControl == '0'
to
- Code: Select all
configStatus.supportControl == '1'
I guess there should be a way of making this persistent instead of hacking the code?