-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Can Sonoff LED response jason in 1 line? #176
Comments
Dear @arendst , Just disocver Color also sharing the same output Also I feel difficult on adjust LED color (temperature), will it be able to add a slider for adjust color, I think that would more useful than dimmer slider Thank you very much for you attention and best regards. |
4.0.4 20170312 * Add pulse timers for up to 4 relays (#106) * Fix Sonoff Led power state when dimmer or color is 0 (#176) * Add command NtpServer<x> to configure up to three NTP servers (#177) * Delete module User Test as module Wemos D1 mini has same/more user configurable GPIO (#178) * Add more user configurable GPIO to module ElectroDragon (#183)
Dear @arendst, Huge thanks for promote update, |
the power stat output is being sent in the legacy format to keep the simple on/off switching working for people. however, from your sample,it looks like it is being sent twice when it's turned on. can you confirm this? |
in fact it's not double msg, 02:43:31 CMND: dimmer 0 Also there is 1 more bug with fade, fade from 0-100 is fine, |
5.3.0 20170715 * Major Hue rewrite which might introduce Alexa problems. If so, initiate an issue * Add support for Sonoff Led and BN-SZ01 Ceiling Led brightness control to Hue * Fix Sonoff Led Power, Dimmer and Color MQTT response (#176) * Add commands Delay and Backlog to allow multiple commands at once separated by ";" (#593) * Use default flashmode DOUT to solve restart hangs on esp8285 chips (#453, #598) * Change Web console column width from 99 to 300 (#599)
4.0.4 20170312 * Add pulse timers for up to 4 relays (arendst#106) * Fix Sonoff Led power state when dimmer or color is 0 (arendst#176) * Add command NtpServer<x> to configure up to three NTP servers (arendst#177) * Delete module User Test as module Wemos D1 mini has same/more user configurable GPIO (arendst#178) * Add more user configurable GPIO to module ElectroDragon (arendst#183)
5.3.0 20170715 * Major Hue rewrite which might introduce Alexa problems. If so, initiate an issue * Add support for Sonoff Led and BN-SZ01 Ceiling Led brightness control to Hue * Fix Sonoff Led Power, Dimmer and Color MQTT response (arendst#176) * Add commands Delay and Backlog to allow multiple commands at once separated by ";" (arendst#593) * Use default flashmode DOUT to solve restart hangs on esp8285 chips (arendst#453, arendst#598) * Change Web console column width from 99 to 300 (arendst#599)
Hi, @arendst,
Sorry for spam you again, can you do a little adjust on Sonoff LED response?
cmnd/sonoff-LED/dimmer 2
stat/sonoff-LED/RESULT {"POWER":"ON"}
stat/sonoff-LED/POWER ON
stat/sonoff-LED/RESULT {"Dimmer":2}
cmnd/sonoff-LED/dimmer 0
stat/sonoff-LED/RESULT {"POWER":"ON"}
stat/sonoff-LED/POWER ON
stat/sonoff-LED/RESULT {"Dimmer":0}
cmnd/sonoff-LED/power off
stat/sonoff-LED/RESULT {"POWER":"OFF"}
stat/sonoff-LED/POWER OFF
Is there anyway that RESULT in one line like stat/sonoff-LED/RESULT {"POWER":"ON", "Dimmer":2}?
as it makes OPENHAB not happy and have alarm log also set device status as NULL
Finally, when dimmer 0, can it be POWER OFF?
The text was updated successfully, but these errors were encountered: