-
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
HUE fixes and HSB support #89
Conversation
…ay. If sleep == 0 then delay == yield. Else delay(x) is delay and yield.
Conflicts: sonoff/sonoff.ino sonoff/xdrv_ws2812.ino
Conflicts: sonoff/user_config.h
…ness of LED works.
….1 App can control brightness.
Conflicts: sonoff/webserver.ino sonoff/xdrv_wemohue.ino
…or future enhancemends in HUE and IR send function. Initial code for IR send support via MQTT using IRremoteESP8266.
Conflicts: sonoff/sonoff_template.h
Conflicts: sonoff/sonoff.ino sonoff/sonoff_template.h sonoff/webserver.ino sonoff/xdrv_ir_send.ino
Bwah, now travis-ci uses another IRremoteESP8266 than what is included in Arduino!? Doesn't matter for the HUE part. |
Ok, changed platformio.ini: Now the correct versions are used and the built works again. |
First looked at your the PlatformIO library suggestion. If I try it locally it fails as it needs git installed to download and install IRremoteESP8266.git so I decided to add all libraries to the repository in the lib folder. Now platformIO works great both locally and on Travis using the supplied libs. I still need to look at your Hue changes but have to find some time for it... |
Implemented in version 3.9.20 just released |
3.9.20 20170221 * Add minimal basic authentication to Web Admin mode (arendst#87) * Fix Hue and add HSB support (arendst#89)
Hi,
fixed an error in JSON argument evaluation what caused wrong setting changes. Implemented full HSB support for HUE api calls (colormode hs).
Greetings,
Heiko.