Commit graph

50 commits

Author SHA1 Message Date
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
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
Tobias Blum
1c80fefd7e =e131 mode payload has to be lowercase. 2018-12-16 16:14:21 +01:00
Debashish Sahu
edc7c56c1a e131 mode
Submit "=e131" via mqtt or websocket to activate
2018-12-11 22:42:15 -05:00
Tobias Blum
b4bd153872
Added new config value "service"
https://github.com/toblum/McLighting/issues/269
2018-11-20 21:28:31 +01: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
Tobias Blum
2578efaa5a
Merge pull request #144 from TechOnlyGamer/feature/AndroidApp
Updated App to Version 1.1:

-now packed together with the .aia file from AppInventor so we can go much crazyer with you guys regarding new function
-added 3 more Slider for Red, Green, Blue
-Slider are adjusting know there position according to the Info the app gets as respond from the ESP
-Animation now send correctly
-added off button to the App
2018-04-21 21:49:51 +02:00
TechOnlyGamer
7057a216bb Update V1.1
New Version of my Android App now on V1.1

-added the .aia File so whoever wants can help me with new features and improvments
-added 3 new Slider for changing Red,Green,Blue Value
-Sliders now change there Postion if the App gets the Config from the ESP
-added Button to Toggle everything off
-Animation Picker now works again
2018-04-21 21:46:32 +02:00
TechOnlyGamer
340dc7ed24 Revert "Add files via upload"
This reverts commit b689629918.
2018-04-21 21:42:36 +02:00
Tobias Blum
4226b84371
Update "src" folder too, for "Add to homescreen" 2018-04-21 21:36:44 +02:00
TechOnlyGamer
b689629918
Add files via upload
Updated Aoo to Version 1.1:

-now packed together with the .aia file from AppInventor so we can go much crazyer with you guys regarding new function
-added 3 more Slider for Red, Green, Blue
-Slider are adjusting know there position according to the Info the app gets as respond from the ESP
-Animation now send correctly
-added off button to the App
2018-04-21 21:34:15 +02:00
ryancasler
9401c1a014 Updated Incex.html
To add support for mobile to load as a WebApp.
2018-04-21 12:04:31 -04:00
Tobias Blum
58b87969f1 Android app from https://github.com/toblum/McLighting/issues/142 2018-04-20 23:27:07 +02:00
flagstone78
61bcabc68c
Update README.md
Update usage of adjustment variables.
2018-04-17 02:55:57 -06:00
flagstone78
69f76acb6d
Update LedKeyboardShortcuts.ahk
Uses a gui for the notifications
2018-04-17 02:48:43 -06:00
flagstone78
fc4ce0489f
Update LedKeyboardShortcuts.ahk 2018-04-15 16:38:49 -06:00
flagstone78
61849addaa
Update README.md 2018-04-15 16:38:10 -06:00
flagstone78
12d6abee63
Update LedKeyboardShortcuts.ahk
updated to handle server errors
2018-04-15 16:37:10 -06:00
flagstone78
441d61aa4e
Update LedKeyboardShortcuts.ahk
auto exits the script if there is an error
2018-04-15 16:10:54 -06:00
flagstone78
535b5cdfef
Update README.md
added about numberpad
2018-04-15 16:03:47 -06:00
flagstone78
50b5e5b5d0
Update README.md
formatting
2018-04-15 15:59:27 -06:00
flagstone78
35d8fc036a
Create README.md 2018-04-15 15:58:16 -06:00
flagstone78
7db19ea063
Update LICENSE
Included a link to the original author of the websocket class.
2018-04-15 15:28:05 -06:00
flagstone78
736707ec34
Create LICENSE 2018-04-15 15:25:24 -06:00
flagstone78
7bc9310f9a
Create LedKeyboardShortcuts.ahk
Initial commit
2018-04-15 15:22:05 -06: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
Tobias Blum
6eec0345c2 NodeRed example for websocker proxy 2018-01-27 22:55:45 +01:00
Tobias Blum
b726aee15a Update web libraries and get rid of app.manifest
Deprecated over http
2017-12-16 23:41:55 +01:00
Tobias Blum
47e5afd1dd Adopt changes to HTML source 2017-09-29 23:48:29 +02:00
Keith Lord
bc2984cffc Added auto cycle feature 2017-09-19 18:31:03 -04:00
Tobias Blum
bac3462a2a Fixed wrong param
See: https://github.com/toblum/McLighting/blob/master/Arduino/McLighting/McLighting.ino#L294
brightness needs values from 0 - 100
2017-05-20 21:35:39 +02:00
Tobias Blum
51c87aab7c Added offline capabilities. 2017-02-18 22:28:42 +01:00
Tobias Blum
526872e8ff Fixed minor bugs, updated gulp script. 2017-02-05 15:27:16 +01:00
Tobias Blum
c83a560d30 First try on WS2812FX library integration 2017-02-05 01:48:28 +01:00
r3ddi
1a407e6a54 ich denke die 1 ist dir reingerutscht oder ? 2016-11-26 11:11:27 +01:00
Tobias Blum
91a3c69414 Added pebble client. 2016-06-04 23:26:30 +02:00
Tobias Blum
53b54a2391 Added sample configuration for homebridge. 2016-05-22 00:36:43 +02:00
Tobias Blum
95082ba925 Added the ready-built webclient to the repository 2016-05-17 00:33:55 +02:00
Tobias Blum
d2b7bcc94f Updates Webclient, several bugfixes, updated Buildsystem for automatic update on ESP8266 2016-05-17 00:29:50 +02:00
Tobias Blum
740239b983 Initial commit with Arduino and client 2016-05-12 23:05:38 +02:00