I am working on Quindor's project for wireless LED dimmers. My problem is that I have everything setup like the demo show; however, I can't tell if messages are going to my ESP8266 or not. I am not seeing anything logged by the ESPlorer, so I am assuming not.
Here are the links:
Part 3: Flashing and programming the ESP-01 http://blog.quindorian.org/2015/01/esp8 ... -of-x.html
Part 4: Configuring Domoticz http://blog.quindorian.org/2015/01/esp8 ... -of-x.html
Is there a way for me to capture what is being fired from Domoticz? I am using Google Developer tools and can see network traffic but it is only alerts and parsing. It doesn't look like data I would expect to see leaving on its' way to the ESP8266. Any help would be appreciated.
Code: Select all
HTTP/1.1 200 OK
Content-Length: 74
Content-Type: application/json;charset=UTF-8
Cache-Control: no-cache
Pragma: no-cache
Access-Control-Allow-Origin: *
Connection: Keep-Alive
Keep-Alive: max=20, timeout=10
{ActTime: 1450007741, status: "OK", title: "Devices"}
ActTime: 1450007741
status: "OK"
title: "Devices"