David Pace

Results 64 comments of David Pace

@lsiepel I just tried to find the two-button z-wave switch, but I got lost because there are tons of thing definitions 😆 Could you please direct me to a relevant...

After having thought about the different possibilities for some time I'm now also in favor of this model (one thing type, numbered channels). I will provide an implementation as soon...

I just finished an implementation with a single thing type and re-uploaded the JAR :+1: @mike-bike could you please download and test again? Note that it's important to delete all...

Thanks for testing again and for your feedback ❤️ That's really amazing considering the amount of code that was changed in the mean time :wink: I guess it does pay...

I pushed my changes and the PR is open for code reviews again 👍 Note for the reviewers @lsiepel @jlaur and @GerdZanker: it might be easier to compare against `main`...

Thanks for the tests, @mike-bike :heart: It's very good to know that the child devices are ordered alphabetically in the Bosch app UI (but this is only a visualization/presentation aspect)....

Good morning @mike-bike, I just noticed that I removed the configuration parameters, but there were still two `childId` properties that were added during the automatic discovery. I removed this code...

I rebased everything on `main` and also suppressed the log entry `Unknown deviceModel 'MICROMODULE_LIGHT_ATTACHED'! Please create a support request issue for this unknown device model.`. @mike-bike please test again with...

Hi @mike-bike, thank you so much for testing again 👍 You can paste code, log files etc. in so called [fenced code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). Begin and end a block with triple...

Note to the reviewers @GerdZanker, @jlaur and @lsiepel: I created two additional PRs on top of this one: * https://github.com/openhab/openhab-addons/pull/16500 (this adds additional unit tests) * https://github.com/openhab/openhab-addons/pull/16501 (this adds support...