openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 70 forks source link

ideAlarm: Added attribute to auto reset zone after alert #279

Closed Mr-Eskildsen closed 4 years ago

Mr-Eskildsen commented 4 years ago

Added an attribute 'autoReset' to each zone in ideAlarm. When false, functionality will be unchanged. If true the zone will automatically change to idle (without the need to acknowledge the previous alarm).

In my case I will use it for outdoor PIR sensors which should turn on a light upon movement. It should thus rearm and be ready to trigger another movement.

besynnerlig commented 4 years ago

Thanks. I'll have a look at it.

Mr-Eskildsen commented 4 years ago

Thanks for the suggestions in the review. This should now be corrected in the pull request

5iver commented 4 years ago

Yes, I'll merge, but I just noticed that the commits were never signed... https://www.openhab.org/docs/developer/contributing.html#sign-your-work.

Mr-Eskildsen commented 4 years ago

Yes, I'll merge, but I just noticed that the commits were never signed... https://www.openhab.org/docs/developer/contributing.html#sign-your-work.

Any progress on this?

5iver commented 4 years ago

I only see one commit with a Signed-off-by, but I can make this work when I squash them. Sorry for the delay and thanks for the ping!