openhab-core
openhab-core copied to clipboard
Core framework of openHAB
I'm creating this issue as [I mentioned an idea](https://github.com/openhab/openhab-addons/pull/11834#issuecomment-1000441090) over in another discussion. I haven't detailed it out in any way, but we could use this issue to discuss whether...
I just tried the latest snapshot of openhab and noticed that my `novafinedust` things had an error on startup. For a normal user it is IMPOSSIBLE to find out what...
This is a follow-up issue of https://github.com/eclipse-archived/smarthome/issues/6602 as no solution has been implemented yet and we need to track it for OH3 release. While implementing and testing my port of...
Signed-opff-by: Laurent Garnier
Today (as of 3.1) the main web UI supports users belonging to several roles but the only console command to manage user role can create a user and assign it...
Hello, it seems that the property `defaultValue` in `ConfigDescriptionParameterDTO` should be named simply `default`. The schema is used in `ThingTypeDTO` in the endpoint `/thing-types/{thingTypeUID}` See e.g. a hue lamp: ...
In #2596 the `DecimalType(Number value)` constructor was added which makes the other constructors redundant: * `DecimalType(BigDecimal value)` * `DecimalType(long value)` * `DecimalType(double value)` They haven't been removed yet to maintain...
As already mentioned in https://community.openhab.org/t/using-nginx-reverse-proxy-authentication-and-https/ and https://community.openhab.org/t/apache2-reverse-proxy-with-ldap-authentication-https-and-url-path-prefix/ it is often desired to run OH within the scope of an URL-path-prefix, i.e. *not* in the web-server's root (/). It would be...
Hi, I suggest an improvement to events in future releases of OH : forwarding additional information when an event is triggered. In my use case, I would like to know...
Currently say function is void and caller has no information about execution status. say function relies on many external services: external authentication, tts generation, chromecast devices accessibility. If any of...