Tobias Blum
|
9657b04ed9
|
Merge remote-tracking branch 'origin/http_update_server'
|
2018-03-18 01:38:36 +01:00 |
|
Tobias Blum
|
7e7851cd2b
|
Update README.md
|
2018-03-18 01:35:37 +01:00 |
|
Tobias Blum
|
3acf3e811d
|
Update README.md
|
2018-03-18 00:46:47 +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
|
87476af2f1
|
Merge pull request #107 from debsahu/master
forgot to subscribe to mqtt_ha_speed
|
2018-03-16 13:06:51 -04:00 |
|
Deb
|
f4cf300090
|
Added ESP8266HTTPUpdateServer, better than Arduino OTA
|
2018-03-15 22:17:14 -04:00 |
|
Deb
|
ca79367153
|
Added ESP8266HTTPUpdateServer, better than Arduino OTA
|
2018-03-15 22:15:59 -04:00 |
|
Deb
|
88cd8d7961
|
forgot to subscribe to mqtt_ha_speed
|
2018-03-13 23:03:40 -04:00 |
|
Deb
|
b0d7be7514
|
Merge pull request #105 from debsahu/master
MQTT and WS changes send feedback to HA correctly without hangups.
|
2018-03-13 21:04:08 -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
|
77e9dd22a9
|
Merge pull request #104 from debsahu/master
moved sendState before webSocketEvent
|
2018-03-12 22:58:56 -04:00 |
|
Deb
|
d7c0113110
|
moved sendState before webSocketEvent
|
2018-03-12 22:53:40 -04:00 |
|
Tobias Blum
|
39d5b5ba42
|
Update README.md
|
2018-03-07 08:20:19 +01:00 |
|
Deb
|
1c9d09888c
|
Merge pull request #99 from debsahu/master
Effect name corrections and addition to sendState when other modes (WS/MQTT) are used
|
2018-02-28 13:32:47 -05: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 |
|
Tobias Blum
|
24b5e28950
|
Merge pull request #98 from ghwc2015/master
button press is published on mqtt
|
2018-02-24 23:11:18 +01: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
|
10f89a7e39
|
HASS sends mode names that match WS2812FX mode names
|
2018-02-18 15:58:05 -05:00 |
|
Deb
|
75ae63ddb9
|
HASS sends mode names that match WS2812FX mode names
|
2018-02-18 15:52:57 -05:00 |
|
Tobias Blum
|
c7ab482ae0
|
Update README.md
|
2018-02-18 02:05:11 +01:00 |
|
Tobias Blum
|
dcc6879cd5
|
Update README.md
|
2018-02-17 23:55:18 +01: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
|
7a619ca3e7
|
Update README.md
|
2018-02-15 13:16: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
|
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
|
1a761b7f8f
|
update to yaml to post speed correctly
|
2018-02-12 18:58:10 -05:00 |
|
Deb
|
0c98a1c16b
|
Subscribe to HA MQTT topic
Subscribe to HA MQTT topic
|
2018-02-12 16:33:08 -05:00 |
|
Deb
|
6b787ac1cc
|
Update README.md
|
2018-02-12 15:24:32 -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 |
|
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
|
51ea2b9b36
|
Update README.md
|
2018-02-05 20:42:47 +01:00 |
|
Tobias Blum
|
43c7c97f49
|
Update README.md
|
2018-02-04 01:10:25 +01:00 |
|
Tobias Blum
|
d523de7fa8
|
Update README.md
|
2018-01-31 21:32:35 +01:00 |
|
Tobias Blum
|
c308b9a91e
|
Update README.md
|
2018-01-27 23:35:06 +01:00 |
|
Tobias Blum
|
6eec0345c2
|
NodeRed example for websocker proxy
|
2018-01-27 22:55:45 +01:00 |
|
Tobias Blum
|
dc00ef1d16
|
Update README.md
|
2018-01-26 22:52:22 +01:00 |
|
Tobias Blum
|
40dd7edc4c
|
Update README.md
|
2018-01-26 22:51:57 +01:00 |
|
Tobias Blum
|
561baad2b1
|
Update README.md
|
2018-01-21 01:20:20 +01:00 |
|