Hi, I'm trying to following the official guide here https://www.home-assistant.io/integrations/homekit_controller to add the lamp to my Home Assistant server.
I've add it to the Apple HomeKit using my iPhone then disconnect it. However, the HA server just can't find the device.
I also tried to search it using my computer
❯ arp -a | grep yeelink
yeelink-light-bslamp2_mibt97c2.hitronhub.home (192.168.0.196) at 84:46:93:d6:97:c2 on en0 ifscope [ethernet]
❯ python3 -m netdisco
Discovered devices:
Discovered 0 devices
The device can be discovered when using the arp command but not discoverable using netdisco... Any suggestion?