-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
NLG-remote channels for COLOR_SCENE_CONTROLLER missing after discovery #614
Comments
Currently these features are not supported in the binding. I think only on/off and level control clients are supported - not color control. |
Hi Chris,
from the documentation about the binding, at least Cluster 0x300 (Color Control) should work, for the other clusters you are right, e.g. Scene is not mentioned.
Von meinem iPhone gesendet
… Am 16.10.2020 um 10:10 schrieb Chris Jackson ***@***.***>:
Currently these features are not supported in the binding. I think only on/off and level control clients are supported - not color control.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes, the binding supports CONTROLLING colour devices - this is not what you are doing. You are using a controller as I understand it?
|
Hi Chris,
in my scenario i have a openhab instance with a usb zigbee controller and i am able to control these devices by paper ui or openhab app. Additional i have a Zigbee Remote control (https://zigbeealliance.org/de/zigbee_products/Funkfernbedienung-rgbcct-e0040044/), but after discovering this EndDevice in paper ui, i only see one channel (LEVEL CONTROL) for cluster 0x8. I got not a channel for cluster 0x6 (ON_OFF) and not a channel for 0x300 (COLOR CONTROL). I this this is a bug in discovering this special device.
Manual modifying the bindtable of this endpoint does not help.
So now, pressing Level Control at the remote device works for cluster 0x8, but the color wheel for cluster 0x300 not, because the channel is missing in openhab.
Hope the situation is a little bit undestandable.
Best regards
Marc
Von meinem iPhone gesendet
… Am 16.10.2020 um 12:05 schrieb Chris Jackson ***@***.***>:
Yes, the binding supports CONTROLLING colour devices - this is not what you are doing. You are using a controller as I understand it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi Marc, This is a remote control - right? In ZigBee, clusters can be servers (eg lights), or they can be clients (eg light switches, remote controls). I believe that your device is the latter - a remote control, supporting the client side. If so, this is not supported at this time. As per my original answer - only the on/off and level control clusters are currently supported for the client. If this is a colour light, then you can control it with the binding. Since it's a controller, the binding doesn't accept commands from the device. I hope that makes sense. Maybe I still don't understand the device? |
Hi Chris, May it help to manual modify the bindtable for the endpoint by 'zigbee bind' to link cluster 0x300 with the light devices directly, till OH supports this? Best regards |
No - you will just have one channel - this is normal for OH since there should be no need for both channels.
Sure - you can do this if you want to control lights directly.
That's fine - I don't disagree that it should be added, but unless someone has the time, it won't happen :). At some stage in future, maybe I'll look at it, but it won't be any time soon as I've too much else on at he moment and it's clearly not a common issue. |
Closed by #696 |
OpenHab Version: 2.5.9
Bug?: Adding thing "Neuhaus Lighting Group Q Remote Controller" discovers only one channel (LEVEL_CONTROL)
Other channels/clusters are missing, so color oder scenes are not usable
Controller:
Output Karaf:
In Paper UI only the channel LEVEL_CONTROL is available.
Switch ON works:
``
also for Switch OFF, but Color Wheel does not work:
I found an java error during the discovery phase:
The text was updated successfully, but these errors were encountered: