Dashticz Graphs - Features, Fixes & Updates
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Hi,
For issue 1:
I reversed both in the data part, but then the solar graph was not showing any more after a refresh.
When changing the device order from [20,288] to [288,20] the solar graph values are showing again, but still the temperature line is behind the solar generated power bars. The draw order options do not change that behavior as well.
For issue 4:
That one is solved! is was the 'u_330' instead of 'v_330'.
For issue 1:
I reversed both in the data part, but then the solar graph was not showing any more after a refresh.
When changing the device order from [20,288] to [288,20] the solar graph values are showing again, but still the temperature line is behind the solar generated power bars. The draw order options do not change that behavior as well.
For issue 4:
That one is solved! is was the 'u_330' instead of 'v_330'.
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
To address 3) I've made some changes in the latest beta. Now the 'today' button only shows today's data, and adapts the x-axis to the full day.Chris12 wrote: ↑Friday 21 August 2020 12:22 @Lokonli, maybe you know how to solve some other things noticed in the graphs I have as well.
1. I have a multigraph which shows the solar power generation (bar graph) and the temperature (line graph), how can I make sure the line graph is on top of the bar graph? as it is now sometimes behind the bar graph.
2. In a graph when hovering over the values, I can see a pop up with for example the value of the temperature.
How can I get a unit behind that value? So is shows for example 25 C or 1.789 kWh, instead of just the numbers?
3. How can I make sure my grahps have an overview of 00:00 till 23:59, instead of a 24h overview (which is not handy for solar power generation graphs for example).
4. I also have 2 graphs in dashticz based on a Dummy Device out of domoticz, which show me no values in the graph. Looking in domoticz is shows me values in the graphs. The created block in dashticz shows the latest value. Also this block does not have a popup graph although that is configured.
I made this the default behavior for the 'today' button.
In custom graphs you have to set range to 'today' to get the similar behavior.
Depending on the feedback I may change the default behavior.
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
I've looked into 1).Chris12 wrote: ↑Monday 24 August 2020 13:56 Hi,
For issue 1:
I reversed both in the data part, but then the solar graph was not showing any more after a refresh.
When changing the device order from [20,288] to [288,20] the solar graph values are showing again, but still the temperature line is behind the solar generated power bars. The draw order options do not change that behavior as well.
For issue 4:
That one is solved! is was the 'u_330' instead of 'v_330'.
For custom graphs the draw order follows the dataset order.
The graph type order should be consistent with the dataset order.
So try the following:
- Spoiler: show
-
- Posts: 82
- Joined: Tuesday 04 February 2020 11:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: The Netherlands
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Nice, it works when I change filter to today. Not range.Lokonli wrote: ↑Friday 04 September 2020 20:04To address 3) I've made some changes in the latest beta. Now the 'today' button only shows today's data, and adapts the x-axis to the full day.Chris12 wrote: ↑Friday 21 August 2020 12:22 @Lokonli, maybe you know how to solve some other things noticed in the graphs I have as well.
1. I have a multigraph which shows the solar power generation (bar graph) and the temperature (line graph), how can I make sure the line graph is on top of the bar graph? as it is now sometimes behind the bar graph.
2. In a graph when hovering over the values, I can see a pop up with for example the value of the temperature.
How can I get a unit behind that value? So is shows for example 25 C or 1.789 kWh, instead of just the numbers?
3. How can I make sure my grahps have an overview of 00:00 till 23:59, instead of a 24h overview (which is not handy for solar power generation graphs for example).
4. I also have 2 graphs in dashticz based on a Dummy Device out of domoticz, which show me no values in the graph. Looking in domoticz is shows me values in the graphs. The created block in dashticz shows the latest value. Also this block does not have a popup graph although that is configured.
I made this the default behavior for the 'today' button.
In custom graphs you have to set range to 'today' to get the similar behavior.
Depending on the feedback I may change the default behavior.
-
- Posts: 36
- Joined: Sunday 11 February 2018 13:25
- Target OS: -
- Domoticz version:
- Location: Longwy, France
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Hello,
I currently have an issue with the graph stuff... Maybe I have missed something, but it seem the graph stop to be done between 21:30 to 6:25 in the night. (See caption).
My graph config is :
Still don't understand why night is missing on my graph ?
I currently have an issue with the graph stuff... Maybe I have missed something, but it seem the graph stop to be done between 21:30 to 6:25 in the night. (See caption).
My graph config is :
Code: Select all
// EDF / PV
blocks['multi1'] = {
title: 'PV | EDF',
devices: [ 2120, 213],
datasetColors: [ 'rgba(92,184,92,0.8','rgba(217,83,80,0.8)', 'rgba(217,83,79,0.8)'],
lineFill: [true,true],
graph: 'line',
stacked: 'true',
buttonsBorder: 'red',
buttonsColor: '#fff',
buttonsFill: 'transparent',
buttonsIcon: 'red',
buttonsShadow: 'rgba(255,255,255,0.1)',
height: 120,
custom: {
"12 h": {
range: 'day',
filter: '12 hours',
data: {
'PV': 'd.v_2120',
'HC': 'd.v2_213',
'HP': 'd.v_213',
},
},
},
};
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
I expect the x-axis values (time base) are derived from your first device: your solar panels.
Probably your solar panels don't provide updates between 21:30 and 6:25, which seems logical given the amount of sun in that period.
Currently Dashticz only shows x-axis labels for the data it receives, resulting in a compressed x-axis.
(exception is the graph for 'today' )
Probably your solar panels don't provide updates between 21:30 and 6:25, which seems logical given the amount of sun in that period.
Currently Dashticz only shows x-axis labels for the data it receives, resulting in a compressed x-axis.
(exception is the graph for 'today' )
-
- Posts: 36
- Joined: Sunday 11 February 2018 13:25
- Target OS: -
- Domoticz version:
- Location: Longwy, France
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Well I have 3 values on my graph (french electricity) :
- Heures Pleine (eg costly electricity : from 6:00 to 22:00) aka v2_213
- Heures Creuse (eg very cheap electricty : from 22:00 to 6:00) aka v_213
- PV (Solar panels) that is in green (well... depending of the sun) aka v_2120
So to have the last 12 hours there is no exception possible ? (I even don't need the button about today / etc..)
- Heures Pleine (eg costly electricity : from 6:00 to 22:00) aka v2_213
- Heures Creuse (eg very cheap electricty : from 22:00 to 6:00) aka v_213
- PV (Solar panels) that is in green (well... depending of the sun) aka v_2120
So to have the last 12 hours there is no exception possible ? (I even don't need the button about today / etc..)
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Everything is possible
I'll add the request to the list.
I'll add the request to the list.
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Hi,
I noticed a problem in 1 of my combined graphs.
The graph below combines the solar energy generation, and the energy consumption.
When looking at the daily/24h and monthly graph, it shows both nicely.
But the last week graph shows only one of the values (the solar generation)
I cannot figure out what is wrong here?
I noticed a problem in 1 of my combined graphs.
The graph below combines the solar energy generation, and the energy consumption.
When looking at the daily/24h and monthly graph, it shows both nicely.
But the last week graph shows only one of the values (the solar generation)
I cannot figure out what is wrong here?
- Spoiler: show
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Anther question about the graph information show when hovering over, the pop-up shows the values of that moment.
Is it possible to have the value and for example the C/Kwh/etc. behind it ? (example of having the solar generation and temperature in 1 graph combined)
Is it possible to have the value and for example the C/Kwh/etc. behind it ? (example of having the solar generation and temperature in 1 graph combined)
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Hi (Again), another thing spotted.
The icon for a custom graph in front of the 24h/week/month filter are working, but when defining 'year' filter it doesn't show an icon in front of it like with the other ones (24h/week/month).
The icon for a custom graph in front of the 24h/week/month filter are working, but when defining 'year' filter it doesn't show an icon in front of it like with the other ones (24h/week/month).
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
@Lokonli, I know your busy. But any time to look at the items mentioned above here?
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Almost okChris12 wrote: ↑Saturday 31 October 2020 19:25 Hi,
I noticed a problem in 1 of my combined graphs.
The graph below combines the solar energy generation, and the energy consumption.
When looking at the daily/24h and monthly graph, it shows both nicely.
But the last week graph shows only one of the values (the solar generation)
I cannot figure out what is wrong here?
- Spoiler: show
In the 'Last Week' graph you have to replace 'd.347' with 'd.v_347'
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Noted.Chris12 wrote: ↑Saturday 31 October 2020 19:32 Anther question about the graph information show when hovering over, the pop-up shows the values of that moment.
Is it possible to have the value and for example the C/Kwh/etc. behind it ? (example of having the solar generation and temperature in 1 graph combined)
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
I think currently only the first three buttons get an icon.
I'll add a parameter for this.
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
@ Lokonli Thanks! Last week graph is working now perfectly for that one!
Another thing which I'm struggeling with: in another combined graph I combine the solar output and temperature.
Looking at the month/year, the solar output is fine, but the temperature values are not average over that time frame.
Another thing which I'm struggeling with: in another combined graph I combine the solar output and temperature.
Looking at the month/year, the solar output is fine, but the temperature values are not average over that time frame.
- Spoiler: show
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Try to add the following block parameter:Chris12 wrote: ↑Tuesday 10 November 2020 7:48 @ Lokonli Thanks! Last week graph is working now perfectly for that one!
Another thing which I'm struggeling with: in another combined graph I combine the solar output and temperature.
Looking at the month/year, the solar output is fine, but the temperature values are not average over that time frame.
- Spoiler: show
Code: Select all
aggregate: 'sum'
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Try to add the following block parameter:
Code: Select all
aggregate: 'sum'
that's allready added to the block code, or do I need to add it to the specific custom part? (I tried that, but makes no difference)
I changed it to:
Code: Select all
aggregate: 'average'
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 238
- Joined: Tuesday 18 August 2020 8:41
- Target OS: NAS (Synology & others)
- Domoticz version: 2021.1
- Location: NL
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
Hi,
When creating a block you can add the "popup: <graphname>" parameter configured there, which gives an almost fullscreen view of the graph when clicking on that block.
Is the same popup graph also possible when having that graph itself configured on the dashboard? So a click on the graph will popup that graph almost fullscreen, same behavior as when configured with a block.
When creating a block you can add the "popup: <graphname>" parameter configured there, which gives an almost fullscreen view of the graph when clicking on that block.
Is the same popup graph also possible when having that graph itself configured on the dashboard? So a click on the graph will popup that graph almost fullscreen, same behavior as when configured with a block.
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz Graphs - Features, Fixes & Updates
I've added a block parameter for this to latest beta (on top of 3.6.7)
You can use the parameter 'buttonIcon' as part of the custom graph definition block.
Code: Select all
blocks['p1_grafiek_gas'] = {
devices: [44],
title: 'Gas',
custom: {
dag: {
buttonIcon: 'fab fa-gripfire', //New!
graph: 'bar',
range: 'day',
filter: '24 hours',
data: {
Gas: 'd.v_44',
},
},
},
};
Who is online
Users browsing this forum: Google [Bot] and 1 guest