Welcome to SmartEnergy’s documentation!¶
SmartEnergy is an IoT application whose purpose is to interact with smart devices in a home to make the energy consumed more efficient.
In order to install everything necessary check out requirements. For more usage information refer to run_tutorial. For a complete list of features, see features.
The data set is taken from Smart* Data Set for Sustainability.
The code base is hosted on GitHub, at this link: SoftwareEngineerUB/SmartEnergy.
Technologies Used¶
We used Flask to implement the HTTP Connection.
The Flask-MQTT extention was used to implement the MQTT Connection.
The database used is SQLite.