I’m using a RFXCOM with Sonoff DW1 door sensors (https://www.itead.cc/sonoff-rf-bridge-433.html). In the configuration.yaml I added the following config:
binary_sensor:
- platform: rfxtrx
devices:
091300003f7ee1019180:
name: achterdeur_kamer
device_class: opening
I’m only getting the status to on, it switches not back to off when the door is closed. I can add an off_delay to reset the DW1 to off after a couple of seconds but when the door is still open the status is incorrect. Does anyone has this config working or has any tips?