Page 1 of 1

Dashticz-graphs

Posted: Sunday 25 March 2018 18:11
by retetiba
Hi,

I am using Dashticz and enjoying it very well.

I am trying to sort out one thing: When showing graphs Dashticz takes as a default the "last-hours" options. Can this be changed in "last day"?

Re: Dashticz-graphs

Posted: Sunday 25 March 2018 20:05
by aiolos
Hi,

You can use the configuration option:

Code: Select all

config['standard_graph'] = 'day';
See also the wiki for more information: https://www.domoticz.com/wiki/Dashticz_ ... figuration

Re: Dashticz-graphs

Posted: Sunday 25 March 2018 20:12
by retetiba
Thx, that helped!