Hello all,
Currently I have the following setup:
An eKey fingerscanner at my backdoor that should serve to open my door. The system is build up as follows:
* An eKey Integra fingerscanner
* An eKey home control unit with 1 relais
* An eKey UDP converter to convert the rs-485 signal of the control unit to an UDP signal which will be picked up by my minserver over our local network. Note that this is only used for logging in order to create push notifications to see who is entering the building.
* The relais of the control unit is connected to a digital input port on my miniserver. When a user is authorised at the fingerscanner, the relais of the control unit triggers, triggering the digital input of the miniserver. One of my relais of the miniserver then opens my backdoor.
Note that I have opted for the last configuration which is described above.
The problem I have is that I often (2 times a day on average) get false notifications of somebody entering the building. As the door is not being opened at that moment I can rule out the possibility that the eKey control unit is sending out the request as the relais of the control unit is not being triggered. Therefore something should go wrong on 1 of the following components:
* 'Something' on the network that is resending the udp message... (this would be really odd as I am restricting the sender of the message in Loxone to the IP of the UDP converter)
* Something on the UDP receiving side of the miniserver...
I am completely lost for the moment and don't really know what I can do to debug this problem... Has anybody had a similar behaviour? Maybe not directly with a fingerscanner, but another UDP sending device?
Kind regards,
Simon