t0bst4r / matterbridge-home-assistant-addon

Apache License 2.0
77 stars 13 forks source link

[Feature]: Specify Matterbridge UI Port in Addon Config #99

Closed Omnipius closed 1 month ago

Omnipius commented 1 month ago

Domain

No response

What is actually missing?

Provide a way to specify the port used by the Matterbridge Web UI from within the HA Addon Configuration.

This can be done by passing the assigned port number to option -frontend when launching Matterbridge:

matterbridge -bridge -frontend [port number]

t0bst4r commented 1 month ago

What is this actually needed for?

Omnipius commented 1 month ago

This would allow for running multiple instances of MB to segregate devices exposed to different Matter controllers.

Running multiple instances of the matterbridge-home-assistant-addon plugin within MB in childbridge mode could achieve the same thing.

t0bst4r commented 1 month ago

Okay, but beside the frontend port, the matter port also needs to be changeable then (default 5540).

t0bst4r commented 1 month ago

I have that implemented. It will be available in 2.2.0 in the next 5 minutes or so.