• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle
  • To me this automation seems much better suited to using the Node-RED addon. There is a built in “delay” node that can be used for rate limiting. You would set the delay node to once per hour and put it between the node watching your motion sensor, and the node flipping the light switch. Easy stuff. You could do the same with one or two more nodes to get and check the current wind speed and put that inline as well.

    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. For example, if you leave the house and come back after the lights have turned off, but before the cool down period expires you won’t have lights.






  • This is not exactly an answer to the question you asked but… All Shelly devices work out of the box with local control over wifi. I’ve got a handful of them and they work great with the HA integration.

    Additionally, any device that supports HomeKit should also work locally with the HA HomeKit Controller integration (I think it was recently renamed to “HomeKit Devices” or something like that). This integration causes your HA to work like a HomeKit hub (no Apple devices required), and the HomeKit spec requires that devices work over local control.

    In both cases for me, I have all these devices banned from talking to the internet at my router so they can’t phone home. Apart from my Ecobee thermostats not being able to keep time without drifting, they all work great.

    Good luck!