home-assistant-libs / python-matter-server

Python server to interact with Matter
Apache License 2.0
466 stars 72 forks source link

Move accessory to another WiFi network? #678

Open olavt opened 5 months ago

olavt commented 5 months ago

People need to re-configure their WiFi networks from time to time. Having to rebuild the Matter fabrics / networks as a consequence would be very painful.

I'm not sure how moving a Matter accessory device from one WiFi network to another would be done using the Matter SDK, but it looks like Apple Home makes this quite easy.

This should maybe be a function in the Python Matter Server too?

marcelveldt commented 4 months ago

Yes we should create functionality for this. I need to dive into the details how to do this and if all devices support it.