Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Farfisa Profilo Door Station
#1
Hi all,

Looking to add two of the Farfisa Profilo door (PL11P) stations to comfort.

I assume I only need on RGR05 in the system but what about the DM02 - do I need 1 or 2 of these?

How do I program comfort to allow me to open a side gate if someone rings the bell? I don\'t want whoever is in the house to have to press loads of button, log in etc I simply want them to be able to press one button if possible?

Thanks

Paul
Reply

#2
You need only 1 RGR05 for the whole system, but you need 1 DM02 for each PL11

When the doorbell is pressed, you can answer by keypad or telephone and talk to the visitor

To open the door or side gate you can press
4 for gate
7 for door

The response to handle this is in
Events > Misc Responses>
Open Door Response and Open Gate Response

the response can check which door is callling
eg
Open Gate Response; (press 4)
If DoorStationId = 1 Then
    Pulse Output001 For 20
End If
If DoorStationId = 2 Then
    Pulse Output002 For 1
End If

Open Door Response: (press 7)
If DoorStationId = 1 Then
    Pulse Output003 For 20
End If
If DoorStationId = 2 Then
    Pulse Output004 For 1
End If


I hope you get the idea

Reply

#3
thanks for the comprehensive reply - just need to wait until the new year for the gate to be made before i can play with this!!
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.