kosmolub01 / Smart-home

Web app that can monitor and control smart home devices created by you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Home

Smart Home is a web app, that combined with auxiliary software and proper devices provides smart home functionalities.

Table of Contents

General Information

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.

Features

  • You can monitor sensors and control actuators using chatbot
  • You can assign localization of your devices

Screenshots

image image image

Project Components

image

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.

Technologies Used To Implement Core Features

  • Django
  • Eclipse Mosquitto
  • Natural Language Toolkit
  • SQLite
  • NodeMCU

Typical Scenario

  1. Run the MQTT broker.
  2. Run the Django server.
  3. Connect your devices to the local network of the broker and the Django server.
  4. Monitor and control your devices using the web app.

Project Status

Project is: in progress.

Upcoming Features

  • 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

TODO

Add documentation with examples explaining how to create devices that can be connected to the web app.

About

Web app that can monitor and control smart home devices created by you.

License:MIT License


Languages

Language:Python 68.6%Language:HTML 31.4%