openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
224 stars 242 forks source link

Refactor Regional Settings #2327

Open mherwege opened 9 months ago

mherwege commented 9 months ago

There are currently 3 system settings that relate to regional settings parameters:

Some of the parameters of these also overlap (country/region).

This gives an unneeded perception of complexity.

It would be good to combine these into one regional settings page and default ephemeris country from regional settings country.

The UI is the place where we can make this change without changing core. An alternative could be to combine in core, but that may have more compatibility consequences.

ghys commented 9 months ago

Completely agree, I once advocated the same: https://github.com/openhab/openhab-core/issues/1577#issuecomment-668429009

The UI is the place where we can make this change without changing core.

I still think it should be handled in core, and the UI should stick to displaying the exposed configurable services instead of doing some shenanigans.