aidbish
642856bd1f
Remove on_command_type as no longer supported
2019-02-15 09:17:24 +10:00
Debashish Sahu
a74efa9a0b
Merge branch 'master' into e131
2019-01-06 15:37:09 -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
aidbish
bd92f4b86f
Updates HA example to to work after mqtt light changes in HA 0.84
2018-12-27 14:34:28 +10:00
debsahu
88d299f430
Default mode is "static"
2018-04-10 11:36:56 -04:00
debsahu
a3b950df5c
Changed the need for seperate HA MQTT topic for speed
2018-04-04 21:34:00 -04:00
debsahu
d406112ecf
Added HA Speed Automation
2018-04-04 20:34:14 -04:00
debsahu
583d1396b7
Speed and Stability updates
...
If LEDs>100, stalls ESP8266. So bunch of code cleanup and merge with
existing variables used by other sections. Should be more efficient. As
of now on Arduino ESP 2.4.1, WiFi.setSleepMode(WIFI_NONE_SLEEP); is
required for MQTT function. ESP8266 is anyways connected to constant
power supply, so power consumtion is not immidiate concern now.
* HTTP OTA
* Arduino OTA
* Async MQTT
* PubSubClient
* HomeAssistant
2018-03-20 19:08:18 -04:00
Deb
10f89a7e39
HASS sends mode names that match WS2812FX mode names
2018-02-18 15:58:05 -05:00
Deb
cb824234d0
MQTT JSON Added
...
Compile with #define MQTT_MAX_PACKET_SIZE 512 modified in PubSubClient library. Default is #define MQTT_MAX_PACKET_SIZE 128, will not work here.
2018-02-15 13:14:55 -05:00
Deb
1a761b7f8f
update to yaml to post speed correctly
2018-02-12 18:58:10 -05:00
Deb
4ee123b08e
Adding support for Home Assistant
...
Don't know if this the most memory efficient way, but my first attempt at integrating into HA. A better implementation would be using Arduino JSON.
2018-02-12 15:22:14 -05:00