Debashish Sahu
0fee256c3a
Update README.md
2019-03-18 12:39:30 -04:00
Debashish Sahu
e1361b4068
Merge pull request #363 from toblum/develop
...
v2.2.3
2019-03-18 12:30:57 -04:00
Debashish Sahu
d6be20546a
version bump 2.2.3
2019-03-18 12:29:55 -04:00
Debashish Sahu
b15f013019
bug-fixes
...
- UART 1 and 0 were mixed up
- LWT revisit
- Custom mode needs index
2019-03-16 12:50:23 -04:00
Debashish Sahu
2806bb0910
Update request_handlers.h
2019-03-16 11:26:25 -04:00
Debashish Sahu
5b76af1424
Update README.md
...
- Added to todo #348
2019-03-08 14:59:20 -05:00
Debashish Sahu
d6297ae954
LWT fix
...
- fix LWT track #340
- fix PubSubClient related bug
2019-03-08 14:46:44 -05:00
Debashish Sahu
93cf8a919f
Merge pull request #353 from toblum/develop
...
v2.2.2
2019-03-08 11:05:11 -05:00
Debashish Sahu
5aebe40d09
Update version_info.ino
2019-03-08 11:01:09 -05:00
Debashish Sahu
1b6cf69182
hotfix #351
...
- hotfix #351
2019-03-08 10:59:36 -05:00
Debashish Sahu
fa918443c4
Update definitions.h
...
#define LED_TYPE_WS2811 disbaled by default
2019-03-07 12:50:22 -05:00
Debashish Sahu
6f188d455a
WS2811 DMA
...
- Added Settings for WS2811
2019-03-07 12:49:30 -05:00
Debashish Sahu
c0329ef01e
Merge pull request #350 from toblum/develop
...
v2.2.1
2019-03-07 12:15:53 -05:00
Debashish Sahu
7539888d6d
PIO Bump & min pages
...
- Bump PIO core to 2.0.4
- `#define USE_HTML_MIN_GZ` is on by default unless @toblum objects
2019-03-07 11:43:23 -05:00
Debashish Sahu
b651b0b1dd
Gamma and todo
...
- Gamma correction to LEDs
- Added stuff to todo
2019-03-06 10:38:19 -05:00
Debashish Sahu
3af70b4953
Update McLighting.ino
...
- "/pixelconf" code to check for HTTP method code is commented but placed for the future
2019-03-05 11:52:52 -05:00
Debashish Sahu
1f0087fec8
review update
...
- saveWS2812FXStripSettings.once(3, writeStripConfigFS); is called in every initStrip(), so no need for writeStripConfigFS() call.
- modify "/pixels" REST API to "/pixelconf" API
2019-03-05 11:42:01 -05:00
Debashish Sahu
8ff869ce7f
bug_fix
...
- fixed bugs
- Added file for custom WS2812FX animations in custom slots
- Rename varaibles to be char instead of String
- Added LED pixel count and PIN settings to WiFiManager
2019-03-05 00:38:40 -05:00
Debashish Sahu
38d8f3f813
Add LWT for MQTT and AMQTT
...
- Add LWT for MQTT and AMQTT, address https://github.com/toblum/McLighting/issues/340
2019-03-04 13:48:26 -05:00
Debashish Sahu
c2b3b6d0fa
HA send start state
...
- Bump to new Arduino Core PIO 2.0.1 (esp8266-arduino v2.5.3 release)
- Address https://github.com/toblum/McLighting/issues/349
2019-03-04 13:11:52 -05:00
Debashish Sahu
7e7ac8ad52
Merge pull request #334 from dale3h/autocycle-ms
...
- Use milliseconds for autocycle (update wiki upon merge with master)
2019-02-15 15:18:51 -05:00
Dale Higgs
2cf158f556
Add space to align comment
2019-02-15 14:00:19 -06:00
Dale Higgs
67a98c28b8
Use milliseconds for autocycle
2019-02-15 13:34:42 -06:00
Debashish Sahu
1b3414cf52
Merge pull request #333 from dale3h/patch-1
...
Fix pointer corruption for multi LED commands
2019-02-14 19:39:44 -05:00
Dale Higgs
a883b83069
Fix pointer corruption for multi LED commands
...
Fixes #332 by null-terminating the hex char arrays.
2019-02-14 18:07:46 -06:00
Debashish Sahu
9d0c1dbba0
Merge pull request #331 from aidbish/patch-1
...
Remove on_command_type as no longer supported
2019-02-14 18:32:33 -05:00
aidbish
642856bd1f
Remove on_command_type as no longer supported
2019-02-15 09:17:24 +10:00
Debashish Sahu
99881176d5
Update platformio.ini
...
- 2.5.0 needs different flash config file
2019-02-13 11:31:36 -05:00
Debashish Sahu
f71d1565dd
discovery message & pio updates
...
- Add alternative way to send large messages using PubSubClient
- Added Jason2866's link to Arduino Core v 2.5.0 as official core on PIO is not yet released
2019-02-13 11:24:41 -05:00
Debashish Sahu
652ff236f6
ArduinoJSON 6.8.0-beta
...
- ArduinoJSON 6.8.0-beta
- Update version_info
2019-02-11 17:31:12 -05:00
Debashish Sahu
f82e944d5d
HA 0.87 support
...
- fix https://github.com/toblum/McLighting/issues/327
2019-02-08 16:00:50 -05:00
Debashish Sahu
39a773805e
Make PIN configurable via REST API
...
- new "REST API": /pixels?pin=GPIO_NO to change PIN# (Allowed GPIO values: 16/5/4/0/2/14/12/13/15/3/1)
2019-01-25 14:15:39 -05:00
Debashish Sahu
118c35d2a8
Update McLighting.ino
...
- Delete pointers before reinitialization
2019-01-24 16:13:22 -05:00
Debashish Sahu
a6bf641700
Update McLighting.ino
...
USE_WS2812FX_UART are pointers!
2019-01-24 14:39:13 -05:00
Debashish Sahu
a1851e0cb8
Update McLighting.ino
2019-01-24 14:00:27 -05:00
Debashish Sahu
9efcb4530b
Pointers for Strip
...
- Pointers added for WS2812FX & NeoPixelBus
- new "REST API": /pixels?ct=xxx to change length of LED strip
- new "REST API": /pixels?rgbo=xxx to change RGB order
2019-01-24 13:31:15 -05:00
Debashish Sahu
0c473afb7d
Update McLighting.ino
2019-01-24 12:29:00 -05:00
Debashish Sahu
f3157deb1e
v 2.2.1
...
- checkForRequests() is vital for e131 mode, remove from #ifdef ENABLE_LEGACY_ANIMATIONS
- Minor fixes related to NeoPixelBus UART methods
- Modify platformio.ini for future bump to esp8266-arduino v2.5.0 (shamelessly stolen settings from espurna project)
- Gzipped index2.htm & edit.htm.gz(untouched), convereted to hex format using xxd -i abcd.gz > html_gz.h
- Think about using pointers for WS2812FX (no code regarding this in initial push)
2019-01-24 12:26:46 -05:00
Debashish Sahu
1578cafbf0
Travis CI fix
2019-01-15 17:53:39 -05:00
Debashish Sahu
ef623b5d99
Merge pull request #289 from toblum/e131
...
Add e131 mode
2019-01-15 17:37:12 -05:00
Debashish Sahu
a74efa9a0b
Merge branch 'master' into e131
2019-01-06 15:37:09 -05:00
Debashish Sahu
a78f4882e0
Travis CI
...
- Added Travis CI support
2019-01-06 15:27:06 -05:00
Debashish Sahu
2551240e63
UART methods & HA 1.31 support
...
- Update UART 1 and 2 methods for NeoPixelBus v2.4.1
- HA E1.31 support
2019-01-06 15:19:14 -05:00
Debashish Sahu
ae9cf43452
Merge pull request #301 from aidbish/master
...
Updated HA example to to work after mqtt light changes in HA 0.84
2018-12-27 02:23:54 -05:00
aidbish
bd92f4b86f
Updates HA example to to work after mqtt light changes in HA 0.84
2018-12-27 14:34:28 +10:00
Debashish Sahu
00ff5c3aee
update getModes()
...
- Add E1.31 mode to getModes(), no need to change McLightingUI
- "=e131" and "/e131" will activate E131 mode via websockets or MQTT
- Reverted McLightingUI back to stock
2018-12-24 00:25:05 -05:00
Debashish Sahu
828d8704b2
Merge pull request #297 from toblum/develop
...
v1.1.11
2018-12-18 08:02:39 -05:00
Debashish Sahu
4df3667c38
v1.1.11
...
- More Auto-Discovery fix for HA version >= 0.84 #286
- Suggestions from https://github.com/home-assistant/home-assistant/issues/19420
2018-12-18 08:02:02 -05:00
Debashish Sahu
b85e5e4c58
Merge pull request #295 from toblum/develop
...
v 2.1.10
2018-12-16 11:25:01 -05:00
Debashish Sahu
c755fa2e81
fix issues brught up regarding listModes()
...
- All about memory mangement by ArduinoJSON v 6.7.0
2018-12-16 11:21:58 -05:00