Theo Arends
9eacabc4f0
Delay initial flash write
...
* Stop enforcing flashmode dout but it is still mandatory
* Moved bootcount update (being first) flash write to 10 seconds after restart
2018-11-16 09:36:41 +01:00
Theo Arends
a1ff029335
Revert "Quietly allow settings update"
...
This reverts commit 999f0a3f92
.
2018-11-16 09:18:40 +01:00
Theo Arends
999f0a3f92
Quietly allow settings update
...
Quietly allow settings update to solve issues caused by Reset command leading to unusable device
2018-11-15 17:29:48 +01:00
andrethomas
4a7e7b0dbb
Change C functions with () to (void)
2018-11-14 15:32:09 +02:00
Theo Arends
9fef82736d
Prep drivers for management
...
Prep drivers for management
2018-11-07 10:30:03 +01:00
Theo Arends
15148f290d
6.3.0.4 Add SetSensorXX
...
6.3.0.4 20181106
* Add command SetSensorXX 0/1 to disable/re-enable compiled xsns_XX_sensor.ino driver
2018-11-06 17:33:51 +01:00
Theo Arends
14a7424e9b
Add command SetOption24
...
Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241 )
2018-11-04 16:55:12 +01:00
Theo Arends
46a0a0afba
Add minutes to commands Timezone
...
Add minutes to commands Timezone to allow all possible world timezones
2018-11-01 13:00:05 +01:00
Erik
87dc6fe20e
Add basic support for color calibration
2018-09-29 16:55:53 +02:00
Theo Arends
1a0d630da2
Removed debug code
...
Removed unavailable debug code (#3917 )
2018-09-28 11:48:55 +02:00
Theo Arends
43c3cf57d5
Shelly2 Cleanup
...
Cleanup and debug updates
2018-09-24 18:16:35 +02:00
Theo Arends
07dafe1631
6.2.0.2 - Energy monitoring
...
6.2.0.2 20180904
* Rewrite energy monitoring using energy sensor driver modules
* Fix lost today and total energy value after power cycle (#3689 )
2018-09-04 16:22:34 +02:00
Theo Arends
f7c38f24f3
6.1.1.14 Add boot loop detection
...
Add boot loop detection and try to fix
2018-08-30 14:27:33 +02:00
Theo Arends
d69e88b50b
6.1.1.12 - Add debounce time
...
6.1.1.12 20180827
* Add commands ButtonDebounce 40..1000 and SwitchDebounce 40..1000 to have more control over debounce timing. Default is 50mS (#3594 )
2018-08-27 12:01:20 +02:00
Theo Arends
bab6ae5644
6.1.1.8 - Fixes and Additions
...
6.1.1.8
* Fix MQTT reconnection detection when using TasmotaMqtt library (#3558 )
* Add build time setting of ButtonTopic and SwitchTopic (#3414 )
* Add display features and dynamic buffering
2018-08-23 11:49:17 +02:00
Erik
e21a155606
Build time setting of button and switch topic
2018-08-05 20:01:50 +02:00
Theo Arends
9e34d16e9a
Fix sonoff-minimal
...
Fix sonoff-minimal from using default settings
2018-07-30 12:29:56 +02:00
Erik
76c102c09c
Support send / receive of binary serial data
2018-07-27 12:17:34 +02:00
Theo Arends
612374cfbf
Revisit Timers off/on
...
6.1.1c
* Add command Timers 0/1 to globally disable or enable armed timers (#3270 )
2018-07-20 16:12:37 +02:00
Theo Arends
c896437124
v6.0.0c - Add spare SetOptions
...
6.0.0c
* Add support for bitflags SetOption50 .. SetOption81 (#3118 )
2018-07-03 12:48:56 +02:00
Theo Arends
6e9602418d
v6.0.0b - Support up to 8 switches
...
6.0.0b
* Change number of switches from 4 to 8 (#2885 , #3086 )
2018-06-28 14:28:14 +02:00
Theo Arends
d4e414a6d5
v6.0.0a - Add CRC to Settings
...
6.0.0a
* Add CRC to Settings making future upgrades more fail-safe
* Remove version 3, 4 and pre 5.2 settings auto-upgrade. See
https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade#migration-path
* Change default CFG_HOLDER from 0x20161209 to 4617 (=0x1209) - no
impact on default upgrades
2018-06-02 16:59:09 +02:00
Theo Arends
e6daeda43e
Fix initial rule3 clearence
2018-05-24 16:36:12 +02:00
Theo Arends
9f329d5fb0
Add rule support for IrReceive and RfReceive
...
5.14.0b
* Add rule support for IrReceive and RfReceive (#2758 )
2018-05-24 16:23:20 +02:00
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
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
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
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
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
Theo Arends
76f699bf02
Remove debug code and do some clean-up
...
Remove debug code and set H801 GPIO0 to GPIO_USER (#1503 )
2018-04-19 22:29:09 +02:00
Theo Arends
8bc6475850
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:28:45 +02: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
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
Theo Arends
914c2929f8
Revert Button Topic change
2018-03-30 10:28:55 +02:00
Theo Arends
a935f92998
v5.12.0i - Add HAss Button discovery
...
5.12.0i
* Add Home Assistant MQTT Discovery for Buttons (#2277 )
2018-03-29 13:03:13 +02: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
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
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
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
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
Theo Arends
12fa894303
v5.12.0e - Add command PowerDelta
...
5.12.0e
* Add command PowerDelta 0..100 (percentage) to Energy
monitoring devices to report on active power load change (#2157 )
2018-03-14 14:32:51 +01:00
Theo Arends
4063275f7d
v5.12.0e - Add Clock features
...
5.12.0e
* Add commands Color6 RRGGBB for Clock marker color and Rotation pixels
for Clock rotation (#2092 )
2018-03-10 17:58:54 +01: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
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
feb7184f45
v5.12.0b - Fix Hass define compile error
...
5.12.0b
* Fix compile error when define HOME_ASSISTANT_DISCOVERY_ENABLE
is not set (#1937 )
2018-02-17 14:09:39 +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
150de9c99d
v5.11.1i - Fix log roll-over restart ( #1793 )
...
Fix Software Watchdog restart around log roll-over (#1793 )
2018-02-06 13:50:05 +01:00