+4
Discuss & Vote
SmartThings Routines being discontinued
levi 5 years ago
in Things & Capabilities
•
updated by Alex (ActionTiles) (Co-Founder) 4 years ago •
5
SmartThings is trying to phase out the Classic app, and has actually made it impossible to add new routines if you have deleted the existing ones in the Classic app. Is ActionTiles going to be adding Scene support? It seems like there is an API (https://smartthings.developer.samsung.com/docs/api-ref/st-api.html#operation/listScenes) which is what was noted as the original issue (https://support.actiontiles.com/communities/12/topics/2538-how-to-call-or-activate-a-scene-smartthings-scene-tiles)
Any word on this front?
Customer support service by UserEcho
I was wondering the same thing. Any new users of Smarthings will need to be able to add scenes to AT or will lose a lot of functionality. We current users will need scenes also when the app is fazed out.
There is indeed a REST API, so if you want to activate a Scene from ActionTiles you can do so, there just isn't any native support at the moment. I don't need to run any scenes at the moment but I know if I want to I can just use a URL Shortcut with a URL like:
javascript:$.ajax({type: 'POST', url: 'https://api.smartthings.com/scenes/<Scene UUID>/execute', headers: { 'Authorization': 'Bearer <Auth UUID>'}});
I'd imagine with ActionTiles, it is a matter of waiting for the waters to clear a bit. There is a V1 REST API but is there a V1.1 or a V2.0 round the corner that will significantly change things? Is the REST API even the way forward?
Is there any news about using scenes from the new app? It's unreasonable not to have this function.
No native support released in ActionTiles yet, but there are various solutions available to do the job while waiting :
This article describes a method to add Scenes to ActionTiles:
https://support.actiontiles.com/knowledge-bases/8/articles/8740-how-to-use-new-smartthings-scenes-with-actiontiles