Page 1 of 1
How to display graphs on dashboard
Posted: Tuesday 22 September 2020 19:23
by Gurgeh
Hi,
i am new to this and would like this specific solution: I would like to see the "air quality last 24 hours" and "Temperature Last 24 Hours" on the same page. Ideally even in the same graph.
How do I do that? Do i install another theme and look there, or do i custom write an html file and somehow use that?
Just point me in the right direction and i will do the rest... Thank you!
Re: How to display graphs on dashboard
Posted: Tuesday 22 September 2020 20:46
by HansieNL
Maybe you can take a look at Dashticz
https://github.com/Dashticz/dashticz
Re: How to display graphs on dashboard
Posted: Wednesday 23 September 2020 1:10
by Gurgeh
Thank you. I will install it anyway because i am curious. (Is it possible to install it on windows? I only see linux instructions...)
However it seem a little like overkill to install this, just to display a graph with the 3 inputs, no?
Re: How to display graphs on dashboard
Posted: Wednesday 23 September 2020 9:56
by gizmocuz
Another option is to push the required data to influxDB and use grafana for charting (via a docker container for example)
Re: How to display graphs on dashboard
Posted: Wednesday 23 September 2020 13:40
by Gurgeh
Wow, all that sound really complicated.
Cant i just cut the html or php sections which display the Air and the CO2 out and put them in the same php or html page and just display that?
Re: How to display graphs on dashboard
Posted: Wednesday 23 September 2020 15:17
by Gurgeh
How do I install the Aurora Theme on windows?
Re: How to display graphs on dashboard
Posted: Thursday 24 September 2020 20:49
by madpatrick
Gurgeh wrote: ↑Wednesday 23 September 2020 15:17
How do I install the Aurora Theme on windows?
You can download the .zip file from github page
https://github.com/flatsiedatsie/domoticz-aurora-theme
copied the content to "domoticz/www/styles" or where your styles directory is located
Othe roption is the with the Domoticz Theme manager plugin:
https://github.com/galadril/domoticz-theme-manager
Re: How to display graphs on dashboard
Posted: Thursday 24 September 2020 20:50
by madpatrick
Re: How to display graphs on dashboard
Posted: Thursday 24 September 2020 22:28
by Gurgeh
Thank you that worked and taught me more about the domo file structure!