ebaauw / homebridge-ws

Homebridege plugin for virtual weather station
Apache License 2.0
106 stars 4 forks source link

Feature Request: Create an option to disable the leak sensor functionality. #26

Closed dppeak closed 3 years ago

dppeak commented 3 years ago

Really want to disable the leak sensor functionality. We have actual leak sensors in the house and this functionality for weather just creates confusion and worry when it shouldn't. I like the other features of the plugin, but the inability to disable (remove) the "leak" functionality, makes it where I'm going to have to find another plugin for the weather.

Thanks, Dave

luke-rig commented 3 years ago

I second this request. Love having temperature etc. It the leak sensor notifications every time it rains is a bit much

ebaauw commented 3 years ago

v2.4.4 introduces the noLeak config.json key to prevent updating the Leak Detected characteristic of the Leak Sensor.

ifeign commented 3 years ago

The leak sensor still appears in the Home app even with this option selected

ebaauw commented 3 years ago

Yes?

ifeign commented 3 years ago

Is it possible to remove the leak sensor? If it’s disabled, why have it still visible in the Home app?

On Sat, Jan 9, 2021 at 5:45 PM Erik Baauw notifications@github.com wrote:

Yes?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ebaauw/homebridge-ws/issues/26#issuecomment-757397850, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWLHYEOVIZJDHTSJV7SRZTSZEBCTANCNFSM4VQYPN3Q .

ebaauw commented 3 years ago

No. Because all the other characteristics (visible in Eve) are on that service. It won't trigger when noLeak is set.

luke-rig commented 3 years ago

Thanks for adding this much better!