Theo Arends
1c14015f63
Update feature list
...
Update feature list
2018-08-25 12:26:36 +02:00
Theo Arends
48668bce7b
6.1.1.10 - Disable core 2.4.2 sleep
...
Disable wifi sleep for both Esp8266/Arduino core 2.4.1 and 2.4.2 to solve device freeze caused by Espressif SDK bug (#3554 )
2018-08-25 11:59:21 +02:00
Theo Arends
21e731f69d
Fix MCP230XX regression
...
Fix MCP230XX functional regression (#3579 )
2018-08-25 11:38:32 +02:00
Theo Arends
134dabe2ac
Merge pull request #3579 from andrethomas/development
...
MCP230xx - For the love of brackets :))
2018-08-24 22:54:41 +02:00
andrethomas
e59fec0fea
MCP230xx - For the love of brackets :))
2018-08-24 21:24:43 +02:00
Theo Arends
d6792a3a1f
Merge pull request #3578 from andrethomas/development
...
MCP230xx - Change MCP230xx_Command(): String -> char[] conversion
2018-08-24 21:06:01 +02:00
andrethomas
d9d867fa9b
MCP230xx - Change MCP230xx_Command() to use char arrays instead of String objects
2018-08-24 20:58:19 +02:00
Theo Arends
b34874ba45
Add all ruletimer values
...
Add all ruletimer values to command RuleTimer result message (#3571 )
2018-08-24 18:22:04 +02:00
Theo Arends
ae6fcd4d60
Change sleep command
...
Change command sleep from restart after change to not restart after change (#3554 )
2018-08-24 16:38:55 +02:00
Theo Arends
5977bd37e1
Fix xdrv_99_debug.ino compilation
...
Fix xdrv_99_debug.ino compilation error on core 2.4.2 (#3566 )
2018-08-24 11:30:16 +02:00
Theo Arends
2c949bac7e
Merge pull request #3569 from emontnemery/domoticz_color_support
...
Add support for setting color from Domoticz
2018-08-24 10:05:30 +02:00
Erik
40b4757389
Add support for setting color from Domoticz
2018-08-23 23:53:44 +02:00
Theo Arends
ef842daa32
Fix test
...
Fix test
2018-08-23 17:47:45 +02:00
Theo Arends
035bc29475
Fix EnergyReset3
...
Fix EnergyReset3 (#2723 )
2018-08-23 17:38:17 +02:00
Theo Arends
6a5c0d29e8
6.1.1.9 - Fixes and Additions
...
6.1.1.9
* Allow user override of define MAX_RULE_TIMERS (#3561 )
* Allow user override of define MAX_RULE_VARS
* Add GPIO options ButtonXn, SwitchXn and CounterXn to select INPUT mode instead of INPUT_PULLUP (#2525 )
* Fix OtaMagic when file path contains a dash (-) (#3563 )
2018-08-23 16:05:51 +02:00
Theo Arends
9538ff9d63
Merge pull request #3563 from curzon01/development
...
Fixed OtaMagic handling having minus "-" within OtaUrl
2018-08-23 14:47:39 +02:00
Norbert Richter
52413f103e
Fixed OtaMagic handling having minus "-" within OtaUrl
2018-08-23 14:31:50 +02:00
Theo Arends
bab6ae5644
6.1.1.8 - Fixes and Additions
...
6.1.1.8
* Fix MQTT reconnection detection when using TasmotaMqtt library (#3558 )
* Add build time setting of ButtonTopic and SwitchTopic (#3414 )
* Add display features and dynamic buffering
2018-08-23 11:49:17 +02:00
Theo Arends
1e3a8975c5
Merge pull request #3414 from emontnemery/build_time_button_switch_topic
...
Build time setting of button and switch topic
2018-08-23 09:59:09 +02:00
Theo Arends
0afe358601
Merge pull request #3518 from localhost61/patch-3
...
Update platformio.ini
2018-08-23 09:56:09 +02:00
Theo Arends
0cee695df4
Merge pull request #3556 from MadDoct/development
...
Correct bug with toggle command and pinmode 6 when using interlocking
2018-08-23 09:54:31 +02:00
Theo Arends
640e34607b
Merge pull request #3558 from ascillato/patch-1
...
Fix MQTT Reconnection Bug
2018-08-23 09:51:49 +02:00
Adrian Scillato
4b99fd8ad3
Update xdrv_01_mqtt.ino
2018-08-22 23:33:19 -03:00
Adrian Scillato
4325d51824
Fixed MQTT Reconnection Bug
...
If you restart your wifi router, and you have Tasmota_MQTT Library with wificonfig 5, Tasmota don't realize of this MQTT disconnection.
2018-08-22 23:19:56 -03:00
MadDoct
87374edb61
Correct bug with toggle command and pinmode 6
2018-08-23 00:25:38 +01:00
Theo Arends
fd06097095
Merge pull request #3544 from andrethomas/development
...
MCP230xx - Make space for more config options
2018-08-21 22:48:24 +02:00
andrethomas
10aeeec4e9
change uint8_t to uint16_t in the settings union
2018-08-21 22:43:56 +02:00
andrethomas
46e1ec870e
Make space for more config options
2018-08-21 22:12:40 +02:00
Theo Arends
510321f2e1
Change to latest GFX/ILI9341 libs
...
Change to latest Adafruit GFX and ILI9341 libraries (saves 300 bytes ;-)
2018-08-21 16:28:18 +02:00
Theo Arends
8ac213e99d
Fix DisplayRotate
...
* Fix DisplayRotate
* Increase SSD1306 row count to 16
* Remove redundant Tasmota function from Adafruit ILI9341 library
2018-08-21 14:56:58 +02:00
Theo Arends
b830e64d02
Merge pull request #3540 from MadDoct/development
...
update output data report to include the pair - mcp230xx
2018-08-21 14:50:46 +02:00
MadDoct
7b2d3fb3f6
Merge pull request #4 from MadDoct/patch-1
...
update interlocking output to include the pair info
2018-08-21 10:06:18 +01:00
MadDoct
9077086659
Merge pull request #3 from arendst/development
...
.
2018-08-21 10:03:29 +01:00
MadDoct
a01b87eaac
update interlocking output to include the pair info
2018-08-20 23:01:42 +01:00
Theo Arends
43dbbd3a98
Add more display functionality
...
* Add display define USE_DISPLAY_MODES1TO5 to select display modes 1 to 5
* Add command DisplayRotate 0..3 to select persistent display rotation
2018-08-20 18:07:19 +02:00
Theo Arends
6d98864a04
Fix iFan02 power on state
...
Fix iFan02 power on state (#3412 , #3530 )
2018-08-20 15:51:46 +02:00
Theo Arends
db3681ef12
Merge pull request #3528 from ascillato/patch-1
...
Add extra KNX configuration check at startup
2018-08-20 08:45:58 +02:00
Adrian Scillato
9e6ea1840d
Added extra KNX configuration check at startup
2018-08-20 00:12:37 -03:00
Theo Arends
6d1ce5bd69
Fix SDM120 wrong values
...
Fix SDM120 reporting wrong negative values to Domoticz (#3521 )
2018-08-19 13:00:27 +02:00
Theo Arends
0e2e28790f
Merge pull request #3519 from andrethomas/development
...
Add millis() since last interrupt occurred
2018-08-19 08:47:29 +02:00
Theo Arends
19335b4c03
Merge pull request #3517 from localhost61/patch-2
...
Update fr-FR.h
2018-08-19 08:43:12 +02:00
andrethomas
12d0226666
Add millis() since last interrupt occurred
2018-08-19 01:35:30 +02:00
Xavier MULLER
089942b324
Update platformio.ini
2018-08-19 00:49:10 +02:00
Xavier MULLER
705b6a7f64
Update platformio.ini
...
- Add Turkish build option.
- Add comment about platform current version location
2018-08-19 00:40:51 +02:00
Xavier MULLER
f2e354d067
Update fr-FR.h
2018-08-19 00:30:04 +02:00
Theo Arends
a2c900e4a9
Merge pull request #3512 from andrethomas/development
...
MCP23008/MCP23017 Bugfix for resetX
2018-08-18 18:12:42 +02:00
Theo Arends
b12c8d39d5
Add initial display support
...
Add initial display support for Lcd, Oled, Matrix, Tft and e-paper - Need more docs
2018-08-18 18:11:22 +02:00
andrethomas
1eebc2e4ee
Update xsns_29_mcp230xx.ino
2018-08-18 16:34:41 +02:00
andrethomas
5560e6ae4a
MCP23008/MCP23017 Bugfix for resetX - Fix default intmode to ALL for pin modes 2 through 4 (Input pin modes)
2018-08-18 16:28:25 +02:00
Theo Arends
4cde6bb463
Merge pull request #3509 from andrethomas/development
...
MCP23008/MCP23017 Enhancements
2018-08-18 09:43:35 +02:00