Commit Graph

5007 Commits

Author SHA1 Message Date
stefanbode 888bcb4cc2
fix #6892
#6892 shutterposition not reported
2019-11-13 08:48:53 +01:00
Theo Arends df5fb16235
Merge pull request #6917 from s-hadinger/ir_light
Remove IR protocols from standard Tasmota
2019-11-12 22:59:14 +01:00
Theo Arends 3aea6b0626 Refactor I2C driver detection phase 42 2019-11-12 22:57:48 +01:00
Stephan Hadinger c062d35e68 Change Kept only NEC/RC5/RC6/HASH IR protocols in standard Tasmota, all other protocols require Tasmota-IR, saving 4K 2019-11-12 22:41:09 +01:00
Theo Arends fa03f57ca8 Refactor deepsleep
Refactor deepsleep allowing time to update GUI before going to sleep (#6890)
2019-11-12 22:30:44 +01:00
Theo Arends 584a25de6b
Merge pull request #6916 from ascillato/patch-1
Fix Rules Evaluation when using break and several triggers are true
2019-11-12 20:41:56 +01:00
Adrian Scillato 6f614369c1
Fix Rules Evaluation when using break and several triggers are true
When checking several triggers that were true at the same time and BREAK was being used, some rules were not executed.

The rule: 

rule3 on system#boot do var4 0 break on tele-SI7021#temperature do var4 %value% endon on tele-SI7021#humidity do var5 %value% endon

was not triggering the third statement.
2019-11-12 15:54:29 -03:00
Theo Arends a1616b48ce
Merge pull request #6913 from stefanbode/patch-6
Added UP/DOWN/STOP command for OpenHAB
2019-11-12 09:55:55 +01:00
stefanbode 9ffcc424a9
Added UP/DOWN/STOP command for OpenHAB
shutterposition now also accept UP/DOWN/STOP or the position in % 0 ... 100
2019-11-12 09:52:41 +01:00
Theo Arends 06a9b45551
Merge pull request #6910 from andrethomas/patch-3
Update PULL_REQUEST_TEMPLATE.md
2019-11-11 21:24:08 +01:00
Theo Arends 68c13aee74
Merge pull request #6909 from andrethomas/patch-2
rename-firmware.py: Bugfix
2019-11-11 21:23:47 +01:00
Andre Thomas a29cd3d50e
Update PULL_REQUEST_TEMPLATE.md 2019-11-11 21:32:54 +02:00
andrethomas 747cb74415 rename-firmware.py: Bugfix 2019-11-11 21:27:23 +02:00
Theo Arends 7d1794ee5b Refactor I2C driver detection phase 8 2019-11-11 18:49:56 +01:00
Theo Arends 9c9d177ad5 Refactor I2C driver detection phase 7 2019-11-11 18:36:13 +01:00
Theo Arends 3c89dedb92 Enforce wifi output power 2019-11-11 17:39:24 +01:00
Theo Arends 24b71c5ba3 Refactor I2C driver detection phase 6 2019-11-11 17:32:44 +01:00
Theo Arends 83d28c163f Remove on-the-fly PCA9685 detection 2019-11-11 14:22:48 +01:00
Theo Arends 4df186654f Remove on-the-fly BMP/BME detection
Remove on-the-fly BMP/BME detection (#6825)
2019-11-11 11:51:22 +01:00
Theo Arends b436f47786 Remove on-the-fly LM75AD detection
Remove on-the-fly LM75AD detection (#6825)
2019-11-11 11:44:40 +01:00
Theo Arends b31f3d82e3 Add support for I2C sensor TLS2591
Add support for I2C sensor TLS2591 Light Intensity sensor (#6873)
2019-11-11 11:29:15 +01:00
Theo Arends d972ca7970
Merge pull request #6873 from c7haki/development
Add support for light sensor TSL2591
2019-11-11 08:49:57 +01:00
Theo Arends f4fee210ca
Merge pull request #6903 from hwstar/development
Fix INA226 JSON in ID field
2019-11-11 08:48:32 +01:00
srodgers c43e25eaf7 Change LOG_LEVEL_NONE to LOG_LEVEL_DEBUG 2019-11-10 16:12:59 -08:00
srodgers 18a5d94a8f Re-enable log statements per suggestion 2019-11-10 16:07:03 -08:00
srodgers cf19dad985 Fix incorrect JSON in ID field. Disable active debug statements. Update documentation at beginning of source file 2019-11-10 14:55:35 -08:00
Theo Arends 1d4822e6a6
Merge pull request #6902 from Jason2866/patch-1
Rename firmware.bin to selected env
2019-11-10 22:15:17 +01:00
Jason2866 0382a4fd67
Add files via upload 2019-11-10 21:18:22 +01:00
Jason2866 379670f900
Update platformio.ini 2019-11-10 21:17:29 +01:00
Theo Arends ad06ece958
Merge pull request #6900 from Jason2866/patch-4
Core 2.6.0 now for Mac too
2019-11-10 20:49:30 +01:00
Jason2866 a41b4745c9
Core 2.6.0 now for Mac too 2019-11-10 20:19:50 +01:00
Theo Arends 243268ceee
Merge pull request #6898 from Jason2866/patch-3
Comment default corrected
2019-11-10 18:25:23 +01:00
Jason2866 cf9fef699d
Comment default corrected 2019-11-10 18:04:17 +01:00
Theo Arends 216befa420
Merge pull request #6897 from Jason2866/patch-3
Support for core 2.6.0....
2019-11-10 17:44:29 +01:00
Jason2866 d407fc63fd
Support for core 2.6.0....
not for all platforms, since core 2.6.0 is not official released from PlatformIO crew.
Support for Windows and most Linux variants and gitpod. Mac is NOT supported.

Core is selected as default
2019-11-10 17:42:21 +01:00
Theo Arends 48e15216be Refactor Sensor MQTT data adding rule support 2019-11-10 17:40:37 +01:00
Theo Arends b2e6a2fe75 Refactor I2C driver detection phase 5 2019-11-10 17:02:02 +01:00
Theo Arends 69af996ca1 Fix SerialReceived JSON error
Fix SerialReceived JSON error (#6893)
2019-11-10 12:19:26 +01:00
Theo Arends 4189bf4f19
Merge pull request #6894 from s-hadinger/fix_6887_pwm
Fix bad PWM Power control with SetOption68
2019-11-10 12:06:28 +01:00
Theo Arends c7a74b82d0 Fix DeepSleep bootloop disable
Fix DeepSleep bootloop disable (#6890)
2019-11-10 12:05:09 +01:00
Stephan Hadinger 32538507d2 Fix 6887 2019-11-10 11:29:20 +01:00
Markus Bösling dd0e852894 add define to my_user_config.h 2019-11-09 21:45:48 +01:00
Theo Arends becea45707
Merge pull request #6886 from Jason2866/patch-4
Outdated and not recommended to use....
2019-11-09 20:04:02 +01:00
Theo Arends cc96a9acc4
Merge pull request #6885 from Jason2866/patch-3
Core 2.6.0 platform.txt for Arduino IDE
2019-11-09 20:03:29 +01:00
Jason2866 abd3508e52
Outdated Core 2.6.0 is available
Core 2.5.2 is not needed anymore since Core 2.6.0 is released and fixes all bugs from core 2.5.2
2019-11-09 18:57:47 +01:00
Jason2866 4255351bbe
Core 2.6.0 is released 2019-11-09 18:55:28 +01:00
Jason2866 a1623135fd
Create platform.txt 2019-11-09 18:51:15 +01:00
Theo Arends 492260cb7e Refactor I2C driver detection phase 4 2019-11-09 18:34:22 +01:00
Theo Arends cc235941cb
Merge pull request #6884 from blakadder/development
decode-config.py documentation updated
2019-11-09 18:07:21 +01:00
blakadder eb49e92d24 decode-config documentation updated and clarified 2019-11-09 17:26:50 +01:00