this post was submitted on 12 Nov 2023
10 points (91.7% liked)
homeassistant
12008 readers
132 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If the dockers networking is NOT in host mode it will not really discover much as discovery depends on a lot of ports for a lot of different protocols.. As bookworm also noted DNS / mDNS is also very important to discovery.
Thanks for the advice. Is there a certain YAML file or something I should be looking at to check this? I installed via portainer and haven't seen any of the configs this time around
I highly suggest using the "stacks" feature in portainer as it lets you use standard docker compose YAML files to do the config but still lets you have the ease of use of the stop start, pull, CLI UI etc. The default way of using portainer often obfuscates important settings.
Nice one, I'm going to check this out!