Hi All,
I use OH3.3 on a Rasperrypi4 8GB.
I have an electricity meter that I read via MBus. The meter gives me current consumption values.
Additionally I always get the current meter reading (as Total Number).
My goal is to see how much electricity I have consumed on which day of the week or in the month.
That works also almost everything.
My error, however, is that always the first day / first month, etc. in the diagram is without values (See picture).
I have the data since 04 September about OH3 written.
However, each week is always displayed only Tuesday - Sunday.
In the annual overview (how much I have consumed per month) it is also not displayed.
What am I doing wrong?
Thanks for your help.
BR
Marvin
config:
chartType: isoWeek
label: Zaehlerstand
sidebar: true
slots:
grid:
- component: oh-chart-grid
config: {}
legend:
- component: oh-chart-legend
config:
bottom: 3
type: scroll
series:
- component: oh-aggregate-series
config:
aggregationFunction: diff_last
dimension1: isoWeekday
gridIndex: 0
item: Zaehlerstand_proxy
markLine:
data:
- type: average
markPoint:
data:
- name: min
type: min
- name: max
type: max
label:
backgroundColor: auto
name: Stromverbrauch
service: rrd4j
type: bar
xAxisIndex: 0
yAxisIndex: 0
title:
- component: oh-chart-title
config:
show: true
text: "Test "
tooltip:
- component: oh-chart-tooltip
config:
confine: true
xAxis:
- component: oh-category-axis
config:
categoryType: week
gridIndex: 0
monthFormat: short
weekdayFormat: short
yAxis:
- component: oh-value-axis
config:
gridIndex: 0
scale: false
splitLine:
show: false
name: kw/h
nameLocation: center