Smart Home is a web app, that combined with auxiliary software and proper devices provides smart home functionalities.
- General Info
- Features
- Screenshots
- Project Components
- Technologies Used To Implement Core Features
- Typical Scenario
- Project Status
- Upcoming Features
- TODO
The idea behind this project is to provide smart home software with documentation that will allow anybody to use it. You can create smart home devices that can be monitored and controlled with the web app.
- You can monitor sensors and control actuators using chatbot
- You can assign localization of your devices
This project contains source code of the web app, Chatbot and MQTT Manager. The only additional software that you need to set up is Python with required packages and the MQTT broker.
- Django
- Eclipse Mosquitto
- Natural Language Toolkit
- SQLite
- NodeMCU
- Run the MQTT broker.
- Run the Django server.
- Connect your devices to the local network of the broker and the Django server.
- Monitor and control your devices using the web app.
Project is: in progress.
- Split the table to separate active and inactive devices
- Deleting inactive devices only on user command
- Timestamp of last update for every device
- Add colours to indicate how long ago there was an update
- Highlight devices without localization
- Generate graphs of devices values
Add documentation with examples explaining how to create devices that can be connected to the web app.