Wouter Born
Wouter Born
Java 17 was released on September 14th. This is a LTS release, so we should also support using it with openHAB. This issue keeps track of what still needs to...
Because the Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/) we should update the weather Thing used in the demo to another service. It's likely the API will go EOL after 2.4.0...
This test failed in: https://github.com/openhab/openhab-addons/runs/5533265679 ``` TEST org.openhab.binding.wemo.internal.handler.test.WemoHandlerOSGiTest#assertThatThingHandlesOnOffCommandCorrectly()
This test often fails on Windows builds: ``` TEST org.openhab.core.thing.internal.ThingManagerOSGiTest#thingManagerConsidersUNKNOWNasReadyToUseAndForwardsCommand()
With the implementation of https://github.com/eclipse/smarthome/pull/1872 there is now some basic infrastructure for handling historic state. However there still seems to be no API for historic state updates from bindings. Ofcourse...
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...
Since XChart 3.3.0 the grid lines appear multiple times when customizing them with `AxesChartStyler.setPlotGridLinesStroke`. It can be reproduced using the small example program below: ```java package example; import java.awt.BasicStroke; import...
The Web Audio sink is now also supported by Main UI and Basic UI, see: * https://github.com/openhab/openhab-webui/pull/1422 * https://github.com/openhab/openhab-webui/pull/1426
The documentation should explain how to compare QuantityType values when using UoM. It's unknown to many that `QuantityType` values can be used directly in comparisons. Often users think they should...
There seems to be no consistency in the languages being used for syntax highlighting in fenced code blocks. All languages known to GitHub are listed [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml). Here's a list of...