The Dashboard can run a Rule, but the Rule Engine currently can’t directly control tiles on the dashboard.
That being said, you have a few options (assuming this is on Android or FireOS):
- Use a separate Hyperlink tile to launch your desired app
- If you are using Fully Kiosk Browser, use the Fully Kiosk Browser Controller DTH (Hubitat | SmartThings) to launch the app using the launchAppPackage() command
- If you’re using a device with Google Play services, use Pushbullet or Pushover to send a notification to the tablet, then use Tasker to open the desired app
Is this using a native Virtual Switch tile that the Harmony integration creates for each activity?
What did you plan on using as your trigger? One thing to keep in mind is if you use native Harmony Activity Switch changing to on
as the trigger, then the tablet will always open the app even if that activity’s switch gets turned on from somewhere else. If you don’t want that, you might consider adding a separate Virtual Switch and then a rule tied to that special virtual switch which activates your desired activity and opens your desired app.