Yannick Schaus

Results 16 issues of Yannick Schaus

This initial proposal & RfC is related to #2058 and also to https://github.com/openhab/openhab-addons/issues/8448 to expand the add-ons API to handle multiple sources and versions better. With these changes I believe...

Here I just want to float some ideas about Ephemeris and how UIs can make it more approachable to users. First I would propose that we rename the service from...

enhancement

This is an early implementation of the VS Code Authentication Provider API which is able to open regular sessions in the openHAB instance by authorizing itself with the OAuth2 flow,...

This is a proof-of-concept of an implementation of #248 providing a file system able to abstract items and rules (only for now) in YAML files. The items & things "files"...

VS Code provides an API for extensions to register new filesystem schemes: https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider. It could be very cool to be able to map openHAB objects as reported by the REST...

enhancement

For reference: This Gist has a list of links still broken on the website. https://gist.github.com/ghys/9e4db34a3aa6857e7acfcdb7baf80007 Output of `linkchecker https://www.openhab.org/ --ignore-url=v2 --ignore-url=zwave --ignore-url=js -o csv` (https://wummel.github.io/linkchecker/)

This prepends code that makes the `ctx`, `itemRegistry` & `events` objects accessible when the scripts are run with GraalVM, as they are when run with Nashorn. Closes #1169. Signed-off-by: Yannick...

Hi, I stumbled on a strange issue where commands didn't get through to the MQTT adapter. Environment: Hono 1.10.0 deployed with Helm. For context: we delete the MQTT adapter every...

bug
C&C

## The problem Seems like the buttons have lost their right padding on narrow screens in the add-on store: ![image](https://github.com/openhab/openhab-webui/assets/2004147/d3845979-de3b-44bc-b03a-0dfce69ac763) ## Expected behavior Buttons with the right padding, like on...

bug
main ui