-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Re-add GenScenes cluster to Busch-Jaeger RM01 #8890
Comments
For testing purposes I cloned zigbee2mqtt and zigbee-herdsman-converters and removed the dropScenesCluster code. |
AFAIR I did some testing with this a while ago and if I remember correctly I also could not see any downsides when keeping the cluster. Just like you I never fully understood why this was needed in the first place so I'd give this a try again. I have access to all combinations of Busch-Jaeger devices. I'll be able to perform some more tests next week and report back. The only thing we need to be careful about is the amount of bindings we create when configuring the device. Their memory is very limited and I'd like to not create bindings for the genScenes cluster by default. |
This makes perfect sense! The default bindings to the coordinator work just fine for a standard user. Having the possibility to bind to the GenScene cluster is an advanced scenario... Altought setting/recalling scenes work just fine after the change, a warning is logged, when a button is pressed, e.g.: Do you have any idea how to deal with this? I haven't found any sample code for custom converters handling this kind of messages. |
You would need to add the converter for this message to |
Hi, until now I'm using Deconz to manage my zigbee network, but I would like to use zigbee2mqtt instead.
I own a lot of Busch-Jaeger RM01 switches. These switches are working quite good in deconz and I tried to get the same experience in z2m. In my deconz setup, I bound the GenScenes cluster of all EPs to my groups and used the automatically created/recalled scenes (I removed all other bindings).
In z2m this is also working fine for the first row, but unfortunately for the other rows, the GenScenes cluster was removed intentionally:
zigbee-herdsman-converters/src/devices/busch_jaeger.ts
Line 95 in 44b8acb
I wonder whether it is possible to re-add it with a custom converter js?! An hints? Thank you!
The text was updated successfully, but these errors were encountered: