Looking for a reliable a way to mark my absense from the house. There is currently a standard single wall switch for the hall light just next to my exit door. I was thinking of replacing it with this.
The idea is that one of the switches of this sonoff will be used for the hall light and the other two for automation, without any light connected to them behind. What do you think? Any ideas?
Benefits
Visible home/away indication (the switch has backlight which hopefully stays always on)
No batteries involved
There is still a switch for the hall light
I can switch my phoneâs wifi off during the night (which currently I canât since Iâm using that as âat homeâ indicator)
Relatively cheap
Can combine it with device tracking (eg. if my phone connects to wifi then mode will change to âHomeâ but âAwayâ mode will only be activated using this wall switch, or Google Home).
Drawbacks
Not z-wave, but Wifi (not a big deal, I guess)
Touch switch instead of simple switch (more difficult to operate without looking)
Yes that would work too, but doesnât have visual indication of the state. the wall switch blends better. Looks more normal. Also does not require batteries.
Arenât you worried about energy consumption and network congestion. How well does the network work if there are 30 wifi devices on the same router? I mean z-wave is advertised as optimized for home automation, with its mesh, low latency and low energy consumption.
then you can make automation based on enter/exit zone like
exit home, turn off all light
exit far home, turn on automation presence simulation
enter near home, turn on outdoor light
enter home, turn off outdoor light after 2 min
many things are possible if you combine zone and automation, and it brings an other dmension who is the distance between you and your home, impossible with physical switch
That would be great if we had a reliable way to measure position.
My phone position wanders hundreds of meters when itâs inside and relying on cell tower triangulation.
For detecting being home I thought iBeacons would be the solution. I put half a dozen tiny USB ibeacons with the same UUID around the house plugged into cheap USB chargers. Unfortunately the iOS app hasnât quite got the iBeacon zone enter/exit thing worked out yet. Theyâre back in storage waiting for future developments.
since i have installed beta version of home assistant for ios, i have no more problem.
but there is always the alternative of owntracks even on ios.
i have not test other possibilities because this one is the more easy to set up, and for me is working.
And because there is something i didnât understand with other possibilities but ??? see here
I will second the use of iOS. I have two phones working with the iOS app and two more with bluetooth presence (not BLE). All work flawlessly to determine home or away. The bluetooth may work for android devices, but I have not tested with them.
I second the bluetooth reliability. I had more horizontal coverage that I needed to provide so I installed a couple pi-Ws with HA and bluetooth to feed the data back to a central HA instance over mqtt.
All these solutions are quite cool, but I think it does make sense to have a button switch too, especially for the âwalking awayâ function. Else I will be depending on something that might turn off or loose connectivity and the system will think I left.
Are you UK based? It is just that I have one of these Sonoff wall switches upstairs and it needs a neutral wire. Most UK homes (older than say 10 years) do not have that in the lighting. As mine is installed upstairs it wasnât such a pain to install the neutral wire as I could get to the loft etc, though downstairs may be a bit more challenging.
I am not sure I am getting all your use-cases, though there is one thing that works reliably for me: When the door opens and ânobody is at homeâ input_boolean is true then an automation switches ânobody is at homeâ input_boolean to false (and this in turn triggers other automations). And I use cheap Xiaomi door sensor to get door open and close actions.