Mqtt with SmartThings problem

Hi all,

I have a problem with final configuration for HASS + SmartThings. I have binary motion sensor, switch and couple regular mqtt sensors for params (battery level, power usage etc.). But I’m able to make it work only after following steps:

  • Restart hass service
  • Restart Smart things Bridge service
  • Twice restart hass service

Otherwise one of components is not syncing: either params sensors or switch + motion. But all messages are populating to MQTT broker, hass just doesn’t processing them.

Would appreciate any help.

Check your device settings in SmartThings. Be sure you have the correct IP and MAC Address set.

Thanks, but it seems that some problem is with MQTT broker itself. I temporary switched to embedded broker and it fixed an issue. I was using mosca before.