this post was submitted on 21 Mar 2026
6 points (100.0% liked)
homeassistant
18940 readers
19 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.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for your message
Here's my settings for network

If ypu can see anything wrong please let me know, I'll have another Google and see if I can find the issue
Just learned last week that Docker can't receive UDP traffic unless you forward it explicitly. If the bulbs use UDP for discovery, that would be your issue. Try the host networking mode
From my searching, there should be a checkbox called "Host Network" that you can tick in order to put the container into host networking mode.
I think it's this setting here. Under network do I just write host
Seems I was off the mark, as TrueNAS does things differently than pure Docker. According to this thread you need a bridge network and/or to convert Home Assistant to a TrueNAS custom app to get the host mode checkbox.