Create SmartThings dashboards in Tasker.
The tasks currently support one scene. Create a scene with the title ST Dashboard Scene 1
and add nine toggles and nine text boxes.
Each toggle should be labeled Toggle1 and have the off and on labels updated to %toggle_off_label(1)
and %toggle_on_label(1)
respectively with the number reflecting the toggle number. Under the Change
heading, add the task Perform Task
and make the task name ST Dashboard Toggle
. See this example for more details.
Below each toggle should be a text box labeled with the same number and have the text %textbox_text(1)
.
Import the tasks from TaskerNet.
Create a Personal Access Token (aka bearer token) in the SmartThings API and set the %Bearer
global variable in Tasker to the value.
Run the ST Dashboard Build Scene
task to build the scene content. Keep in mind that this can take awhile to run if you have a lot of devices. Once complete, the global variable %SliderButtons
will be created with content used by the scene.
Run the ST Dashboard Run Scene
task to run the scene. Click the toggles to toggle your devices on and off.