I have an automation that turns my driveway lights on when motion is detected. It normally works fairly well but it was windy last night and that caused the automation to trip endlessly as my trees and bushes were whipping around. Lights would come on, shut off 10 minutes later, then turn right back on again. It basically did this all night until I disabled the automation.

I’ll do some fine tuning of the motion sensors which will help and I’m considering adding a condition to the automation where it won’t trip if the wind speed is above a certain level but how can I add some kind of cool down timer to the automation to prevent it from endlessly engaging?

  • Buelldozer@lemmy.todayOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    To me this automation seems much better suited to using the Node-RED addon.

    Node Red is a decent suggestion but I’m not currently using it and I’d prefer not to add it just to handle this one thing. Someone else suggested some logic to handle the cool down and I can put the wind speed directly into the automation as a condition.

    Keep in mind though, any kind of rate limiting/cool down makes it more likely that the lights won’t turn on when you actually want them to.

    Yeah, that’s an issue. I’m thinking that instead of a cool down it would be a better solution to either install a motion sensor into a position where it can’t see the shrubbery whipping around in the wind OR to create a separate automation for nights with High Wind that just pins the lights on at 50%.