espressif / esp-matter

Espressif's SDK for Matter
Apache License 2.0
645 stars 150 forks source link

unable to connect esp-matter device to home-assistant (CON-1238) #995

Open Dimandragon opened 2 months ago

Dimandragon commented 2 months ago

I tryed to connect esp32-s3 to home-assistant using door_lock example from esp-matter repo using qr code from https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#commissioning-and-control and home-assistant mobile app; The mobile application successfully completes the stages of finding a device, connecting to it, creating matter credentials and checking the network connection, but it fails on "connecting device to Home Assistant" stage

Environment

Before flashing i erased flash memory from device. I think that maybe problem in home assistant, or maybe i forgot to set some configure options before building project (i used default sdkconfig)

sayondeep commented 2 months ago

@Dimandragon It is a problem related to google play services while discovering a device over mdns. Can you please try after restarting the phone or may be try on another network.

Dimandragon commented 2 months ago

@Dimandragon It is a problem related to google play services while discovering a device over mdns. Can you please try after restarting the phone or may be try on another network.

I tried reboot my phone and i'v got same result (log is hear matter_log_reboot.txt )

also i've tryed to use home assistant from iphone13 with same result (log also is hear matter_log.txt )

sayondeep commented 2 months ago

@Dimandragon I was able to commission the door_lock using HomeAssistant on Android. Can you please try on a different network (or even on mobile hotspot)?

sayondeep commented 1 month ago

@Dimandragon any update on the issue?