Hello,
I want to use a Xiaomi wxkg01lm button to turn ON and OFF two led lamps.
I don’t like that there is a 2-3 second delay between the two lamps.
Here is my config from HA:
Does anyone know how to get rid of this delay?
Thank you,
Ciprian
Hello,
I want to use a Xiaomi wxkg01lm button to turn ON and OFF two led lamps.
I don’t like that there is a 2-3 second delay between the two lamps.
Here is my config from HA:
Does anyone know how to get rid of this delay?
Thank you,
Ciprian
Which integration are you using to control the two lights?
What two lamps is it?
Are they using the same integration or are they different brand and technology (WiFi, z-wave, zigbee).
I am controlling them with ESP8266 WeMos D1 Mini and diyhue (https://diyhue.readthedocs.io/en/latest/getting_started.html#), both are connected to wifi.
What I don’t understand is that if I use a scene in HA to turn the lights on or off, it works correctly. If I set the “ON” scene at a single press of the button and at two presses the “OFF” scene it works without delay.
I want to use Toggle to turn the lights ON and OFF when I press only once the button, but in this scenario in HA I am not allowed to use scenes.
I’m unfamiliar with diyhue. Which one of Home Assistant’s integrations does it use for reporting status and receiving commands? Is it the MQTT integration?
In that section where you enter the entity name, it expressly says “Name(s)”, you can separate them with a comma and they will all toggle simultaneously
Perhaps you meant to say you defined a Light Group which is a different integration from Group.
Your screenshot clearly shows the light.toggle service calling light.living_room_lights which must be a Light Group and not a Group.