@Ryan_Mclellan, you can find the brief Variable introduction in the post below.
I have a few rules aggregating my sensors’ battery status or door open/close states into variable, and I have the variable as tile in the dashboard as @Chris_C mentioned to give me the high level idea if something is not right, and I can tap the variable tile to go to the other dashboard for more detailed view. Here are some quick steps to get you started, and feel free to post your rule screenshot if you need some help.
-
Create a True/False variable
-
Create a rule to aggregate doors’ status
- Trigger: (to be triggered when any of the doors’ state changed)
- when front door is changed to open
- when front door is changed to closed
- when back door is changed to open
- when back door is changed to closed
- Flow:
- If front door is open OR back door is open, then set $anyDoorOpen variable to True, else set it to False
- Trigger: (to be triggered when any of the doors’ state changed)
-
Add this variable to the dashboard and conifgure the tap action to open hyperlink with the URL to the other dashboard page.