0mega28 / Room-Temperature-Monitoring-Through-Google-Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%