Git Product home page Git Product logo

sonoffboilerplate's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sonoffboilerplate's Issues

Flash not working on Sonoff TH10

Hi, I guess the subject tells the tale and granted the boilerplate doesnt' say it supports the TH10, however I was wondering whether there's a way to get this working? Thanks!

state CMD_BUTTON_CHANGE not resetted to CMD_WAIT

I think that, after line 580, there should be a reset of cmd to CMD_WAIT:

....
if (duration < 1000) {
Serial.println("short press - toggle relay");
toggle();
cmd= CMD_WAIT; // was missing ?
} else if (duration < 5000) {
....

Default state of the relay after startup...

Hello,

The relay always comes on after startup. I tried to uncomment "int relayState = HIGH;" and compile the firmware again, but nothing changes and the relay always changes state after startup of ESP8266MOD.

Thank you!

No network connection after following all steps

Hi,
just found your work on boilerplate for sonoff.
Got a sonoff basic R2 and followed all the instructions, compiling and televersing went fine, achieved to connect on wifimanager then.
(Sonoff with fast green led blinking)
Then with all the infos needed ( SSID, password, Blynk token) and save done, the sonoff was slowly blynking and nothing more. impossible to make it connect to my wifi network. (and i'm sure about SSID and password, no mistake about it.)
If you have any idea of what I am missing.
Thnaks by advance and for all this suff :)

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.