Brian Lowrance
Brian Lowrance
@markmarino did you see my previous response on Aug 18 regarding this?
BigTalker will be super chatty when you have enabled "Debug Logging" To disable: 1. Go to My Home 2. SmartApps 3. BigTalker 4. Configure Defaults 5. Scroll to the bottom...
What are the messages that you are seeing and that cause concern? > On Mar 7, 2016, at 10:42 PM, nloui [email protected] wrote: > > Unfortunately this is already off...
If you are using BigTalker with musicPlayer devices (Sonos, etc), BigTalker polls those devices for their current status every 60 seconds. 1 poll per device. This is done so that...
@jimxenus I created a new issue/feature request for your request. https://github.com/rayzurbock/SmartThings-BigTalker/issues/13
I believe this is going to be found in BigTalker 1.1.5 on line 1660. I don't think the expression `required: (!(settings.defaultStartTime == null))` is being evaluated as I expected in...
Also, I believe line 3218 needs to be addressed. `if (settings.defaultStartTime == null) {` should probably be changed to: `if ((settings.defaultStartTime != null && settings.defaultStartTime != "") ? false :...
Beta version posted here: https://github.com/rayzurbock/SmartThings-BigTalker/tree/1.1.6-Beta Please test and let me know if you find this issue now resolved.
A queue was introduced to attempt to resolve this or reduce it at least in the 2.0 development branch. Please try that version and see if you still have the...