-
Notifications
You must be signed in to change notification settings - Fork 639
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
Not all led modes in WebUI #458
Comments
Those two modes are there for future reference. The problem is that right now the code is only managing the first LED for notifications, so the available modes refer to "global" status, not per LED or per relay. LED_MODE_FOLLOW is equivalent to LED_MODE_FINDME but the later takes all relays into consideration. This is something that will eventually be implemented with version 2, since the goal is to be able to configure basic hardware from the web UI, including the LEDs. |
Yes, my bad. FINDME is FOLLOW_INVERSE. The idea is that you want the LED on when the switch is off to find it in the dark. Maybe you could explain why do you need the FINDME_INVERSE mode (so the LED on when any/all switches are on). |
As I said - Sonoff Basic. It does not have any indication as POW, or Touch models. I have it screwed to the multi outlet, infrequently powered. |
And you want a visual notification when the relay is on? Have you tried the "mixed mode"? |
Yeah, but mixed mode is exact opposite, as I want light mostly off. POW turns on blue led when relay switches on, T1 shows each relay via button led. I just felt like this was most sensible setting for device without second led. |
I have added the LED_MODE_STATUS that's exactly the opposite the LED_MODE_FINDME. It's in the dev branch now. |
Will be released with 1.12.2 |
Changed all of basics to dev branch with Status mode enabled. Looks great. Thanks! |
Cool. Will be released soon. |
Originally reported by: Maxim Prokhorov
Looks like General/LED Mode setting is missing
LED_MODE_FOLLOW
(2) andLED_MODE_FOLLOW_INVERSE
(3) from the config/general.hI'm using this with couple of basic sonoffs. Setting ledMode0 to 2 or 3 manually though terminal/telnet causes the select element to become blank. Next time Save from web sets ledMode0 to (null)
The text was updated successfully, but these errors were encountered: