-
-
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
ROB_200-016-0 Zigbee 3-in1 remote not supported #10236
Comments
Added it! Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
I've got this remote as a replacement for a multiEndpoint Sunricher Remote (similar to Namron 4512705) before. With that remote I got a message when switching on different channels (e.g. 1 and 2) for a Also see this discussion where I have been struggling with this issue before: #4393 |
When viewing the debug log I can see that the information needed is being received, not sure just how this can translate in multiple messages with payloads:
|
The solution is to configure the device as {
zigbeeModel: ['ROB_200-016-0'],
model: 'ROB_200-016-0',
vendor: 'ROBB smart',
description: 'RGB CCT DIM 3 in 1 Zigbee Remote',
fromZigbee: [fz.battery, fz.command_move_to_color, fz.command_move_to_color_temp, fz.command_move_hue,
fz.command_step, fz.command_recall, fz.command_on, fz.command_off, fz.command_toggle, fz.command_stop,
fz.command_move, fz.command_color_loop_set, fz.command_ehanced_move_to_hue_and_saturation],
toZigbee: [],
exposes: [e.battery(), e.action([
'color_move', 'color_temperature_move', 'hue_move', 'brightness_step_up', 'brightness_step_down',
'recall_*', 'on', 'off', 'toggle', 'brightness_stop', 'brightness_move_up', 'brightness_move_down',
'color_loop_set', 'enhanced_move_to_hue_and_saturation', 'hue_stop'])],
meta: {multiEndpoint: true, publishDuplicateTransaction: true},
endpoint: (device) => {
return {l1: 1, l2: 2, l3: 3};
},
}, As it seems reasonable that people using this device would use it as a multiEndpoint device I'll submit a PR to Koenkk/zigbee-herdsman-converters@cce684e to make this the default |
The color wheel of my remote doesn't seem to be working. I have found similar issues with unricher ZG2858A see link below Is there a possibility this is the same issue and therefore the same fix is needed? @Koenkk |
@Kareltje2495 do you see anything logged in the debug log when triggering this action? See this on how to enable debug logging. |
With all buttons, I see a reaction in the debug log. Only the color wheel is not reacting. I have two of the same remotes, and both are not working. It does not seem to be an issue with the remote itself. The blue LED on the remote also reacts when I turn the color wheel. |
Using the frontend -> device -> bind tab, can you bind |
Device '0x60a423fffe60f076' with Zigbee model 'ROB_200-016-0' and manufacturer name 'ROBB smarrt' is NOT supported, please follow https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html
after a quick search it appears to be exactly the same as:
https://www.zigbee2mqtt.io/devices/ZG2858A.html
I created a robb.js file based on the ZG2858A and it appears to be working :) :
Information about the device + link
https://www.robbshop.nl/robb-smarrt-rgbw-afstandsbediening-zigbee
Which is just a white label.
data/database.db entry of the device
...
I'm not sure how to proceed from here?
I believe nothing to do for steps 2&3 and it now to upload a picture & merge.
Is this also true for these kind of white label devices? I assume this will create a lot of repetitiveness.
Is there a way like if model = ROB_200-016-0 "use same as ZG2858A" ?
The text was updated successfully, but these errors were encountered: