-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend LED mode: Mixed ON mode #604
Comments
Hi |
That is great (and fast :). Naming looks more straightforward now. |
You can already do it using the dev branch to build and flash your device. |
This is staged for release. |
Tested this, works correctly |
This is due to the way the WiFi notification works. It's something to change in the future. Basically, it will "recalculate" the blink mode after the current blink cycle which is 5 seconds... |
I'm currently working on several device types including single relay switches inside various devices.
An example would be ESP-01 based relays found on ebay (ex. http://ebay.to/2opYkTC)
For simplicity's sake and also limited pins to deal with, I usually prefer having 1 indicator LED instead of 2 like sonoffs. I usually use a switch with build in LED.
I also want wifi status to be indicated by the LED.
For this, a new mode would be welcomed based on Mixed but reversed.... LED on when relay is on and viceversa.
Also when turning on/off, LED should instantly respond (currently in mixed mode, the LED toggles a few seconds after the relay is toggled)
Here's an example:
The text was updated successfully, but these errors were encountered: