stephaneamans / app-home_automation

0 stars 0 forks source link

Home automation

General principle

The general principle is based on a centralised ECU (Raspbery Pi) with an optional coprpocessor (STM32) used to manage low speed IO. It shall communicate with satellite modules dedicated to specific tasks (like input, output and so on).

The main ECU shall communicate with an high speed link (Ethernet / WiFi) to the gateway. A communication link shall be established with the satellite modules even by wire (RS-485) or wireless (NRF24L01, 2.4 gHz link).

The system is based on a Home Assistant server able to centralize different variables (temperature, lightining, ...), commands (switch light on or off, enable a swimming pool filter, ...) or video streams (IP camera). This server allows the system administrator to manage the system with a local computer and users to interact with it through terminals (smartphone based, iOS or Android).

System global diagram overview

Read more about the Rapberry pi motherboard here

Read more about the satellite module here