-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a secondary entrance door #11
Comments
In my case it's very similar, but only with two doors. The codes for opening each door is the same regardless of the door you are opening. The intercom in your house simply sends the "open door" message through the wire, and the door intercom that is active at that moment is the one that actuates and opens the door asigned to it. The rest of the door intecoms receive the message too, but they don't their doors open because they are not active at that moment. In fact, I suspect that if you could have two door intercoms active at the same time, you would be able to open multiple doors simultaneously. The question that arises here is how the intercom in your house is cycling through the different doors, that's something I've never investigated. |
That interesting! In my case, I have a Comelit 6701W, where button "2" (sorry mistyped in the original message) is set to "self activation". If you press it, it will activate the camera/mic of the main entrance. And when pressed again cycles to the next door. So I suspect that this "activates" the door, which will then listen to the "open" call. As far as I understand the system, the video signal is analog, and therefore allows only a single intercom to be active at the same time. The use-case of responding to a call by opening the door would work out of the box. But my use-case would be more the other way around, opening the door from my phone, as a way of key-less entry. Taken that the secondary door was added at a later stage, and did not require reconfiguration of my unit, I don't see the indoor unit send a addressed call to it directly. Meaning the button would send some sort of "cycle" code? Is there a way to monitor for the raw codes send on the line? |
On my Comelit intercom I can control multiple doors. Without the screen turned on, hotting the "open" button wil open the primary entrance. However if I cycle through the camera feeds by pressing "1", I can open the secondary entrance when its in view by pressing the same "open" button.
Does anyone have experience with the codes this spits out?
I haven't build a module yet, as I was hoping for some experiences first, but otherwise I'll just go build, play, and report back :)
The text was updated successfully, but these errors were encountered: