This is my final year project (Major Project ) of Diploma in Computer Technology at S.E.S Polytechnic Solapur.
GROUP MEMBERS :
- Viresh Kamlapure
- Sahil Chouhan
- Mrudula Sadafule
- Komal Kudal
A Home Automation System project designed to control and monitor appliances using sensors, Python scripts, and a simple web interface.
This system demonstrates how IoT and automation can improve comfort, security, and efficiency in smart homes.
- 🔌 Device Control – Turn ON/OFF appliances (fan, bulb, etc.).
- 🎛️ Sensor Integration – Read input from IR sensors and other devices.
- 🌐 Web Interface – Control appliances from a browser (
index.html). - 🎥 Demo Videos – Output demonstration included (
output1.mp4,output2_compressed.mp4,output3.mp4). - 🖼️ UI Assets – Images for ON/OFF state visualization.
- Programming Language: Python (homeAutomation.py, ir.py, sensor.py)
- Frontend: HTML
- Backend/Logic: Python scripts
- Media: Images & Videos for simulation/demonstration
- Hardware (if connected): IR Sensors, Home Appliances
home-automation/
├── HomeAutomation-main/
│ ├── FINAL_REPORT_merged.pdf
│ ├── README.md
│ ├── homeAutomation.py
│ ├── index.html
│ ├── ir.py
│ ├── output1.mp4
│ ├── output2_compressed.mp4
│ ├── output3.mp4
│ ├── sensor.py
│ └── static/
│ └── images/
│ ├── BOFF.jpg
│ ├── BON.jpg
│ ├── FOFF.jpg
│ ├── FON.jpg
│ └── background.jpggit clone https://github.com/your-username/HomeAutomation.git
cd HomeAutomation-main- flask → for running the web server (serving index.html)
- gpiozero → for controlling GPIO pins (used in Raspberry Pi)
- RPi → Raspberry Pi GPIO library (RPi.GPIO)
- time → Python standard library (already included, no need to install)
python homeAutomation.pyhttp://localhost:5000(Adjust port if defined differently in the code)