Home automation
View Demo
·
Report Bug
·
Request Feature
Table of Contents
DoMZX is a comprehensive home automation project that covers everything from development to deployment, offering complete control over your home's various systems. Using a Raspberry Pi as the central hub, DoMZX includes functionalities such as a pool timer, shutter controls, and door automation. The project is built using Flask for the backend and React for the frontend, providing a seamless user experience. With DoMZX, users can effortlessly manage and customize their home automation setup, bringing convenience and efficiency to everyday living.
To get a local copy up and running follow these simple steps.
The project is designed with python3 and npm so make sure to have it installed
- python
python3 --version
- node
npm --version
- Clone the repo
git clone https://github.com/StanislasMzx/DoMZX.git
- Install requirements
python3 -m pip install -r requirements.txt
- Migrate de DB
flask init-db
- Setup frontend
cd frontend npm i
python3 app.py
cd frontend
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Stanislas MEZUREUX <stanislas.mezureux@telecomnancy.eu>
Project Link: https://github.com/StanislasMzx/DoMZX