Question about command handler and websockets

Hi, I’m not sure at all, reading docs, if I need to setup websocket server to handle intent if I just want to handle intent with a command script handler. When I wake up Rhasspy and make a voice request, I can see in logs that it works fine and ends sending data through websocket. Maybe I have a wrong setup or maybe I really need a NODE RED server to configure something else?

Thanks in advance.
Regards

it’s not clear if your using home assistant or not; but I would personally recommend going the route of MQTT + Node Red.

I posted an example here to get you started;

Hi! No, I’m not using assistant of any type, my target is just to run a script. But the question is: is really required the server just to trigger a script?

Thanks!