razzo04 / rhasspy-mobile-app

A simple mobile app for rhasspy.
MIT License
118 stars 13 forks source link

MQTT not working #21

Open Chris112358 opened 2 years ago

Chris112358 commented 2 years ago

Hi, I tried to connect the app to the mosquitto server running on the same Pi as my rhasspy docker is running. I tried to set up MQTT manually as well as with auto-setup. The Auto-Setup does work, but when I tried to check the conection it got the error "MQTT failed to connect". forther when I click check connection I get the following log entries:

MQTT: Connecting to mqtt MQTT: disconnected, state MqttConnectionState.disconnected MQTT: result code: 1 MQTT: failed to connect.

I am able to connect to MQTT via my Rhasspy instance as well as with my computer. So I have no idea whats going on. Does anybody have a possible solution for this?