I use dashticz to display my power data, but one of the things I really like in the Domoticz view, is the graph of usage and return (totals) for the day. I tried to replicate it in Dashticz with
Code: Select all
blocks['p1-meter'] = {
devices: ['1'],
width: 12,
height: '300px',
graph: ['line','line'],
graphTypes: ['eu','eg'],
lineFill: true,
borderColors: ['rgba(83, 51, 198, 1)','rgba(50, 180, 100, 1)'],
}