Skip to content

To use simple ESP8266 devices, for example ESP-12, as buttons for home automation

License

Notifications You must be signed in to change notification settings

penright/WiFi2MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi2MQTT

Need to make a secrets.h file in the gateway directory with this contents...

#ifndef _SECRETS_H    // Put these two lines at the top of your file.
#define _SECRETS_H    // (Use a suitable name, usually based on the file name.)

#define ssid "SSID"
#define password "Password"
#define mqtt_server "xxx.xxx.xxx.xxx"
#define mqtt_user "User"
#define mqtt_password "Password"

#endif // _SECRETS_H    // Put this line at the end of your file.

About

To use simple ESP8266 devices, for example ESP-12, as buttons for home automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages