![]() |
|
Farfisa Profilo Door Station - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Products (https://www.comfortforums.com/forum-3.html) +--- Forum: Door Stations (https://www.comfortforums.com/forum-86.html) +--- Thread: Farfisa Profilo Door Station (/thread-3634.html) |
- paulgw - 12-04-2013 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 - ident - 12-05-2013 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 - paulgw - 12-05-2013 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!! |