vieira / homebridge-yeelight-wifi

Homebridge plugin for Yeelight white and colored bulbs.
MIT License
129 stars 27 forks source link

Can't find the light if firewall started #106

Closed yugu91 closed 1 year ago

yugu91 commented 2 years ago

Hi guys, As title, when the firewalld service stop that the lights will be found System is centos8, which ports will be use?

vieira commented 1 year ago

Hello, for homebridge in general you will need udp/5353 used for avahi/bonjour, whatever port you configure in config.json as bridge.port, in the example config.json it's tcp/51828 and for the plugin specifically udp/1982 used for multicast communication with the lamps. Unicast communication with each lamp is done by connecting to tcp/55443 of the corresponding lamp.