In my current house I have a high-end (Scantronic) security alarm system for which I created an ESPHome interface to arm/disarm and monitor (works but rather primitive). For the house I’m renovating I want something stand-alone but fully connected to HA. Can’t find a high-end system with a good HA integration. So it’s going to be DIY.
I want a control panel (touch screen), PIR sensors (wired), smoke detectors (DIN 14676, wired), outside siren and flasher, inside siren. And of course full HA integration for remote control and monitoring.
So the plan is as follows:
- KinCony TA
- Nextion 5" touch screen (UART on the TA GPIO)
- Pyronix KX10DP PIR sensors (digital inputs on the TA) (up to 12)
- Ei650iC smoke detectors (wired interconnect to the TA GPIO) (up to 10)
- Outside sounder/flasher TBD (relay 1 on the TA)
- Inside siren TBD (relay 2 on the TA)
- HA connection through LAN
- 12V supply with battery backup TBD (for the TA, PIR sensors and sirens)
- 5V supply (from the 12V) for the touch screen.
Intend to create ESPHome YAML code for the KinCony TA (that will be fun …). State machines for the security system (Disarmed, Armed-home, Armed-away, Entry-delay, Alarm, Alarm-silenced, Fault, Test) and for the smoke detection (Clear, Alarm, Alarm-silenced, Fault, Test).
The PIR sensor connections are very straight forward. I prefer wired, no low battery warnings in the middle of the night, no range issues, no RF pollution). I could use the tamper contacts, but I’m not sure if I will bother.
Finding suitable smoke detectors that meet the German requirements was not easy. They have to have a battery backup, very few have wired interconnect. The Ei650iC has a two wire interconnect (signal and ground), when one detector pulls the signal to ground that triggers the other detectors. I intend to use that slightly different and connect each detector to its own GPIO (open drain) on the TA. Then I can detect which detector triggers and then trigger the other in s/w if I want to.
With HA I will be able to arm and disarm, but also f.i. trigger lights (my other large project for this renovation, 3 Siemens logo! PLCs connected to HA over LAN to control all the lights in the house) etc.
Looking for comments and warnings to make this project a success.




