Commit graph

82 commits

Author SHA1 Message Date
Tobias Blum
445e663ca0 Add ESP8266HTTPUpdateServer as alternative 2018-03-18 01:47:13 +01:00
Tobias Blum
47309501b1 Set MQTT Client ID to HOSTNAME 2018-03-18 00:41:29 +01:00
Tobias Blum
bb6958aa00 Fix button code 2018-03-18 00:41:05 +01:00
Tobias Blum
075fd67f5c Merge branch 'feature/ha_integration' 2018-03-18 00:12:28 +01:00
Tobias Blum
e3997ac042 Add informational output 2018-03-17 23:59:46 +01:00
Deb
88cd8d7961
forgot to subscribe to mqtt_ha_speed 2018-03-13 23:03:40 -04:00
Debashish Sahu
0da3e90f71 increase stability. no need for home/<HOSTNAME>_ha/out to be subscribed. 2018-03-13 20:58:41 -04:00
Deb
e7fb54f717
Added updates from main branch to here
button press is published on mqtt #98
2018-03-13 15:27:41 -04:00
Deb
d7c0113110
moved sendState before webSocketEvent 2018-03-12 22:53:40 -04:00
Deb
69a22006c8
Updates HA when changes happen from WebSockets or MQTT
Websockets and MQTT components are separate from HA MQTT JSON. Now if either is changed, HA JSON MQTT component is updated.
2018-02-28 12:55:29 -05:00
ghwc2015
b75a2c4138
set buttonState for medium and long keypress
buttonState (on/off) was only set for short button press - now is set to on also for medium and long press
2018-02-23 07:55:19 +01:00
ghwc2015
763b9855bb
linefeeds removed 2018-02-23 07:42:19 +01:00
ghwc2015
8947ea108b
button press mqtt publish 2018-02-23 07:39:58 +01:00
Deb
75ae63ddb9
HASS sends mode names that match WS2812FX mode names 2018-02-18 15:52:57 -05:00
Tobias Blum
5fed3a4651 Cleanup 2018-02-17 23:30:43 +01:00
Tobias Blum
191c45f014 Make Homeassistant part configurable 2018-02-17 23:25:22 +01:00
Deb
870c47ef45
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:11:03 -05:00
Deb
1955cbb096
MQTT JSON component 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:09:27 -05:00
Deb
5b1f020f02
Update definitions.h 2018-02-12 22:47:02 -05:00
Deb
58afbc65e3
Update definitions.h 2018-02-12 22:44:23 -05:00
Deb
462607f29a
Add files via upload 2018-02-12 22:43:26 -05:00
Deb
0c98a1c16b
Subscribe to HA MQTT topic
Subscribe to HA MQTT topic
2018-02-12 16:33:08 -05:00
Deb
daf263a2ca
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:11:40 -05:00
Deb
6ab2e6ee38
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:09:13 -05:00
Tobias Blum
f00fdfab33 Add links to user manual 2018-01-21 01:05:21 +01:00
Tobias Blum
6f15629072 Disable button by default 2018-01-21 00:45:03 +01:00
Tobias Blum
1380fe8cac Merge with master, reformat 2018-01-21 00:25:50 +01:00
Tobias Blum
92a654b845 Merge branch 'feature/button_support' 2018-01-21 00:11:04 +01:00
Tobias Blum
e64b3991b8 Adapt pull request to McLighting 2018-01-21 00:10:20 +01:00
Tobias Blum
befcebbe9c Fix for MDNS reponder
https://github.com/toblum/McLighting/issues/85
2018-01-20 22:07:37 +01:00
Szép Norbert
84bf3fe255
Added support for input switch
Support one input switch for ON/OFF the LED strip. Also possible to program three modes (short / medium / long press)
2018-01-18 12:21:26 +01:00
Tobias Blum
970c790558 Fix for https://github.com/toblum/McLighting/issues/83 2018-01-14 21:23:17 +01:00
Tobias Blum
3d37c7e60f Add wifi_station_set_hostname(HOSTNAME); to make
https://github.com/toblum/McLighting/issues/79
2018-01-13 23:52:47 +01:00
Patrik Mayer
321c972811 added BUILTIN_LED for ESP-12F 2018-01-12 20:32:02 +01:00
Tobias Blum
8f3deb5f72 Merge branch 'feature/save_state' 2018-01-06 22:40:03 +01:00
Mordy Ovits
d4de45d4fb
Fix cut-and-paste error in request handler comment 2017-12-25 19:44:07 -05:00
Tobias Blum
9dfcf2a391 Initial version with state save 2017-12-18 00:32:01 +01:00
Tobias Blum
2e58d55eec Convert new WS2812FX spped format to McLighting
Keep McLighting speeds (0-255) unchanged and convert to WS2812FX speeds. (65535-0)
2017-12-16 23:43:57 +01:00
Matt Johnson
066c8a47cb remove unnecessary lines 2017-11-23 01:27:35 +00:00
Matt Johnson
e34ffcb983 this debug printf fixes things... WTF 2017-11-23 01:24:37 +00:00
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