Commit Graph

526 Commits

Author SHA1 Message Date
Theo Arends ca08b77aad Add two more rule sets
5.14.0b
 * Increase rule storage space to 3 rule sets of 512 characters
using commands rule1, rule2 and rule3
2018-05-24 14:25:52 +02:00
Adrian Scillato f7a93142ee
Update README.md 2018-05-17 03:06:47 -03:00
Adrian Scillato c91ffb2a86
Update README.md 2018-05-17 02:04:14 -03:00
Adrian Scillato 2a0cc518f6
Update README.md 2018-05-15 13:50:26 -03:00
Adrian Scillato 7fe5cf9fa8
Update README.md 2018-05-15 13:45:22 -03:00
Adrian Scillato 47e62ce4b1
v5.14.0a - Sync with release
v5.14.0a - Sync with release
2018-05-15 13:34:04 -03:00
Theo Arends 457f438bac v5.14.0a - Sync with release 2018-05-15 17:13:51 +02:00
Adrian Scillato 4d1c7d66e4
Update from Tasmota
Update from Tasmota
2018-05-14 21:36:54 -03:00
Theo Arends d7afc664f5 Add user entry DST/STD
5.13.1c
 * Add user entry DST/STD using commands TimeStd and TimeDst
with options like 0,0,3,1,2,120 (#2721)
2018-05-14 23:22:29 +02:00
Adrian Scillato 83446b5e17
Update README.md 2018-05-13 21:31:57 -03:00
Adrian Scillato 32a218ddf5
Update from Tasmota
Update from Tasmota
2018-05-13 15:27:51 -03:00
Theo Arends 20eb04b7ef v5.13.1b - Prep for user entry DST/STD
Prep for user entry DST/STD (#2721)
2018-05-13 19:43:48 +02:00
Adrian Scillato bb1323222c
Update README.md 2018-05-12 16:54:18 -03:00
Adrian Scillato 1ceeec42a8
Update README.md 2018-05-12 13:24:06 -03:00
Adrian Scillato 0a7981ffae
Update README.md 2018-05-12 13:21:35 -03:00
Adrian Scillato d360449a70
Update from Tasmota
Update from Tasmota
2018-05-11 12:11:27 -03:00
Theo Arends d18707f977 Fix KNX reconnection issue
5.13.1a
* Fix KNX reconnection issue (#2679)
2018-05-11 15:00:41 +02:00
Adrian Scillato 3a3989276d
Update README.md 2018-05-11 01:43:15 -03:00
Adrian Scillato 6059676e43
Update README.md 2018-05-11 01:01:16 -03:00
Adrian Scillato 1ab0943f32
Update README.md 2018-05-11 00:59:47 -03:00
Adrian Scillato ce9246cf99
Update README.md 2018-05-10 20:23:49 -03:00
Adrian Scillato 56f781cc39
Update README.md 2018-05-10 14:34:20 -03:00
Adrian Scillato 3a9233f0c2
Update README.md 2018-05-10 06:24:19 -03:00
Adrian Scillato db03af1acf
Update README.md 2018-05-10 06:22:28 -03:00
Adrian Scillato 0c0fd486a0
Update TO DO List
Update TO DO List
2018-05-10 01:25:27 -03:00
Adrian Scillato 3176996693
v5.13.1a - Update otaurl - from arendst/development
v5.13.1a - Update otaurl
2018-05-02 21:23:28 -03:00
Theo Arends 036b958f76 v5.13.1a - Update otaurl
5.13.1a
 * Change user_config.h otaurl to
http://sonoff.maddox.co.uk/tasmota/sonoff.bin (#2588, #2602)
2018-05-02 10:15:50 +02:00
Adrian Scillato bd09f5603f
Update README.md 2018-05-02 01:15:04 -03:00
Adrian Scillato 34dc8ea535
Update README.md 2018-05-02 01:13:15 -03:00
Adrian Scillato 317c6fb51b
Merge pull request #79 from arendst/development
Update from Tasmota
2018-05-01 07:58:38 -03:00
Theo Arends 1fb9c0e531 v5.13.0a - Add optional module select not to be used
5.13.0a
 * Add define MODULE for user selecting default model although
it preferably should not be changed (#569, #2589)
2018-05-01 12:42:17 +02:00
Theo Arends d629b8ce2a v5.13.0a - Fix JSON buffer size
5.13.0a
 * Fix JSON buffers size too small for execution in some
situations (#2580)
2018-05-01 11:28:36 +02:00
Adrian Scillato 9a38924a60
Merge pull request #76 from arendst/development
v5.13.0
2018-04-30 17:23:39 -03:00
Theo Arends 962a50452c v5.13.0
Sync with master
2018-04-30 17:35:42 +02:00
Theo Arends 040a7adaf1 v5.12.0o - Fix Energy Today overflow
5.12.0o
 * Fix Energy Today and Yesterday overflow (#2543)
2018-04-30 12:07:48 +02:00
Theo Arends 67aaa2777c Revert "Fix Energy Today and Yesterday overflow"
This reverts commit c86a9f8e53.
2018-04-30 11:10:38 +02:00
Adrian Scillato e7854bb26b
Merge pull request #74 from arendst/development
Update from Tasmota
2018-04-29 18:12:00 -03:00
Theo Arends c86a9f8e53 Fix Energy Today and Yesterday overflow
5.12.0o
 * Fix Energy Today and Yesterday overflow (#2543)
2018-04-29 15:29:43 +02:00
Adrian Scillato 9852aaa0f0
Update from Tasmota
Update from Tasmota
2018-04-28 23:46:25 -03:00
Theo Arends c835235141 v5.12.0n - Change ADS1115 and Counter JSON
5.12.0n
 * Change ESP8266 Analog JSON message from {"Analog0:123"} to
{"ANALOG":{"A0:123"}} to accomodate rules (#2560)
 * Change Counter JSON
message from {"Counter1":0,"Counter3":0} to {"COUNTER":{"C1":0,"C3":0}}
to accomodate rules
 * Change ADS1115 JSON message from
{"ADS1115":{"Analog0":123,"Analog1":123}} to
{"ADS1115":{"A0":123,"A1":123}}
2018-04-28 15:55:38 +02:00
Adrian Scillato c5844bbdfb
Merge pull request #69 from arendst/development
Update from Tasmota
2018-04-23 12:29:25 -03:00
Theo Arends e32e9ee6c2 updates 2018-04-23 17:18:24 +02:00
Theo Arends c432d41eb5 Updated lay-out 2018-04-23 17:14:19 +02:00
Theo Arends ee0ca1631f Lay-out update2 2018-04-23 17:10:50 +02:00
Theo Arends 40ea11af73 Lay-out update 2018-04-23 17:08:41 +02:00
Theo Arends 883fb041d7 Add firmware info and Credits 2018-04-23 16:59:04 +02:00
Adrian Scillato e5ecb15c17
Update from Tasmota
Update from Tasmota
2018-04-22 12:48:11 -03:00
Theo Arends 1669e62639 update picture 2018-04-22 16:56:51 +02:00
Theo Arends 2daba99e33 Minor fixes 2018-04-22 14:01:32 +02:00
Adrian Scillato 83c1387add
Merge pull request #64 from arendst/development
Update from Tasmota
2018-04-20 12:45:51 -03:00
Theo Arends c8277472b9 Better Fix config filename truncation
Better Fix config filename truncation (#2484)
2018-04-20 17:43:20 +02:00
Theo Arends a8b83aa036 Add support for Sonoff Pow R2 (#2340)
5.12.0m
* Add support for Sonoff Pow R2 (#2340)
2018-04-20 16:55:27 +02:00
Adrian Scillato 57b6090729
Update README.md 2018-04-19 16:06:14 -03:00
Adrian Scillato dcbcffecfe
Update README.md 2018-04-19 16:05:25 -03:00
Adrian Scillato 19cacb4a67
Merge pull request #61 from arendst/development
Update from Tasmota
2018-04-19 16:02:47 -03:00
Theo Arends 8a77c48759 Fix Esp/lib 2.3.0 compile error
5.12.0m
 * Fix compile error when using ESP/Arduino library v2.3.0 by
reverting KNX async UDP library to default UDP library (#2488, #2492,
#2493)
2018-04-19 20:27:57 +02:00
Adrian Scillato 2d8c787c55
Update README.md 2018-04-19 15:19:05 -03:00
Adrian Scillato 865dae4d57
Update README.md 2018-04-19 14:36:46 -03:00
Adrian Scillato 8fde17564e
Update README.md 2018-04-19 00:55:46 -03:00
Adrian Scillato badd58d19a
Merge pull request #57 from arendst/development
Update from Tasmota
2018-04-18 22:29:33 -03:00
Adrian Scillato 826eac2b48
Update README.md 2018-04-18 21:45:21 -03:00
Theo Arends 0e671eb75d v5.12.0m - Add KNX support and Random timer
5.12.0m
 * Reinit timers to accomodate random window (#2447)
 * Add
random window to timers (#2447)
 * Add optional KNX IP Protocol Support
(#2402)
2018-04-18 17:24:23 +02:00
Adrian Scillato 051e5b0142
Update README.md 2018-04-17 19:30:23 -03:00
Adrian Scillato ea96495413
Update README.md 2018-04-17 19:26:25 -03:00
Adrian Scillato bf11656f1b
Update README.md 2018-04-17 17:04:01 -03:00
Adrian Scillato 7c6a5f27fc
Update README.md 2018-04-17 16:59:59 -03:00
Adrian Scillato 9cb3304679
Update README.md 2018-04-15 12:09:55 -03:00
Adrian Scillato 986cde9c29
Update README.md 2018-04-15 12:07:47 -03:00
Theo Arends 96d13d05a7 Add contribution 2018-04-15 10:18:48 +02:00
Theo Arends 946fcd2fe4 v5.12.0l - Increase rules save area to 511 chars
5.12.0l
 * Release rules up to 511 characters
 * Prepare for feature
release - call on translators to update their language files
2018-04-14 14:39:16 +02:00
Adrian Scillato 6d5ef81071
Update README.md 2018-04-10 21:02:50 -03:00
Adrian Scillato 3a75dd509b
Update README.md 2018-04-10 20:58:08 -03:00
Adrian Scillato 061a3f133b
Update README.md 2018-04-10 20:53:04 -03:00
Adrian Scillato d31b3ab284
Update README.md 2018-04-10 20:44:20 -03:00
Adrian Scillato afaa0113fe
Update README.md 2018-04-10 20:35:44 -03:00
Adrian Scillato 4c47ebcfb4
Update README.md 2018-04-10 16:16:48 -03:00
Adrian Scillato 80d85a54c6
Merge pull request #42 from arendst/development
Update to Tasmota v5.12.0k - Fix two define changes
2018-04-10 16:13:02 -03:00
Theo Arends 7a9ee6b669 v5.12.0k - Fix two define changes
5.12.0k
 * Prepare for simple rules by enlarging Settings area to now
2048 bytes
 * Fix freeing more code space when emulation is disabled
(#1592)
 * Fix compile error when not defined USE_TIMERS (#2400)
2018-04-10 11:45:53 +02:00
Adrian Scillato 777db7bb28
Update README.md 2018-04-10 01:22:18 -03:00
Adrian Scillato e2725b8d2f
Update README.md 2018-04-09 23:59:20 -03:00
Adrian Scillato 8e5901aa25
Update README.md 2018-04-09 23:58:41 -03:00
Adrian Scillato d0ce8adc42
Update README.md 2018-04-09 23:55:38 -03:00
Adrian Scillato 662fda1702
Update README.md 2018-04-09 23:54:34 -03:00
Adrian Scillato 770e03f82e
Update README.md 2018-04-09 23:32:24 -03:00
Adrian Scillato 059837eb13
Update README.md 2018-04-09 06:05:21 -03:00
Adrian Scillato 69a350c6d0
Update README.md 2018-04-09 06:04:27 -03:00
Adrian Scillato 76711b1ede
Update README.md 2018-04-09 06:03:21 -03:00
Adrian Scillato 46e2d4e093
Update README.md 2018-04-09 04:41:45 -03:00
Adrian Scillato 5c3626fa3e
Update README.md 2018-04-09 04:40:27 -03:00
Adrian Scillato ecca4b98f5
Update README.md 2018-04-09 04:37:07 -03:00
Adrian Scillato 68924af190
Update README.md 2018-04-09 02:07:42 -03:00
Adrian Scillato 1a165a29cb
Update README.md 2018-04-09 01:58:51 -03:00
Adrian Scillato 05490cb355
Update README.md 2018-04-09 01:21:29 -03:00
Adrian Scillato bfc6727c22
Update README.md 2018-04-09 01:20:48 -03:00
Adrian Scillato 8e648e0b4b
Update README.md 2018-04-09 00:24:04 -03:00
Adrian Scillato 77421ba80f
Update README.md 2018-04-09 00:09:32 -03:00
Adrian Scillato 88388e9e6e
Update README.md 2018-04-08 21:43:41 -03:00
Adrian Scillato 2740093fe8
Update README.md 2018-04-08 21:43:14 -03:00
Adrian Scillato a2fdcc48e0
Update README.md 2018-04-08 21:42:47 -03:00
Adrian Scillato 2e454ec595
Update README.md 2018-04-08 20:19:28 -03:00
Adrian Scillato ddbaba7323
Update README.md 2018-04-08 19:24:07 -03:00
Adrian Scillato 9796241c56
Update README.md 2018-04-08 03:15:34 -03:00
Adrian Scillato edf045e38b
Update README.md 2018-04-08 01:45:08 -03:00
Adrian Scillato 3c7ee6c04c
Update README.md 2018-04-08 01:10:41 -03:00
Adrian Scillato ca7c23741b
Update README.md 2018-04-08 01:09:32 -03:00
Adrian Scillato 7e7e64f71d
Update README.md 2018-04-08 00:41:52 -03:00
Adrian Scillato 944a4f2dfd
Update README.md 2018-04-08 00:37:53 -03:00
Adrian Scillato 70e7608942
Update README.md 2018-04-08 00:34:17 -03:00
Adrian Scillato e63a7ec0cb
Update README.md 2018-04-08 00:27:13 -03:00
Adrian Scillato fa85ae7fca
Update README.md 2018-04-07 23:05:46 -03:00
Adrian Scillato e73d42b087
Update README.md 2018-04-07 23:03:34 -03:00
Adrian Scillato f1fa7015dc
Update README.md 2018-04-07 23:00:40 -03:00
Adrian Scillato 64c8567efa
Update README.md 2018-04-07 22:56:50 -03:00
Adrian Scillato f21be75f80
Update README.md 2018-04-07 22:41:52 -03:00
Adrian Scillato 12187f8520
Update README.md 2018-04-07 22:25:23 -03:00
Adrian Scillato 0c239ef59c
Update README.md 2018-04-07 21:40:30 -03:00
Adrian Scillato 9af7ed92c7
Update README.md 2018-04-07 03:17:17 -03:00
Adrian Scillato 9605d856b8
Update README.md 2018-04-07 03:15:46 -03:00
Adrian Scillato 093e7a4b4a
Update README.md 2018-04-07 02:36:19 -03:00
Adrian Scillato 0bd40f3508
Update README.md 2018-04-07 02:22:39 -03:00
Adrian Scillato 2096eff8cc
Update README.md 2018-04-07 02:20:19 -03:00
Adrian Scillato d35ef6ed75
Update README.md 2018-04-07 02:18:39 -03:00
Adrian Scillato a4bb112838
Update README.md 2018-04-07 01:21:15 -03:00
Adrian Scillato 7c55507d5d
Update README.md 2018-04-07 01:08:08 -03:00
Adrian Scillato 5c8d0b32d8
Update README.md 2018-04-06 23:12:04 -03:00
Adrian Scillato f0a52ae3db
Update README.md 2018-04-05 21:13:17 -03:00
Adrian Scillato fc7f10e624
Update README.md 2018-04-05 21:11:37 -03:00
Adrian Scillato 1f39a4017c
Merge pull request #28 from arendst/development
v5.12.0j - Add Sunrise/set timer option
2018-04-05 09:46:03 -03:00
Theo Arends 524979aa5f v5.12.0j - Add Sunrise/set timer option
5.12.0j
 * Add optional Sunrise and Sunset timers with commands Latitide
and Longitude to be enabled with define USE_SUNRISE in user_config.h
(#2317)
2018-04-05 12:49:43 +02:00
Adrian Scillato c9b6a0f93f
Update README.md 2018-04-05 07:16:55 -03:00
Adrian Scillato ad331d3553
Update README.md 2018-04-05 06:44:13 -03:00
Adrian Scillato 33111bf2fb
Update README.md 2018-04-05 06:39:18 -03:00
Adrian Scillato 93a4e25f8d
Update README.md 2018-04-05 01:26:39 -03:00
Adrian Scillato a4296b0b3f
Update README.md 2018-04-05 01:14:51 -03:00
Adrian Scillato f48e79e01e
Update README.md 2018-04-05 01:01:24 -03:00
Adrian Scillato e540daf44f
Update README.md 2018-04-04 19:47:42 -03:00
Adrian Scillato 1b52030e98
Update README.md 2018-04-04 19:41:43 -03:00
Adrian Scillato 1308b93a49
Update README.md 2018-04-04 19:12:13 -03:00
Adrian 333261611e
Update README.md 2018-04-04 02:03:09 -03:00
Adrian 6d69a95891
Update README.md 2018-04-04 00:30:22 -03:00
Adrian a7ef10d605
Update README.md 2018-04-04 00:20:31 -03:00
Adrian 52721d6fba
Update README.md 2018-04-04 00:15:22 -03:00
Adrian cfba12f929
Update README.md 2018-04-03 19:31:24 -03:00
Adrian 58ab9bfba8
Update README.md 2018-04-03 00:52:27 -03:00
Adrian f8fd75e22d
Update README.md 2018-04-03 00:51:32 -03:00
Adrian a351a226b5
Update README.md 2018-04-03 00:49:21 -03:00
Adrian edd9a6fbb8
Update README.md 2018-04-02 19:21:29 -03:00
Adrian 19cda53e3c
Update README.md 2018-04-02 18:16:04 -03:00
Adrian 7420a577d6
Update README.md 2018-04-02 18:11:54 -03:00
Adrian 8f0903b840
Update README.md 2018-04-02 18:08:42 -03:00
Adrian 77f9856502
Update README.md 2018-04-02 18:01:54 -03:00
Adrian 48944bdaca
Update README.md 2018-04-02 17:59:25 -03:00
Adrian 2fe09e4282
Update README.md 2018-04-02 17:57:20 -03:00
Adrian 3a5915e828
Update README.md 2018-04-02 17:56:12 -03:00
Adrian 2e69574824
Update README.md 2018-04-02 17:52:24 -03:00
Adrian 148568d708
Update README.md 2018-04-02 17:50:02 -03:00
Adrian d9ecdfdae9
Update README.md 2018-04-02 17:47:31 -03:00
Adrian f99b198c08
Update README.md 2018-04-02 17:44:01 -03:00
Adrian 96193b03e6
Update README.md 2018-04-02 17:41:04 -03:00
Adrian 3f3fb82b7e
Merge pull request #23 from arendst/development
sync with original tasmota
2018-04-02 09:07:39 -03:00
Theo Arends f3c553f3da Update README.md 2018-04-02 11:34:49 +02:00
Theo Arends 83294be8fe Update README.md 2018-04-02 11:31:05 +02:00
Theo Arends 8ddd121953 Change user_config_override usage
5.12.0i
 * Change user_config_override usage by providing
user_config_override_sample.h (#2228)
2018-04-02 11:24:36 +02:00
Adrian 74bcf281a6
Update README.md 2018-04-01 15:23:14 -03: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
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 40ebca2f1c
Update README.md 2018-03-18 00:10:23 -03:00
Adrian 54423e2089
Update README.md 2018-03-17 23:57:19 -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 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 ef37aab5dd
Merge pull request #7 from arendst/development
update fork
2018-03-17 12:40:59 -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 7a438e9bd5
Merge pull request #2 from arendst/development
update fork
2018-03-09 23:44:44 -03:00
Theo Arends b51f060e04 v5.12.0e - Add second TLS fingerprint
5.12.0e
 * Add a second TLS fingerprint to allow switching keys in TLS
mode (#2033, #2102)
2018-03-09 18:08:17 +01:00
Adrian 4b94da4d06
Update README.md 2018-03-07 22:49:24 -03:00
Adrian 8c3137a1b2
Update README.md 2018-03-07 19:35:16 -03:00
Theo Arends 9014ad3a8e v5.12.0d - Adds and Fix
5.12.0d
 * Prep for optional MQTT drivers by separating mqtt code from
sonoff.ino to file xdrv_00_mqtt.ino
 * Add compiler check for stable
lwIP version v1.4 (#1940)
 * Add diacritics to Polish language file
(#2005)
 * Add Hungarian language file (#2024)
 * Fix MQTT TLS
fingerprint validation (#2033)
2018-02-27 14:59:46 +01:00
Theo Arends ac848572c9 v5.12.0c - Fix hold time action and wifi
5.12.0c
 * Fix intermittent exception when dns lookup is used while sleep is enabled
 * Fix 5.4.0 regression turning off single press after button hold during 4x hold time
 * Fix possible wifi connection problem by erasing sdk configuration parameters
2018-02-24 16:37:33 +01:00
arendst b8d016914e v5.12.0b - Add Russian language
5.12.0b
 * Add Russian language file (#1909)
2018-02-15 12:29:07 +01:00
arendst cdacd3ed3a v5.12.0b - Add optional formatting
5.12.0b
 * Add serial debug info
 * Add optional usage of %d or %X
suffices in MQTT client to append chipid (#1871)
 * Add optional usage
of %d or %X suffices in MQTT topic to append chipid (#1871)
 * Add
optional usage of %d or %04d in ota url to be replaced with chipid
(#1871)
 * Add user configurable serial GPIOs to MagicHome and Arilux
modules (#1887)
2018-02-13 14:30:30 +01:00
arendst 741344ae59 v5.12.0a - Sync with new release 2018-02-09 17:16:39 +01:00
arendst cb51b892f9 v5.11.1j - Change uptime to seconds
5.11.1j
 * Prep for release
 * Change uptime from hour to second
resulting in a display of 123T13:45:21 where 123 is days
 * Fix Arilux
RF induced exception by moving interrupt handler to iram on non
esp/arduino lib v2.3.0
 * Add NTP sync based on chip id (#1773)
2018-02-07 17:50:02 +01:00
arendst d2aeb8439a v5.11.1i - Energy Monitoring Fixes
5.11.1i
* Fix some Energy Monitoring related issues
* Add command SetOption21 1 to allow Energy Monitoring when power is off
on Sonoff Pow and Sonoff S31 (#1420)
2018-02-04 18:09:09 +01:00
arendst 12f13a37b9 v5.11.1i - Add S31 support and some fixes
5.11.1i
 * Update TasmotaSerial library to 1.1.0
 * Rename commands
HlwPCal, HlwUCal and HlwICal to PowerCal, VoltageCal and CurrentCal to
be used for both Pow and S31 calibration
 * Rename commands HlwPSet,
HlwUSet and HlwISet to PowerSet, VoltageSet and CurrentSet to be used
for both Pow and S31 calibration
 * Add support for Sonoff S31 Smart
Socket with Power Consumption Detection (#1626)
 * Fix IRReceive Data
value (#1663)
 * Fix compiler warnings (#1774)
2018-02-03 23:25:05 +01:00
arendst b8f323a024 v5.11.1h - Weblog redesign saving RAM
5.11.1h
 * Rewrite webserver argument processing gaining 5k code space
(#1705)
 * Redesign weblog storage (#1730)
 * Fix command SetOption20
(#1741)
2018-01-30 14:14:55 +01:00