-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adding support for RGB Genie 5 Zone Remote ZB-5001 #6980
Comments
@Koenkk any chance you will have some time to look this over and offer any suggestions? I think with a bit more troubleshooting guidance I could probably get it working. |
If for each pressed button you can provided the logging we can fill the fromZigbee part. E.g. for the logging you provided now use: {
zigbeeModel: ['ZGRC-KEY-012'],
model: 'ZGRC-KEY-012',
vendor: 'RGB Genie',
description: '5 Zone remote and dimmer',
fromZigbee: [fz.command_on, fz.command_off],
exposes: [],
toZigbee: [],
meta: {multiEndpoint: true}, // <-- not sure if this is needed, this will and the endpoint number to the `action`, first try without it and see if each zone generates a unique action.
}, |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Recently purchased this device on amazon. Documentation is labeled as supporting ZB-5004 ZB-5001 and ZB-5004 are visually similar and the remote when paired correctly displays as RGBgenie ZB-5001 |
This remote appears similar to some of the other Sunricher / RGB Genie models. For example, there is already a supported model ZGRC-KEY-013 RGB Genie remote which has 3 zones. This remote reports as ZGRC-KEY-012.
I tried copying the config for the 013 model and just changing the identifiers from 013 to 012, i.e.:
that results in partial success: the device is recognized, and the first 4 buttons work (master on, master off, zone 1 on, zone 1 off). The master on and zone 1 on button both send action 'on_1', and the master off and zone 1 off button both send action 'off_1' However, pressing the rest of the buttons produces no results. Here's a sample log message:
Also, the configure fails to work:
I then tried a minimal config:
which produced essentially the same results (master and zone 1 buttons act the same, no response from other buttons):
At this point I am unsure how to continue. I've been trying to follow the troubleshooting steps in #642 for when you were assisting in getting the 013 model working, but I haven't had much luck with them. For example, I tried #642 (comment) but I just get the message
Please let me know what I should try next to troubleshoot this. I am particularly unclear on how I'm supposed to get the other buttons working.
Information about the device + link
Product link for this device: https://rgbgenie.com/?product=rgbgenie-5-zone-remote-and-dimmer-zigbee
data/database.db entry of the device
The text was updated successfully, but these errors were encountered: