-
Notifications
You must be signed in to change notification settings - Fork 172
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
Level Control Cluster with Bridge-app (CON-734) #606
Comments
Looks like you are using the bridge-app from upstream If you use APIs from esp-matter-bridge this PluginServerInit Callback will be call in plugin_init_callback_endpoin and the dimmable-light can be create with create_device. |
9.12. Bridge for non-Matter devices in SPEC might help you |
Could you share the location of the file where the MatterLevelControlPluginServerInitCallback() function exist. |
Sorry for the wrong reply. I have changed the function in the last comment. emberAfLevelControlClusterServerInitCallback() is in |
The |
@wqx6 initialized the function, but doesn't seems like the level control cluster works. still the write callback is not called and the level cluster is not handled. initializtion of the function: |
The input of |
named the variable as endpoint_index, but passing the endpoint only. Is there anything that need to be updated in the ZAP config for the clusters and attributes. |
@wqx6 The logs are as this when the level functions are not being called. I tried calling the function emberAfLevelControlClusterServerInitCallback(), but no use. How do I get the level cluster related callbacks. |
I'm using |
bridge-level-control.txt |
Closing this now |
In the bridge-app It is given for the on /off light where I need to integrate the Dimmer instead on on/off light.
Does bridge-app example support Dimmers.
The changes made for Dimmer:
dimmer_changes.txt
with these changes I observed that:
Kindly share the resources if available.
The text was updated successfully, but these errors were encountered: