Commit Graph

1256 Commits

Author SHA1 Message Date
Theo Arends c4b3d42693 v5.12.0i - Add Timers webpage
5.12.0i
 * Add commands Timer 0 to clear timer and Timer 1..16 to copy
timer
 * Add optional Timer configuration webpage to be enabled in
user_config.h with define USE_TIMERS_WEB
 * Change webpage parameter
communication
2018-03-28 18:01:38 +02:00
Adrian 1fa1cb3139
Merge pull request #12 from arendst/development
v5.12.0i - Add timers
2018-03-24 02:44:58 -03:00
Theo Arends d564615b7d v5.12.0i - Add timers
5.12.0i
 * Add 16 timers using commands Timer and Timers (#1091)
2018-03-23 17:20:20 +01:00
Adrian 393b279eca
Update README.md 2018-03-22 11:36:36 -03:00
Adrian a64b839729
Merge pull request #11 from arendst/development
Update fork
2018-03-22 11:35:38 -03:00
Adrian 01609f84f9
Update and rename xdrv_08_KNX.ino to xdrv_10_KNX.ino 2018-03-22 11:33:45 -03:00
Theo Arends d89534164a v5.12.0h - Add optional Arduino OTA
5.12.0h
 * Add optional Arduino OTA support to be enabled in
user_config.h (#1998)
2018-03-21 17:58:39 +01:00
Theo Arends 7d7f5f2207 5.12.0h - Add all FriendlyNames to Status
5.12.0h
 * Add all FriendlyNames to Status information (#2208)
 * Change
status display of Ssid and SetOption
2018-03-21 10:42:56 +01:00
Theo Arends f80fb89668 v5.12.0h - Add Channel status information
5.12.0h
 * Add Channel status information (#2211)
2018-03-21 09:56:39 +01:00
Theo Arends 687f96f843 v5.12.0h - Change to default PWM Color/Dimmer
5.12.0h
 * Add support for Zengge WF017 PWM Led strip controller
(#2202)
 * Change default option SetOption15 from 0 to 1 providing
better initial PWM experience
2018-03-21 09:27:05 +01:00
Theo Arends 2c4b8a4a3b v5.12.0h - Add HSBColor and Channel commands
5.12.0h
 * Add PWM status to command State if PWM enabled (#2203)
 * Add
command HSBColor Hue,Sat,Bri (#1642, #2203)
 * Add command Channel
0..100 to control dimmer value for individual color channels (#2111,
#2203)
2018-03-20 16:28:18 +01:00
Theo Arends 2ba4d6fb47 v5.12.0h - Add Serial Bridges
5.12.0h
 * Add support for Software Serial bridge using commands
SerialDelimiter, SBaudrate and SSerialSend. Supports 8N1 and text only
(#2190)
 * Add support for Hardware Serial bridge using commands
SerialDelimiter, Baudrate and SerialSend. Supports 8N1 and text only
(#2182)
2018-03-20 14:31:11 +01:00
Adrian bbe8b8fb01
Update README.md 2018-03-18 19:32:22 -03:00
Adrian 293e9adbee
Merge pull request #10 from arendst/development
Update Tasmota to v5.12.0g - Add hardware serial mqtt bridge
2018-03-18 19:30:57 -03:00
Adrian dda56a508b
Update README.md 2018-03-18 19:27:39 -03:00
Theo Arends d3ef9caa34 v5.12.0g - Add hardware serial mqtt bridge
5.12.0g
 * Add support for MQTT to hardware serial bridge using commands
Baudrate and SerialSend. Currently supports 8N1 and text only (#2182)
2018-03-18 13:47:30 +01:00
Adrian 71b59dd17f
Update README.md 2018-03-18 01:08:40 -03:00
Adrian 7f81535171
Update xdrv_08_KNX.ino 2018-03-18 01:07:42 -03:00
Adrian 0b91203fbc
Update webserver.ino 2018-03-18 00:14:45 -03:00
Adrian 40ebca2f1c
Update README.md 2018-03-18 00:10:23 -03:00
Adrian 1d821fce84
Update xdrv_08_KNX.ino 2018-03-18 00:00:36 -03:00
Adrian e5663fc0cf
Update webserver.ino 2018-03-17 23:59:54 -03:00
Adrian d45b3ffa37
Update sonoff.ino 2018-03-17 23:58:59 -03:00
Adrian 54423e2089
Update README.md 2018-03-17 23:57:19 -03:00
Adrian e633ea2cae
Update es-AR.h 2018-03-17 23:56:25 -03:00
Adrian a388fe068e
Update en-GB.h 2018-03-17 23:55:44 -03:00
Adrian 2229cf5d10
Update README.md 2018-03-17 23:55:06 -03:00
Adrian 279fe0d7dd
Update README.md 2018-03-17 23:49:49 -03:00
Adrian 95ba29a909
Update README.md 2018-03-17 23:38:15 -03:00
Adrian c83dcc0103
Update user_config.h 2018-03-17 16:43:17 -03:00
Adrian c7407b58ad
Update README.md 2018-03-17 15:37:43 -03:00
Adrian 87fb351aa4
Update README.md 2018-03-17 15:35:50 -03:00
Adrian 5867088d0e
Update README.md 2018-03-17 15:33:57 -03:00
Adrian fc66689168
Update webserver.ino 2018-03-17 15:32:25 -03:00
Adrian 0b8e504d27
Update en-GB.h 2018-03-17 15:19:59 -03:00
Adrian 50d3ce15e6
Update es-AR.h 2018-03-17 15:17:16 -03:00
Adrian 49a2dcab2b
Update webserver.ino 2018-03-17 14:56:00 -03:00
Adrian ef37aab5dd
Merge pull request #7 from arendst/development
update fork
2018-03-17 12:40:59 -03:00
Adrian e8c90d1e5a
Update user_config.h 2018-03-17 12:40:05 -03:00
Adrian f3fba7e818
Update sonoff.ino 2018-03-17 12:38:12 -03:00
Theo Arends bdb652547e v5.12.0f - Add BRG and RBG support
5.12.0f
 * Add compile time support for WS2812 BRG and RBG led
configurations to be defined in user_config.h (#1690)
2018-03-17 15:22:29 +01:00
Theo Arends 42ad9e1a66 Revert "v5.12.0f - Add BRG support"
This reverts commit 55c43ded0e.
2018-03-17 15:10:08 +01:00
Theo Arends 55c43ded0e v5.12.0f - Add BRG support
5.12.0f
 * Add support for WS2812 BRG led configuration to be defined as
NEO_BRG in user_config.h (#1690)
2018-03-17 15:00:53 +01:00
Adrian f709f5cca2
Update README.md 2018-03-17 04:05:58 -03:00
Adrian 6f7f31d0ce
Add KNX Keys 2018-03-17 03:47:15 -03:00
Adrian de7746b008
Add KNX Keys 2018-03-17 03:46:37 -03:00
Adrian 43af6a1e0f
Update xdrv_08_KNX.ino 2018-03-17 03:43:14 -03:00
Adrian 8d7bcf94f2
Update sonoff.ino 2018-03-17 03:42:18 -03:00
Adrian ed2b3b626e
Merge pull request #5 from arendst/development
update fork
2018-03-17 03:38:15 -03:00
Theo Arends 3e7142f2a4 v5.12.0e - Fix S31 power on wrong power report
Fix S31 power on wrong power report
2018-03-16 17:33:14 +01:00