Hello,
I have problem to connect reed switch (for doors and windows) and (motion sensor).
I trying to use a16v3 as alarm (connection with HA and Alarmo)
1. I have problem because when I connect reed switch Satel K-2 2E the Input alway ON. and when I bring the magnet closer to the read switch nothing changed.
Two cables: 1 GND , 2 DI1
A16v3 is connected to ESP Home.
sphomel.txt (Size: 8.9 KB / Downloads: 35)
Sensors configuration:
binary_sensor:
- platform: gpio
name: "Contectron Doors"
device_class: door
pin:
pcf8574: pcf8554_hub_in_1
number: 0
modę: INPUT
inverted: true
filters:
- deleyted_on: 100ms
- deleyted_off: 3s
2. I have second problem with Motion Sensor Satel Graphite. Connect to 12V, GND and Input and is Enabling only when push "tamper switch" and its enabling always. but should enable only when motion sensor it detects movement.
Connection
12v in sensor to 12v in a16v3
COM in sensor to GDN
NC in sensor to Input PIR DI13
Configuration
- platform: glio
name: "PIR DI13"
device_class: motion
pin:
pcf8574: pcf8554_hub_in_2
number: 4
modę: INPUT
inverted: true
filters:
- deleyted_on: 100ms
- deleyted_off: 3s
In LOGS:
D binary_sensor:041 PIR DI13 New state is ON, pull down form tamper switch and state is OFF.

