Hey all,
Trying to figure out why I’m seeing such a significant speed difference between calling light.turn_off
and scene.turn_on
from Node Red.
I have about 12 lights, mix of Z-Wave, Hue, TPLink (wifi) and if I call light.turn_off
from NR it takes about 10 seconds for all the lights to turn off (and often times 1-2 end up staying on and I have to re-run the command). During this time the node says “Sending”. However, if I set up a scene in Homeassistant and call scene.turn_on
from NR, it happens instantly.
Since the scene can set all the lights correctly and quickly, it doesn’t seem like a ZWave throughput issue, and I’ve got other nodes calling several lights so it seems like I have enough throughput between NR and HA, but I’ve tried everything I can think of and can’t get the light.turn_off
to work.
Anyone seen something like this before?