Hass.io & Smartthings

Been trying everything to get Hass.io working with Smartthings. Had it all working when I had Home Assistant running from my Mac, but recently switch to RPi3 and can not get it working with Hass.io. For now, I’m just using the default settings in the Mosquito and Smartthings MQTT Bridge add-ons until I can get everything working. I think where I am running into issues is the IP, Port, and MAC address to use in the setup on the Smartthings side, and possibly the configuration.yaml. Any help would be greatly appreciated.

Did u check the prefix settings for your addon I had the same problem but I later discovered that I didn’t got a prefix in my configuration.yaml.

So lets ay you got some door sensor.

state_topic: “smartthings/Hodnik Door/contact”
command_topic: “smartthings/Hodnik Door/contact”
This is my config from my hassbian with mqtt bridge installed

state_topic: “smartthings/Hodnik Door/contact/state”
command_topic: “smartthings/Hodnik Door/contact/cmd”

This is hass.io with the addon. That are the default values.