Access to a specifi screen directly

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
usky73
Posts: 39
Joined: Saturday 07 November 2015 9:53
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: france
Contact:

Access to a specifi screen directly

Post by usky73 »

Hi all,

I have done my dashticz config, it is a great tool !
The only thing that I did not found is how to access to a specific screen directly with the http link.

By default it will access to screen #1 but how to access to an other screen using the http link ?

Like http://192.168.1.1:8082?screen=2

Possible ?
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Access to a specifi screen directly

Post by Lokonli »

Good to read you like Dashticz :)

There is a config parameter you can use in CONFIG.js, like this:

Code: Select all

config['start_page'] = 2
Via the url you can select an alternative config like:

Code: Select all

http://192.168.1.1:8082/?cfg=config2.js
or, only change one (ore more) config parameters directly:

Code: Select all

http://192.168.1.1:8082/?start_page=2
You can also combine it (for whatever reason...):

Code: Select all

http://192.168.1.1:8082/?cfg=config2.js&start_page=2
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest