Page 1 of 1

Dashticz worng gas figures on Daily usage

Posted: Monday 26 April 2021 17:35
by hemant5400z
Hi,

I just finishedbild my first dashboard. I noticed that the figures shown in Domoticz daily values for the Gas do not match with what is shown on the daily of domoticz. :(

This only with gas, Electricity works fine: (see attachment)

My total day usage is: 0,74

While the Graph shows spikes above 1.4 for the day, in Domoticz daily this looks fine. I don't do anything special on the Dashticz graph.


blocks['graph_74_1'] = {
title: 'Gas',
devices: [74], // <---- idx of your P1 device
graph: 'line',
range: 'today',
datasetColors: ['lightblue'],
legend: {
v_74: "Gas",

}
}


Anyone noticed the same and the reason behind it?

Cheers,

Hemant

Re: Dashticz worng gas figures on Daily usage

Posted: Thursday 29 April 2021 16:38
by hemant5400z
Looks like it had something to do with the regional settings, which is now fixed.

Thanx!