Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.82 KB

File metadata and controls

61 lines (46 loc) · 1.82 KB

Room Temperature Monitoring Through Google Assistant




Trigger Google Assitant by saying "What's the Room Temperature" and you will be notified by IFTTT with your current room Temperature.


Requirements

Hardware Components

Software apps and Online services


Start by saying "Hey Google, What's the temperature"


IFTTT will notify you by a notification of your current room temperature where you have set the Temperature sensor.



For Setup and Software Installation Refer to:


Usage

Perform the necessary Installations

Place the main.py and conf.py file in the same directory make an environment variable FLASK_APP which has the value main.py by:-

  export FLASK_APP=main.py

Then run the app by

  flask run