Commit Graph

9400 Commits

Author SHA1 Message Date
Jason2866 8fb30e3043
Esptool 3.0 from Platformio registry 2020-11-19 19:32:49 +01:00
Theo Arends 625835729b
Merge pull request #9917 from Jason2866/patch-3
Update de_DE.h
2020-11-19 17:29:01 +01:00
Jason2866 a3461c1fe6
Update de_DE.h 2020-11-19 17:24:50 +01:00
Theo Arends a8dea00fce Fix zbbridge compilation 2020-11-19 15:59:19 +01:00
Theo Arends 4d8191d6b0 Refactor file upload 2020-11-19 15:43:47 +01:00
Theo Arends 1c4152b114
Merge pull request #9911 from pcdiem/dgr2
Fix DevGroupShare mask handling
2020-11-18 21:27:59 +01:00
Paul C Diem fb8eb117c4 Fix DevGroupShare mask handling 2020-11-18 13:56:18 -06:00
Theo Arends 2783ad3ed5
Merge pull request #9901 from barbudor/pr-fix-pio-linux
Rename pio folder to pio-tools solve linux build errors
2020-11-18 09:04:27 +01:00
Theo Arends 9bf09e250f
Merge pull request #9905 from jamesturton/disable_shelly_voltage_mon
Disable SHELLY_VOLTAGE_MON parameter
2020-11-18 09:03:25 +01:00
James Turton b2c239206a Disable SHELLY_VOLTAGE_MON parameter 2020-11-18 08:47:23 +01:00
Barbudor 1694087a28 Rename pio folder to pio-tools solve linux build errors
When vscode is ran from the Tasmota folder in Linux, build fails with message :
```Executing task: pio run <
    The terminal process failed to launch: Path to shell executable "pio" is not a file of a symlink.```
Renaming pio folder into pio-tools solve the problem.

Note: the problem can still occur if the user have a pio folder in his PATH...
2020-11-17 22:01:42 +01:00
s-hadinger 747f633c96
Merge pull request #9898 from s-hadinger/zbping_fix
Fix ZbPing invalid JSON
2020-11-17 19:56:45 +01:00
Stephan Hadinger 4ba458d27d Fix ZbPing invalid JSON 2020-11-17 19:35:06 +01:00
Theo Arends c580a9c387 Refactor MQTT and webserver 2020-11-17 17:15:29 +01:00
Theo Arends 17c94a2b62 Changed MQTT Wifi connection timeout
Changed MQTT Wifi connection timeout from 5000 to 200 mSec (#9886)
2020-11-17 16:44:00 +01:00
Theo Arends cdd89e4f43 Fix ESP32 compilation 2020-11-17 14:07:04 +01:00
Theo Arends ab886db6b2 Update change log 2020-11-17 13:56:07 +01:00
Theo Arends 3d44203cb5 Fix ESP32 KNX UDP multicastpackage
Fix ESP32 KNX UDP multicastpackage (#9811)
2020-11-17 13:53:49 +01:00
Theo Arends a66686dae3
Merge pull request #9893 from Jason2866/patch-2
Fingerprint reader translation
2020-11-17 13:31:40 +01:00
Jason2866 2e60eb323c
Update de_DE.h 2020-11-17 12:52:05 +01:00
Jason2866 0242b3c259
Fingerprint reader translation 2020-11-17 12:48:46 +01:00
Theo Arends 92f067af59 Change Shelly Dimmer fw upgrade
Change Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
2020-11-17 12:25:48 +01:00
Theo Arends 8fab895eca
Merge pull request #9892 from Staars/mi32
MI_ESP32: add new commands, add mqtt output
2020-11-17 11:34:03 +01:00
Theo Arends e1963e98dc Breaking change KNX DPT9 to DPT14
- Version bump to 9.1.0.2
- Breaking change KNX DPT9 (16-bit float) to DPT14 (32-bit float) by Adrian Scillato (#9811, #9888)
2020-11-17 10:36:57 +01:00
Staars cf41bc18f4 add new commands, add mqtt output 2020-11-17 09:30:59 +01:00
Theo Arends 259d85d9f8
Merge pull request #9891 from ascillato/patch-1
KNX: Add Read reply for Power
2020-11-16 22:07:00 +01:00
Adrian Scillato 2e06647ea4
KNX: Added Read reply for Power 2020-11-16 17:55:16 -03:00
Theo Arends d237bc4294
Merge pull request #9888 from ascillato/patch-2
KNX: Change DPT9 to DPT14 for sensors and KnxTX
2020-11-16 20:06:55 +01:00
Adrian Scillato 2afba01557
KNX Lib: Fix 32bits encode 2020-11-16 15:26:32 -03:00
Adrian Scillato 0648881cae
KNX Lib: Fix 32bits decode 2020-11-16 15:25:54 -03:00
Adrian Scillato 246c47d96e
KNX: Change DPT9 to DPT14 for sensors and KnxTX 2020-11-16 15:10:16 -03:00
Theo Arends 6e2a8a8323 Add Shelly Dimmer STM32 firmware 2020-11-16 18:07:18 +01:00
Theo Arends 521d21ddf2
Merge pull request #9885 from Jason2866/patch-1
ESP32 1.0.5-rc2 for stage core
2020-11-16 18:00:07 +01:00
Theo Arends acf0e79acb Initial support for SHD web gui firmware upload
Initial support for Shelly Dimmer web gui firmware upload when #define SHELLY_FW_UPGRADE2 is enabled. #define SHELLY_FW_UPGRADE must be disabled at that time
2020-11-16 17:39:16 +01:00
Jason2866 88ca9205eb
ESP32 1.0.5-rc2 for stage core 2020-11-16 16:24:42 +01:00
s-hadinger ccbf634966
Merge pull request #9882 from s-hadinger/zigbee_TS0601
Zigbee support for Tuya 4 Gang wall switch TS0601
2020-11-16 14:43:09 +01:00
Theo Arends fa3504464e Remove command Wifi Off for ESP8266
Remove command Wifi Off for ESP8266 (#9389)
2020-11-16 13:57:26 +01:00
Theo Arends 0187c8ea8d
Merge pull request #9881 from Jason2866/esptool
use esptool.py 3.0 release
2020-11-16 13:49:45 +01:00
Theo Arends 7d8247c327
Merge pull request #9880 from Jason2866/patch-1
Remove Arduino IDE left overs...
2020-11-16 13:49:22 +01:00
Jason2866 4184395e31
Update platformio_override_sample.ini 2020-11-16 12:59:10 +01:00
Jason2866 33ec9b3210 esptool 3.0 2020-11-16 11:56:56 +00:00
Theo Arends b4952efc6c
Merge pull request #9878 from gemu2015/ili9341-2
add ili9341-2
2020-11-16 12:47:16 +01:00
Stephan Hadinger b160b9de58 Zigbee support for Tuya 4 Gang wall switch TS0601 2020-11-16 11:25:49 +01:00
Jason2866 2717a77486
Add files via upload 2020-11-16 09:43:25 +01:00
Jason2866 bbe46972ac
Delete espupload.py 2020-11-16 09:42:43 +01:00
Jason2866 99b2a403cd
Delete platform.txt 2020-11-16 09:40:25 +01:00
Jason2866 cf596f5595
Delete boards.txt 2020-11-16 09:39:59 +01:00
Theo Arends 2ad6a965aa
Merge pull request #9876 from Jason2866/patch-5
New added code has to compile without warnings
2020-11-16 08:56:02 +01:00
gemu2015 a8bc50e96b add ili9341-2 2020-11-16 06:35:43 +01:00
Jason2866 9fcfb421f7
Added code has to compile without warnings 2020-11-15 20:54:07 +01:00