Hi all! I have a HA server in my LAN and all my IoT devices are in a separate VLAN. In this way to insert all the devices I have to configure them all manually using MQTT commands. Since I’m fed up about this method, I’ve added a second NIC to the HA VM (Proxmox) that is in the IoT VLAN. When I enter the terminal I see that HA has 2 IPs, one for each network and I thought that all the Shelly (they use the same MQTT broker that uses HA, they’re not configured for cloud connection and ColoT is enabled) devices would appear in HA, but…they don’t. How do you think that I can troubleshoot this problem?

  • @just_another_person
    link
    English
    1
    edit-2
    3 days ago

    When you say “VLAN”, are you saying this a tagged network? It sounds like you just have two physical networks here. What is handling the tagging?

    • @peregusOP
      link
      English
      13 days ago

      It’s a tagged network. The VLANs are setup in the OPNsense router and since HA is a VM, the VLAN is taken care by Proxmox that presents an untagged NIC to the VM.

      • @just_another_person
        link
        English
        13 days ago

        Well there’s a lot of stuff happening all at once, and without a bigger picture, I can just give you some basic steps on how I would start debugging:

        • Make sure the new untagged interface is actually working as expected (check rx/tx, basic pings)
        • Try pinging the devices ONLY from that interface
        • Check the configuration of the devices if you can contact them and see what endpoint they think they are supposed to be talking to
        • If the are WiFi, make sure that wireless network can be pinged from this new interface (join a laptop and ping back and forth)
        • If all else fails, snoop that interface and see what IS traversing it