jomjol / AI-on-the-edge-device

Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
https://jomjol.github.io/AI-on-the-edge-device-docs/
5.76k stars 618 forks source link

Feature Request: Disable Auto Timer #2964

Closed Kornelius777 closed 7 months ago

Kornelius777 commented 7 months ago

The Feature

My fhem server starts the watermeter flow once a day (via http://10.10.10.10/flow_start). I don't want the Auto Timer to be active. Feature Request: If Auto Timer is set to "0", disable the Auto timer, and only respond to external requests

Slider0007 commented 7 months ago

You could do this already without modification. Set the timer interval to a value greater than one day and trigger externally on a daily basis. Autotimer will never be reached as long as you trigger before.

More discussion, see: #2374