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
Tobias Blum
1c80fefd7e
=e131 mode payload has to be lowercase.
2018-12-16 16:14:21 +01:00
Tobias Blum
bf07aef10f
Update platfiormio.ini for ArduinoJSON 6.7.0
2018-12-16 15:01:22 +01:00
Tobias Blum
dcaf3fe6ee
Merge pull request #291 from M4lik/master
...
Readme cleanup
2018-12-16 14:05:44 +01:00
Debashish Sahu
763b0dab2c
Update request_handlers.h
2018-12-15 22:57:43 -05:00
Debashish Sahu
189254afcd
e131 quick fixes
...
- 170 LEDs per universe predefined
- >Second universe data fixed
- Reduce the number of default universe
2018-12-13 22:02:30 -05:00
Debashish Sahu
26c1996e2a
keeping up with v 2.1.9
2018-12-13 11:27:53 -05:00
Debashish Sahu
a07fdd6baf
Merge pull request #293 from toblum/develop
...
v2.1.9
2018-12-13 11:22:57 -05:00
Debashish Sahu
228666acbb
v2.1.9
...
- Bump ArduinoJson library requirment for v6.7.0-beta (better memory management)
- Update version
- Update version info
2018-12-13 11:22:44 -05:00
Debashish Sahu
5758aa5b06
Update request_handlers.h
...
- sendState() needs extra memory for jsonBuffer
- sensState() effect can be sent directly instead of copying from PROGMEM
2018-12-13 11:18:12 -05:00
Debashish Sahu
35b989e98d
e131 update + HA: sendState() update
...
- Stop strip when e131 is sent
- sendState() needs extra memory for jsonBuffer
- sensState() effect can be sent directly instead of copying from PROGMEM
2018-12-12 20:46:56 -05:00
Malik Mann
22a8b36a38
Simple text enhancements
2018-12-12 11:03:37 +01:00
Malik Mann
6384789c5d
Reordered ToDos in README
2018-12-12 10:47:42 +01:00
Malik Mann
4841de93c9
README cleanup
2018-12-12 10:43:28 +01:00
Debashish Sahu
1519ba81c4
Update request_handlers.h
2018-12-11 22:51:20 -05:00
Debashish Sahu
edc7c56c1a
e131 mode
...
Submit "=e131" via mqtt or websocket to activate
2018-12-11 22:42:15 -05:00
Debashish Sahu
20e6bc5c57
Merge pull request #288 from toblum/develop
...
v 2.1.8
2018-12-11 22:29:46 -05:00
Debashish Sahu
8e77f37966
Update version_info.ino
2018-12-11 22:28:03 -05:00
Debashish Sahu
181ff7f1d7
fix #283
...
For some reason defining the exact size is causing mqtt_user and mqtt_pass are not stored in SPIFFs. Dynamic assignment should take care of this.
Should take care of expception 28
2018-12-11 22:24:46 -05:00
Debashish Sahu
79393df8a9
Update version_info.ino
2018-12-11 12:01:50 -05:00
Debashish Sahu
153d481607
Update version.h
2018-12-11 11:59:39 -05:00
Debashish Sahu
7e9bfac8f7
HA 0.84 autodiscovery update
...
Changes as per https://github.com/home-assistant/home-assistant/pull/18227 and suggestion from https://github.com/toblum/McLighting/issues/286
2018-12-11 10:30:31 -05:00
Tobias Blum
af1a8c9908
Merge pull request #279 from toblum/develop
...
Merge v2.1.7 from Develop
2018-12-08 22:17:40 +01:00
Debashish Sahu
267a8f0f2e
HOSTNAME is %s
2018-12-03 16:42:06 -05:00
Debashish Sahu
d2fd2a9543
Update .gitignore
2018-12-03 16:37:58 -05:00
Debashish Sahu
f21de6b607
Incremental Update
...
* Contributions by @ MrTheBarbarian from https://github.com/toblum/McLighting/pull/270 Putting Static IP config added in Jun 17th 2018 to definitions.h
* rethink ESP.getChipId implementaion
* check ArduinoJSON version
* Try restting prevmode as suggested in https://github.com/toblum/McLighting/issues/276
2018-12-03 16:35:26 -05:00
Tobias Blum
7a44a76aca
Update README.md
2018-11-20 22:42:24 +01:00
Tobias Blum
fff75b2ccd
Changed licence to MIT
2018-11-20 22:40:26 +01:00
Tobias Blum
b4bd153872
Added new config value "service"
...
https://github.com/toblum/McLighting/issues/269
2018-11-20 21:28:31 +01:00
Tobias Blum
2bb2943083
Merge pull request #265 from toblum/develop
...
v 2.1.6
2018-11-20 20:55:29 +01:00
Debashish Sahu
ac5e873ddc
Disabled DMA/UART by default and SPIFFs
2018-11-06 11:13:59 -05:00
Debashish Sahu
62ac728783
add a symbolic link to index.htm and index2.html with the respective submodule
2018-11-06 11:12:34 -05:00
Debashish Sahu
a0680884f9
Retire NeoAnimationFX & Fix #248
...
* Retire NeoAnimationFX
* Use DMA or UART method along with WS2812FX instead
* fix #248
2018-11-05 16:07:30 -05:00
Debashish Sahu
c53d02bdbe
Fix https://github.com/toblum/McLighting/issues/248
...
Address https://github.com/toblum/McLighting/issues/248
Commented our because # only is ment to change color and not the state
2018-10-15 12:09:58 -04:00
Debashish Sahu
97120a196c
Merge pull request #249 from toblum/master
...
resync from master
2018-10-15 12:03:30 -04:00
Debashish Sahu
e19ec287af
Update platformio.ini
...
updating ArduinoJSON to v 6.4.0-beta from 6.1.0-beta
2018-10-10 18:39:33 -04:00
Debashish Sahu
1821f39bc1
Merge pull request #242 from toblum/develop
...
fix #224
2018-10-02 15:41:02 -04:00