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