This is not completely what you want but it can help you started.
Designed it for a touchpanel, but never used in production so not sure if it works flawless.
The GetChanges Ui_control keeps a track on what client is clicking, it identifies the client with the ip number. Handy if you want the touchscreen in the bedroom uses an other default tab then the touchscreen in the living room.
In NotMydefaultTab the flow will check if the default tab (in this case tab 0) is active. If not then the trigger node will start and after 60 seconds the default tab "Verlichting" will be shown.
If tab is already the default tab 0 the trigger node will be reset.
You need to add yourself that the trigger node get trigger by the elements on your dashboard to reset the 60s countdown.
Have fun.
[{"id":"c6c67e1c.63cb1","type":"ui_ui_control","z":"b3f31bbd.8966b8","name":"GetChanges","x":130,"y":140,"wires":[["3b5784d6.3a6fc4"]]},{"id":"3b5784d6.3a6fc4","type":"switch","z":"b3f31bbd.8966b8","name":"Device 192.168.1.22","property":"socketip","propertyType":"msg","rules":[{"t":"eq","v":"192.168.1.22","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":360,"y":140,"wires":[["75e63278.81e8bc"]]},{"id":"75e63278.81e8bc","type":"switch","z":"b3f31bbd.8966b8","name":"NotMyDefaultTab","property":"tab","propertyType":"msg","rules":[{"t":"gt","v":"0","vt":"num"},{"t":"eq","v":"0","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":630,"y":140,"wires":[["b26b3f08.05074","c90ba11a.63bb58"],["19f67583.822112","d1c8b53d.5e7f3"]]},{"id":"b26b3f08.05074","type":"trigger","z":"b3f31bbd.8966b8","op1":"","op2":"Verlichting","op1type":"nul","op2type":"str","duration":"60","extend":true,"units":"s","reset":"","bytopic":"all","name":"","x":1090,"y":140,"wires":[["215cff6e.0a66b"]]},{"id":"215cff6e.0a66b","type":"ui_ui_control","z":"b3f31bbd.8966b8","name":"","x":1300,"y":140,"wires":[[]]},{"id":"d1c8b53d.5e7f3","type":"change","z":"b3f31bbd.8966b8","name":"","rules":[{"t":"set","p":"reset","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":880,"y":180,"wires":[["b26b3f08.05074"]]},{"id":"c90ba11a.63bb58","type":"debug","z":"b3f31bbd.8966b8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":860,"y":100,"wires":[]}]