Commit graph

333 commits

Author SHA1 Message Date
Deb
8520e9b350
Merge pull request #151 from debsahu/master
Added #define ENABLE_MQTT_HOSTNAME_CHIPID, disabled by default
2018-04-24 16:53:17 -04:00
debsahu
250981ec4a Disable #define ENABLE_MQTT_HOSTNAME_CHIPID as default
* https://github.com/toblum/McLighting/pull/151
2018-04-24 16:27:34 -04:00
debsahu
cd4805a728 Removed ENABLE_HA_HOSTNAME_CHIPID
As per discussion in https://github.com/toblum/McLighting/issues/149
removed ENABLE_HA_HOSTNAME_CHIPID. No point in sending HOSTNAME+ChipID
to HA, just use this feature to create unique ID for MQTT clients.
2018-04-23 17:39:00 -04:00
debsahu
a27611b813 Add ChipID to hostname
* Address https://github.com/toblum/McLighting/issues/149
#define ENABLE_MQTT_HOSTNAME_CHIPID
#define ENABLE_HA_HOSTNAME_CHIPID
2018-04-23 15:55:47 -04:00
Deb
8a1e50af95
Merge pull request #148 from debsahu/master
restapi fixes
2018-04-22 15:26:52 -04:00
debsahu
ba5146d3d7 Use global variables to handle websocket request
modified handleSetWS2812FXMode to use global variables
2018-04-22 10:36:00 -04:00
debsahu
c1c24b42d0 Solve getstatus not return values correctly
Resolve https://github.com/toblum/McLighting/issues/146
2018-04-22 10:01:59 -04:00
Deb
5d9fa4c966
Merge pull request #5 from toblum/master
resyncing
2018-04-22 09:32:58 -04: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
Tobias Blum
c2a2207e4a
Merge pull request #143 from ryancasler/master "Add to homescreen"
Updated Index.html
2018-04-21 21:35:41 +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
Tobias Blum
f61f2ed601
Merge pull request #138 from flagstone78/master
AutoHotKey client
2018-04-17 18:11:51 +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
Tobias Blum
265a1c9437
Merge pull request #136 from debsahu/master
fixes and added legacy option
2018-04-15 11:17:05 +02:00
debsahu
420909fb20 legacy animations optional
* Added Legacy animations as an option
* Removed ALL mode, replaced with ws2812fx_mode = FX_MODE_STATIC; mode =
SET_MODE;
* When mode == SET_MODE, set speed, color, etc automatically, needs a
new MODE prevMode
2018-04-14 19:19:44 -04:00
debsahu
ed5e4783be updates to previous fix
* updates to previous fix, solves
https://github.com/toblum/McLighting/issues/128
2018-04-12 18:46:10 -04:00
debsahu
a7cce99be3 fixes
* sets speed in getArgs() solves
https://github.com/toblum/McLighting/issues/128
* set strip.setColor in SET_MODE before strip.setMode solves
https://github.com/toblum/McLighting/issues/132
2018-04-12 14:44:42 -04:00
Deb
7eaf25dd99
Merge pull request #129 from debsahu/master
* fix httpServer calls in setup
* UART method for NeoAnimationFX
* added "static" mode (default) to HA's light.yaml
* fix #130
2018-04-10 20:06:58 -04:00
debsahu
f3b6abb52b fix amqtt credentials 2018-04-10 15:36:41 -04:00
debsahu
88d299f430 Default mode is "static" 2018-04-10 11:36:56 -04:00
debsahu
1560ac8704 UART method as an option 2018-04-10 01:06:47 -04:00
debsahu
b8bb6e8a14 httpUpdater.setup defined twice
merging error?
2018-04-09 20:51:18 -04:00
Deb
c9ff0ac44c
Merge pull request #127 from debsahu/master
Fix for including ArduinoJson.h when ENABLE_STATE_SAVE_SPIFFS
2018-04-08 18:30:31 -04:00
debsahu
09a26a750b fix #125 2018-04-08 18:18:33 -04:00
Deb
5f39f9429a
Merge pull request #4 from toblum/master
resyncing
2018-04-08 17:54:11 -04:00
Tobias Blum
73f50595f7 Disable MQTT_HOME_ASSISTANT_SUPPORT by default 2018-04-08 20:55:40 +02:00
Tobias Blum
829e8949d3 Add screenshot for board settings 2018-04-08 20:54:35 +02:00
Tobias Blum
4e31fa55ae Merge remote-tracking branch 'debsahu/ha-mqtt-discovery' 2018-04-08 20:50:53 +02:00
Tobias Blum
2b03629b35 Update screenshot for boards manager 2018-04-08 13:48:47 +02:00
Tobias Blum
0d8703c694 Merge remote-tracking branch 'debsahu/master' 2018-04-08 13:07:38 +02:00
debsahu
68fc2bce4c Added MQTT Discovery
#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select
Tools -> IwIP Variant -> Higher Bandwidth
2018-04-08 00:03:39 -04:00
debsahu
227afa387e Mention 2.4.1 requirement 2018-04-07 23:36:32 -04:00
debsahu
bb898ad08a Merge remote-tracking branch 'refs/remotes/toblum/master' 2018-04-07 23:35:17 -04:00
Deb
22565228de
Merge pull request #124 from debsahu/master
fixes to MQTT
2018-04-07 23:16:16 -04:00