ActionTiles Support & Ideas Forum

Public Forum for ActionTiles Customers. Please use the Search Box and carefully browse the results to look for existing relevant Topics before opening a new Topic or Private Helpdesk Ticket.

0
Answered

Authorize more Things to my Location

Michael Penda 7 years ago in Configuration & Settings updated by Terry (ActionTiles) (Co-Founder) 7 years ago 3

Hello. Is there a way to re-authorize my list of Smartthings? After the first time, I did not see my Thermostat so I tried a new Device Handler and want to load my list of devices again. Thanks.

Answer
  1. You can go into the SmartThings App itself and find the "ActionTiles V6 (Connect)" SmartApp (under Automation?), and add Things there, and press Done. ActionTiles should normally get updated automatically from that.

  2. or ... In ActionTiles, you can drill into the Location View from My Locations, choose "Location Settings" from the Menu, and choose "Authorize Things".
0
Waiting for Customer

SmartThings Authentication - Select All - HowTo

Josh Fink 7 years ago in Configuration & Settings updated 7 years ago 3

I saw this posted in another thread but I couldn't comment on it. I know it's not a ActionTiles issue but one thing that might help everyone is to just use a little bit of javascript.

(I didn't think to use this when I was authenticating the API and I can't figure out how to DeAuthN/ReAuthN). This should work though for any page with checkboxes.

In Chrome, create a new bookmark (add page), give it any name and add the URL as

javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){el.checked=true});


Then, whenever you're on a page with checkboxes, just click the bookmark and it'll fill them.

Image 567


Hopefully this helps people.


Mac Windows