Commit Graph

5007 Commits

Author SHA1 Message Date
Theo Arends 2c04785119
Merge pull request #6843 from climberhunt/pr_hpma115s0
add support for Honeywell HPMA115S0 particle sensor
2019-11-06 13:53:28 +01:00
Theo Arends 0e2707c1b5 Modify ADS1115 JSON for multiple devices
Refactor and modify ADS1115 JSON for multiple devices (#6841)
2019-11-06 12:56:30 +01:00
Theo Arends 8711ad00ad Visual tweaks of Dark UI
Visual tweaks of Dark UI (#6844)
2019-11-06 11:16:43 +01:00
David Hunt 5130ac4f78 add support for Honeywell HPMA115S0 particle sensor
The Honeywell HPM Series Particulate Matter Sensor is a
    laser-based sensor which detects and counts particles using
    light scattering.

    This commit adds:
      * The HPMA115S0 library by Felix Galindo
      * selectable GPIOs for Tx and Rx (SoftwareSerial only)
      * xsns_55_hpma.ino for Tasmota sensor implementation

    Signed-off-by: David Hunt <dave@davidhunt.ie>
2019-11-05 22:03:07 +00:00
Theo Arends ba5ae717dd
Merge pull request #6838 from ahoiahoi/4k_rsa_certificates
support for 4096 bits certificates
2019-11-04 21:46:56 +01:00
Theo Arends 6d7aed54be
Merge pull request #6818 from Jason2866/development
Esptool.py batch files for backup, erase, write, verify
2019-11-04 16:10:56 +01:00
root fa332f1d3c support for 4096 bits certificates 2019-11-04 15:17:09 +01:00
Jason2866 ca68fbc607
Update WriteFlash.bat 2019-11-04 15:14:00 +01:00
Jason2866 cdb7e308a9
Update VerifyFlash.bat 2019-11-04 15:13:35 +01:00
Jason2866 d8bd3b4bf1
Update ReadFlash.bat 2019-11-04 15:13:10 +01:00
Jason2866 6b5b8c2cfb
Update EraseFlash.bat 2019-11-04 15:12:34 +01:00
Theo Arends d411f7219d Increase SM2135 CW/WW intensitity
Increase SM2135 CW/WW intensitity (#6495)
2019-11-04 12:29:42 +01:00
Theo Arends 62c0c89cfb Add user define MQTT_CLEAN_SESSION
Add user define MQTT_CLEAN_SESSION (#6816)
2019-11-04 12:23:20 +01:00
Theo Arends b46c6ef3e5 Refactor I2c drivers 2019-11-04 10:38:05 +01:00
Theo Arends 93f0f9a6f0
Merge pull request #6833 from s-hadinger/zigbee_remove_underscore
Remove underscore from LinkQuality field
2019-11-03 20:50:27 +01:00
Theo Arends 9a431af91b
Merge pull request #6832 from s-hadinger/fix_upnp_crash
Fix random crash caused by UPNP flood
2019-11-03 20:50:04 +01:00
Stephan Hadinger b7207839bb Remove underscore from LinkQuality field 2019-11-03 20:43:42 +01:00
Stephan Hadinger db1db52da1 Fix random crash caused by UPNP flood 2019-11-03 20:30:34 +01:00
Theo Arends f999f42518 Fix compile error 2019-11-03 18:52:49 +01:00
Theo Arends d2e152f91b Update I2CDEVICES.md 2019-11-03 18:03:32 +01:00
Theo Arends 8ba8f406f6 Update support_command.ino 2019-11-03 17:57:22 +01:00
Theo Arends 1e29593469 Bump version 7.0.0.3
Initial support for I2C driver runtime control using command I2CDriver and document I2CDEVICES.md
2019-11-03 17:54:39 +01:00
Theo Arends 3d40121fed
Merge pull request #6827 from s-hadinger/ir_270_shrink
Reduce flash size after change to IRremoteESP8266 v2.7.0
2019-11-03 16:04:58 +01:00
Stephan Hadinger cb155fd3f9 Reduce flash size after change to IRremoteESP8266 v2.7.0 2019-11-03 16:00:26 +01:00
Theo Arends 4891bad69a Change sonoff references to tasmota 2019-11-03 15:37:33 +01:00
Theo Arends d50cc3dfdf
Merge pull request #6826 from andrethomas/tasmota_slave
TasmotaSlave: Rework commands
2019-11-03 14:59:04 +01:00
andrethomas 38a4e01eda TasmotaSlave: Rework commands 2019-11-03 15:52:53 +02:00
Theo Arends 4b49979274 Add SetOption comments to code 2019-11-03 13:51:22 +01:00
Theo Arends 58959349fe
Merge pull request #6824 from s-hadinger/zigbee_1_0_RC1
Zigbee command support, considered as v1.0 for full Zigbee support
2019-11-03 13:22:25 +01:00
Stephan Hadinger 6a916e3b81 Zigbee command support, considered as v1.0 for full Zigbee support 2019-11-03 12:41:44 +01:00
Theo Arends 5f4e38023d Add SetOption comments to code 2019-11-03 12:33:36 +01:00
Theo Arends 55cc695649
Merge pull request #6823 from s-hadinger/ir_ds18x20
Add DS18x20 support in Tasmota-IR
2019-11-03 10:57:04 +01:00
Stephan Hadinger a74f5eaa4d Add DS18x20 support in Tasmota-IR 2019-11-03 10:52:44 +01:00
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
Jason2866 dada0bca2f
Add files via upload 2019-11-02 17:44:58 +01:00
Jason2866 753a5577d6
Add files via upload 2019-11-02 17:44:30 +01:00
Jason2866 3cb24fb5c9
Create VerifyFlash.bat 2019-11-02 17:43:16 +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