GithubHelp home page GithubHelp logo

Comments (6)

DTTerastar avatar DTTerastar commented on May 23, 2024

It's stuck trying to sync time:

{
    configTime(0, 0, "pool.ntp.org", "time.nist.gov"); // UTC

    time_t now = time(nullptr);
    while (now < 8 * 3600 * 2)
    {
        yield();
        delay(500);
        now = time(nullptr);
    }

    struct tm timeinfo;
    gmtime_r(&now, &timeinfo);
    log_i(F("NTP synced, current time: %s"), asctime(&timeinfo));
}

Do you restrict it from the internet by chance?

from espresense.

DTTerastar avatar DTTerastar commented on May 23, 2024

I think I can actually remove this. I ended up not actually needing the time.

from espresense.

brewtangclan avatar brewtangclan commented on May 23, 2024

Do you restrict it from the internet by chance?

I sure do, my IOT subnet for ESPs does not get internet access - that would certainly explain it. My MQTT server also happens to be my local SNTP server - could NTP settings be parameterized / added to the captive portal?

from espresense.

Scott8586 avatar Scott8586 commented on May 23, 2024

from espresense.

DTTerastar avatar DTTerastar commented on May 23, 2024

I didn't actually end up using the time for anything so I've just disabled it for now:

https://github.com/ESPresense/ESPresense/releases/tag/v1.3.1

Please try that.

from espresense.

brewtangclan avatar brewtangclan commented on May 23, 2024

Can confirm - v1.3.1 connects to MQTT and detects devices without internet access.

from espresense.

Related Issues (20)

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.