-->
Page 1 of 2

wESP: full web config with mqtt

PostPosted: Tue May 31, 2016 3:41 am
by wiot
Hi ESP8266 family,

I'm new user about ESP8266 or anything like this, i never program C++ before, basicly i'm a web coder, it is not hard to learn the structure. I wanted it to be a contribution to the family ESP8266.

The code is not new at all a developed ESP 8266 WebConfig by John Lassen code. Some additinal parts, some visual etc.

https://github.com/wiotio/wESP

wESP
ESP8266 full web config with Wifi settings, AP settings, NTP, self automation (on time, off time), full mqtt support

You can change the output pins you can simply change wESP.ino these two lines;

Code: Select allconst int poutone = 12;
const int poutwo = 13;


And for the automation you should change automation.h the line which you want to use pins;

Code: Select all<option value="12">Out 1</option><option value="13">Out 2</option>


You can use ESP8266 dhcp or static IP for each device,
For unique devices in the network the code adds 6 digits of the ESP8266 mac adress after SSID name,
For unique devices in the mqtt the code adds 6 digits of the ESP8266 mac adress after device name,
Every page you can toogle the output pins easily.

The code based on ESP 8266 WebConfig by John Lassen

Image
Image
Image

Re: wESP: full web config with mqtt

PostPosted: Fri Jun 03, 2016 9:03 am
by Sprite_tm
That is nice, but is an Arduino project and has very little to do with esphttpd, which is a C project separate from the Arduino-stuff.

Re: wESP: full web config with mqtt

PostPosted: Fri Jun 03, 2016 9:45 am
by danbicks
Awesome web interface, really gives the ESP the Zing factor :)

Well done

Dans

Re: wESP: full web config with mqtt

PostPosted: Tue Jun 07, 2016 8:11 am
by wiot
@Sprite_tm thanks for warning. Can a mod. move the topic right place.