openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
171 stars 202 forks source link

DMWV1 Dome Water Main Shut Off - extra class in the database #1615

Open kpanchen opened 3 years ago

kpanchen commented 3 years ago

Database has extra command class: COMMAND_CLASS_SWITCH_MULTILEVEL_V0 however it is not present on the device and has to be removed.

Partial log:

2021-06-07 23:21:57.572 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 47: Command received zwave:device:controller:node47:switch_dimmer --> 35 [PercentType] 2021-06-07 23:21:57.573 [DEBUG] [erter.ZWaveMultiLevelSwitchConverter] - NODE 47: Command class SWITCH_MULTILEVEL not found when processing command on endpoint 0 2021-06-07 23:21:57.573 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 47: No messages returned from converter 2021-06-07 23:22:04.104 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 47: Command received zwave:device:controller:node47:switch_dimmer --> 80 [PercentType] 2021-06-07 23:22:04.105 [DEBUG] [erter.ZWaveMultiLevelSwitchConverter] - NODE 47: Command class SWITCH_MULTILEVEL not found when processing command on endpoint 0 2021-06-07 23:22:04.105 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 47: No messages returned from converter

kpanchen commented 3 years ago

I've updated database and requested review!