David Pace
David Pace
Thank you for your hints, @jlaur 👍 I will change the code in such a way that the mode is determined during startup and not via the property. If we...
Hi @name-lake, thank you for your enhancement request. We are happy to extend the binding to support water detectors :+1: Please note that in order to test the code, we...
I have a first implementation ready for the water detector 😎 Before we start testing, I need some additional infos @name-lake: * Which openHAB version are you currently using? It...
Thanks @name-lake :+1: I implemented all services except `WaterLeakageSensorCheck` now. Here is a [download link to the test JAR](http://davidpace.de/openhab/org.openhab.binding.boschshc-4.2.0-SNAPSHOT-water-detector.jar). Here are step by step instructions how you can test: *...
Thank you for your detailed test report :+1: Apparently there is a typo in my implementation, the internal type name in the requests/responses should be `waterLeakageSensorTiltState` instead of just `waterLeakageSensorTilt`....
Hi @name-lake, I just uploaded a new JAR (just use the same link as before). Please unlink and/or delete your items and delete the water detector things before updating the...
Hi @name-lake, I just uploaded a new JAR (at the same location as before). Please unlink or delete your items and delete the thing before testing again. Changes: * Renamed...
Hi @name-lake, I just uploaded a new JAR 😎 Please delete the water detector thing, re-download, update, and then re-create your water detector thing. Changes: * The `water-leakage-sensor-check` channel is...
Thanks for the report @name-lake :+1: @jlaur what do you think - should we leave it as is, meaning that it is up to the user to reset the item...
Thanks for the hint, I was not aware of these kind of channels. I will enhance the code as soon as possible 👍