Is there a way, either via the web, the Android app or a third party, to export the details (IF, Then…) soni can easily identify the individual components, triggers and actions in a (preferably) spreadsheet? *Exporting via the Advanced Website only exports a list of the Routines without the component details.
If you are familiar with using the SmartThings API you can use https://client.smartthings.com/rules/ to get the JSON of all your Routines in all your Locations. Not pretty but it gives you a backup of sorts.
Thanks. I’ve no idea how to do that - any guides you can point to?
You can also look at the JSON views of your Rules in AWA… on by one of course. Tap on the Rule name and scroll down until you see Show JSON View.
Thanks, but with over 120 rules that’s exactly what I want to avoid
Create a Personal Access Token (PAT) here. Tokens are good for 24 hours only.
Then using a tool like Postman, sent a GET request to https://client.smartthings.com/v1/rules with an Authorization Header whose contents are “Bearer: Your-PAT-ID”.