Hi,
It it possible to change to another dashboard, if a certain condition is met. Ex. and item is turned on.
Thanks
Regards
Claus
Hi,
It it possible to change to another dashboard, if a certain condition is met. Ex. and item is turned on.
Thanks
Regards
Claus
That should be possible with using the âSwitch dashboard with item valueâ setting in your HABpanel settings.
First define an item, e.g.:
String HABPanel âSwitch Panelâ
Then select the configuration in HABpanel (seen bottom right in this picture)
You can then select the newly created item (in this example âHABPanelâ) as shown in this pic:
The string item can then be changed in your rules with the name of the panel youâd like to (in my example âWeatherâ)
Here is the example rules:
// ********************************************************
// Rule tMode update
// ********************************************************
rule âHABpanel switch exampleâ
when
Item test changed
then
postUpdate(HABPanel, âWeatherâ)
end
Hi Al,
It is working. Thank you very much!
Regards
Claus
Glad to be off help. I learned a lot from the forum questions and discussions and are just starting to scratch the surface
Hi there,
according to this issue, I wonder if there´s a possibility to automatically switch to a certain dashboard if no activity within a defined time is detected? E.g. I want to switch to the homescreen after 10 seconds of inactivity.
Thanks in advanceâŚ
C.C.
Hallo
Thanks for rule share to change dachboard. But I have some challenges switching back to the main dachboard? some who have a solution to this
Hi, are there any changes that the change of a dashboard doesnât work anymore ? I create a string item (âSelect_DashBoardâ) to OH, enter it in the HabPanel âchange by itemâ and create a selection in HabPanel (try it also with the template dashboard-link). In every case I can see in the log that the item was changed (Item âSelect_DashBoardâ received command WohnzimmerDetails) but nothing else. From my understanding after fill the dashboard name into the item, habpanel must open the dashborad with the name filled in.
Any ideas ?
Many thanks,
Christian