Door sensor setup with duplicate open and close signals

Hi All,

Ik have cheap magnetic door sensor:

But it seems to send two different signals for open and closed as if they are two different devices:

On:

2018-05-20 20:30:47 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {‘id’: ‘ev1527_0f62a0_0e’, ‘command’: ‘on’}
2018-05-20 20:30:47 DEBUG (MainThread) [homeassistant.components.rflink] passing event to []
2018-05-20 20:30:48 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {‘id’: ‘selectplus_04eaf8_02’, ‘command’: ‘on’, ‘doorbell_melody’: 1}
2018-05-20 20:30:48 DEBUG (MainThread) [homeassistant.components.rflink] passing event to []

And for open:

2018-05-20 20:32:12 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {‘id’: ‘ev1527_0f62a0_0a’, ‘command’: ‘on’}
2018-05-20 20:32:12 DEBUG (MainThread) [homeassistant.components.rflink] passing event to []
2018-05-20 20:32:13 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {‘id’: ‘selectplus_04eafa_02’, ‘command’: ‘on’, ‘doorbell_melody’: 1}
2018-05-20 20:32:13 DEBUG (MainThread) [homeassistant.components.rflink] passing event to []

It confuses me my rflink receives two signals for open and two other signals for closes. Does anyone know why and how i setup this sensor correctly?

greets,

Rudolf

If you look at the RFLink FAQ it says this …

RFlink ‘RF Signal Learning’ mechanism…
http://www.rflink.nl/blog2/faq

you can use it to learn the 2 commands (probably the ev1527 commands).

1 Like

TY! It works, But because of the large distance the signal is not arriving at the rf in my fusebox where the rflink is hidden. I have used a Sonoff rf bridge (Tasmota) to transmit the signal from my garage to the RPI and that does the trick!