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
First of all, great tool! I've implemented several working controllers but struggling with the Philips Hue Tap Dial Switch (RDM002). I want to use this to control multiple lights, so I mapped one button to one light. I'll describe my settings first. It works for button 1 but not for button 2, while my settings are all identical.
Success log:
2023-07-02 10:15:13.631521 INFO masterbedroom_light_closetbath: 🎮 Button event triggered: `button_1_hold_release`
2023-07-02 10:15:12.966593 INFO masterbedroom_light_closetbath: 🏃 Running `Predefined (hold_brightness_toggle)` now
2023-07-02 10:15:12.956426 INFO masterbedroom_light_closetbath: 🎮 Button event triggered: `button_1_hold`
2023-07-02 10:15:12.192218 INFO masterbedroom_light_closetbath: 🤖 Service: �[1mmqtt.publish�[0m - topic: zigbee2mqtt/dimmer_master_closetbath/set - payload: {"brightness_move": 70} - namespace: mqtt
2023-07-02 10:15:12.185712 INFO masterbedroom_light_closetbath: 🏃 Running `Predefined (hold_brightness_toggle)` now
2023-07-02 10:15:12.171443 INFO masterbedroom_light_closetbath: 🎮 Button event triggered: `button_1_hold`
Failing log (first two entries are to turn off the light after trying, which does result in an mqtt pub):
2023-07-02 10:29:13.816442 INFO masterbedroom_light_bed: 🤖 Service: �[1mmqtt.publish�[0m - topic: zigbee2mqtt/dimmer_masterbed/set - payload: {"state": "TOGGLE"} - namespace: mqtt
--
2023-07-02 10:29:13.810896 INFO masterbedroom_light_bed: 🏃 Running `Predefined (toggle)` now
2023-07-02 10:29:13.801248 INFO masterbedroom_light_bed: 🎮 Button event triggered: `button_2_press_release`
2023-07-02 10:29:12.649236 INFO masterbedroom_light_bed: 🏃 Running `Predefined (hold_brightness_toggle)` now
2023-07-02 10:29:12.630686 INFO masterbedroom_light_bed: 🎮 Button event triggered: `button_2_hold`
Additional Context
The toggle button works all fine. The hold event seems fired as well, but it doesn't result in any action. While this does seems to work for button 1. I must be overlooking something somehow.
If I can help you debug something, let me know. I have coding skills, not superb ones with Python though.
The text was updated successfully, but these errors were encountered:
Question
First of all, great tool! I've implemented several working controllers but struggling with the Philips Hue Tap Dial Switch (RDM002). I want to use this to control multiple lights, so I mapped one button to one light. I'll describe my settings first. It works for button 1 but not for button 2, while my settings are all identical.
Additional information
AppDaemon app configuration
Logs
Additional Context
The toggle button works all fine. The hold event seems fired as well, but it doesn't result in any action. While this does seems to work for button 1. I must be overlooking something somehow.
If I can help you debug something, let me know. I have coding skills, not superb ones with Python though.
The text was updated successfully, but these errors were encountered: