Releases: stjohnjohnson/smartthings-mqtt-bridge
Releases · stjohnjohnson/smartthings-mqtt-bridge
Fixing Command/State Swallowed Messages
This fixes a few bugs when it comes to sending the right state and stopping the right duplicate message
Command and State support
Now you can pick different topics for command vs state
Support CloudMQTT + more
This adds support for alternative ports, protocols, usernames, and passwords.
More Node Friendly
Now contains a binary you can just run! Also can change port number now.
Hotfix for missing subscription.json
v1.1.1 1.1.1
Bug Fixes
- 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
This now allows SmartThings to send duplicate messages
Minor improvements
- 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