Welcome to the Home Automation System project. This system allows you to control and monitor various aspects of your home through a user-friendly interface. The Home Automation System is designed to make your home smarter and your life easier. With this system, you can control lights, temperature, security systems, and more, all from a central interface.
- User Authentication: Secure login with username and password.
- Device Control: Manage lights, thermostats, and other connected devices.
- Monitoring: Real-time monitoring of home sensors and cameras.
- Scheduling: Set schedules for automated tasks.
- Remote Access: Control your home from anywhere via the internet.
To install and run the Home Automation System locally, follow these steps:
git clone https://github.com/knightfiury/Home-Automation-System.git
cd Home-Automation-System
cd bin
javac ../src/*.java
java Main
To enter the system, use the following credentials
Username: a
Password: a
After logging in, you will have access to the main dashboard where you can control and monitor your home devices.
You can also change the credentials in settings (option 10).
The new credentials will be used for login.
We welcome contributions to improve the Home Automation System. If you have suggestions or improvements, please fork the repository and create a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.