Hello,
This is my first post - I’m just getting started with home assistant. I’ve noticed that the built-in Lifx integration only seems to work for the first 82 zones. The documentation (LIFX - Home Assistant) seems to state this as well, as 82 zones is the maximum for a beam device.
I have two outdoor light strips (https://www.homedepot.com/p/LIFX-16-ft-Smart-Wi-Fi-RGBW-120V-Plug-in-12V-Neon-Flex-Integrated-LED-Outdoor-Rope-Light-Works-Alexa-Hey-Google-HomeKit-Siri-LFXNEON16-WP/327520942) connected together, for a total of 120 zones.
When I try to set the state of this device to a color, only the first 82 zones are updated.
action: lifx.set_state
target:
device_id: [My device ID]
data_template:
color_name: "white"
When I try to apply one of the Lifx themes through the LIFX: Move effect action, it only turns on the light, but doesn’t update any of it.
For comparison, I also have a single light strip (60 zones), which updates fine.
Here is a screenshot. I manually set the light to all Blue via the LifX application, and then I send the command I pasted above to change it to white - you can see that only the first 82 zones changed.
Is this a known issue, and are there any plans to add support for devices with more zones?