project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Planned support for zigbee? #118

Closed lattice0 closed 8 months ago

lattice0 commented 8 months ago

I'm almost starting a zigbee project in rust. Will this project eventually have zigbee support? I'd like to not reinvent the wheel

nevi-me commented 8 months ago

The Matter spec differs from the ZigBee one. I wouldn't expect there to be ZB support in this project.

ivmarkov commented 8 months ago

I personally cannot say yes or no. After all, the Matter cluster/library spec is based on Zigbee.

lattice0 commented 8 months ago

I want to move to thread/matter but keeping my zigbee devices is crucial, so I think lots of people would want that as well. I don't know, I'll start playing with zigbee for now, it's just an experiment, maybe it evolves to something serious in the future.

Thanks!

nevi-me commented 8 months ago

You could look into the chapter about bridges in the Matter specification, as this would be relevant there. Yes, a Zigbee-Matter bridge stack that's built in Rust would be appealing to some of us.