Since you said that you are running Mosquitto as an add-on, are you using Hass.io? The Hass.io add-on will run in its own container so you won’t be able to see the service in the host OS. When you look at the log at the bottom of the Mosquitto add-on when you start it, what does it show?
It doesn’t show a log. I installed HA using this guide
I think what you’re saying is it doesn’t work because I used Raspberian as OS instead of hassio?
I’m not a advanced linux user, if this would be the case do you think it’s best to install the Hass IO
OS? I only used Raspberian cause I wanted to flash my cheap tuya lightbulbs. Perhaps it’s best to flash them all and then reinstall the raspberry with the official hass.io?
The way you installed it should be fine. You are still running the Hass.io version, it appears, so it should work in almost the same way. When you say you installed the Mosquitto add-on, I am assuming you are viewing the add-on inside of HA. On the add-on screen where you start the add-on (and do configuration), there should be a Log with a Refresh link at the bottom of that page. If you aren’t seeing that, maybe I have misunderstood how you installed it.
I will also mention, while we are on the subject, that Tuya bulbs are supported natively in HA. It does require them to be connected to the Tuya cloud, but it works well, and you don’t have to go to all of the trouble of putting Tasmota or whatever on the bulb.
Maybe we need to clarify what you mean by “Add-On Store”. Are you meaning the Add-On section that you get to by clicking the Hass.io icon on the lower left of the Homeassistant menu?
I think it might has to do with the Tuya converter I used, since I really didn’t install it with apt install. I used sudo apt remove mosquitto and reinstalled it again in the hass.io add-on and it works now! Thanks for your reply
Hi, it’s not really a reply, but I want to share my experience. I started setting up Mosquitto MQTT and struggled.
And here is where:
To use the Mosquitto as a broker, go to the integration page and install the configuration with one click:
1. Navigate in your Home Assistant frontend to Configuration -> Integrations . 2. Use the Add button and search for MQTT 3. Configure the Broker, Port, Username, Password and Submit.
At second instruction I clicked on the already new found integration instead of searching it with the “Add Button +”. In this case I wasn´t asked to enter “Broker (IP of rpi), Port, Username, Password”. Hence I wasn´t able to set it up correctly.
After search of MQTT with add button everything went fine.