Luligu / matterbridge

Matterbridge plugin manager for Matter
https://github.com/Luligu/matterbridge/blob/main/README.md
Apache License 2.0
125 stars 13 forks source link

Accessory Not Found #64

Closed sandeepb1 closed 3 weeks ago

sandeepb1 commented 3 weeks ago

I've installed the latest version of matterbridge with the latest version of npm and it starts perfectly fine.

No addons have been installed yet but when I try to add the bridge to HomeKit I'm presented with an "Accessory not found" error - I've tried the following

Using the following devices

Apollon77 commented 3 weeks ago

A Bridge without any devices it is most likely not possible to be commissioned and could already be the reason for this error ... So please add at least a device into the bridge and try again.

sandeepb1 commented 3 weeks ago

I've also tried with the matterbridge-home-assistant-addon in Home Assistant where it has populated all my devices and still receive the "Accessory not found"

Apollon77 commented 3 weeks ago

Then please enable debug logging and try again

If you do not see any traffic incoming then check that UDP is routed everywhere without issues - especially with docker and such. all routes need to allow UDP traffic flowing!

If you see traffic incoming we can look whats up

sandeepb1 commented 3 weeks ago

Found the issue, VLANs 😞

Apollon77 commented 3 weeks ago

I hope you find ways to configure the router to route UDP

Luligu commented 3 weeks ago

Is always related to mdns issues in my experience. If the network is working, Matterbridge/matter.js devices never ever fails to pair with Apple Home. Is the most stable controller since version 17.5 also with the HomePod that is a WiFi device.. Glad you solved.