#Lifx Ceiling Light

1 messages · Page 1 of 1 (latest)

clever moon
#

Looking at getting some Lifx Ceiling Lights. What are the controls for it in HA?

cunning parrot
#

On, off, effect ( morph, flame and sky)

#

And brightness/color

clever moon
cunning parrot
#

Pleasure is mine!

fossil quiver
cunning parrot
#

I have 2 Lifx 15 inches but am reluctant to getting any more!

Also, have you seen this : https://photons.delfick.com

Perhaps the functions of the integration could be pushed even further

clever moon
#

I’m looking at getting four of them and they are close together.

fossil quiver
#

Yes, I'm a contributor to Photons. 🙂

#

I'm not planning on adding this support while the core integration still uses aiolifx as the underlying library. I've created a new library that I'm planning on replacing it with, but I want to get it operational in another project before bringing it to Home Assistant. I have a new version of the core integration that uses the library that has support for this and a bunch of other stuff too

#

If you're interested, the new library is here: https://github.com/Djelibeybi/lifx-async and it uses https://github.com/Djelibeybi/lifx-emulator during CI to ensure that it follows the LIFX protocol. I'm currently working on a PR to add it to the LedFx project to drive their LIFX intgration both because I love LedFx and want it to work on more of my LIFX devices and also so that it gets some real-world testing before being submitted to Home Assistant: https://github.com/LedFx/LedFx/pull/1671

GitHub

A modern, type-safe, async Python library for controlling LIFX lights - Djelibeybi/lifx-async

GitHub

LIFX LAN protocol and light emulator for testing purposes - Djelibeybi/lifx-emulator

GitHub

As discussed in #1665.

Summary by CodeRabbit

New Features

LIFX device discovery API to find devices on your network and optionally add them
Automatic detection of LIFX device types (bulbs, stri...

fossil quiver
cunning parrot