Home automation developed mainly in Python that runs on an Raspberry Pi (4). The project implements the possibility to interact with the home automation either via a GUI or a Vocal assistent, The main objective is to set the desired home temperature and to control the heating system.
Apart from these functionalities, we managed to add extra ones that helps the user. Aditionaly the vocal assistent can return the temperature outside and the weater status.
- Raspberry Pi 4
- Charger
- uSDcard
- HDMI Cable
- temprature & humidity sesnor
- LED
- 7" touch screen
Step 1: Download Raspberry PI Imager link
Step 2: In the Linux terminal write:
sudo apt-get update
sudo apt-get upgrade
Step 3: Remote access:
sudo raspi-config
Step 4: Reboot:
sudo reboot
- Git
sudo apt-get install git
pip3 install RPi.GPIO
pip3 insatll PyQt6