Go To screen action

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
fargle
Posts: 70
Joined: Tuesday 27 March 2018 17:42
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Go To screen action

Post by fargle »

Hello
My dashboard is pretty full already, and what I would like to do is automatically switch to another screen when some event triggers it.
Its to view a single camera full-screen on a smallish display for a short time before automatically reverting to the home screen.

Googling shows that this used to be possible in the distant past, but this feature seems to have been dropped.
Does anyone know how to accomplish this these days?
.
dashticz go to screen action - Buscar con Google.png
dashticz go to screen action - Buscar con Google.png (20.69 KiB) Viewed 186 times
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Go To screen action

Post by Lokonli »

fargle wrote: Monday 09 June 2025 22:42 Hello
My dashboard is pretty full already, and what I would like to do is automatically switch to another screen when some event triggers it.
Its to view a single camera full-screen on a smallish display for a short time before automatically reverting to the home screen.

Googling shows that this used to be possible in the distant past, but this feature seems to have been dropped.
Does anyone know how to accomplish this these days?
.
dashticz go to screen action - Buscar con Google.png
I did a quick test. Everything still seems to work:

To switch to a specific screen when a device changes (for instance screen 3), add the following to the block parameter:

Code: Select all

gotoslide: 3,
You can also switch to a specific screen when a switch-like device switches to 'On' only with:

Code: Select all

gotoslideOn: 3.
Sliding back to the default screen after a certain timeout can be defined in a CONFIG setting:

Code: Select all

config['auto_swipe_back_after'] = 10; //swipe back after 10 seconds
fargle
Posts: 70
Joined: Tuesday 27 March 2018 17:42
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Go To screen action

Post by fargle »

Thanks for taking the time to answer nicely, Lokonli. This was begging for a RTFM-type answer, and that's exactly where the solution was :oops:
I had started to play with ydotool to simulate keyboard entries, but this is easier by far.

Update: This worked, even when the screen was in Sleep mode.

And the same situation and solution was posted by Sleth way back in 2019.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest