Re: Dashticz Graphs - Features, Fixes & Updates
Posted: Tuesday 19 January 2021 8:45
I guess you have to set in CONFIG.js:
Code: Select all
config['use_favorites'] = 0;
Open source Home Automation System
https://forum.domoticz.com/
Code: Select all
config['use_favorites'] = 0;
Code: Select all
config['use_favorites'] = 0;
This one is solved with the help of lokonli.Chris12 wrote: ↑Tuesday 19 January 2021 7:58 @Lokonli,
I'm building a new page with an overview in my dashticz which shows information collected from Pi-hole.
The Pi-hole python plugin is installed sucessfully, and the devices are created in Domoticz and showing data.
For some devices I created dials in dashticz, these are all OK but 2 of them are a little slow in responding/showing the values after a refresh.
I also created some graphs showing the combined values of some of the dials, but there's seem to be a problem with 2 of those graphs as a message appears "device xxx does not exist" instead of the graph. And these devices are the same as the ones with slow response after a page refresh.
The separate dials of the slow responding devices are shown OK, and also the data is shown OK.
below a screenshot and the configuration and json output of the two failing devices.
I checked the json output of both, seems to be OK:
- Spoiler: show
- Spoiler: show
- Spoiler: show
In my config file I configured the graphs and dials for these devices like:
- Spoiler: show
I checked my config over and over but could not see any issues, maybe you have a sollution?
- Spoiler: show
Or maybe I need a different parameter for the 2 devices?
I did some tests. Indeed the beginAtZero parameter doesn't work as documented when there are multiple y-axes. I'll try to fix that.
Code: Select all
beginAtZero: [true, true],
I have dc826d9..d35b955 beta -> origin/beta