ujorgeleite / guetomation

Home Automation code developed for Nodemcu 8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guetomation

The project has a simple structure, and basically a loop to connect on wifi network, after that lists messages from pubnub broker.

Setup Wifi Network

In setup.h file place the information in the variables for connect wifi network

  • const static char networkName [] = "xxxxx";
  • const static char networkPassword [] = "xxxxx";

In setup.h file place the information in the variables for connecting to the pub nub services

  • const static char pubNubPublishKey [] = "xxxxxxxxxxxxxxxxx";
  • const static char pubNubSubscribeKey [] = "xxxxxxxxxxxxxxxxx";
  • const static char pubNubChannel [] = "xxxx";

About

Home Automation code developed for Nodemcu 8266


Languages

Language:C++ 88.1%Language:C 11.9%