I added an item
String HabPanelDashboardName
that I can use to change the HABPanel dahboard. E.g. I have defined 3 Dashboards
- Security
- Hardware
- House
But there are two - related problems
- The item is not updated when the dashboard is changed via HABPanel
- The second time I write to the item
HabPanelDashboardName
nothing happens- only when I write some not existing value e.g.
Security1
to the itemHabPanelDashboardName
I can change the dashboard again
- only when I write some not existing value e.g.
So the idea is that the item that is used for changing the dashboad is actually updated when the dashboard is changed. This way just writing the intended dashboard name once - after it was changed via HABPanel - the dashboard is changed.