mqtt-bridge-smartthings icon indicating copy to clipboard operation
mqtt-bridge-smartthings copied to clipboard

Some attempt at change log and known bugs

Open sgupta999 opened this issue 4 years ago • 1 comments

I will keep updating this post for known / reported bugs. I will fix and post update for latest fixes here on github - so github will have all the latest versions. Once I have enough change I will updated the version on NPM (this is primarily because you cannot ever republish a version on NPM and i don't want to keep track of too many versions) ==============03/05/2020 Publishing from ST ->MQTT with not command key there were errors. updated mbs-server.js still not updated to version 1.05 ==============01/23/2020 Retain message setting was not working correctly. waiting to update to version 1.05 (have not published as yet) in the meantime update mbs-server.js is on github

===========11/28/2019 Erroneously uploaded my dev environment in version 1.0.3 on NPM had to republish to NPM with new version 1.0.4

==================== 11/21/2019 I just released version 1.0.3 on NPM and alpine and rpi docker images on docker hub. Please check the read me page for the latest directions. This a major upgrade to vesion 1.0.2

Changes in version 1.0.3 Significant upgrades

1 Overlapping MQTT wildcard subscription enabled 2 Completely removed and refactored the joi packages and jcsrc - every node js package is now at their latest versions 3 Changed location of config files for docker implementation 4 Providing docker images for Alpine and RPI platform

=========================================11/18/2019

  1. If no config files is specified the server crashes
  2. If using wildcards in MQTT topic server could crash

Fix for above two pushed to github on 11/16/19 - just download updated mbs-server.js 11/17/2019 fix pushed to NPM as version 1.0.2

  1. If bunch of entries removed from device config file could crash on restart. 11/18/2019 fixed but not released - will be part of next major release. workaround is to delete json files from data folder and restart. the working dev copy is available in test folder as mbs-server-v2.js https://github.com/sgupta999/mqtt-bridge-smartthings/blob/master/test/mbs-server-v2.js

sgupta999 avatar Nov 17 '19 04:11 sgupta999

MBS Bridge can not be installed as a SmartApp. Error message:

No signature of method: script_app_metadata_ec6b5236_7d7f_482a_aee9_7ac577594215.metadata() is applicable for argument types: (script_app_metadata_ec6b5236_7d7f_482a_aee9_7ac577594215$_run_closure1) values: [script_app_metadata_ec6b5236_7d7f_482a_aee9_7ac577594215$_run_closure1@66c36eba] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)

pgielen avatar Mar 13 '21 13:03 pgielen