I’m trying to mqtt bridge setup, but I cant seem to get the smartthings mqtt bridge server to run. For my output, it only goes so far as to say Connecting to and it hangs
homeassistant@raspberrypi:~/.homeassistant $ smartthings-mqtt-bridge
info: Starting SmartThings MQTT Bridge - v2.0.0
info: Loading configuration
info: Loading previous state
info: Perfoming configuration migration
info: Saving current state
info: Connecting to MQTT at 192.168.86.20:8080
Here is my config.yml:
mqtt:
host: 192.168.86.20:8080
preface: smartthings
username: homeassistant
password: xxxxxxx
That would be the username and password that was configured for your mqtt broker.
If you use mosquitto, use (fill in BROKERNAME with the one you want):
I’ve been seeing “mosquito” in a lot of posts. Pardon my ignorance, but what is mosquito? Should I be using it? I’ve only got about 3 days experience with Raspbian.