Open chasedg2008 opened 8 years ago
Do you have any LIFX light bulbs connected to your local wifi network?
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.
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
Anyone still has this issue?
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?