You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
To have an option to select a 'default' dashboard and a timeout value.
The HABpanel would go back to this dashboard after the timeout period if no activity.
Use case:
Different tablets in different rooms. The tablets should go back to the specific room default dashboard after a while. The default dashboard (on each tablet) have the relevant controls for that room.
If a tablet is used to check the weather (for example) the tablet should return to the room's control dashboard automatically.
The text was updated successfully, but these errors were encountered:
As a workaround, using a template widget on all dashboards and transition back to the base URL basically works.
Name: Reload Main View
Template: <META HTTP-EQUIV="refresh" CONTENT="60; URL=http://openhab:8081/habpanel/index.html#">
NOTE: When copying the HTML template code, make sure that the quotes do not get transformed. You can check with the browser developer tools whether the meta tag has been inserted correctly.
The drawback of this workaround is that in fully packed dashboards, a scrollbar shows up, even if the background is set to transparent.
I would prefer the option to get an item updated when you use the HABpanel. It should be updated by all browsers with some unique ID. Then you can configure different habpanel instances (different tablets) to watch for an item update and switch to that dashboard (this is already available).
Then you can write rules/logic in Openhab and not having configs in the browsers.
That way, for example, if the house is armed and we are away the tablets will go to the alarm keyboard panel and stay on that page. In normal case, some will go to a default home page, some will go to a room specific page, etc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To have an option to select a 'default' dashboard and a timeout value.
The HABpanel would go back to this dashboard after the timeout period if no activity.
Use case:
Different tablets in different rooms. The tablets should go back to the specific room default dashboard after a while. The default dashboard (on each tablet) have the relevant controls for that room.
If a tablet is used to check the weather (for example) the tablet should return to the room's control dashboard automatically.
The text was updated successfully, but these errors were encountered: