Indeed. My Ecobees are actually prevented from accessing the internet at all at the network level, and they still work great through HA. The only issue is that without internet access, the clocks drift ¯_(ツ)_/¯
Indeed. My Ecobees are actually prevented from accessing the internet at all at the network level, and they still work great through HA. The only issue is that without internet access, the clocks drift ¯_(ツ)_/¯
Ecobees work local-only if you use the HomeKit integration in HA (no Apple devices or cloud connection required).
Cool! While Anytype also works offline, it looks like Obsidian’s canvas and available plugins make it pretty compelling. Thanks for sharing.
I’ve recently fallen pretty hard for Anytype (http://anytype.io). It’s a knowledge store/second brain application like Notion except it is decentralized, end to end encrypted, P2P, and open source. It has a little bit of a learning curve, but now that I’m comfortable with it, I can’t help but keep dumping information into it. Even though it is still “beta” it is really solid, and I feel really comfortable relying on it more and more.
Check out https://valetudo.cloud/pages/general/supported-robots.html
I can also recommend Roborock brand in general because the hardware seems decent and it runs well enough with no internet/smart app required. I’ve not installed Valetudo on mine because the S4 requires some hardware changes that I’m not comfortable making. Other Roborock models are much easier to install.
Good luck!
I suppose I could! I’d have to figure out what time server they are trying use and I guess screw with local dns to point at my local time server.
I’m not sure how to figure out what time server they are trying to use though. Do you have any insight on that? I’ve tried to use wireshark for stuff like this in the past, but I found it to be a little overwhelming for my level of network knowledge.
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!
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.