openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!

Home Page:https://github.com/openhab/openhab-webui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device specific setting of theme and dashboard according to item

claell opened this issue · comments

I am using two devices for HABPanel and am facing the problem that I cannot set specific themes for each device. Also having the dashboard set according to an item does not make sense this way, since the devices have different screen sizes and thus require different dashboards.

I hope there can be a setting in the future to make this options device specific. Or am I missing something and this is already possible? Ideally I still want to maintain the possibility that the panel configuration gets synced across all devices so I can edit them from my PC. But that seems to be unrelated afaik.

As a workaround you can work on a panel configuration, then save it again with another name for your other device - this will effectively clone it, then you can make your local changes. If you need to modify something do it on the "master" panel configuration, then you'll have to clone it and make the local changes over again but this only takes a few seconds.

Having "hybrid" local & server configurations has been discussed before, but unless it's implemented and presented properly I'm not too thrilled about it.

That works? Sounds not too complicated. Before I tried changing the configuration to local on the respective device. That unfortunately had no effect on the used theme or the dashboard from item value setting afaik. It seemed like these were synced anyway regardless of how the configuration is stored. Will try your proposal nonetheless.