With all wireless there is a security factor
433 MHz or 868 MHz simple systems are easy to jam. You need a handheld walkietalkie - transmit on 433.920. It will transmit 1-5 Watts and will kill anything that transmits in the milliwatt range. You only have to transmit while you break the window or door because these sensors only transmit ONE maybe a few messages. You cannot poll the status of these sensors. If it is a PIR sensor you just pull it down and step on it while you jam it. You can buy these handheld walkietalkies cheap on ebay. The 433.920 is in the middle of a radio amateur band.
868 MHz plain signalling sensors are more exotic. It is not in a ham band so radios that can transmit in that frequency are not as common. In some regions like US the frequency used is 915 MHz. Same applies.
You can get radios that can transmit in this frequency but they are more rare. Slightly higher security but still sucks
Then we have the Zâs
They are both mesh networks
Z-wave operates at 868.42 MHz in Europe, at 908.42 MHz in the North America
Zigbee shares the 2.4 MHz band with Wifi
They have one thing in common. They have both a receiver and a transmitter so they can be polled. Not too often because that sucks the life out of the battery. But it means that if you open a window or door you have to destroy the sensor while you jam it because otherwise the open door/window state will be retransmitted and you have an alarm triggered. Zigbee is difficult to jam because the transmitters you have available are usually spreading spectrum differently than Zigbee does. Zigbee lives happily with Wifi and interference is managed somehow.
Zigbee devices are cheap. In general I would say 30 to 50% the price of equivalent Z-wave
And I personally have better experience with the reliability of Zigbee than I have with Z-wave in my house. It may be interference. It may be the instability of the OpenZWave library used by home assistant. I might have had better results using a dedicated Z-wave hub.
If I am to recommend something simple for Home Assistant and window/door sensors I would say buy a Conbee II stick for Zigbee and the cheap Xiaomi Aqara window/door sensors. They are small. They pair well with the Conbee. I have not yet seen a missed opening or closing of a window.
For my doors I chose to build a Wifi based solution where I put
- An NFC reader (with libraries for Arduino)
- A row of 8 âneopixelâ LEDs that show the status of all windows and doors of the house and the alarm status (4 windows - 3 doors - 1 alarm status LED)
- A Wemos D1 mini as the brain
I wrote the software myself - and it connects to HA with MQTT
Housing is 3D printed
Is that easy? No.
Is is fun to do? You bet!
I have wired two sensors to these boxes. Simple reed contacts normally open, and magnets
One detects that the door is open
The other is in side door frame with a flat magnet glued to the bolt and this detects that the door is locked. When I leave the house I can check the row of LEDs. If a window is open or a door is not locked the LED is red instead of green. And then I say âAlexa turn on the alarm systemâ and leave.
So this brings us to Wifi based.
Wifi based sensors are very easy to jam because you do not need to jam the radio. You bring a little portable device with a âdeautherâ. Wifi WPA has a known problem that allows an attacker to throw you off the network and it can continue sending false access point messages that prevents the client to connect again. You can download the software for this and you can use off the shelf hardware. You do not need to know anything. Just follow a recipe on the net.
So I know a thief can attack my door sensors. But then he also needs to attack my Zigbee motion sensors that will get him the minute he opens the door. With multiple points of protection is becomes practically impossible to prevent the trigger of the alarm.
Now finally Motion sensors.
I have two types
- 433 MHz Sonoff types. They work great. They are not 100 % reliable because of the 433 MHz lack of reliability but the thing with Motion is that a burglar will move a round so the sensors will trigger many times and it just takes ONE to trigger.
- Philips Hue Zigbee sensors paired with the Conbee II stick. These are my favorites. They are cheap. They last long on the battery. They report their battery status well. They are small. Good looking. And super sensitive and less likely to cause false alarms. And harder to jam because they are zigbee based. I have a Philips motion sensor in the bathroom and it still works on the original coin cell battery after a year. And I can see the battery status is still good. Batteries are a pain but when they last for a couple of years it is not bad.
I could have built D1 mini based PIR sensors. I have the bits for it. But these Philips sensors are so small and cheap it is not worth it.
If you want a system that cannot be jammed then you need wired sensors all over the place. But that we all know is a pain to install so it hides the wires. But nothing beats wires.
I hope all these words gave some inspiration of what is possible