-
I'm trying to fix #27, but I'm stuck on installing my fork.
Current approach is to run this in the Homebridge console:
```
npm install github:lox/homebridge-lifx-plugin
cd node_modules/homebr…
-
When I run your example discovery code, I get the following errors:
Discovery broadcast
2021-01-31 06:10:29.136730-0500 Lifx Lan Protocol Test[34800:29354801] [] nw_listener_socket_inbox_create_s…
-
I have a couple of LIFX bulbs, but a _ton_ of Feit smart bulbs from Costco. They're much cheaper than LIFX and while they're not as vibrant, they are supported in Google Home and Alexa with the same i…
-
LampShade version: 82 (3.2.1)
Android version: 5.1
Devices: Moto X Style
```
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String lifx.java.android.entities.internal.str…
-
Using the example, the getState() and getHardwareVersion() time out, this used to work. Am I the only one experiencing this issue? Bulb is on firmware 2.1 according to the LIFX desktop firmware update…
-
## Expected Behavior
Lights are expected to show online and respond to commands from OpenHAB.
## Current Behavior
Multiple different types of my LIFX bulbs have been going offline and staying off…
-
I have a total of seven LIFX bulbs on my network, and the `node-lifx-out` nodes for just two of them are streaming "updates" even when the bulbs are unchanging, or even "off."
These updates come so…
-
Because currently:
``` sh-session
$ go run cli/lifx/lifx.go list
Discovered bulbs:
👧
👦
📈
🔭
📚
👧
👦
📈
🔭
📚
👧
👦
📈
🔭
📚
👧
👦
📈
🔭
📚
👧
👦
📈
🔭
📚
```
-
LIFX have released new firmware updates that includes changes which breaks lightsd, at least parts of lightsd. The A19 bulbs that I have updated to 2.14 are now crashing if I try to change their tag w…
-
Two workarounds:
1. Implement a callback handler which listens for LIFX bulb's turnOn callback, then immediate change the colour.
2. Spam the LIFX bulb with changeColour() calls right after the turnOn…