mirror of
https://github.com/rodneyosodo/automating-home-lights.git
synced 2026-06-23 04:10:15 +00:00
18ce05055bfd3dc33951005abafd5c1ac5b9941e
automating-home-lights
A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant
Prerequistes
Software
Hardware
Getting started
To get this project up and running on your machine, follow the following instructions. Head over to the wiki section
Dialogflow
Check out the wiki to get yourself up and running with the dialogflow agent
Hardware
Check out the wiki to setup the hardware
Micropython
Check out the wiki to setup micropython
Programming
This instructions will be different for windows users.
mkdir projectHomeAutomation
cd projectHomeAutomation
virtualenv --no-site-packages --python=python3 venv
source venv/bin/activate
git clone https://github.com/0x6f736f646f/automating-home-lights
cd automating-home-lights
pip3 install -r requirements.txt
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
Description
A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant https://youtu.be/SaTdP3jGu3M
Readme
MIT
894 KiB
Languages
Python
95.2%
Makefile
4.8%