Hey guys,

I’m having some trouble getting back into home assistant. I was running fine on an RPi with HA in docker, but during some tinkering on another project broke the whole thing and it was easier to start from scratch.

Since last time though, I’ve installed a mesh WiFi system (TP link Deco). These are running in Access Point Mode. My new HA is up and running again, but hasn’t auto discovered anything. I recall being surprised last time by the amount of things it found and how easily. I think there are some network settings preventing proper auto discovery, can anyone give me any tips?

Thanks in advance!

    • 1111@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      Thanks! I’ve seen this phrase before when hunting around some other forum posts. How can I check this? I assume on my router or on the access points? I can’t see anything in the Deco app about this, I found this link that suggests it might not be supported?

  • AlternateRoute@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    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.

    • 1111@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      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

      • AlternateRoute@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        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.