Commit Graph

5403 Commits

Author SHA1 Message Date
Theo Arends c060089358 Bump version to 7.1.2.3
Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
2019-12-08 13:37:18 +01:00
Theo Arends 29d5d68ca0 Redesign Exception reporting
Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
2019-12-08 13:18:15 +01:00
Theo Arends 2381f9781c
Merge pull request #7141 from s-hadinger/crashrecorder_fix
Fix crashdump bad JSON
2019-12-08 09:06:16 +01:00
Hadinger fd079c57a3 Fix crashdump bad JSON 2019-12-07 23:25:56 +01:00
Theo Arends dd6cc3256b
Merge pull request #7140 from effelle/development
Home Assistant: force update added
2019-12-07 20:16:00 +01:00
Federico Leoni dae622b2cb
Update my_user_config.h 2019-12-07 15:44:33 -03:00
Federico Leoni 368e9cc340
Update xdrv_12_home_assistant.ino 2019-12-07 15:20:47 -03:00
Theo Arends f3a5b033c8 Add save call stack in RTC memory in case of crash
Add save call stack in RTC memory in case of crash, command ``Status 12`` to dump the stack (#7114, #5883)
2019-12-07 18:32:39 +01:00
Theo Arends 2686ccb117 Revert "Merge pull request #7134 from s-hadinger/crashrecorder_rtc"
This reverts commit 758b255078, reversing
changes made to f4993736a5.
2019-12-07 16:50:10 +01:00
Theo Arends be8b7a479f
Merge pull request #7136 from s-hadinger/tls_b64_spaces
Remove any whitespace in TlsKey base64
2019-12-07 15:06:17 +01:00
Hadinger a8c0c4e312 Remove any whitespace in TlsKey base64 2019-12-07 15:01:39 +01:00
Theo Arends 758b255078
Merge pull request #7134 from s-hadinger/crashrecorder_rtc
Add save call stack in RTC memory in case of crash
2019-12-07 11:18:07 +01:00
Hadinger edc2dc5c79 Add save call stack in RTC memory in case of crash 2019-12-07 11:02:37 +01:00
Hadinger 7e1e85eba9 Add save call stack in RTC memory in case of crash 2019-12-07 11:01:48 +01:00
Hadinger 7796714ba0 Change from `Crash` to `Restart -1` 2019-12-07 11:00:32 +01:00
Hadinger 5a0febc64e Add save call stack in RTC memory in case of crash 2019-12-07 10:41:29 +01:00
Adrian Scillato f4993736a5
Merge pull request #7127 from ascillato/patch-1
Reverting changes in tele message due to compatibility
2019-12-06 21:21:14 -03:00
Adrian Scillato 5f290f8b64
Reverting changes in tele message due to backwards compatibility 2019-12-06 20:10:04 -03:00
Laurent Dong ee37c258e6 Embeded IF statement in backlog did not been processed
The backlog_mutex blocked the execution of IF statement during call ExecuteCommand(), because all IF statement need to use backlog to perform commands.
2019-12-06 10:12:13 -05:00
Theo Arends 00fd7f2f7c Bump version to 7.1.2.2
Add command ``SerialConfig 0..23`` or ``SerialConfig 8N1`` to select Serial Config (#7108)
2019-12-06 15:02:05 +01:00
Theo Arends 8c5c95747c Bump version 7.1.2.1 2019-12-06 12:18:46 +01:00
Theo Arends 9d9f3b0ca7 Change log buffer size from 520 to 700
Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
2019-12-06 11:10:15 +01:00
Theo Arends d490b1cfea
Merge pull request #7111 from Jason2866/patch-3
Use actual syntax for core stage...
2019-12-06 10:29:20 +01:00
Theo Arends 3bdea04c5f
Merge pull request #7112 from gemu2015/sml-update
sml bus decoder syntax update
2019-12-06 10:27:09 +01:00
Theo Arends eee16ddf3c
Merge pull request #7115 from bkmit/development
Allow to build Minimal firmware with TLS support
2019-12-06 10:19:12 +01:00
Bohdan Kmit f173511bb8 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-12-06 09:59:15 +02:00
Adrian Scillato b347c53846
Fix markdown of Problem Issue Report 2019-12-05 18:06:17 -03:00
Bohdan Kmit 726883b168 Allow to build Minimal firmware with TLS support 2019-12-05 20:54:30 +02:00
gemu2015 3b4b549e61 sml mbus decoder syntax update
support for byte order
2019-12-05 16:34:30 +01:00
Jason2866 246663dd9d
Update platformio_tasmota_env.ini 2019-12-05 15:18:24 +01:00
Jason2866 8ed7257c9b
Update platformio_override_sample.ini 2019-12-05 15:16:57 +01:00
Theo Arends e51cefe375
Merge pull request #7106 from ascillato/patch-1
Added new var %topic% for rules
2019-12-04 21:37:28 +01:00
Adrian Scillato 55b0312f86
Added new var %topic% for rules 2019-12-04 17:11:03 -03:00
Theo Arends e396cbec1f
Merge pull request #7103 from stefanbode/patch-2
Added frequency change support
2019-12-04 20:28:52 +01:00
Adrian Scillato f251eea64b
Updated Problem Report 2019-12-04 15:53:48 -03:00
stefanbode f0e6e0098d
Added frequency change support
shutterfrequency 1000 is default. can be increased or decreased. 
Added more comments to the source code for explanation
optimize load in RPC call
2019-12-04 12:34:27 +01:00
Theo Arends 4cd7eb4108
Merge pull request #7099 from ascillato/patch-1
Add new SDK version available only for STAGE core
2019-12-04 08:51:40 +01:00
Adrian Scillato c1bd30ef8c
Add new SDK version available only for STAGE core
This new SDK is added as an option
Also some comments about older SDK are fixed
2019-12-03 22:25:03 -03:00
Philip Barclay 24ddae4001 Merge remote-tracking branch 'upstream/development' into mpu6050_full_output 2019-12-03 21:10:14 +13:00
Theo Arends e8a135f6c0
Merge pull request #7094 from stefanbode/patch-1
Added #7006 request for support of stepper motors
2019-12-02 22:18:31 +01:00
stefanbode 0b3f84c36e
Added #7006 request for support of stepper motors 2019-12-02 21:44:05 +01:00
Theo Arends 45d5999ea2
Merge pull request #7093 from ascillato/patch-1
Add new tele- rule triggers
2019-12-02 19:53:26 +01:00
Adrian Scillato 461d18b3f9
Add new tele- rule triggers 2019-12-02 15:04:38 -03:00
Theo Arends 621204e57f Fix WS2812 power control (#7090) 2019-12-02 18:54:08 +01:00
Theo Arends 744969d1fb
Merge pull request #7088 from ascillato/patch-1
Add a new rule trigger: tele-switch1#state
2019-12-02 17:19:03 +01:00
Adrian Scillato 4441f212d5
Add rule trigger tele-switch1#state 2019-12-02 13:03:43 -03:00
Theo Arends b41912a136
Merge pull request #7086 from curzon01/development
decode-config moved to https://github.com/tasmota/decode-config
2019-12-02 15:41:23 +01:00
Norbert Richter 0b59cc6ea1 decode-config moved to https://github.com/tasmota/decode-config 2019-12-02 15:17:45 +01:00
Theo Arends eb1785c559 Tune light schemes 2, 3 and 4 2019-12-02 14:51:28 +01:00
Theo Arends 8c3295034d Update support_wifi.ino 2019-12-02 11:56:40 +01:00