David Pace

Results 64 comments of David Pace

Thank you for the information, @mike-bike :+1: In this case I would propose to implement a minimal set of services and then provide a test JAR. Then you can test...

Hi @mike-bike, good news, I have a first implementation ready that you can test 😎 Here is the link to the [Test JAR](http://davidpace.de/openhab/org.openhab.binding.boschshc-4.2.0-SNAPSHOT-relay.jar). I think you already know the testing...

Thanks for the initial test 👍 Could you please look in your logs for example requests/responses for the relevant services? You can identify them by the following `@type` attributes (or...

Thanks for looking into the log files :+1: First, a few general explanations: * The `PowerSwitchProgram` service was indeed meant to switch from manual operation mode to scheduled mode. But...

I just uploaded a new JAR with a few enhancements and fixes (under the same link). Please delete your channels and the relay thing before you download the new JAR....

Thank you for this analysis :+1: So my theory that only one of the services is available/used was correct. But the impulse switch is more complex than I thought. I...

Thank you for the detailed update :heart: I think we should go for the property-based approach. I was trying to figure out a criteria to detect whether the relay is...

Hi @mike-bike, I uploaded a new version of the JAR. Please unlink the channels and delete the thing before updating it. Changes: - Discovery now checks the exposed services and...

Thanks for the detailed tests ❤️ When you are back from your vacation, you can test the new JAR I uploaded. Fixes: * default unit for `impulse-length` should now be...

Hi @jlaur and @lsiepel, we have a technical question: we have a relay device that can be one of two modes: Power switch mode (`ON` and `OFF` is controlled manually...