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

Lutron Connected Bulb Remote support #29

Closed
jonathanweinberg opened this issue Mar 11, 2018 · 16 comments
Closed

Lutron Connected Bulb Remote support #29

jonathanweinberg opened this issue Mar 11, 2018 · 16 comments
Labels

Comments

@jonathanweinberg
Copy link

jonathanweinberg commented Mar 11, 2018

Please advise if this is the incorrect place to place this issue and I'll resubmit elsewhere.

I previously posted this here: HASS ~ ZHA ZigBee Tested Devices

Wanted to share some info I found on the deCONZ REST GitHub regarding the use of Lutron Connected Bulb Remotes: deCONZ REST Commit

+static const Sensor::ButtonMap lutronLZL4BWHLSwitchMap[] = {
+//    mode                          ep    cluster cmd   param button                                       name
+//  vendor specific
+    // top button
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x04, 0xfe,  S_BUTTON_1 + S_BUTTON_ACTION_SHORT_RELEASED, "on" },
+    // second button
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x06, 0x00,  S_BUTTON_2 + S_BUTTON_ACTION_HOLD,           "dimm up" },
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x03, 0x00,  S_BUTTON_2 + S_BUTTON_ACTION_LONG_RELEASED,  "dimm up release" },
+    // third button
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x02, 0x01,  S_BUTTON_3 + S_BUTTON_ACTION_HOLD,           "dimm down" },
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x03, 0x01,  S_BUTTON_3 + S_BUTTON_ACTION_LONG_RELEASED,  "dimm down release" },
+    // bottom button
+    { Sensor::ModeDimmer,           0x01, 0x0008, 0x04, 0x00,  S_BUTTON_4 + S_BUTTON_ACTION_SHORT_RELEASED,  "off" },
+
+    // end
+    { Sensor::ModeNone,             0x00, 0x0000, 0x00, 0,    0,                                           0 }
+};

It was referenced here: deCONZ REST Plugin Issue #232

@manup there mentioned "For the events we'll create a binding from 0x0008 level control cluster to a newly created device group, so the remote will also work when the gateway is offline."

Not sure if this would help, as I've seen ya'll are making a ton of progress in Home Assistant Pull Request #12528

@josephyancey
Copy link

+1

@iantrich
Copy link

Would love to ditch my Wink hub and this would be the last thing needed to do so. +1

@cgarwood
Copy link

I'm in the same boat as @iantrich - wanting to ditch my Wink but needing support for these remotes to do so. I don't know enough about the code to write support myself, but I'm more than happy to try dev builds, run special commands, and send over log files if it would help get support added.

@jonathanweinberg
Copy link
Author

jonathanweinberg commented May 29, 2018 via email

@iantrich
Copy link

Might have to pick up a RaspBee. Thanks.

@tylerleppek
Copy link

Hey Jonathan, what were the steps that you used to successfully pair the remote? While I can see the remote in the deconz interface It doesn't seem to function and effectively send any commands.

@josephyancey
Copy link

josephyancey commented Aug 10, 2018 via email

@jonathanweinberg
Copy link
Author

@tylerleppek sorry about that, was locked out of my email for far too long. What @josephyancey mentioned is dead on. If you'd like, I can dig up my HomeAssistant / NodeRED bits and pieces for you.

@iantrich
Copy link

@jonathanweinberg Please and thank you!

@tylerleppek
Copy link

I’d be really interested. I’m using a Conbee with Jowihue on a homeseer hub and for whatever reason the top button on my remote doesn’t register/ send an event.

@kevank
Copy link

kevank commented Apr 6, 2019

Is there any data I ca provide that will help with getting these supported?

@roboteacher2
Copy link

Duplicate of zigpy/zha-device-handlers#32

The implementation for HA is being tracked in the quirks repository.

@br0nd
Copy link

br0nd commented Jul 12, 2019

I recommend we close this, since this is now supported by quirks

@Gamester17
Copy link
Contributor

Has this issue been resolved with latest Home Assistant, zigpy, its radio libraries, and/or latest zha-device-handlers/zha-quirks?

@br0nd
Copy link

br0nd commented Oct 1, 2020

Has this issue been resolved with latest Home Assistant, zigpy, its radio libraries, and/or latest zha-device-handlers/zha-quirks?

Yes, this works out of the box in Home-assistant now

@github-actions
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

9 participants