-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Request: Sonoff B1 Wakeup w/ Value #867
Labels
stale
Action - Issue left behind - Used by the BOT to call for attention
Comments
Agree, will look in to it. |
arendst
added a commit
that referenced
this issue
Sep 14, 2017
5.7.1f * Reduce code and string length for output of commands Modules and GPIOs * Add optional dimmer parameter to command Wakeup for AiLight, Sonoff B1, Led and BN-SZ01 (#867)
arendst
added a commit
that referenced
this issue
Sep 18, 2017
5.8.0 20170918 * Remove the need for NeoPixelBus library for Hue support * Consolidate WS2812 into Sonoff Led for flexible future led strip library changes * Invert WS2812 fade speed to align with Sonoff led (Speed 1 = fast, Speed 8 = slow) * Remove upper case MQTT receive buffer * Reduce code and string length for output of commands Modules and GPIOs * Add Sonoff SC debug information * Change syslog service * Removed webserver syslog disable as now no longer needed * Increased default MQTT message size from 368 to 405 bytes while keeping MQTT_MAX_PACKET_SIZE = 512 (because we can) * Fix MQTT Offline or Remove MQTT retained topic code * Fix Domoticz loop when Emulation is selected * Add blink to WS2812 and Sonoff Led (#643) * Add option WIFI_WAIT (5) to command WifiConfig to allow connection retry to same AP without restart or update flash (#772, #869) * Add support for Witty Cloud (#794) * Add GPIO14 to Sonoff Dual (#797, #839) * Add support for Yunshan Wifi Relay (#802) * Add GPIO16 input pulldown (#827) * Add timeout to DHT and DS18B20 sensors (#852) * Fix watchdog timeout caused by lack of stack space by moving to heap (#853) * Allow LogPort and MqttPort up to 65535 and add LogPort tot Status 3 (#859) * Allow command SwitchTopic in group mode (#861) * Allow command SwitchMode if no switches are defined (#861) * Add optional dimmer parameter to command Wakeup for WS2812, AiLight, Sonoff B1, Led and BN-SZ01 (#867) * Fix basic On, Off, Toggle, Blink and BlinkOff commands when other language is selected (#874)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem. |
curzon01
pushed a commit
to curzon01/Tasmota
that referenced
this issue
Sep 6, 2018
5.7.1f * Reduce code and string length for output of commands Modules and GPIOs * Add optional dimmer parameter to command Wakeup for AiLight, Sonoff B1, Led and BN-SZ01 (arendst#867)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I send the command "Wakeup" the bulb will start fading back up to the previous Dimmer value, this isn't great when the bulb was turned off while at a very low Dimmer value such as when retiring to bed :)
If the "Wakeup" command also supported a parameter which could become the new Dimmer value and trigger the fade up to the new value, that would be much more useful as a wake up light.
eg. Currently the bulb is Dimmed to 15% and I retire to bed, push the button to turn the lamp off. It retains a Dimmer value of 15%. In the morning when the controller sends "Wakeup", the bulb will only fade up to 15%, not very bright for a wake up light.
Instead if the controller could send "Wakeup 100" and then the bulb fades up to 100% brightness, that will work much better for waking up.
The text was updated successfully, but these errors were encountered: