Hi everyone,
I’m new to Matter and would really appreciate your help if possible.
I installed the Docker image on my mini PC, running it with Bluetooth support. I was able to commission the devices and read their values via WebSocket.
So far, so good. However, I am now stuck because I don’t know how to proceed with commissioning via my smartphone.
My sensors operate on a Thread network created by my OTBR (GL-iNet GL-S200).
Could you kindly help me with the following questions?
-
Is it possible to commission a Matter device using my smartphone? I need to use the smartphone's Bluetooth because my Matter devices are not close to the mini PC running Python Matter Server.
-
During commissioning, can I set a custom node_id, or do I always have to use the one assigned by Python Matter Server?
-
Once a device is commissioned, I need to set up two separate subscriptions for the same type of device.
- The first subscription with the following timing for certain values:
"min_interval": 300, "max_interval": 300 - A second subscription with a different timing for other values:
"min_interval": 1800, "max_interval": 1800
- The first subscription with the following timing for certain values:
I really appreciate any help you can provide.
Thanks in advance!