where rpihass runs all services: homeassistant, homeintent (with Rhasspy), an MQTT server, ...
So keep using the HI internal Rhasspy instance with an external MQTT broker (I'm already running Mosquitto in a separate docker container for other services) seems not to work - at least the internal Rhasspy instance wasn't configured with these values, it's still using the Internal MQTT. Can you confirm that?
I would suggest to enable the option to use an external MQTT server even when externally_managed is set to false.
do you know if the docker container can resolve the hostnames correctly? There might be some custom docker networking setup to get that working. Have you tried using the IP address instead?
I'm not sure if I'm right but it seems that the following does not work:
where
rpihass
runs all services:homeassistant
,homeintent
(withRhasspy
), anMQTT
server, ...So keep using the HI internal Rhasspy instance with an external MQTT broker (I'm already running Mosquitto in a separate docker container for other services) seems not to work - at least the internal Rhasspy instance wasn't configured with these values, it's still using the
Internal MQTT
. Can you confirm that?I would suggest to enable the option to use an external MQTT server even when
externally_managed
is set tofalse
.