WebThingsIO / addon-list

List of installable add-ons for WebThings Gateway
Mozilla Public License 2.0
77 stars 53 forks source link

CHIP/Matter Adapter #1037

Open benfrancis opened 4 years ago

benfrancis commented 4 years ago

Starting an issue to discuss creating a CHIP (Connected Home over IP) adapter.

Starting points:

mrstegeman commented 4 years ago

Moving to the addon-list repo...

rzr commented 4 years ago

Hi I also have interest into CHIP, FYI, I sent a (trivial) patch to see how open is its community and it was merged.

benfrancis commented 3 years ago

As far as I know there's still no public specification of Matter available to implement, but if anyone finds one please report back here.

A working open source library that could form the basis of a Matter adapter add-on, which works with a publicly available hardware dongle, would be even better.

benfrancis commented 1 year ago

See also:

Ideally we can build directly on the SDK. We could re-use HomeAssistant's server like the Candle adapter is doing but we'd be bridging from one WebSocket subprotocol to another which isn't as efficient. One approach could be to fork HomeAssistant's server and change the WebSocket sub-protocol it exposes to the WebThings Gateway add-on IPC sub-protocol.

benfrancis commented 1 year ago

See also (for Ubuntu/Ubuntu Core):