Luligu / matterbridge-zigbee2mqtt

Matterbridge zigbee2mqtt plugin
https://github.com/Luligu/matterbridge-zigbee2mqtt/blob/main/README.md
Apache License 2.0
63 stars 8 forks source link

Inovelli VZM31-SN support #20

Closed genehand closed 3 months ago

genehand commented 3 months ago

Hey thanks for a great project. I've been looking for ways to make Alexa -> Home Assistant responses faster, and using matter for local control is definitely the way to go. Most of my devices are already supported with the exception of the Inovelli blue light switches.

They show up in the registered devices list as MA-onofflight (0x0100), although I notice the cluster includes button config as well. Maybe this is why Alexa isn't finding it as a standard Matter light?

OnOff: true Composed: button Level: 152%

Happy to provide whatever other info you need. Thx!

genehand commented 3 months ago

I was able to get these working by adding a FeatureBlackList for action then unregistering all the bridged devices 👍

Luligu commented 3 months ago

Hi, thank you for your interest. I would use deviceFeatureBlackList cause the featureBlackList apply to all devices. Unless you want to black list all buttons in all devices. If you need some more support for your device I need the 3 files in .matterbridge directory bridge info device and group.json.

genehand commented 3 months ago

Hey what's the best place to send those? I sent a request over on discord