You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a motion sensor but there is an warning in the log saying that the default value of a configuration is invalid. Below is the log entry for that
[WARN ] [.core.thing.binding.BaseThingHandler] - Attempt to apply invalid configuration 'Configuration[{key=action_heal; type=Boolean; value=false}, {key=config_20_1; type=BigDecimal; value=2}, {key=wakeup_node; type=BigDecimal; value=1}, {key=config_28_1; type=BigDecimal; value=1}, {key=config_18_1; type=BigDecimal; value=4}, {key=wakeup_interval; type=BigDecimal; value=3600}, {key=group_1; type=ArrayList; value=[controller]}, {key=config_13_1; type=BigDecimal; value=3}, {key=node_id; type=BigDecimal; value=17}]' on thing 'zwave:device:controller:node17' blocked. This is most likely a bug: {config_18_1=The value 4 does not match allowed parameter options. Allowed options are: [ParameterOption [value="1", label="One Minute"], ParameterOption [value="2", label="Two Minutes"], ParameterOption [value="5", label="Five Minutes"], ParameterOption [value="10", label="Ten Minutes"], ParameterOption [value="255", label="Test Mode [5 seconds]"]]}
I fixed it in the DB. It was marked as limited to options=true, so only the options 1,2,5,10 and 255 were allowed. However, it will only be changed in the OH5.0 snapshot. To add to your current binding you need this file (remove the .txt) and this method (folder is ge) zw6302_0_0.xml.txt
I'm using a motion sensor but there is an warning in the log saying that the default value of a configuration is invalid. Below is the log entry for that
The reported configuration is config_18_1. The invalid value is 4. But from the thing's description (https://www.openhab.org/addons/bindings/zwave/thing.html?manufacturer=ge&file=zw6302_0_0.html) for parameter 18, anything between 1 to 60 is valid.
What will be the best way to fix this issue?
If the problem is associated with a device, please provide the following -:
Thank you.
The text was updated successfully, but these errors were encountered: