Def3nder
df8b085f0e
SunRise using NightLight Fade
...
changed WLED08_led.ino to fade from current color to the secondary color. This can be used without effecting the current logic with setting "NF=2" in a macro or through the API.
If a red color tone is chosen as primary and a yellow/white tone as secondary color,
the actual brightness is set to 5 and the target brightness to 255,
the duration is set to 10 minutes,
this will create a smooth fade from darkest red to a bright warm light (like in a real SunRise)
2020-01-08 12:00:25 +01:00
cschwinne
c98c54bd6b
Release of WLED v0.9.0-b1
...
Timebase reset when turned off
Added Aurora paletta
2019-12-13 01:23:07 +01:00
cschwinne
334783f89a
Preset 16 working
2019-12-03 14:15:12 +01:00
cschwinne
89a54e31f1
Cleanup and segment improvements
2019-12-02 12:41:35 +01:00
cschwinne
1beb9c4bb8
Added WiFi section to JSON info ( #288 )
...
Add tt command to JSON API (#291 )
2019-10-29 02:21:23 +01:00
cschwinne
31e4e7c709
HA discovery wdt reset
2019-10-20 17:38:25 +02:00
cschwinne
117dc5288d
Added basic segment support
...
Updated Espalexa
2019-06-20 14:40:12 +02:00
cschwinne
b224a67ea7
Refactored WS2812FX variable names
2019-05-22 00:23:09 +02:00
cschwinne
b03ff9a48a
Updated Espalexa to 2.4.2
...
Added UDP realtime 255 as keep state until changed
Added "true" and "false" MQTT payloads
2019-04-14 19:31:25 +02:00
cschwinne
bc125ad76c
Updated Espalexa to v2.4.0
2019-03-01 17:10:42 +01:00
cschwinne
587cf751d8
Fixed preset loading
2019-02-25 19:14:13 +01:00
cschwinne
aa315f8472
Switched from PubSubClient to AsyncMqttClient
2019-02-17 19:21:09 +01:00
cschwinne
9ca7ffa5a3
Refactored white to col[3]
...
Added Saw effect
2019-02-05 21:53:39 +01:00
cschwinne
d1ce23c5ac
Unique mDNS name
...
Various optimizations
2019-02-05 19:40:24 +01:00
cschwinne
5d1993935e
Added Alexa Color support
2019-01-09 22:55:18 +01:00
cschwinne
6359a8a8a2
Improved effect updating internals
2018-11-24 11:52:23 +01:00
cschwinne
cd234673ea
Fixed nightlight issues
...
Added custom infrared method
2018-11-22 00:09:30 +01:00
cschwinne
c0816c80ae
Infrared support added
2018-11-18 00:31:45 +01:00
cschwinne
a5cf553f17
Refactored code to improve readability
...
Fixed non-2-char indentations
2018-11-09 17:00:36 +01:00
cschwinne
eeb17b417c
Added MQTT
...
Updated readme for 0.8.0
Fixed custom theme bug
Bumped version codes to 0.8.0
2018-10-04 16:50:12 +02:00
cschwinne
4715180a32
Refactored wled00.ino
...
Attempted to fix AP mode lags
2018-09-15 17:29:01 +02:00
cschwinne
6d4339b034
Added first palette functions
...
Attempted to fix welcome page
2018-09-06 02:05:56 +02:00
cschwinne
70d0aae07c
First commit of 0.8.0 dev cycle
...
Updated to newer WS2812FX version which supports segments (not supported in WLED yet)
Added new (FastLED) effects
Adjusted FX speed timings
Removed Sweep transition and Custom Chase (seldomly used - hinder development)
Removed solid overlay (no longer needed once segments are added)
Fixed Blynk effect set
2018-09-04 15:51:38 +02:00
cschwinne
1d4d885276
Release of WLED 0.7.1 to dev branch
...
Added E1.31 support
Added more realtime options
Attempted to fix welcome page not showing on fresh install
2018-08-11 22:59:37 +02:00
cschwinne
1c3878fcb0
Added blynk UI updates
2018-07-29 14:03:02 +02:00
cschwinne
5d8d12bc89
First commit to development branch
...
Added AutoRGBW feature
Nightlight turns off if its target brightness is set
2018-05-31 19:26:16 +02:00
cschwinne
3afb499930
Changed preset cycle API format
...
Added secondary color transition
Added option to have UI while receiving realtime
Fixed mDNS not working
Fixed Arduino OTA not working when locked but enabled
2018-05-10 19:55:58 +02:00
cschwinne
ee6676cd89
Release of v0.6.3
...
Added Preset Cycle feature
Added Transition Time API call
Added Adalight serial ambilight protocol
Added DRGB and DRGBW UDP direct-drive protocols
Improved transition flickering
Easter eggs are eaten now
2018-04-11 23:50:35 +02:00
cschwinne
d09a97f230
Full release of v0.6.0
...
Added transitionDelay from notification used for smoother sync
Fixed random color too dim
2018-03-15 13:03:50 +01:00
cschwinne
c93b185f54
Refactored variables for better readability
2018-03-14 13:16:28 +01:00
cschwinne
e7e11b8bd2
Added Philips Hue synchronization
...
Added HU and SA API calls to set color via Hue and Saturation values
2018-02-28 00:27:10 +01:00
cschwinne
76dd7b63fb
Major parts of rework complete
2018-02-20 22:29:48 +01:00
cschwinne
c5450229c6
Added basic second color support via HTTP calls &R2= ...
...
Added second color notifier support
2017-11-28 16:04:11 +01:00
cschwinne
a33386c672
Fixed bug that would cause white value off on startup in RGBW mode
...
Dynamically lowered refresh rate in standard mode in an attempt to minimize random flashing issue
Added L= and UL= HTTP in vars to lock/unlock pixels and ranges
2017-11-19 15:31:17 +01:00
cschwinne
2f7e0ef672
Version 0.4p - added Sweep transition
...
Reverted clearTo-Simplification since it did not work with brightness
Sweep still does not work for brightness changes
Added current binaries
2017-10-28 23:40:06 +02:00
cschwinne
221ebfd8f1
FAILED: Started to implement Sweep transition, revert for now
2017-10-28 22:22:37 +02:00
cschwinne
f878c89069
Added RGBW support
...
ifdef-Option may be removed next commit since RGB strips seem to support RGBW protocol
HTMLs have no support yet
&W= works
2017-10-12 17:09:59 +02:00
cschwinne
97065d402d
Switched LED library to NeoPixelBus in an attempt to fix reset issue
...
Fixed a bug that caused color correction to work incorrectly
2017-09-18 12:24:31 +02:00
cschwinne
692c41b7c2
Fixed Nightlight function
...
added /version query
updated readme
2017-04-26 14:04:53 +02:00
cschwinne
255cef8685
Added Alexa support
2017-02-21 23:59:47 +01:00
cschwinne
bdaa8f22b8
bri percentage int overflow fixed
...
pre alexa integration
2017-02-21 23:13:05 +01:00
cschwinne
369c00bbff
Trigger HTTP req feature added
...
Pre NTP-reimplementation
2017-02-07 13:00:33 +01:00
cschwinne
05a757ede3
Added Gamma correction
2017-02-01 19:25:36 +01:00
cschwinne
31e3daf3e3
overlay function added (analog clock)
...
lock individual leds in WS2812FX library
2016-12-31 00:38:51 +01:00
cschwinne
eb8825ab27
serverside FX fully implemented
...
bug - choppy transitions
2016-12-14 23:40:47 +01:00
cschwinne
945839e3d3
NL=0 instant off bugfix attempt
...
added udpPort = 0 as off
implement all settings setters (notifyNightlight \n udpPort)
De-implement notification fwd and led_amount settings
descriptive text / title (server side + settings)
nightlight function different after brightness than 0
2016-12-11 20:11:14 +01:00
cschwinne
a3a2c0448f
udp notifier finished
2016-11-27 22:37:51 +01:00
cschwinne
c88b9d6143
OTA lock fully working
2016-11-27 21:37:00 +01:00
cschwinne
123ab66b31
Nightlight working!
2016-11-27 16:45:54 +01:00
cschwinne
25e9967dae
nightlight dev in progress
...
BUILD UNTESTED
notifier bugs 2A
no udp
2016-11-26 19:34:05 +01:00