0x6f736f646f 7bdd5f7c99 Fritzing files
2020-06-27 17:00:35 +03:00
2020-06-27 17:00:35 +03:00
2020-06-27 16:59:40 +03:00
2020-06-27 16:59:30 +03:00
2020-06-22 23:16:04 +03:00
2020-06-25 01:05:31 +03:00
2020-06-21 14:52:56 +03:00
2020-06-27 16:59:17 +03:00
2020-06-25 01:08:16 +03:00

automating-home-lights

A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant

Python package Maintainability CodeFactor Build Status Coverage Status

Prerequistes

Software

  • Docker
  • Ngrok
  • LocalXpose
  • Make
  • Python3
  • Putty
  • esptool
  • ampy

Hardware

  • Nodemcu
  • Jumper wires
  • Solid state relay
  • Extension cable
  • Lamp

Getting started

To get this project up and running on your machine, follow the following instructions.

Dialogflow

Check out the documentation to get yourself up and running with the dialogflow agent

Hardware

Check out the documentation to setup the hardware

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

Getting started with micropython

Getting started with dialogflow

Dependencies

Todo

  • Test todo list
  • Test todo list
S
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%