Commit Graph

7843 Commits

Author SHA1 Message Date
Theo Arends
4584effbce Change all timer references from `Arm to Enable`
Change all timer references from ``Arm`` to ``Enable`` in GUI, ``Timer`` command and JSON message
2020-07-21 10:44:45 +02:00
Theo Arends
d271ac371a
Merge pull request #8951 from curzon01/development
Add ShutterToggleDir/ShutterStopToggleDir
2020-07-21 10:29:16 +02:00
Norbert Richter
f0177f3c48
Add ShutterToggleDir/ShutterStopToggleDir
same function as ShutterToggle/ShutterStopToggle but based on last movement direction, not on current position (< or > 50%)
2020-07-21 07:25:02 +02:00
Theo Arends
1182895de7
Merge pull request #8945 from s-hadinger/zigbee_july_20
Added `SO101 1` to suffix commands with source endpoint
2020-07-20 22:03:55 +02:00
Stephan Hadinger
2da8f3c393 Added SO101 1 to suffix commands with source endpoint 2020-07-20 19:30:32 +02:00
Theo Arends
a84ebe552a Refactor rules processing 2020-07-20 17:24:51 +02:00
Theo Arends
460f166bcc
Merge pull request #8944 from tony1661/patch-1
Updated the D_TIMER_ARM variable to say "Enable"
2020-07-20 17:01:28 +02:00
Antonio Fernandez
bc3efb5696
Updated the D_TIMER_ARM variable to say "Enable"
Arm has been a bit of a confusing term. I think it would help new users out to rename this to "Enable". It will make the button more intuitive.
2020-07-20 10:57:38 -04:00
Theo Arends
59f50d04f2 Allow rules on energy margins
Allow rules on energy margins (#8935)
2020-07-20 16:41:05 +02:00
Theo Arends
0a64625e9a Allow rules on energy margins
Allow rules on energy margins (#8935)
2020-07-20 16:26:32 +02:00
Theo Arends
72dcdd0239
Merge pull request #8943 from Jason2866/patch-2
Adding maintained badges
2020-07-20 14:03:33 +02:00
Jason2866
cea8e169a4
Adding maintained badges
in readme.
2020-07-20 12:00:46 +02:00
Theo Arends
eeed6768d0 Third try to fix counter interrupt storm 2020-07-20 11:20:58 +02:00
Theo Arends
f40c186e79
Merge pull request #8941 from Staars/development
new MQTT presentation for MI-ESP32
2020-07-20 10:52:41 +02:00
Theo Arends
b1e47ee597
Merge pull request #8942 from Jason2866/patch-2
Use Tasmota_stage core 2.7.3.1 from Tasmota Github
2020-07-20 10:52:10 +02:00
Jason2866
57fe4cf248
Use Tasmota_stage core 2.7.3.1 from Tasmota Github
and delete unneeded compiler flags
2020-07-20 10:04:39 +02:00
Platformio BUILD
ecf5ad0232 Merge remote-tracking branch 'Tasmota/development' 2020-07-20 06:51:59 +00:00
Staars
1b380b5bc9 update MQTT presentation 2020-07-20 08:51:17 +02:00
Theo Arends
23da6285c1 Add command `SetOption100 0/1`
Add command ``SetOption100 0/1`` to remove ``ZbReceived`` value from ``{"ZbReceived":{xxx:yyy}}`` JSON message
2020-07-19 15:57:37 +02:00
Theo Arends
ece6df523a
Merge pull request #8933 from Jason2866/patch-3
Fix regression build flags
2020-07-19 13:51:46 +02:00
Jason2866
27ff269bcb
Fix regression build flags
from #8932
2020-07-19 13:43:08 +02:00
Theo Arends
47ff43d2d5
Merge pull request #8932 from Jason2866/patch-2
Use Tasmota Stage Core 2.7.3.1...
2020-07-19 13:34:49 +02:00
Theo Arends
528fe5333d Shrink minimal a bit 2020-07-19 13:33:57 +02:00
Jason2866
a7e057b8ba
Use Tasmota Stage Core 2.7.3.1...
for Tasmota Stage build. Core is based on (soon released) Arduino ESP core 2.7.3.
2020-07-19 13:21:45 +02:00
Theo Arends
2c6198f27c Fix spelling
Fix spelling (#3410)
2020-07-18 18:51:13 +02:00
Theo Arends
d2198ad8b6 Fix esp32 compile error 2020-07-17 18:40:06 +02:00
Theo Arends
7d0d9b7782 Remove Arduino ESP8266 Core support before 2.7.1 2020-07-17 18:00:17 +02:00
Theo Arends
8dbe3c90da Second try to fix counter interrupt storm
Second try to fix counter interrupt storm during OTA (#8928)
2020-07-17 16:18:07 +02:00
Theo Arends
25dcf447f3 First try to fix counter interrupt storm
First try to fix counter interrupt storm during OTA (#8928)
2020-07-17 12:49:42 +02:00
Theo Arends
a9b05b0884 Change to attachInterruptArg()
Change to attachInterruptArg() saving 76 bytes
2020-07-17 12:37:21 +02:00
Theo Arends
934ca43463 Remove Arduino ESP8266 Core support before 2.7.1
Remove Arduino ESP8266 Core support for versions before 2.7.1
2020-07-17 11:49:56 +02:00
Theo Arends
6b0870343b Change to limited support of Arduino IDE
Change to limited support of Arduino IDE as an increasing amount of features cannot be compiled with Arduino IDE
2020-07-16 18:21:19 +02:00
Theo Arends
2705c8eb8b Fix GCC 10.1 warnings 2020-07-16 18:02:39 +02:00
Theo Arends
29e73b4291 Fix GCC 10.1 warning 2020-07-16 17:50:26 +02:00
Theo Arends
031b04fb53 Add check for valid time 2020-07-16 17:28:47 +02:00
Theo Arends
344c091f83
Merge pull request #8927 from gemu2015/scripter-fix
scripter add event result
2020-07-16 17:24:47 +02:00
Theo Arends
15a1c881ad
Merge pull request #8926 from Bettman66/development
issues #8866
2020-07-16 17:16:02 +02:00
gemu2015
2ad758117d scripter add event result 2020-07-16 17:15:12 +02:00
Walter Zengel
8813827376
issues #8866 2020-07-16 17:13:19 +02:00
Theo Arends
66b3dc1cf2 Increase TLS fingerprint security 2020-07-16 16:46:30 +02:00
Walter Zengel
858d150398
issues #8866
update tuyatime every 60sec
2020-07-16 16:42:06 +02:00
Theo Arends
be7aa3adf4
Merge pull request #8924 from bovirus/patch-4
Update Italian language
2020-07-16 15:04:41 +02:00
bovirus
9d69c36355
Update Italian language 2020-07-16 14:24:41 +02:00
Theo Arends
ffda0cc7ef
Merge pull request #8923 from Jason2866/patch-4
sync platformio_override.ini with platformio.ini
2020-07-16 13:27:14 +02:00
Jason2866
f65e4a381f
Update PULL_REQUEST_TEMPLATE.md 2020-07-16 12:09:22 +02:00
Jason2866
19c1bf2d7f
Update platformio_override_sample.ini 2020-07-16 12:08:51 +02:00
Jason2866
02a30ae12b
Update platformio.ini 2020-07-16 12:08:06 +02:00
Jason2866
fe99143f1c
Tasmota Core 2.8.0 2020-07-16 09:06:14 +02:00
Jason2866
125c6a4402
sync platformio_override.ini with platformio.ini
Platform is `platform  = espressif8266@2.5.1` no need to install `platform  = espressif8266@2.6.0` too. It is overwritten anyway with Tasmota core
`platform_packages         = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino/releases/download/2.8.0-tasmota/esp8266-2.8.0.zip`

Delete lwIP 1.4 from core_stage because it is not anymore in core > 2.7.2
2020-07-16 09:03:04 +02:00
Theo Arends
30ad8cafa6
Merge pull request #8917 from Jason2866/patch-3
use modified Core 2.7.2...
2020-07-15 18:28:00 +02:00