-
Notifications
You must be signed in to change notification settings - Fork 69
add Matter device to multiple platforms not working #1187
Replies: 1 comment · 6 replies
-
What exactly you mean with the "Pairing mode"? You know that the QR Code on the device normally only works for the first pairing and then you ask the first controller that you have paired to give you a new pairing code ... and then you add another controller. Or what exactly you did/made? Also What kind of device? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Then please provide a debug level log of such an additional connection. I use that nearly each day and all works. So please make sure that your network is not segemented and UDP packages can flow between all participants ( matter.,js host, homepod/Google pod, Wifis where the mobile app is ... Additionally: What exactly you try? If you try to commissioning with Google Home on an iOS device then you need to follow extra steps - see https://github.com/project-chip/matter.js/blob/main/docs/ECOSYSTEMS.md#google-home-ecosystem ... this is needed for google if you use it on ios ... on android it is not needed anymore ( whyever) |
Beta Was this translation helpful? Give feedback.
All reactions
-
What I try is that I have an Android tablet with a nest hub and an Ipad with a home pod and I try to connect the two tablets with each ecosystem together. Here is the debug console of when I try the pairing:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok I see the following in the log:
Sooo what exacty is the order you do things? If Google is the "second added one"? Did you have added the test stuff to your developer project as shown above? |
Beta Was this translation helpful? Give feedback.
All reactions
-
I know that the commissioning complete but I think the first is the one for the already connected tablet. I have add the test stuff to the google developer project but nothing change I always have this: I try another time with a simple exemple from matter and this one doesn't work either |
Beta Was this translation helpful? Give feedback.
All reactions
-
In the end it seems to me to be some kind of MDNS/UDP issues where sometimes all is fine but then the latest announcements do not reaches the apps/hubs. I can not repro this issue. on my system all this works seemlessly. Try tolimit the network interface to one (currently the example app uses "Ethernet" and "Ethernet WSL" (seems a windows system?) maybe try with a linux based system to make sure that not windows somehow makes problems here |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
During the past few days, I have been trying to connect a custom device to two platforms (HomeKit and Google Home) at the same time using the Paring Mode. The problem is that it's not working, and I don't know why. I have done some research on the internet and have tried some of their advice (clearing the cache of the app, uninstalling the app, deleting all my devices from the appdata folder, etc.).
I didn't find anything about it in the documentation, so I want to know if it's currently not working or if it's a configuration problem in my project.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions