Thomas Dietrich

Results 77 issues of Thomas Dietrich

Hey! At the Smart Home Day the question came up if/when the vscode extension will support JSR223. Just wanted to leave the question here for later discussion. See http://docs.openhab.org/configuration/jsr223.html For...

enhancement
help wanted
JSR223

Hey there, occasionally I can see that a very small power is registered for one of the entities. I've observed this for generation, battery, grid, and the electric car charger....

enhancement

(Derived from https://github.com/openhab/openhab-docs/issues/53) Many users struggle with Frames vs. the subview of Group items vs nested Items (curly brackets syntax). In the Sitemap article a paragraph on "Blocks" exists but...

help wanted
type: writing :pencil2:

@bgilmer77, you've recently updated this article: http://docs.openhab.org/configuration/persistence.html#items According to it I just wanted to define a minimal config of this format: ```java Strategies { default = everyUpdate, restoreOnStartup } Items...

Example code is full of placeholders, e.g. http://docs.openhab.org/configuration/sitemaps.html#element-type-switch ```java Switch item= [label=""] [icon=""] ``` The use of `` is confusing in certain situations. I just realized that another symbol (unicode)...

help wanted
big task

Almost identical details regarding logging in rules are available in these spots: * https://docs.openhab.org/administration/logging.html#create-log-entries-in-rules * https://docs.openhab.org/addons/actions.html#logging-actions * https://docs.openhab.org/configuration/rules-dsl.html#logging This should be sorted out somehow... How about reducing the section in...

@mueller-ma > https://github.com/openhab/openhab-distro/blob/master/CONTRIBUTING.md#community-guidelines > https://docs.openhab.org/developers/contributing/contributing#community-guidelines > Those both files seem to be the same file. It seems to redundant to maintain both. Can it be pulled from openhab-distro, when the...

Each Item type defines a set of accepted commands. These are for example ON, PLAY, 5 or "Hello". There are also not-so-obvious commands, most importantly (the only one!?) REFRESH: ```...

https://github.com/openhab/openhab-distro/tree/master/features/distro-resources/src/main/resources Even if the user didn't select the Demo starting package, he/she might want to look at the example files at some point. There should be a link to them...

We should implement some javascript trickery to replace words by html code to include CSS tooltips (one possible solution). See: https://www.w3schools.com/css/css_tooltip.asp Possible use cases: Giving more details about e.g. `$OPENHAB_CONF`:...

type: enhancement :gem: