Commit Graph

83 Commits

Author SHA1 Message Date
Matt Johnson 19dbd5ccdb example working rewrite of handleSetSingleLED(). Fixes LED's between 80-99 for me 2017-11-23 01:14:24 +00:00
Matt Johnson a38e386577 Remove unnecessary loop from handleSetSingleLED() 2017-11-22 23:26:42 +00:00
Matt Johnson d5befdb3eb Padded single digit LED identifiers to two chars (01,02 vs 1,2 etc) 2017-11-22 23:20:10 +00:00
Matt Johnson 7a059a1a14 Support LED ranges via MQTT/WS aka R0110ffffff 2017-11-22 16:16:41 +00:00
Tobias Blum e79524ed8e Fix for empty intopic?
https://github.com/toblum/McLighting/issues/52
2017-11-05 01:12:51 +01:00
Tobias Blum a025e0a35a Add new + command also to MQTT
See: https://github.com/toblum/McLighting/pull/45
2017-10-29 00:20:57 +02:00
Tobias Blum e3a4690693 Add support to light multiple LEDs with one command
https://github.com/toblum/McLighting/pull/45
2017-10-29 00:14:57 +02:00
Tobias Blum e09957d032 Bugfix: Single LED, index was interpreted as HEX instead of DEC.
https://github.com/toblum/McLighting/issues/44
2017-10-28 23:37:03 +02:00
Tobias Blum 3ba9f1b950 Add /get_speed and /set_speed endpoints
Like proposed in https://github.com/toblum/McLighting/pull/49
2017-10-28 22:07:07 +02:00
Tobias Blum 8bd3c176fe Merge branch 'patch-1' 2017-10-28 21:46:10 +02:00
Tobias Blum 5665545f8f Remove useless sample code 2017-10-25 22:09:06 +02:00
Tobias Blum 27096bb0bf Update README.md 2017-10-25 22:02:58 +02:00
carstenpi 2e5c79791d Added Get/Set Delay to Rest Api 2017-10-23 17:11:47 +02:00
Tobias Blum 20ef1b9fac Update for latest changes 2017-09-30 00:16:40 +02:00
Tobias Blum 9bc9b282ef Merge remote-tracking branch 'origin/master' 2017-09-29 23:50:47 +02:00
Tobias Blum 61e34531db Merge branch 'feature/mclighting_autocycle' 2017-09-29 23:50:03 +02:00
Tobias Blum 47e5afd1dd Adopt changes to HTML source 2017-09-29 23:48:29 +02:00
Tobias Blum 0cd2a372c1 Update README.md 2017-09-20 22:13:58 +02:00
Tobias Blum 950ac31e1a Merge remote-tracking branch 'moose4lord/master' into feature/mclighting_autocycle
From: https://github.com/toblum/McLighting/pull/40
2017-09-20 21:46:25 +02:00
Keith Lord bc2984cffc Added auto cycle feature 2017-09-19 18:31:03 -04:00
Tobias Blum d0ccc58aff Update ToDos 2017-08-26 17:45:26 +02:00
Tobias Blum ae371e0844 Bugfix issue: Just a flicker on WS set single pixel command #31
See: https://github.com/toblum/McLighting/issues/31
2017-08-19 23:36:23 +02:00
Tobias Blum 32bb5ed7ac Added hint to pubsubclient length issue
https://github.com/knolleary/pubsubclient/issues/110
2017-08-19 22:27:36 +02:00
Tobias Blum 91571eafcc Limit number of MQTT connection tries
as proposed by @nimbl at https://github.com/toblum/McLighting/issues/22
2017-08-19 22:22:36 +02:00
Tobias Blum ab9253abde Issue: Memory leak in MQTT callback function #32
https://github.com/toblum/McLighting/issues/32
added free()
2017-08-19 21:29:27 +02:00
Tobias Blum 88b476db51 Handle empty mqtt_host, add /start_config_ap 2017-08-07 23:05:07 +02:00
Tobias Blum 6db6bfc2ff Updated MQTT infos 2017-08-07 22:14:52 +02:00
Tobias Blum d1d2c86253 Add files via upload 2017-08-07 21:49:43 +02:00
Tobias Blum 4820d58442 Merge branch 'mclighting_mqtt_pubsub' 2017-08-07 21:31:09 +02:00
Tobias Blum 065ae09cea Cleanup 2017-08-06 23:36:34 +02:00
Tobias Blum 0895d542a3 Make MQTT params configurable
Saving into EEPROM
2017-08-06 23:34:59 +02:00
Tobias Blum 20941906e1 Add: MQTT user / pass 2017-08-06 21:36:30 +02:00
Tobias Blum c160b910d9 Bugfix: payload parsing 2017-08-06 21:20:16 +02:00
Tobias Blum 90578a4b33 Dynamic topic names 2017-08-06 18:11:01 +02:00
Tobias Blum b71834bbb2 Deactivated: Get WS2812 modes.
Message too large
2017-08-06 16:32:39 +02:00
Tobias Blum b699cf75a2 Initial
First take on MQTT integration.
2017-08-06 00:52:25 +02:00
Tobias Blum 5f7733ebd3 Merge pull request #28 from rschaten/master
enable main_color to be initialized in definitions.h
2017-07-30 16:47:53 +02:00
Ronald Schaten 6ceb6385e2 enable main_color to be initialized in definitions.h 2017-07-28 12:36:22 +02:00
Tobias Blum a8118233a2 Added todos 2017-05-28 14:22:23 +02: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 6a8a5c8597 Update README.md 2017-02-19 00:13:19 +01:00
Tobias Blum 7daa7a9166 Added optional Arduino OTA code. 2017-02-18 23:58:00 +01:00
Tobias Blum 51c87aab7c Added offline capabilities. 2017-02-18 22:28:42 +01:00
Tobias Blum 99ff69d233 Detailed instructions in serial console for first time users. 2017-02-18 22:27:49 +01:00
Tobias Blum 33804de86e Bugfix to set correct mode, when "off"
https://github.com/toblum/McLighting/issues/9
2017-02-10 12:13:32 +01:00
Tobias Blum d0e9e3aa0a Merge branch 'master' of https://github.com/toblum/McLighting 2017-02-05 16:36:41 +01:00
Tobias Blum 89de7fc3ff Return status JSON when switching animation mode via REST API. 2017-02-05 16:34:38 +01:00
Tobias Blum 7660a5cc1e Updated readme with infos for v2 2017-02-05 16:22:11 +01:00
Tobias Blum 44470ce93d Merge branch 'mclighting_ws2812fx' 2017-02-05 16:00:16 +01:00
Tobias Blum 526872e8ff Fixed minor bugs, updated gulp script. 2017-02-05 15:27:16 +01:00