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