[b]Warning[/b] Just a note re door control using C-Bus. Back in the day... when I was on the dev team, this was all considered quite actively. Sensing a door state is quite trivial. The big deal is controlling the door strike - the open/entry latch. Back in the good ole days this used to be done with an electro-mechanical latch, controlled by the receptionist pushing a button. The latch would go "bzzzzzzzzzzzz" and you could open the door - for as long as the receptionist (of any gender) was holding the button. Wired up using a direct point-point arrangement, such things were "secure" in the sense that only the receptionist, or the person at the place where the button was wired up, could control the door entry. Further, the door usually had an old fashioned keyhole and you could lock them securely at night. A bus control system, on the other hand, allows the door to be opened by the sending of a bus command. That might result in a simple on=open / off=closed action, or it might be a pulsed response (on = open the door for X seconds and then release, as a fail-safe). The obvious downside of the bus control system is that injection of a command from anywhere opens the door. [URL="http://www.nonstick.com/audio/soundsource/The_Three_Bears/lt3b_027.mp3"]This is known in the trade as "A Bad Thing".[/URL] Examples: - Anyone can tap into the bus and inject commands. When you can open secure areas or hotel rooms this is known in the trade as "A Very Bad Thing", possibly leading to all manner of repercussions. You do need physical access, [URL="https://www.wired.com/2014/07/hacking-hotel-room-controls/"]which is not as hard as it sounds[/URL]. (Note there are other articles as well showing the ease of removing a wall-switch and connecting to the cabling, not just use of IP networking.) - If that system is connected via a gateway to the internet (and many are); then the security you have is only as good as that gateway offers. Some gateways are well designed and well secured, and some are not. The determination of "well design and well secured" is possible, not trivial, and beyond coverage in a post here. [B]IN GENERAL TERMS[/B] the best way to handle such things as door strikes is that: 1. You do not ever directly control them from the bus (no wiring up to outputs of relays). 2. They should be direct wired to a system that is designed for security purposes, and performs access control functions. "Access Control Functions" means that the device may accept input from some number of sources, check that input to ensure validity, include any suitable interlock functions, perform any needed timing operations, and so on. An example might be to check that a command originated from an approved source address; so that for example injection of commands from "just anywhere" sees them rejected. Interlocks might be to check that the door is present, closed, or that any overrides are set appropriately. A direct connect input might also be use (the button on the receptionists desk); or there might be interaction with a security system (no opening the door when the building is in secured mode), and so on. Without doing all those "access control functions" you have an insecure building, and this is not advisable. NOW FOR ALL THOSE POSTING the things they have done: That's very nice and I don't wish to discourage you. BUT PLEASE BE AWARE OF BUILDING SECURITY AND VULNERABILITY. IF ANYONE HAS THEIR BUILDING ACCESSED OR BROKEN INTO BECAUSE OF FOLLOWING WHAT IS ESSENTIALLY "HOBBYIST" or "MAKER" ADVICE ON THIS FORUM: - THESE PRACTICES ARE NOT ENCOURAGED OR CONDONED BY THE OPERATORS OF THIS SITE. - THESE PRACTICES ARE EXPLICITLY WARNED AGAINST AS BEING NOT GOOD. - THE OPERATORS OF THIS SITE ACCEPT NO LIABILITY FOR ANY HARM THAT MAY COME IN ANY FORM BASED ON INFORMATION USED FROM THIS SITE.