Florian Hotze

Results 148 comments of Florian Hotze

No, Iā€™m not sure. Do you know a better way to detect changes?

Thanks for the idea, I have just pushed that! FYI I switched from having a `CACHE_CONTROL` constant on `RESTConstants` to having a default cache control getter on the `RESTConstant` class...

@J-N-K Can you please have a look at this PR?

@J-N-K Done :+1: Sign-Off is missing for the revert commit, hope that's okay. Otherwise I need to force push ...

I'm getting these error messages on my openHAB dev machine (latest snapshot) since this PR: ``` org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=kar; type=karaf.feature; version="[4.4.5,4.4.5]"; filter:="(&(osgi.identity=kar)(type=karaf.feature)(version>=4.4.5)(version=1.0.0)(!(version>=3.0.0)))" [caused...

It partly fixes the problem. Region and location are now loaded from the API, timezone and locale however are taken from the browser. So if your browser locale and timezone...

It could be changed so that i18n config file takes priority over browser's settings, wich IMO would make sense. Do you agree?

I have created a fix for the setup wizard, now the i18n config file takes priority over everything else: https://github.com/openhab/openhab-webui/pull/2559

@openhab/core-maintainers Can you please close this issue? I have merged the fix.

So MainUI is using the displayState from the SSE event stream, whereas sitemaps have their own event stream. The displayState for Main UI is created here: https://github.com/openhab/openhab-core/blob/e628f75d7bb3bf4587284d47e6756a6e07108ee8/bundles/org.openhab.core.io.rest.sse/src/main/java/org/openhab/core/io/rest/sse/internal/SseItemStatesEventBuilder.java#L105 The sitemap event...