#Cannot connect device to Matter

1 messages · Page 1 of 1 (latest)

arctic crane
#

I'm trying to set up my first Matter device - A Meross MT300 thermostat.

I'm running HA in a container, so I've also set up a Matter container. I've got the Matter integration added into HA, and all seems to be good there.

The thermostat does connect to my WiFi - I can see it in my Ubiquiti Network devices pane. However, as I'm walking through the setup process, it gets to a point where it tells me "Can't reach device - make sure your phone is connected to wifi". My phone is also connected to my home WiFi on my 2.4Ghz IOT network.

Do I need anything else set up to communicate with this thing? Do I need any sort of physical router, or is the docker container sufficient?

Yeah, kinda dove into the deep end on this without doing a lot of research first...

arctic crane
#

Do I have to set it up through Google Home on my phone then connect to HA? When it asks, I tell it to pick another option and HA is then listed as an option and I select it.

arctic crane
#

The stat is functional. I can use the control panel to turn my AC on/off and just turned the heat on and adjusted the temperature, so everything's working there.

coral flame
#

I did my Matter device on the HA web page, entering the code manually - that worked

candid nacelle
#

that's very strange, the "make sure your phone is connected to wifi" error should only be happening during the first part of commissioning, where the phone is trying to talk directly to the matter device. That error would likely also prevent you from connecting it to google home.

#

the usual cause for that is that your phone is unable to resolve mDNS queries which get answered by the matter device. An example of what might cause this is having wifi "broadcast optimization" enabled, which could prevent the wifi aps from forwarding the mDNS queries from one wifi device so they can be answered by a different wifi device.

arctic crane
#

Would enabling this help at all? knows just enough about networking to hang himself

#

Here are the mDNS settings that I see:

arctic crane
#

yeesh! looks like setting up ipv6 is something of a nightmare unless you really know what you're doing...

candid nacelle
#

i think many matter over wifi devices actually work over ipv4, but regardless, all they should need for ipv6 is the automatically assigned link-local addresses

#

(since the matter controller and devices are expected to be on the same network link)

#

thread devices are more complex because the thread network is on a separate subnet, so addresses need to be routable.

#

but again, handled automatically for devices on the same link, since the thread border routers send out ipv6 router annoucements advertising a prefix to use.

arctic crane
#

I did have to enable ipv6 on my UNRAID server to get the Matter container installed. Not looking to argue with the router to get ipv6 running on my whole home network, so happy to hear that I probably won't have to worry about that.

arctic crane
arctic crane
#

Going to the Matter integration and adding takes me to the exact same setup screens as I end up at using the Meross app to do the setup. Both of them tell me "manufacturer recommends following their setup process...." and gives me a "continue anyway" or "cancel"
I used Meross' app and this is where it takes me. What gives???

#

Guess it doesn't matter, since this doesn't seem to work 🙁

arctic crane
#

submitting ticket to Meross. Seems I've got everyone stumpped with this one... 🙁

candid nacelle
#

keep in mind that matter devices are (for security reasons) generally only available for pairing for a short time after they're powered on (~15min or so). vendor-specific pairing methods might not have that limitation

arctic crane
#

And, I heard back from Meross.
Told me to use their app to pair it, not HomeAssistant.
It seems they watched the little screen recording, but didn't read the text in the message, where I described starting with their app. 😠 I'll make a new screen recording for them this evening when I get home.

pliant gyro
#

Are the Matter Controller, your phone, and the new device on the same network subnet?

#

Along w/ that network having Internet access

arctic crane
#

and yes, the IOT SSID has internet access

#

Meross has now seen that their app is sending me to the Matter pairing screen instead of keeping it within their app. Sending it to their tech people. I guess that's a good start.

pliant gyro
#

You don't have client device isolation on, do you?

arctic crane
#

No, I do not.

arctic crane