Commit Graph

6971 Commits

Author SHA1 Message Date
Theo Arends 125ee62ff3 Add Serial buffer overrun detection
Add Serial buffer overrun detection and fix serial corruption by increasing uart serial buffer to 520
2020-05-11 15:27:29 +02:00
Theo Arends 24e72ad1cb
Merge pull request #8413 from arijav/new_branch
Thermostat driver: Optimizations, correction of comments and update of readme
2020-05-11 09:19:09 +02:00
Javier Arigita b31455c8eb Minor correction 2020-05-10 23:34:53 +02:00
Javier Arigita 5062dc2c33 Optimizations, correction of comments and update of readme 2020-05-10 23:00:57 +02:00
Theo Arends 9f2f01529b
Merge pull request #8412 from s-hadinger/hue_modelid
Change Philips Hue emulation now exposes modelId and manufacturerId
2020-05-10 20:38:30 +02:00
Stephan Hadinger e1def09a1b Change Philips Hue emulation now exposes modelId and manufacturerId 2020-05-10 19:10:00 +02:00
Theo Arends 650aca898d
Merge pull request #8409 from gemu2015/scripter-fix
Scripter fix
2020-05-10 18:26:52 +02:00
Theo Arends 9ae2ad9214
Merge pull request #8407 from gemu2015/epaper-fix-for-esp32
fix epaper driver for esp32
2020-05-10 18:26:16 +02:00
gemu2015 39a92c2767 Update xdrv_10_scripter.ino 2020-05-10 18:00:37 +02:00
Theo Arends 4d84a02b5f Add /snapshot.jpg link to webcam 2020-05-10 17:52:28 +02:00
gemu2015 9b0aa51515 scripter fix create task 2020-05-10 17:51:22 +02:00
gemu2015 9be73adb66 fix epaper driver for esp32 2020-05-10 17:49:30 +02:00
Theo Arends aadfff1c0b
Merge pull request #8406 from s-hadinger/mqtt_escape_json
Add rule length, truncates rules too long and add escape JSON
2020-05-10 15:36:25 +02:00
Stephan Hadinger 1b682d3564 Add rule length, truncates rules too long and add escape JSON 2020-05-10 15:24:10 +02:00
Theo Arends 93a4700552 Cleanup default defines 2020-05-10 14:58:38 +02:00
Theo Arends ec045445e6 Enable rule compression in my_user_config.h 2020-05-10 14:39:13 +02:00
Theo Arends bdc0934cb8 Fix init of Energy Offset after power cycle
Fix init of Energy Offset after power cycle (#8356)
2020-05-10 12:59:13 +02:00
Theo Arends 02f61a5259 Allow rule processing on single Status command
Allow rule processing on single Status command only
2020-05-10 11:10:55 +02:00
Theo Arends 89b130b45a Change root rule trigger
Add rule trigger at root level like ``on loadavg<50 do power 2 endon`` after ``state`` command
2020-05-10 11:09:34 +02:00
Theo Arends 2dac2836d8
Merge pull request #8405 from s-hadinger/fix_batterypercentage
Fix BatteryPercentage calculation
2020-05-10 10:42:37 +02:00
Stephan Hadinger de40260f3e Fix BatteryPercentage calculation 2020-05-10 10:18:23 +02:00
Theo Arends cc2f7cbf5a Oops remove debug message 2020-05-09 19:35:16 +02:00
Theo Arends bf215b1b9d Update root level triggers
Add rule trigger ``#`` to trigger on any root value like ``on #loadavg<50 do power 2 endon`` after ``state`` command
2020-05-09 19:33:19 +02:00
Theo Arends 92c05faa8b Add root level triggers as discussed on Discord
- Add rule trigger ``root#`` to trigger on any root value like ``on root#loadavg<50 do power 2 endon`` after ``state`` command
2020-05-09 19:22:12 +02:00
Theo Arends 2c4b8d7d3f
Merge pull request #8401 from s-hadinger/rule_fix_clear
Fix clearing rules
2020-05-09 18:12:46 +02:00
Stephan Hadinger 64c71970cb Fix clearing rules 2020-05-09 18:05:13 +02:00
Michael Ingraham 860db1b1d3
FIRMWARE_BASIC remnant 2020-05-09 10:41:56 -04:00
Adrian Scillato 1d42267ced
Merge pull request #8398 from bovirus/patch-1
Update Italian language
2020-05-08 17:59:05 -03:00
Theo Arends 36e03bca6a
Merge pull request #8397 from s-hadinger/rule_compress
Add automatic compression of Rules to achieve ~60% compression
2020-05-08 21:29:44 +02:00
Stephan Hadinger bf829765e4 Fix compilation for ESP32 2020-05-08 21:05:37 +02:00
Stephan Hadinger ed33b9c76b Quick fix for ESP32 compilation 2020-05-08 19:56:27 +02:00
bovirus d9c9eeca78
Update Italian language 2020-05-08 19:45:39 +02:00
Stephan Hadinger a2b05399a3 Add automatic compression of Rules to achieve ~60% compression, added ``SetOption93 1`` to control caching of rules 2020-05-08 19:33:20 +02:00
Theo Arends cd6a60dbfc
Merge pull request #8396 from s-hadinger/pwm_7231_0805
Update to latest PWM version of Arduino #7231
2020-05-08 18:11:47 +02:00
Stephan Hadinger 3c086feb96 Merge branch 'pwm_7231_0805' of https://github.com/s-hadinger/Tasmota into pwm_7231_0805 2020-05-08 17:52:36 +02:00
Stephan Hadinger 87a1cd0ea0 Change PWM updated to the latest version of Arduino PR #7231 2020-05-08 17:52:24 +02:00
Stephan Hadinger 3462c8d05d Change PWM updated to the latest version of Arduino PR #7231 2020-05-08 17:49:29 +02:00
Theo Arends f66a0ee561 Add Webcam commands 2020-05-08 17:17:09 +02:00
Theo Arends 0572644c7f Change PWM Frequencies
- Change default PWM Frequency to 977 Hz from 880 Hz
- Change minimum PWM Frequency from 100 Hz to 40 Hz
2020-05-08 16:06:02 +02:00
Theo Arends 8c153c9ce7
Merge pull request #8394 from s-hadinger/pwmfreq_min_40
Lower minimum PWMFrequency to 40Hz
2020-05-08 15:57:40 +02:00
Stephan Hadinger b53dee396e Lower minimum PWMFrequency to 40Hz 2020-05-08 15:42:44 +02:00
Theo Arends 257fa8a786
Merge pull request #8393 from Jason2866/patch-2
Use for Tasmota_stage
2020-05-08 12:57:28 +02:00
Jason2866 1dbf713e04
Use for Tasmota_stage
commit `a5432625d93f60d7e28cfdc5ed8abb3e0151951d` = release core 2.7.1 too.
2020-05-08 12:24:05 +02:00
Theo Arends 33acbd1a8b Fix Domoticz range check 2020-05-08 12:04:52 +02:00
Theo Arends 82ccd7ed37 Fix compilation error 2020-05-08 11:17:18 +02:00
Theo Arends d70ce6a767
Merge pull request #8389 from Theosakamg/language_unit
Language Unit Translate
2020-05-08 11:03:36 +02:00
Theo Arends c37dbc1aee
Merge pull request #8391 from Jason2866/development
Move standard ESP8266 core build_flags...
2020-05-08 10:11:40 +02:00
Jason2866 5d413b917a
Move standard ESP8266 core...
build_flags to section `[esp82xx_defaults]`
2020-05-08 09:50:03 +02:00
Theo Arends 4fcc8ec452
Merge pull request #8390 from Jason2866/development
Use released Core 2.7.1 with XMC fix
2020-05-08 09:36:11 +02:00
Jason2866 7e165a03c3
Update platformio.ini 2020-05-08 09:11:46 +02:00