Hi,
We have a few installations with home assistants running on a subnet behind a mikrotik router with the idea that we can add all our hardware on that subnet later on with only 1 IP as a visible installation to a user.
For this we opened port 8123 on the router.
We can now access the homeassistant by going to http://ROUTERIP:8123 and its all working nicely.
However, the mobile app does not automatically recognise the home assistant, requiring the user to manually find out the IP of the mikrotik router and set it as a manual address.
We have been building around this issue during a test installation phase of 10 devices by assigning a fixed IP in the router settings of the users for the mikrotik, however this may change when a router is updated, reset, etc. after which the user can no longer access the home assistant.
Since we are preparing for a rollout of 84 installations, each of which includes a home assistant green and a mikrotik router, we would want to resolve this issue beforehand.
When loading up home assistant in the dev enviroment I did see the following ports, and tried opening them as tcp but without success:
- 11984
- 18554
- 18555
Is home assistant using a different port to be "findable" that we are missing?
Thank you for your help.
Remco