brutella / hklifx

LIFX HomeKit bridge
Other
105 stars 17 forks source link

no output #12

Open chasedg2008 opened 8 years ago

chasedg2008 commented 8 years ago

When i rungo run hklifxd.go -pin 00102003 -v it sits and does nothing. ~/work/src/hklifx # go get ~/work/src/hklifx # go run hklifxd.go -pin 00102003 -v

any ideas?

brutella commented 8 years ago

Do you have any LIFX light bulbs connected to your local wifi network?

chasedg2008 commented 8 years ago

Yes they are all connected to the local network. The VM that is running this is connected to the same network as well. 

Sent from Outlook Mobile

On Mon, Feb 29, 2016 at 2:01 AM -0800, "Matthias" notifications@github.com wrote:

Do you have any LIFX light bulbs connected to your local wifi network?

— Reply to this email directly or view it on GitHub.

blade5502 commented 8 years ago

Initially I had the same issue. Fixed it by editing the general Broadcast Address to my subnets specific Broadcast in hklifx dependecy golifx/protocol/v2.go

For example if your IP is 192.168.0.10 with subnetmask 255.255.255.0 the broadcast address will be 192.168.0.255 or if your IP is 10.0.0.10 with subnetmask 255.0.0.0 your Broadcast IP will be 10.255.255.255

brutella commented 5 years ago

Anyone still has this issue?