We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
What I want to accomplish, is the same graph domoticz has: a graph with both the current (interval 5 min) and the hour total for my solar device.
What I currently have is a bar and a line chart, but grouped per hour. I cannot see how I can make the line chart grouped per 5 min.
Any idea how I can accomplish this?
My config for this block is:
blocks['solar_211'] = { interval: 5, title: 'Solar', width: 12, devices: [211], graph: ['line','bar'], lineTension: 0.4, format: true, custom : { "last day": { range: 'day', filter: '24 hours', groupBy: 'hour', data: { current: 'd.v_211', generation: 'd.eu_211' } }, "last 2 weeks": { range: 'month', filter: '14 days', data: { current: 'd.v_211', generation: 'd.eu_211' } }, "last 6 months": { range: 'year', filter: '6 months', data: { current: 'd.v_211', generation: 'd.eu_211' } } }, legend: true, datasetColors:['blue','yellow'] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
What I want to accomplish, is the same graph domoticz has: a graph with both the current (interval 5 min) and the hour total for my solar device.
What I currently have is a bar and a line chart, but grouped per hour. I cannot see how I can make the line chart grouped per 5 min.
Any idea how I can accomplish this?
My config for this block is:
The text was updated successfully, but these errors were encountered: