Giter Site home page Giter Site logo

"connection failed" about esp8266_pirv2 HOT 1 OPEN

trcyprkr avatar trcyprkr commented on June 8, 2024
"connection failed"

from esp8266_pirv2.

Comments (1)

rgrokett avatar rgrokett commented on June 8, 2024

First thing I would check for "connection failed" is the Wifi info:

  • Can your ESP8266 connect to your wifi? i.e. does the SSID and password match the one in ESP8266_PIRv2.ino (both SSID & pwd are CaSe SensiTive!)

If Wifi is good, you should see something like:
WiFi connected
IP Address: 192.168.x.x
and the LED blink 3 times.

Next is to verify the IFTTT settings:

  1. Log into your account IFTTT and go to "My Applets" https://ifttt.com/my_applets

  2. Select the "pirtrigger" and click on the "Check Now" and look for the email in your inbox. It can take 5-10 min to receive at times.
    Capture

  3. If that works, you can then verify the IFTTT API itself is working: Go to https://ifttt.com/services/maker_webhooks/settings and copy/paste the URL: displayed (looks like https://maker.ifttt.com/use/b8rXq5k... ) and follow the instructions to trigger the event.

  4. If this is all working, then that will tell you that IFTTT is set up properly.

  5. Does your IFTTT API key match the one in the ESP8266_PIRv2.ino ? (the API key is that long text string shown in step 3 above. Something like b8rXq5k... .)

NOTE: that SSL fingerprint is ONLY needed if line 58 shows bool verifyCert = true;
Otherwise it is ignored.

Most likely things: wrong API key, wrong SSID/Password

from esp8266_pirv2.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.