Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MultilevelSwitchCommandClass #396

Closed
reubenbijl opened this issue Mar 29, 2022 · 0 comments · Fixed by home-assistant/core#70470
Closed

Add support for MultilevelSwitchCommandClass #396

reubenbijl opened this issue Mar 29, 2022 · 0 comments · Fixed by home-assistant/core#70470

Comments

@reubenbijl
Copy link
Contributor

Using node-z-wave-js beta, when receiving a multilevelSwitchCC an error is generated.

See change with Z-Wave-js - zwave-js/node-zwave-js#4282

ZwaveJS and jwaveJSMQTT logs
19:47:35.664 DRIVER « [Node 030] [REQ] [ApplicationCommand]
└─[MultilevelSwitchCCStopLevelChange]
19:47:35.664 CNTRLR [Node 030] treating MultilevelSwitchCC::StopLevelChange as a notification
2022-03-29 19:47:35.664 INFO ZWAVE: Node 30 CC Multilevel Switch { eventType: 5 }
2022-03-29 19:47:35.969 INFO ZWAVE-SERVER: Client disconnected

Home Assistant Logs
[homeassistant.components.zwave_js] Failed to listen: Notification received with unsupported command class SWITCH_MULTILEVEL: {'source': 'node', 'event': 'notification', 'nodeId': 30, 'ccId': 38, 'args': {'eventType': 5}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants