Skip to content

Releases: stjohnjohnson/smartthings-mqtt-bridge

Fixing Command/State Swallowed Messages

16 Apr 09:50
Compare
Choose a tag to compare

This fixes a few bugs when it comes to sending the right state and stopping the right duplicate message

Command and State support

16 Apr 09:49
Compare
Choose a tag to compare

Now you can pick different topics for command vs state

Support CloudMQTT + more

22 Feb 22:41
Compare
Choose a tag to compare

This adds support for alternative ports, protocols, usernames, and passwords.

More Node Friendly

17 Feb 02:19
Compare
Choose a tag to compare

Now contains a binary you can just run! Also can change port number now.

Hotfix for missing subscription.json

14 Feb 01:54
Compare
Choose a tag to compare

Bug Fixes

13 Feb 20:24
Compare
Choose a tag to compare
  • Switching default preface to smartthings instead of /smartthings but leaving backwards compatibility (fixes #10)
  • Adding saving of history to disk, to prevent startup spam (partial fix for #9)
  • Do not send level if current state is "off" (fixes #9)
  • Resubscribe to topics if connection with MQTT is lost (fixes #11)

Allow for duplicate messages

07 Feb 20:34
Compare
Choose a tag to compare

This now allows SmartThings to send duplicate messages

Minor improvements

06 Feb 23:18
Compare
Choose a tag to compare
  • Fixed bug with all event types being required in SmartApp configuration
  • Added support for Motion based devices
  • Fixed bug with Bridge crashing when SmartThings is offline