David Pace
David Pace
Since there were no further reports by the OP, I assume that this issue was/is caused by one of the following bugs: * https://github.com/openhab/openhab-addons/issues/15912 * https://github.com/openhab/openhab-addons/issues/17176 The first bug was...
Hi @mike-bike, I implemented a first version with support for Bosch Smart Home Dimmers. It supports the channels * `power-switch` * `brightness` * `signal-strength` (communication quality) * `child-protection` Here is...
Hi @mike-bike, yes this is correct. The Dimmer support (as well as the Light/Shutter Control II support) will soon be included in the `SNAPSHOT` version of openHAB, currently `4.2.0-SNAPSHOT` 😎...
Note: needs to be rebased after https://github.com/openhab/openhab-addons/pull/16500 is merged.
Note: this PR is just about the commit with the unit tests, it needs to be rebased after https://github.com/openhab/openhab-addons/pull/16400 is merged.
Rebased on main - can be reviewed now 😎
Hi @lsiepel, I use [EclEmma](https://www.eclemma.org/) which uses [JaCoCo](https://www.jacoco.org/jacoco/) under the hood. I have also used the JaCoCo Maven Plug-In in several projects in order to make the coverage visible in...
Hi, it looks like the openHAB iOS Beta has expired. On the [Testflight](https://testflight.apple.com/join/563WBakc) page, it says that currently the app does not accept any new testers so the app is...
Thanks for the enhancement request. Assuming you can help with testing again we can start coding as soon as someone finds some spare time :+1:
Hi @mike-bike, apparently the relay can have different configurations. I see the following `supportedProfiles` in the JSON example above: - `LIGHT` - `GENERIC` - `HEATING_RCC` From what I've learned in...