Hi all,
i can do complicate scripts but i have a simple problem with new page which i cannot do and this time i thought im asking you if someone can help me. Openhab is 4.0.1 but the problem i had with older versions too.
What i have: some items which having ON OFF state like that which is showing states correctly:
I want to make pages like this simple testpage with only adding the item to page:
config:
label: test_status
slots:
grid:
- component: oh-chart-grid
config: {}
xAxis:
- component: oh-time-axis
config:
gridIndex: 0
yAxis:
- component: oh-value-axis
config:
gridIndex: 0
series:
- component: oh-time-series
config:
name: Series 1
gridIndex: 0
xAxisIndex: 0
yAxisIndex: 0
type: bar
item: status_anwesend
But the result whatever im changing is not same:
My problem is, that i dont understand whats wrong. Later i want to show Switch-Items together with other graphs. What im doing wrong? The only thing what im doing is Adding TimSeries, Selecting the Item and clicking type bar and save.
Hope someone can help me what im doing wrong.
Best regards
Andreas