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

controller cannot commissioning matter bridge device #44

Closed jpadie closed 1 month ago

jpadie commented 1 month ago

using latest version pulled today from the repo.

alexa cannot find the matter bridge from the QR code and I can see on the raspberry pi that port 5540 is not being bound by matterbridge (nor by any other device).


Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name    
udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12768      622/dhcpcd          
udp        0      0 0.0.0.0:5550            0.0.0.0:*                           1000       21927      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22360      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22358      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       22356      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       21915      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1000       21907      624/matterbridge    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        10550      238/avahi-daemon: r 
udp        0      0 0.0.0.0:33819           0.0.0.0:*                           108        10552      238/avahi-daemon: r 
udp6       0      0 :::52844                :::*                                108        10553      238/avahi-daemon: r 
udp6       0      0 :::5550                 :::*                                1000       21926      624/matterbridge    
udp6       0      0 :::5353                 :::*                                1000       22361      624/matterbridge    
udp6       0      0 :::5353                 :::*                                1000       22359      624/matterbridge    
udp6       0      0 :::5353                 :::*                                1000       22357      624/matterbridge    
udp6       0      0 :::5353                 :::*                                1000       21916      624/matterbridge    
udp6       0      0 :::5353                 :::*                                1000       21908      624/matterbridge    
udp6       0      0 :::5353                 :::*                                108        10551      238/avahi-daemon: r 
jpadie commented 1 month ago

solved - the systemctl service script in the readme "wrongly" references port 5550.

Luligu commented 1 month ago

Goog but there is nothing wrong in the readme. It's your choice to set the port 5550 or whatever else. Unless you set something the default is 5040.

jpadie commented 1 month ago

Alexa will not recognise anything other than the default matter protocol standard of 5540.If you are going to include 5550 as the default in the service readme the I strongly advocate you specify that not all commissioning controllers will work with that choice.  On 7 Jun 2024 21:41, Luligu @.***> wrote: Goog but there is nothing wrong in the readme. It's your choice to set the port 5550 or whatever else. Unless you set something the default is 5040.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>