Aircoookie
8c0592cdb7
Merge branch 'filesystem' into mergefs-201115
2020-11-15 13:21:56 +01:00
cschwinne
0c73ecf6a8
Added Pin Manager
2020-11-15 12:41:51 +01:00
tbnobody
c365fd9d74
Ethernet Support ( #1316 )
...
Ethernet Support
2020-11-13 18:25:13 +01:00
Aircoookie
e9d9760e16
Merge branch 'filesystem' into mergefs-201112
2020-11-12 11:12:10 +01:00
cschwinne
560f72a320
Add JSON receiving to MQTT /api
2020-11-12 09:13:08 +01:00
cschwinne
3425f2bf34
Add Playlist feature
2020-11-11 23:48:14 +01:00
cschwinne
e28dbb3b93
Usermod callbacks for custom settings
2020-11-11 15:50:15 +01:00
Aircoookie
89a2e15cfb
Merge pull request #1302 from catlee/nightlight-remaining
...
Return remaining nightlight time in json API
2020-11-10 21:16:54 +01:00
cschwinne
ed753b590c
Add copyright and license link to .htm
2020-11-10 13:30:42 +01:00
cschwinne
9d7f1d230c
Only add 16 to macros if they are not 0
2020-11-09 20:48:44 +01:00
cschwinne
7f973ad131
Unaccessible wsec.json and preset loading fix
2020-11-09 11:09:47 +01:00
cschwinne
1f42070104
A few fixes
2020-11-09 00:50:13 +01:00
cschwinne
98e4ac6b27
FS working for ESP8266
2020-11-08 23:44:10 +01:00
Chris AtLee
8d318e7206
Return remaining nightlight time in json API
...
This returns the number of seconds remaining in the nightlight in the
"rem" field of the nightlight ("nl") state. If there is no nightlight
active, it returns -1.
2020-11-08 10:44:25 -05:00
cschwinne
362156c8ab
F()
2020-11-07 23:54:56 +01:00
cschwinne
3ff23ade8b
Done in principle
2020-11-06 22:12:48 +01:00
cschwinne
d9050dd8b9
Progress with parsers
2020-11-05 22:54:13 +01:00
Jeff Sloyer
bcee2c37d7
correct the copyright year and add a link to the license
2020-11-05 14:54:57 -05:00
cschwinne
b8fcab29ac
Inversed Rain direction ( fixes #1147 )
2020-11-04 23:20:34 +01:00
cschwinne
8ddae6bba0
wsec start
2020-11-04 17:17:54 +01:00
cschwinne
fc9255cdc4
Added new file for JSON cfg parsing code
2020-11-04 11:04:40 +01:00
cschwinne
f725506df0
Settings deserialization
2020-11-03 00:35:04 +01:00
cschwinne
aa27b85538
Re added old C9 palette
2020-11-01 20:54:35 +01:00
Hermann Kraus
b694bcf62a
Fix MQTT topic parsing.
...
The previous code only looked for certain keywords in the topic instead of comparing it completely.
For example if mqttDeviceTopic is set to "lights/colorRGB" the MQTT interface is unusable because
the search for "/col" will always return a match and therefore any MQTT command is interpreted as
a color.
The new code checks the full topic.
2020-11-01 02:23:37 +01:00
Aircoookie
cac8fd93e4
Merge branch 'filesystem' into mergefs-201031
2020-10-31 21:21:32 +01:00
Aircoookie
b34e060b17
Merge pull request #1287 from huksley/html-es6
...
Use html-minifer-terser for ES6+ support
2020-10-29 16:59:43 +01:00
cschwinne
907be77ef4
Include minified JS
2020-10-29 10:14:21 +01:00
cschwinne
373d12be64
Realtime max. brightness now honors brightness factor ( fixes #1271 )
...
- Colorful effect now supports palettes
- Added C9 2 palette (#1291 )
- Improved C9 palette brightness by 12%
- Disable onboard LED if LEDs are off (PR #1245 )
- Added optional status LED (PR #1264 )
- Realtime max. brightness now honors brightness factor (fixes #1271 )
- Updated ArduinoJSON to 6.17.0
2020-10-29 01:23:04 +01:00
cschwinne
2525429070
deEEP for presets
2020-10-23 17:48:01 +02:00
Aircoookie
bbffb6d901
Merge branch 'filesystem' into mergefs-201019
2020-10-19 23:37:18 +02:00
cschwinne
3b7f5a1397
Merge branch 'master' of https://github.com/Aircoookie/WLED
2020-10-19 23:30:07 +02:00
cschwinne
600e949628
Update ArduinoJson-v6.h
2020-10-19 23:30:02 +02:00
Jeff Rescignano
235c123ad0
Add status led ( #1264 )
...
* Add status led
* Shorten code
* Fix "Shorten code"
* Change ledStatusType to an unsigned short
2020-10-19 18:08:45 +02:00
cschwinne
d583adb958
New quota calculation
2020-10-16 23:59:34 +02:00
cschwinne
eb65eafbe0
Working API commands
2020-10-13 01:39:34 +02:00
Jeff Rescignano
13f18492ad
Disable onboard LED when LEDs are not in use ( #1245 )
...
* Disable onboard LED when LEDs are not in use
* Remove unused variable
* Only disable onboard LED if LEDPIN == LED_BUILTIN
* Change LEDPIN to LED_BUILTIN
2020-10-12 20:13:13 +02:00
cschwinne
b0828a6280
Bigger buffer testing
2020-10-08 00:52:15 +02:00
cschwinne
d2ffb3ca9d
FQ quota and info
2020-10-07 17:48:22 +02:00
cschwinne
606cd18dc4
Working deletion
...
Added HTTP API support to JSON API
2020-10-03 00:29:36 +02:00
Aircoookie
c68f31a11c
Merge branch 'filesystem' into mergefs-201002
2020-10-02 13:39:25 +02:00
cschwinne
3107943af8
Fixed interaction of T
and NL
HTTP API commands ( #1214 )
2020-10-02 12:30:17 +02:00
cschwinne
f66c28a1bc
Fix MQTT bootloop (no F() macro, #1199 )
2020-09-29 21:41:52 +02:00
cschwinne
ee8596d175
DDP working
2020-09-29 01:13:29 +02:00
cschwinne
52df963be9
DDP Support
2020-09-28 16:29:01 +02:00
Aircoookie
8c513c2aad
Merge pull request #1208 from Phunkafizer/master
...
Added washing machine FX
2020-09-27 14:57:40 +02:00
cschwinne
1e3834dc3d
Move tristate_square8 to FX_fcn.cpp
2020-09-27 14:42:14 +02:00
cschwinne
8d3ff16037
Add udpNotifier2 (JSON+HTTP, closes #1205 )
...
Added Loxone defines
Fix missing timezones (#1201 )
2020-09-27 11:43:28 +02:00
m0fa
b10ab358da
Loxone support added ( #1185 )
...
* A separate socket for UDP api has been added. This uses the same API as HTML. Commands for Loxone were added to the API.
* html files for udp api newly generated
* codm pixel controller board configurations added to platformio.ini file
* Parser for LX/LY commands adapted. Calculation of the values corrected. Segment handling for LX/LY removed.
* Lox parser moved to own file. Lox parser added to the JSON api. Within a segment LX and LY are now supported.
* serial port removed
* F() macro added
Co-authored-by: Marius Groos <marius.groos@codm.de>
2020-09-27 11:37:16 +02:00
S. Seegel
2cc6edd868
Added washing machine FX
2020-09-27 01:58:21 +02:00
Joeboyc2
2c02e27197
Add the ability to override R,G,B,WPIN values
...
Enable the ability to use the -D option in the platform_override.ini to set the pin numbers outside of the file
2020-09-23 16:49:55 +01:00