As for these sockets, wouldn’t it be simpler to fit a relay into the socket, connect one end of the coil to the neutral (230V coil) and the other end of the coil to the cable and to the control cabinet, you could then use a multi-pair cable, say, for the whole room, or even more simply, fit a transformer – say, a 12V one – with one end of the secondary winding connected to the neutral (N) and the other end used to control the aforementioned coil.
Another option is to create something similar to the insulation resistance monitoring system used on ships, i.e. use a transformer to rectify the current, connect the negative terminal of the power supply to neutral, and connect the positive terminal via the previously proposed system of wiring the entire room and the control cabinet with a telephone cable, the advantage of this solution is undoubtedly the cost of the cable itself – it will certainly be cheaper to buy a telephone cable (and the voltage is lower too; what’s more, telephone cables can often be sourced ‘second-hand’ from telephone operators)
As for the lighting, I have staircase switches in the rooms of my house, and sitting at the bottom of the junction box on a small piece of laminate is a JQX-115F relay with dual contacts, whose coil is routed to the control cabinet-12V, whilst the rest forms a staircase circuit with a switch. Currently, they’re set up to control the lighting at dusk and dawn, but there’s plenty of scope for customisation and adaptation. For example, a radio remote control will be added to each room in the near future.
Also, in the corridors, consider LED underfloor lighting – it’s economical and efficient, I’ve also added a standard light up top for when Mum’s cleaning, so she doesn’t have to strain her eyes – everything’s controlled by a single button and a PLC controller segment: one click for the underfloor lighting, another for the overhead lights, and a third to switch everything off.
Outside the house, consider light columns that switch on at night – it looks great, for example, when people put up concrete columns under canopies; you could simply fit a canopy and install lamps on the stairs that switch on at dusk.
It’s also worth considering – if you’re an electronics engineer – having everything connected via a bus system with a converter, e.g. to a LAN, so you can manage everything via the internet.
As for the gates, consider setting them up using PLC controllers (that’s how I’ve done it); then you can connect them via RS-485, which also opens up plenty of possibilities (e.g. connecting to a computer and the internet – that’s where your creativity comes in).
If you’re measuring temperature, stick to DSs, LM sensors and current loops – scaling it afterwards makes no sense. Besides, the whole bus system is very simple in design (as one of my colleagues has already mentioned, you can connect it to a computer or a microcontroller later).
On top of that, I’ve read that you’re considering installing a central vacuum system; if you opt for a BEAM unit, make sure to order the version with the microprocessor. It has a nifty feature where the LED colour indicates what needs doing, so you could connect optocouplers to an LED and receive a notification at home telling you to take out the rubbish or call a service technician.
Of course, a UPS is essential; as I have a three-phase supply at home, it’s set up so that each phase has a separate transformer which charges the battery, and then you can connect it however you like.
You could also consider an access control system for opening doors, e.g. using contactless cards; then each member of the household would have a card in their wallet, for example, with the number stored in the reader. You walk up to the door, hold your wallet up to it – and hey presto, the door opens.(an undeniable advantage of this is the statistics – after all, you could fit the reader with an RTC and record the comings and goings of the household members)
As I read above Someone has already given you the same advice, and I’d like to echo that: don’t forget about safety – smoke alarms are the absolute minimum.
First, work out what you can afford and what’s essential, as the costs won’t be insignificant. The next step is a bus system – either having everything connected to a single point or, alternatively, enabling communication between network nodes to exchange information.
That’s all I’ve got for now; if anything else occurs to me, I’ll post it on the forum. In any case, you’ve got my full support – I’m currently finishing off a room myself, whilst the rest of the house is already more or less up and running. In short, good luck!