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
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