Govee devices with the LAN protocol enabled listen for discovery packets on UDP port 4001. They participate in the multicast group 239.255.255.250.
Because multicast-UDP is often poorly supported by routers (especially on Wi-Fi), Govee2MQTT provides alternative discovery methods to bypass multicast issues:
- Direct IP Scanning: You can specify a list of IP addresses to which discovery packets are sent directly (unicast).
- UDP Broadcast Variations: You can enable options that use standard UDP broadcasts instead of multicast.
For a device to be successfully discovered and usable, UDP ports 4001 and 4003 must be reachable from the Govee2MQTT instance.