openhab-core icon indicating copy to clipboard operation
openhab-core copied to clipboard

Core framework of openHAB

Results 394 openhab-core issues
Sort by recently updated
recently updated
newest added

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...

automation
UI

Signed-opff-by: Laurent Garnier

enhancement
stale
semantics

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...

enhancement

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: ![image](https://user-images.githubusercontent.com/73119886/156149127-6b5d7f31-7d4b-49e0-9544-f1ea6258f42d.png)...

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...

API breaking

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...

enhancement

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...