Hi,
just opened an issue here:
and wondering if someone else is experiencing the same.
Related to the topic does anyone know how to stop HA discovery, in general, to reduce broadcasting traffic?
Hi,
just opened an issue here:
and wondering if someone else is experiencing the same.
Related to the topic does anyone know how to stop HA discovery, in general, to reduce broadcasting traffic?
Yeah I have two bulbs that have been going unavailable for the last couple of months, whereas they were stable before that. I might try the workaround suggested in the issue you raised. Not that I really want an integration that only exists to make another integration work.
I could be wrong but think I read that disconnections weren’t reported before. So they may have been just as unstable before but it wasn’t reported.
Edit: yeah I was right, https://github.com/home-assistant/core/issues/78876#issuecomment-1253491094
I am not completely sure about that: for the last year I didn’t have a single issue with commands of automation of LIFX lights, which I should have had if they were disconnected.
Now instead, when unavailable, they obviously do not respond.
Maybe it is just that “disconnections” from wifi are so short in time that previous case was more robust as connection re-estabilished.
I mean to me it looks like the system is better reporting the state but is less robust (?)
It’s a work-in-progress. The LIFX integration was updated to align with Home Assistant’s device-centric paradigm, which means that each bulb is now it’s own entity and that makes things inherently more noisy. Add to that the additional discovery methods and it all adds up.
As I mentioned in the GitHub issue, using the HomeKit Controller instead of the LIFX integration is recommended as that uses local push instead of relying on polling.