All my lights are Hue bulbs and I have motion detectors in various rooms to trigger the lights. These are generally decent but sometimes can seem a bit slow to register but that's not the end of the world.
It's the switches and buttons. If I have any Hue switch programmed to anything other than a simple on or off then there's a real noticeable delay.
For example, the switch in my bathroom has this shortcut:
It's a single push Hue button so this is the only way I can see to use it to turn the light on and off.
I push it, it can take a couple of seconds for the light to either go on or off.
If I were to reconfigure that to simply set the bathroom light on, it would be instant.
I could get around this by using a Hue dimmer switch so that the top button turns the light on, the bottom one turns it off but that's a more expensive switch and I don't need a dimmer in the bathroom.
I often get comments from friends "I pushed the light switch in your bathroom, nothing happened, I pushed it again, the light flickered on and off" which is clearly where its buffered the two pushes.
I've got these single button Hue switches around the house. My WiFi is good, it floods the house completely, my Hue Bridge is hardwired into the router. But yet they all do it.
Is there anything I can do to increase the performance here?
It's the switches and buttons. If I have any Hue switch programmed to anything other than a simple on or off then there's a real noticeable delay.
For example, the switch in my bathroom has this shortcut:
Code:
If Light is Off
Set light on
Otherwise
Set light off
End If
It's a single push Hue button so this is the only way I can see to use it to turn the light on and off.
I push it, it can take a couple of seconds for the light to either go on or off.
If I were to reconfigure that to simply set the bathroom light on, it would be instant.
I could get around this by using a Hue dimmer switch so that the top button turns the light on, the bottom one turns it off but that's a more expensive switch and I don't need a dimmer in the bathroom.
I often get comments from friends "I pushed the light switch in your bathroom, nothing happened, I pushed it again, the light flickered on and off" which is clearly where its buffered the two pushes.
I've got these single button Hue switches around the house. My WiFi is good, it floods the house completely, my Hue Bridge is hardwired into the router. But yet they all do it.
Is there anything I can do to increase the performance here?