Commit Graph

4721 Commits

Author SHA1 Message Date
Theo Arends 99bdd1ff34
Merge pull request #6819 from s-hadinger/fix_dimmer
Fix wrong Dimmer behavior introduced with #6799 when SetOption37 < 128
2019-11-02 21:56:21 +01:00
Stephan Hadinger bfcd156ee0 Fix wrong Dimmer behavior introduced with #6799 when SetOption37 < 128 2019-11-02 18:32:46 +01:00
Theo Arends ba2439d9da Update RELEASENOTES.md 2019-11-02 17:37:50 +01:00
Theo Arends 6395db9963 Add support for Honeywell I2C HIH series
Add support for Honeywell I2C HIH series Humidity and Temperetaure sensor (#6808)
2019-11-02 17:18:51 +01:00
Theo Arends b4e3b9703c Fix default Title color 2019-11-02 14:50:24 +01:00
Theo Arends 575107a3d1
Merge pull request #6813 from s-hadinger/ir_270
Update IRremoteESP8266 to v2.7.0
2019-11-02 14:17:07 +01:00
Theo Arends d985088bf3
Merge pull request #6815 from andrethomas/patch-1
TasmotaSlave: Bugfix
2019-11-02 14:16:45 +01:00
Andre Thomas f9cb2b14a0
TasmotaSlave: Bugfix 2019-11-02 14:45:45 +02:00
Theo Arends 57e62b1e68 Bump version 7.0.0.2
Add command WebColor19 to control color of Module and Name (#6811)
2019-11-02 13:25:23 +01:00
Theo Arends b823a05e5d
Merge pull request #6812 from andrethomas/tasmota_slave
Tasmota slave
2019-11-02 12:41:15 +01:00
Stephan Hadinger b33886224f Update IRremoteESP8266 to v2.7.0 2019-11-02 12:21:18 +01:00
Andre Thomas ea5c8492a1
TasmotaSlave: Add functionality 2019-11-02 13:17:39 +02:00
andrethomas 05ca072717 TasmotaSlave: Add functionality 2019-11-02 13:14:38 +02:00
Theo Arends 630393b91b
Merge pull request #6811 from localhost61/development
Add COLOR_TITLE as WebColor19
2019-11-02 11:34:27 +01:00
localhost61 d6115b7dd1 Add COLOR_TITLE as WebColor19 2019-11-02 05:33:40 +01:00
Theo Arends 49e8f52a43 Fix case insensitive rule variable substitution
Fix case insensitive rule variable substitution (#6802)
2019-11-01 16:05:07 +01:00
Theo Arends 5ff4b11909
Merge pull request #6806 from Jason2866/patch-2
Bring setting -DUSE_CONFIG_OVERRIDE more to top...
2019-11-01 13:35:52 +01:00
Jason2866 66d0ee34a3
Update platformio.ini 2019-11-01 11:48:11 +01:00
Jason2866 fa854b7bfb
Update platformio.ini 2019-11-01 11:44:18 +01:00
Jason2866 6a6d829c27
Update platformio.ini 2019-11-01 11:25:08 +01:00
Jason2866 c3b5c3638b
Bring setting -DUSE_CONFIG_OVERRIDE more to top...
to make it easier to find. Core Selection is moved too.
2019-11-01 11:03:10 +01:00
Theo Arends 7d0cfe4217
Merge pull request #6804 from Jason2866/patch-1
Delete outdated info
2019-10-31 21:39:28 +01:00
Jason2866 8e07f0de26
Delete outdated info 2019-10-31 21:36:37 +01:00
Theo Arends 20370820b8 Update decode-status.py 2019-10-31 17:41:54 +01:00
Theo Arends e497421ace Add command SetOption75 0/1 to switch between grouptopic
Add command SetOption75 0/1 to switch between grouptopic (0) using fulltopic replacing %topic% or (1) is cmnd/<grouptopic> (#6779)
2019-10-31 17:24:06 +01:00
Theo Arends 23cef04b9e Refactor command SetOption 2019-10-31 13:18:00 +01:00
Theo Arends 8b9d157e61
Merge pull request #6799 from s-hadinger/fix_so37
Fix better control of RGB/White when SetOption37 >128, added Dimmer1 and Dimmer2 commands
2019-10-31 12:35:55 +01:00
Theo Arends c541457763
Merge branch 'development' into fix_so37 2019-10-31 12:15:35 +01:00
Theo Arends c797f0625d
Merge pull request #6798 from s-hadinger/alexa_hide_dev
Add hide Alexa objects with friendlyname starting with '$'
2019-10-31 12:13:31 +01:00
Theo Arends 50e1038c05 Add support for SetOption82-113 2019-10-31 12:12:48 +01:00
Stephan Hadinger a8d0d8a67f Fix better control of RGB/White when SetOption37 >128, added Dimmer1 and Dimmer2 commands 2019-10-31 11:12:00 +01:00
Stephan Hadinger d36d38adea Add hide Alexa objects with friendlyname starting with '$' 2019-10-31 10:41:50 +01:00
Theo Arends dccf6fb7cd Add command SetOption74 0/1
Add command SetOption74 0/1 to enable DS18x20 internal pull-up and remove define DS18B20_INTERNAL_PULLUP (#6795)
2019-10-30 22:22:18 +01:00
Theo Arends 5ebe2b92bb
Merge pull request #6795 from bkmit/development
Add Setoption74 to runtime configuration of internal pullup resistor usage for single DS18x20 sensor
2019-10-30 22:06:51 +01:00
Bohdan Kmit 393f568276 Add Setoption74 to runtime configuration of internal pullup resistor usage for single DS18x20 sensor 2019-10-30 21:58:38 +02:00
Theo Arends 9d6be8166b CppCheck optimization 2019-10-30 17:28:25 +01:00
Theo Arends aaa420e52b Prep for core AUTOFLASHSIZE 2019-10-30 16:51:13 +01:00
Theo Arends 8ca843f9ab Add frequency to ADE7953 energy monitor
Add frequency to ADE7953 energy monitor as used in Shelly 2.5 by ljakob (#6778)
2019-10-30 16:06:53 +01:00
Theo Arends 6fc9dccfe8 Some CppCheck optimizations 2019-10-30 14:08:43 +01:00
Theo Arends 9dfdd3e15d Clean up pre 6.0 settings code 2019-10-30 10:57:14 +01:00
Theo Arends 3cd8bc2545 Add SSD1306 64x48 pixel support
Add SSD1306 64x48 pixel support (#6740)
2019-10-30 10:14:16 +01:00
Theo Arends 4e7147708b
Merge pull request #6793 from stefanbode/patch-4
Enhance calibration for shutters with delay in motorstart
2019-10-30 09:54:57 +01:00
stefanbode fecf323678
Update settings.h 2019-10-30 09:32:06 +01:00
stefanbode c67de901f1
Update xdrv_27_shutter.ino 2019-10-30 09:28:46 +01:00
stefanbode 562a564ff9
Added motordelay to enhance calibration
Some electronic shutters have up to 1sec before the motor starts. this can cause calibration issues
2019-10-30 09:20:55 +01:00
Theo Arends 22b48f6fd9
Merge pull request #6783 from Jason2866/patch-2
Added env:tasmota-debug for...
2019-10-29 18:51:44 +01:00
Theo Arends 2c98b1ce7d
Merge pull request #6784 from Jason2866/patch-1
Removed non-ASCII or non-UTF8 characters
2019-10-29 18:51:29 +01:00
Theo Arends 0759c00ef0
Merge pull request #6787 from ascillato/patch-1
PT languages update
2019-10-29 18:51:16 +01:00
Adrian Scillato 52959c042b
PT-PT language update 2019-10-29 10:01:30 -03:00
Adrian Scillato ae216b9929
PT-BR language update 2019-10-29 09:59:56 -03:00