im not familiar to the rhasspy ,when i try to write a node-red like the picture .i dont know whats going on .need help pls.
I’m still using Rhasspy with Home Assistant and node-RED … however I am using MQTT as the interface. I’m sure that websocket can work (and found a couple of comments which suggested I started out using websocket) … but since Rhasspy uses MQTT internally I thought I would go with that.
If you are interested to try MQTT method:
My Rhasspy already uses an External MQTT broker (Mosquitto provided by Home Assistant), because I have a few Rhasspy satellites.
In Rhasspy I have disabled “Intent Handling”, including on my Home Assistant Rhasspy add-on. I thought it is easier to handle all my intents in node-RED, than having
In node-RED I use a “MQTT In” node configured to listen for “hermes/intent/#” topics
Thank you for your help. In fact, I wanted to try to perform intent recognition using local commands. At first, I thought it was necessary to use the Node-RED project. Later, I discovered that I needed to map a local folder into the Docker container so that the files inside could be read. Later, I thought that maybe since both of my projects (Rhasspy and Node-RED) are deployed using Docker, I need to deploy their networks in the same place to establish connectivity.