I’ve recently been experimenting with controlling my RF remote controls, such as my garage door and shutters, using a 16-port web relay with Home Assistant. While sending HTTP commands to control these devices works individually, I’ve encountered an issue where sending multiple commands at once causes the web relay to crash and not reconnect automatically. This has been quite frustrating, especially when trying to manage multiple devices simultaneously.After some research, I believe the solution might involve implementing a mechanism to ensure only one command is sent at a time. Perhaps adding a delay between commands or using some form of queuing system within Home Assistant could help prevent the relay from becoming overwhelmed. I’m curious if others have faced similar challenges and how they’ve resolved them.I’ve tried adjusting the order of commands in my configuration, but this hasn’t made a significant difference. Maybe incorporating some form of state checking before sending each command could be a viable approach. Alternatively, I wonder if there are alternative devices or methods that handle multiple simultaneous commands more reliably.If anyone has successfully addressed this issue or has suggestions on how to optimize my setup, I’d be grateful for any advice. Let’s work together to find a solution that ensures my smart home operates smoothly and efficiently!