Commit Graph

5544 Commits

Author SHA1 Message Date
Theo Arends ae275d984f Add support for HDC2010 temperature/humidity sensor
Add support for HDC2010 temperature/humidity sensor by Luc Boudreau (#13633)
2021-11-11 11:33:08 +01:00
Theo Arends 0035493a69
Merge pull request #13633 from lucboudreau/hdc2010
Add driver for Texas Instruments HDC2010
2021-11-11 11:26:09 +01:00
Theo Arends 568726be6f Add TSettings assert 2021-11-11 11:20:56 +01:00
s-hadinger e69522f70b
Berry `tasmota.arch()` (#13635)
* Berry `tasmota.arch()`

* Fix typo
2021-11-10 20:58:06 +01:00
Luc Boudreau b373342a2a Add driver for Texas Instruments HDC2010 2021-11-10 14:02:02 -05:00
s-hadinger 1f229e7534
Support for ZIP fs and download (#13632)
* Support for ZIP fs and download

* Fix
2021-11-10 19:31:22 +01:00
Stephan Hadinger 23e562a058 TLS make ALPN configurable 2021-11-10 18:45:50 +01:00
Theo Arends 41db88c19a Bump version to 10.0.0.2
ESP32 core library from v1.0.7.5 to v2.0.1
2021-11-10 15:00:44 +01:00
Theo Arends 172fa0f2c2
Merge pull request #13624 from barbudor/fix_sgp30_ahum-not-available
SGP30 fix garbage on web gui when abs_num not available
2021-11-10 08:57:37 +01:00
Stephan Hadinger 507a409254 Berry module gpio for OptionA 2021-11-09 23:11:44 +01:00
Barbudor 5185085ca4 fix garbage on web gui when abs_num not available 2021-11-09 21:07:43 +01:00
Theo Arends 8a8aa8e5e0
Merge pull request #13617 from pcdiem/pwmdimmer1
Add SO73 support to PWM Dimmer
2021-11-09 09:29:56 +01:00
stefanbode b6d3c449ea
Merge branch 'arendst:development' into New-Venetian-Blind 2021-11-09 08:43:36 +01:00
Paul C Diem 925321c4f7 Add SO73 support to PWM Dimmer 2021-11-08 19:51:41 -06:00
Jason2866 4414ae7210
Fix compile error with Arduino core 2.0.1 2021-11-08 14:43:30 +01:00
Jason2866 fb1249ea2b
fix compile with core 2.0.x 2021-11-08 09:35:55 +01:00
stefanbode c96b296415
Bugfixes and DIV0 fixes for non tilt devices
More regression test.....
2021-11-07 17:20:20 +01:00
stefanbode a9fd53c864
Limit venetian blind on endposition 0 and 100 2021-11-07 16:30:15 +01:00
stefanbode e489c57b72
introduce open close on shuttertilt command 2021-11-07 16:23:15 +01:00
stefanbode 5a5a0acbf4
Introduce new Venetian Blind 2021-11-07 15:53:12 +01:00
stefanbode 2cbe8b71d7
adding shutter tilt config and pos 2021-11-07 14:25:25 +01:00
stefanbode 3f3f095962
Shutter Tilt commands 2021-11-07 14:13:12 +01:00
stefanbode ac5c370e78
Shutter Tilt Discovery 2021-11-07 14:11:32 +01:00
s-hadinger aa86509428
Merge pull request #13588 from s-hadinger/zigbee_fix_map_refresh
Zigbee map fix potential negative number
2021-11-07 10:49:51 +01:00
Adrian Scillato c48ff05463
Fix JSON format for EnergyToday Command Response 2021-11-06 21:20:48 -03:00
Stephan Hadinger 318a9cbc99 Zigbee map fix potential negative number 2021-11-06 19:22:35 +01:00
Theo Arends debaf0846d Test rule IF/ENDIF
Test rule IF/ENDIF (#13576)
2021-11-06 12:03:31 +01:00
Theo Arends 4a6f8e84e4
Merge pull request #13584 from mbezuidenhout/feature/can-bus
Feature/can bus
2021-11-06 11:18:17 +01:00
Stephan Hadinger 9fcebb17ed Move LList to its own library 2021-11-06 09:37:40 +01:00
Marius Bezuidenhout a436fc5e5f
Merge branch 'arendst:development' into feature/can-bus 2021-11-06 08:14:21 +02:00
Stephan Hadinger 2da2e37abc EZSP32 idf4.4 2021-11-05 23:21:09 +01:00
Stephan Hadinger 0c144fb748 Berry optimize GPIO constants 2021-11-05 19:25:50 +01:00
Stephan Hadinger 753a61b431 EZSP32 prevent crash on IDF4.4 2021-11-05 18:20:18 +01:00
Jason2866 e9e0e7a467 remove c3 serial workaround 2021-11-05 12:47:32 +01:00
Theo Arends f22ec011b4
Merge pull request #13572 from stefanbode/patch-2
Add ability to discover shutters on relay 9++
2021-11-05 09:51:25 +01:00
Theo Arends 0b9221844e
Merge pull request #13565 from barbudor/pr_add_tcpbridgeconfig
Add command TCPConfig to TCPBridge
2021-11-05 09:48:41 +01:00
stefanbode 6a5937f488
Update xdrv_12_discovery.ino
Removed reference to MAX_SHUTTER_RELAY
2021-11-05 09:17:07 +01:00
stefanbode 205931d18e
Update tasmota.h
Removed obsolete number of shutter relays
2021-11-05 09:06:22 +01:00
stefanbode 540f6178da
Update xdrv_12_home_assistant.ino
Fix problem on ESP32 and enhanced i2c GPIO boards with more than 8 relays and shutter defined on relay 9++
2021-11-05 09:02:42 +01:00
Stephan Hadinger 765013cda9 Berry avoid crash when I2C is not configured 2021-11-04 20:21:59 +01:00
s-hadinger 739376a72d
Merge pull request #13569 from s-hadinger/berry_rule_multi
Berry support for multiple rules with same prefix
2021-11-04 20:20:23 +01:00
s-hadinger 14165e8d92
Merge pull request #13568 from s-hadinger/lvgl_screen_bg
LVGL set screen background to black
2021-11-04 20:20:13 +01:00
s-hadinger dda96c84a8
Merge pull request #13567 from s-hadinger/berry_virtual_displaydimmer
Support for DisplayDimmer for Core2 with Berry drivers
2021-11-04 19:45:42 +01:00
Stephan Hadinger 26d2f9821e Berry support for multiple rules with same prefix 2021-11-04 19:34:22 +01:00
Stephan Hadinger 1f2a5a913b LVGL set screen background to black 2021-11-04 19:31:43 +01:00
Stephan Hadinger 3cfae4ccce Support for DisplayDimmer for Core2 with Berry drivers 2021-11-04 19:29:06 +01:00
Theo Arends aa79f73aa9 Remove TWDT remnants 2021-11-04 17:41:03 +01:00
Barbudor 79f5c1285f add command tcpbridgeconfig 2021-11-04 17:14:34 +01:00
Theo Arends 128f7723d1 Enable MQTT retain (sigh)
Enable MQTT retain (sigh) (#12494)
2021-11-04 17:01:05 +01:00
Stephan Hadinger e45f25f59a Berry support for unishox compression 2021-11-04 08:17:42 +01:00