calvarium / homebridge-lifx-plugin

A plugin that adds lifx-lights in the network automatically to the homebridge, also single lights can be added manually
Apache License 2.0
31 stars 11 forks source link

New LIFX bulb update breaks Homebridge-lifx-plugin completely #23

Closed Joe-XG closed 1 year ago

Joe-XG commented 1 year ago

Describe The Bug:

After updating LIFX Mini Color bulbs to firmware v3.90, they do not respond at all with this plugin.

To Reproduce:

Try controlling a bulb on the latest firmware

Expected behavior:

The bulb turning on or off, or changing color

Logs:

No logs appear in homebridge

Plugin Config: { "name": "Lifx Plugin", "duration": 0, "brightnessDuration": 300, "colorDuration": 300, "default": "0.0.0.0", "broadcast": "255.255.255.255", "lightOfflineTolerance": 3, "messageHandlerTimeout": 45000, "resendPacketDelay": 150, "resendMaxTimes": 3, "updates": true, "debug": false, "autoDiscover": false, "bulbs": [ { "name": "Kitchen Sink Light", "address": "redacted" }, { "name": "Joe's Room Lamp", "address": "redacted" }, { "name": "Joe's Room Ceiling", "address": "redacted" }, { "name": "Porch Light Right", "address": "redacted" }, { "name": "Porch Light Left", "address": "redacted" } ], "platform": "LifxPlugin" },

Environment:

Joe-XG commented 1 year ago

Resolved -- the update changed the IP addresses, I just had to update them. My bad!