FHEM Forum

FHEM - Hausautomations-Systeme => Sonstige Systeme => Thema gestartet von: spaceboy am 04 September 2017, 18:32:11

Titel: 93_PWMR.pm: keepAlive option
Beitrag von: spaceboy am 04 September 2017, 18:32:11
Hi there

here is a small patch that adds a keepAlive option to imlement a simple fail-safe operation. From the docs:

Zitat
When set to 1, the command to turn on the actor will be reissued every 'interval' time if heating in the room should stay on.
This allows for fail-safe setup with actors that have a built-in timer which limits on time (like Eltako FSR14). This way
the actor will turn off the heating in defined time, should something wrong happen to FHEM, the host OS, link, etc.
The 'interval' time should be shorter than run time configured on the actor.

Thanks for review

Petr