Hello!
I use nodered to switch different lamps via the node ‘call service’. I notice that every now and then a lamp does not switch. How many ‘call-service’ actions can you perform at the same time and could this be the problem of occasionally missing a switch?
it may be possible to place a small delay between the ‘call-service’ actions.
Thanks for your response… because of the overview I have all entities in node red together. So for each entity a separate ‘call-service’ node. But I’ll give your solution a try. If that fixes the problem I’m happy enough.
I have the exact same problem. For me it happens even with them in the same service call. Even tried making a group with all the devices and calling that group and it does the same thing. Did you ever solve this?