Commit Graph

9362 Commits

Author SHA1 Message Date
Theo Arends 04c5212e4b
Merge pull request #9924 from Jason2866/patch-5
Add compile option for PWM variant
2020-11-20 11:13:08 +01:00
Theo Arends 70ee55f880
Merge pull request #9925 from bovirus/patch-2
Update Italian language
2020-11-20 10:42:34 +01:00
bovirus 9a189b077d
Update Italian language 2020-11-20 10:31:46 +01:00
Jason2866 34e0daefcc
Add compile option for PWM variant
in latest Arduino Stage there is now the possibility to choose between two variants how software PWM is implemented.
2020-11-20 09:37:21 +01:00
Theo Arends a46e19e3b9
Merge pull request #9922 from barbudor/pr-GpioConvert
comparison should be >=
2020-11-20 09:03:04 +01:00
Barbudor 11ed01983c comparison should be >= 2020-11-20 00:01:48 +01:00
Barbudor dea0ae1d7b implements new template format 2020-11-19 23:52:44 +01:00
Theo Arends 5cc8ff6393
Merge pull request #9918 from Jason2866/patch-4
Esptool 3.0 from Platformio registry
2020-11-19 23:11:34 +01:00
Theo Arends d5d9812aaa
Merge pull request #9919 from bovirus/patch-1
Update Italian language
2020-11-19 23:11:15 +01:00
bovirus ebd517d5c4
Update Italian language 2020-11-19 20:42:04 +01:00
Jason2866 674fa8e293
Esptool 3.0 from Platformio registry 2020-11-19 19:37:16 +01:00
Jason2866 3c48a2f86f
Esptool 3.0 from Platformio 2020-11-19 19:34:22 +01:00
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