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

feat: Add command_move and command_stop to Philips/Signify Hue Wall Switch Module (929003017102/RDM001) #7489

Merged

Conversation

marazmarci
Copy link
Contributor

It has been discovered earlier that the Philips Hue Wall Switch Module has a neat feature where it can also directly control the brightness of a bound group through the LevelCtrl cluster. If the Wall Switch is bound to a group, it sends its commands to the group instead of the coordinator. These Zigbee messages are translated and published through MQTT, but I noticed that some messages I can see in the logs, but are not published: commandMove, commandMoveWithOnOff, commandStop, commandStopWithOnOff

This PR aims to fix this, and these messages are now published to MQTT.

FYI the Zigbee commands will map to the following actions in Home Assistant:

  • commandMovebrightness_move_down
  • commandMoveWithOnOffbrightness_move_up
  • commandStopbrightness_stop
  • commandStopWithOnOffbrightness_stop

@Koenkk Koenkk merged commit aa96bc3 into Koenkk:master May 5, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented May 5, 2024

Thanks!

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 this pull request may close these issues.

None yet

2 participants