Theo Arends
38ab8c4826
Add compile time rules and commands
...
- Add defines ``USER_RULE1``, ``USER_RULE2`` and ``USER_RULE3`` to store rules at compile time
- Add define ``USER_BACKLOG`` to store commands at compile time to be executed at firmware load or when executing command ``reset``
2021-05-02 17:57:03 +02:00
blakadder
3c7494b490
add hidden define for DY-SV17F MP3 player
...
adds the missing define for DY-SV17F MP3 player in my_user_config spotted in 1ba8c0d16c/tasmota/xdrv_14_mp3.ino (L22)
2021-04-30 11:17:34 +02:00
Theo Arends
74156c9965
Add support for MQTT using Azure IoT Hub
...
Add support for MQTT using Azure IoT Hub by Kevin Saye (#11906 )
2021-04-27 11:23:17 +02:00
Stephan Hadinger
ed01748b6d
Zigbee refactored storage for devices and data
2021-04-22 14:49:38 +02:00
Theo Arends
19314a7fc4
Merge pull request #11789 from s-hadinger/lvgl_v7.11_2
...
Add LVGL 7.11 support with Berry binding (ESP32 only)
2021-04-19 12:28:15 +02:00
Theo Arends
04cf400154
Add command ``TuyaTempSetRes 0..3``
...
Add command ``TuyaTempSetRes 0..3`` to control Tuya Temperature Set Resolution (#11781 )
2021-04-19 12:25:53 +02:00
Stephan Hadinger
bd60b9b602
Add LVGL 7.11 support with Berry binding (ESP32 only)
2021-04-19 08:40:11 +02:00
Theo Arends
7457d0b03c
Refactor ESP32 Temperature and Hall Effect sensor
2021-04-12 16:21:33 +02:00
Theo Arends
be236472fe
Add Tasmota discovery as alternative to Home Assistant discovery using define ``USE_TASMOTA_DISCOVERY``
2021-04-10 18:20:15 +02:00
Theo Arends
f50c3f8f62
Admin USE_ENERGY_DUMMY
2021-04-06 12:08:07 +02:00
Theo Arends
e40bed4b25
Add support for dummy energy monitor
...
Add support for dummy energy monitor using user values set by commands ``VoltageSet``, ``CurrentSet``, ``PowerSet`` and ``FrequencySet``. Enable by selecting any GPIO as ``Option A2`` (#10640 )
2021-04-05 15:32:31 +02:00
Jason2866
d696a8c87c
Cleanup
2021-03-31 17:41:11 +02:00
Theo Arends
0331e47e4c
Add support for multiple CCS811 sensors
...
Add support for multiple CCS811 sensors with baseline control (USE_CCS811_V2) by clanganke (#10858 )
2021-03-31 15:04:24 +02:00
Jason2866
798776ae2f
Use Berry as default
2021-03-31 12:49:16 +02:00
Jason2866
30f91605ac
Set Tuya time as default
...
since TUYA devices shows wrong time if not set.
2021-03-29 13:15:30 +02:00
Theo Arends
be72bde8f5
Add ESP32 support for internal Hall Effect sensor
...
Add ESP32 support for internal Hall Effect sensor connected to both GPIO36 and GPIO39 only
2021-03-27 15:15:15 +01:00
Adrian Scillato
b31b54fd8c
Added User-Config Key for Frysk-Nederland Translation
2021-03-24 02:26:35 -03:00
RaphDaMan
3cf5609ad9
Merge remote-tracking branch 'upstream/development' into development
...
* upstream/development: (35 commits)
some fixes
fix image weblink
fix compiler error with use_graph
Add support for another variant of the 6-digit TM1637 display
Add commands ``DisplayType`` and ``DisplayInvert``
Update xdrv_05_irremote.ino
Update xdrv_05_irremote_full.ino
Update xdrv_05_irremote_full.ino
Update xdrv_05_irremote.ino
Update xdrv_20_hue.ino
Berry fix rules
Add frequency to CSE7761 driver
Minor fixes
Delete .history/tasmota directory
Delete xdrv_20_hue_20210321092519.ino
only perform interlock delay once
No Discovery
Remove text "Module" from GUI main page
Refactor DisplayDimmer
Use Berry as default for Core2 and Odroid-go
...
2021-03-22 23:17:03 +01:00
Stephan Hadinger
9116c9848a
Berry milestone March 20
2021-03-20 18:44:35 +01:00
RaphDaMan
cc3b047801
Squashed commit of the following:
...
commit ab21a5e25a74a609f4e4ff50e1e723586f28b141
Author: RaphDaMan <raphael@my107.de>
Date: Sat Mar 20 16:12:11 2021 +0100
v0.8 final with ESP32 build fix.
2021-03-20 16:20:23 +01:00
RaphDaMan
587ad9a733
Squashed commit of the following:
...
commit 6c9c4a83d0076bb9303d65d5435f0d0bf2e81a6b
Author: RaphDaMan <raphael@my107.de>
Date: Sat Mar 20 13:49:36 2021 +0100
v0.7 Final and ready to PR.
2021-03-20 14:14:07 +01:00
Simon Ratcliffe
880380194c
Squashed commit of the following:
...
commit 9f11b10407c823d693ffb76c84fabec1027229c0
Author: Simon Ratcliffe <simon@proatomic.com.au>
Date: Sat Mar 20 17:25:43 2021 +1100
Add output mode 2
Fix display of output pins
Update code sizes
2021-03-20 17:59:34 +11:00
Stephan Hadinger
9dc3c4e255
Fix type for MPU6886
2021-03-19 22:17:45 +01:00
Theo Arends
be46611f57
Increase SR04 max sensor detection distance
...
Increase SR04 max sensor detection distance to 500 (#11372 )
2021-03-19 10:44:47 +01:00
Theo Arends
d5ca2994ee
Add commands MqttKeepAlive and MqttTimeout
...
- Add commands ``MqttKeepAlive 1..100`` to set Mqtt Keep Alive timer (default 30) and ``MqttTimeout 1..100`` to set Mqtt Socket Timeout (default 4) (#5341 )
- Changed PubSubClient library from EspEasy v2.7.12 to Tasmota v2.8.12
- Bump version to 9.3.1.2
2021-03-18 17:44:10 +01:00
Stephan Hadinger
95e696075e
Add support for MPU6686 on primary or secondary I2C bus
2021-03-15 21:06:50 +01:00
Barbudor
ba41a57331
add support for PCF8574 inputs (web, mqtt) + sync outputs
2021-03-11 17:28:35 +01:00
Stephan Hadinger
f808038694
ESP32 support for WS2812 hardware driver via RMT or I2S
2021-03-10 20:38:19 +01:00
Theo Arends
2addbca761
Fix initial CSE7761 support
2021-03-03 12:44:09 +01:00
Barbudor
d8c59e1b12
add some setoptions override
2021-03-02 22:47:40 +01:00
Theo Arends
4d3fda5a74
Add support for NEC and OPTOMA LCD/DLP Projector serial power control
...
Add support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík (#11145 )
2021-02-28 12:37:02 +01:00
Jan Bubík
c6673d4081
new feature: LCD/DLP Projector Serial Control
...
- implemented as XDRV53
- user must configure GPIO pins "DLP Rx" and "DLP Tx" for serial communication
- emulates an additional RELAY by sending ON/OFF commands to Projector
- continually polls the Projector's state to update virtual RELAY state
- blocks RELAY1 in ON state while Projector is running (to protect the lamp)
- serial codes for NEC and OPTOMA, ready for more manufacturers
- tested with NEC V300W
2021-02-27 22:28:29 +01:00
JeroenSt
dde67c5b46
Added options to retain info and state mqtt messages
...
https://github.com/arendst/Tasmota/discussions/11067
Changed version to current version in comments
https://github.com/arendst/Tasmota/pull/11079#discussion_r580057981
2021-02-22 12:19:32 +01:00
Stephan Hadinger
5a0e92f0e5
Zigbee add WindowCovering cluster to auto-binding #10962
2021-02-18 16:27:03 +01:00
Theo Arends
14206e46a1
Add support for TM1637 seven segment display by Ajith Vasudevan ( #10889 )
2021-02-17 12:32:36 +01:00
Ajith Vasudevan
bc57e68b7e
Merged latest changes to TM1637 code
2021-02-14 16:52:08 +05:30
Ajith Vasudevan
bf76f6e552
Merged from dev
2021-02-14 16:47:16 +05:30
Barbudor
b6d366870d
fix teleinfo standard mode
2021-02-10 21:08:59 +01:00
Ajith Vasudevan
d2d7a408c8
Rewrote TM1637 driver as a Display Driver
2021-02-10 21:53:47 +05:30
Theo Arends
55ba994956
Default disable ESP32 BLE due to instabilities
2021-02-10 15:08:57 +01:00
Norbert Richter
435be84ff3
Add SDM72 Modbus energy meter
2021-02-09 16:13:40 +01:00
Ajith Vasudevan
977fe740e6
Added support for TM1637 Seven-Segment Display
2021-02-09 13:16:16 +05:30
Theo Arends
c5cd97064a
Fix ETH_ADDR related warning
2021-02-02 18:02:24 +01:00
Norbert Richter
0e294294eb
Add MAX31865 specific setting per sensor
2021-02-01 08:45:30 +01:00
Theo Arends
12e262d337
Add support for ESP32 ``Module 5`` Wireless Tag Eth01
...
Add support for ESP32 ``Module 5`` Wireless Tag Eth01 (#9496 )
2021-01-27 14:27:05 +01:00
Stephan Hadinger
5e5a7c8379
Zigbee don't do auto-bind if device is already known
2021-01-22 18:17:40 +01:00
Theo Arends
c934a20b4f
Add support for TOF10120
...
Add support for TOF10120 time of flight sensor by Cyril Pawelko (#10190 )
2021-01-22 16:48:41 +01:00
Norbert Richter
d4c2282170
Add Sugar Valley NeoPool Controller
2021-01-20 13:56:57 +01:00
Simon Hailes
37beaca119
Implements xdrv_52 - BLE_ESP32
...
Modifies xsns_52 - iBeacon, and xsns_62 - MI32 to use the new BLE driver
2021-01-17 17:08:54 +00:00
s-hadinger
f52f26f566
Added ``USE_MQTT_TLS_DROP_OLD_FINGERPRINT`` compile time option to drop old (less secure) TLS fingerprint ( #10584 )
...
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-16 18:07:01 +01:00
Theo Arends
2dbd1ef973
Add support for 24/26/32/34 bit RFID Wiegand
...
Add support for 24/26/32/34 bit RFID Wiegand interface (D0/D1) by Sigurd Leuther (#3647 , #10565 )
2021-01-16 15:39:33 +01:00
Marcus
dee3864f87
update code size metrics
2021-01-11 18:28:23 +01:00
Stephan Hadinger
89a75190f6
Zigbee added config attributes
2021-01-10 16:04:12 +01:00
s-hadinger
6a6454d8ab
Zigbee debounce duplicate commands ( #10477 )
...
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 17:58:57 +01:00
Theo Arends
23cb8ac559
Support for time proportioned relays
...
Support for time proportioned (``#define USE_TIMEPROP``) and optional PID (``#define USE_PID``) relay control (#10412 )
2021-01-07 15:07:14 +01:00
Theo Arends
a814ec52a9
Merge pull request #10412 from marcvs/pid-branch-revived
...
Pid branch revived
2021-01-07 13:51:40 +01:00
Marcus
26372c3c11
adjust code size changes
2021-01-07 00:01:21 +01:00
Marcus
c396a9bbdb
conclude renaming
2021-01-06 23:09:23 +01:00
Theo Arends
204316bf1b
Change force initial default state ``SetOption57 1``
...
Change force initial default state ``SetOption57 1`` to scan wifi network every 44 minutes for strongest signal (#10395 )
2021-01-05 17:14:01 +01:00
Marcus
20c9f2f169
add config statements for pid and timeprop
2021-01-05 15:42:09 +01:00
Theo Arends
ee1648d3e0
Prep SSD1331 driver
2021-01-01 16:05:06 +01:00
Theo Arends
54c1a2d029
Add support for SPI display driver for ST7789 TFT
...
Add support for SPI display driver for ST7789 TFT by Gerhard Mutz (#9037 )
2021-01-01 15:05:58 +01:00
Theo Arends
dcbb3f1e0e
Happy New Year
2021-01-01 13:44:04 +01:00
Stephan Hadinger
488712c3f0
Commands `CTRange` and `VirtualCT`
2020-12-29 19:31:27 +01:00
Stephan Hadinger
02f34a3d6d
Add IR_SEND_INVERTED and IR_SEND_USE_MODULATION compile options
2020-12-29 10:35:44 +01:00
Theo Arends
dc3c7207d5
Merge pull request #10279 from crispy78/development
...
African language file
2020-12-28 11:36:14 +01:00
crispy78
f2b5eb1395
Update my_user_config.h
2020-12-27 21:30:06 +01:00
Theo Arends
83b3aa576d
Add BSSID and Signal Strength Indicator to GUI wifi scan result ( #10253 )
...
Add BSSID and Signal Strength Indicator to GUI wifi scan result (#10253 )
2020-12-27 16:25:34 +01:00
Stephan Hadinger
f4268cad15
Add ``IR_RCV_WHILE_SENDING`` compile time option to revert #10041
2020-12-26 19:45:06 +01:00
Theo Arends
59992d1954
Add support for FTC532 8-button touch controller
...
Add support for FTC532 8-button touch controller by Peter Franck (#10222 )
2020-12-22 16:47:24 +01:00
Theo Arends
09bb1ecb8e
Fix ESP32 LoadStoreError when using ``#define USER_TEMPLATE``
...
Fix ESP32 LoadStoreError when using ``#define USER_TEMPLATE`` (#9506 )
2020-12-20 16:40:49 +01:00
Theo Arends
0a7d441e65
Add support for P9813 RGB Led MOSFET controller
...
Add support for P9813 RGB Led MOSFET controller (#10104 )
2020-12-17 16:33:26 +01:00
Javier Arigita
a8f892e2e1
Bugfix to allow negative temperature setpoints
2020-12-09 21:11:19 +01:00
Theo Arends
80434500da
mDNS has been disabled from all pre-compiled binaries to allow new features
...
mDNS has been disabled from all pre-compiled binaries to allow new features
2020-12-08 11:49:11 +01:00
Theo Arends
931929c952
Add support for MFRC522
...
Add support for SPI connected MFRC522 13.56MHz rfid card reader (#9916 )
2020-12-06 16:32:07 +01:00
Theo Arends
75d35d407e
Removed PN532 define USE_PN532_CAUSE_EVENTS
...
Removed PN532 define USE_PN532_CAUSE_EVENTS replaced by generic rule trigger `on pn532#uid=`
2020-12-02 18:01:38 +01:00
Theo Arends
5892cffbda
Prep RC522 rfid reader pt2
2020-11-30 17:54:40 +01:00
Theo Arends
95362af6e4
Update comments
2020-11-29 15:26:42 +01:00
Jason2866
db90ad2e46
wrong ota entry for tasmota32.bin
2020-11-28 15:43:49 +01:00
Theo Arends
b527ab4d66
Prep for ESP32-C3 ph1
2020-11-28 12:46:17 +01:00
Theo Arends
3f597001d1
Add support for common anode sevenseg displays
...
Add support for common anode sevenseg displays by adding ``#define USE_DISPLAY_SEVENSEG_COMMON_ANODE`` by Ken Sanislo (#9963 )
2020-11-25 17:30:25 +01:00
Staars
b772ab468d
port of CCLoader
2020-11-24 20:29:28 +01:00
James Turton
b2c239206a
Disable SHELLY_VOLTAGE_MON parameter
2020-11-18 08:47:23 +01:00
Theo Arends
92f067af59
Change Shelly Dimmer fw upgrade
...
Change Shelly Dimmer fw upgrade using WebGUI Firmware Upgrade and file from folder `tools/fw_shd_stm32/`
2020-11-17 12:25:48 +01:00
Stephan Hadinger
3e0b1c7d6e
Fix USE_4K_RSA define location
2020-11-14 19:19:45 +01:00
Theo Arends
c02770ce96
Add support for Shelly Dimmer 1 and 2
...
Add support for Shelly Dimmer 1 and 2 by James Turton (#9854 )
2020-11-14 16:43:32 +01:00
Jason2866
9f18c21f86
Enable MI_ESP32 by default
2020-11-13 19:29:49 +01:00
Theo Arends
9d71aea622
Make fingerprint error messages optional
...
Make fingerprint error messages optional saving 0k4 code space
2020-11-12 14:24:36 +01:00
Theo Arends
85e7f07ef4
Move ESP32 APP_NORMAL_SLEEP
...
Move ESP32 APP_NORMAL_SLEEP to correct location
2020-11-12 11:48:13 +01:00
Jason2866
20e027e1a5
ESP32 with BT needs APP_NORMAL_SLEEP
2020-11-11 18:09:16 +01:00
Theo Arends
4b6465fd10
Add support for fingerprint sensor
...
Add support for AS608 optical and R503 capacitive fingerprint sensor
2020-11-11 17:31:48 +01:00
Stephan Hadinger
39b0cf4c56
Zigbee command ``ZbInfo`` and prepare support for EEPROM
2020-11-11 12:09:18 +01:00
Theo Arends
85612776f6
Add Tuya commands
...
Add commands ``TuyaRGB``, ``TuyaEnum`` and ``TuyaEnumList`` (#9769 )
2020-11-08 12:51:08 +01:00
Theo Arends
a4e4101cf1
Update OtaUrl for ESP32
2020-11-07 17:52:56 +01:00
Christopher Tremblay
959e734924
Add support for EZO PMP
...
Adds support for EZO Peristaltic pump
2020-11-07 01:41:22 -08:00
Christopher Tremblay
7224b414fa
Add support for EZO RGB
...
Adds support for EZO RGB sensor
2020-11-03 03:38:28 -08:00
Christopher Tremblay
2af5f61b03
Add support for EZO DO
...
Add support for EZO Disolved Oxygen sensor
2020-11-02 00:26:35 -08:00
Christopher Tremblay
558034b15f
Add support for EZO FLO sensor
...
Add support for EZO FLO sensor
2020-11-01 01:28:43 -08:00
Jason2866
bd1b01711e
TLS support zbbridge selectable
2020-10-30 09:54:50 +01:00
Christopher Tremblay
4a8bc0841e
Add support for EZO PRS
...
Adds support for EZO PRS sensors
2020-10-29 02:34:44 -07:00
Jason2866
6545e3f22d
Use gz as default for OTA URL
2020-10-28 13:24:22 +01:00
Christopher Tremblay
db338f1d81
Add support for EZO O2
...
Adds support for EZO O2 sensor
2020-10-27 03:38:54 -07:00
Christopher Tremblay
faa45994d2
Reset deafult my_user_config
...
Removed debug code
2020-10-26 00:11:07 -07:00
Christopher Tremblay
a80944d9a2
Cleanup the EZO devices
...
Fixed a few mistakes in the comments and organized the code to make it easier to read & extend.
2020-10-26 00:09:44 -07:00
Theo Arends
a96218fc1c
v9.0.0.3
...
- Add TLS in binary tasmota-zbbridge (#9620 )
- Add support for EZO CO2 sensors by Christopher Tremblay (#9619 )
2020-10-25 14:46:13 +01:00
Christopher Tremblay
9f91ca8d4f
Add support for EZO CO2 sensor
...
Adds support for CO2 sensor
2020-10-25 01:21:01 -07:00
Christopher Tremblay
8894ad70f7
Remove test code
...
Removing code used to test the device and not meant to be submitted
2020-10-24 01:00:27 -07:00
Christopher Tremblay
d6bea107f8
Add support for EZO EC
...
Adding support for Electrical conductivity sensor
2020-10-24 00:54:25 -07:00
Christopher Tremblay
e32b6fa288
Refactor EZO drivers to only use one sns ID
...
Every EZO devices are now under xsns78. They can still each be enabled through the appropriate USE_EZO* macro
2020-10-23 03:47:24 -07:00
Christopher Tremblay
a70bebe0ad
Add support for EZO HUM
...
Adds suppotr for EZO humidity&temp sensor.
2020-10-22 01:23:47 -07:00
Theo Arends
0ceb5879bd
Merge pull request #9585 from tichris0/development
...
Add support for EZORTD
2020-10-20 13:55:08 +02:00
Christopher Tremblay
2f7993d2b1
Remove EZORTD from default config
...
Remove the EZORTD from default config
2020-10-20 02:35:23 -07:00
Christopher Tremblay
b942dbfb03
Add support for EZORTD
...
Adding support for EZO RTD resistance temperature sensor
2020-10-20 02:09:07 -07:00
Paul C Diem
f075a89d6b
Add PWM Dimmer multi-press and ledmask support
2020-10-19 20:12:41 -05:00
Stephan Hadinger
b525e5c720
Reduce code size for fingerprint
2020-10-18 20:06:27 +02:00
Theo Arends
38e2638f07
Add support for EZO Ph and ORP sensors
...
Add support for EZO Ph and ORP sensors by Christopher Tremblay (#9567 )
2020-10-18 15:36:17 +02:00
Christopher Tremblay
d8b8636a44
EZOpH & EZOORP support
...
This commits adds support for EZOpH and EZOORP to Tasmota
2020-10-18 05:10:12 -07:00
Jason2866
ae098f7e3d
Remove not needed Arduino-IDE setting
2020-10-16 15:52:28 +02:00
hello-world-dot-c
a59c56d4b5
Reduce sleep during buzzer cycles to improve on/off period accuracy.
2020-10-13 12:02:44 +02:00
Theo Arends
99e52dcfcd
Add Vietnam
2020-10-12 11:53:18 +02:00
Theo Arends
539ba11690
Add support for inverted NeoPixelBus data
...
Add support for inverted NeoPixelBus data line by enabling ``#define USE_WS2812_INVERTED`` (#8988 )
2020-10-05 19:03:40 +02:00
Theo Arends
0eef729d8f
Remove migration support from before 7.0
...
- Remove support for direct upgrade from Tasmota versions before 7.0
- Remove auto config update for all Friendlynames and Switchtopic from Tasmota versions before 8.0
2020-10-05 18:12:32 +02:00
Theo Arends
6f790c0bb0
Add support for GPIO_ANY
2020-10-03 15:06:52 +02:00
Theo Arends
ad3cfa6cbb
Add SDM630 three phase ImportActive Energy display
...
Add SDM630 three phase ImportActive Energy display when ``#define SDM630_IMPORT`` is enabled by Janusz Kostorz (#9124 )
2020-10-03 12:46:58 +02:00
Theo Arends
d0028eb2e4
Merge pull request #9124 from jkostorz/development
...
Add option in my_user_config.h to turn on SDM630 import active energy
2020-10-03 12:33:15 +02:00
Theo Arends
330109d67c
Add optional support for Orno WE517
...
Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353 )
2020-10-02 16:37:43 +02:00
Theo Arends
760d702fd0
Add optional support for Mitsubishi Electric HVAC
...
Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237 )
2020-10-02 15:10:21 +02:00
Theo Arends
5cf40fc059
Add support for VL53L1X time of flight sensor
...
Add support for VL53L1X time of flight sensor by Johann Obermeier
2020-09-29 11:27:53 +02:00
Theo Arends
54912b2548
Merge branch 'development' into patch-1
2020-09-29 11:06:43 +02:00
Theo Arends
1da31e5f15
Make LWT state message user configurable
...
Make LWT state message user configurable (#9395 )
2020-09-27 12:51:50 +02:00
Theo Arends
9aa18c23f0
Add support for MLX90640
...
Add support for MLX90640 IR array temperature sensor by Christian Baars
2020-09-14 11:49:33 +02:00
Staars
1b56a97298
update to newest version
2020-09-12 19:28:25 +02:00
Staars
9b67090ee8
add I2cDriver53
2020-09-12 19:23:10 +02:00
Staars
a62ff5176e
add mlx90640 to configs
2020-09-12 19:16:36 +02:00
Stephan Hadinger
bef03c69f6
Add ``#define USE_MQTT_AWS_IOT_LIGHT`` for password based AWS IoT authentication
2020-09-08 21:22:52 +02:00
Jason2866
4f4f74a545
AS3935 not enabled
2020-09-03 10:48:36 +02:00
device111
994081430c
AS3935 Refactor
...
- Fix Autodisturber
- Fix Event IRQ Flicker when calibrating and on Start up
- Add command `power` on/off
- Add command `noirqevent` (suppress IRQ with no event)
- Add Info Log when no Pin defined
- Add Info Log when SCO and TCO Calibration Fails
- optimize Autotune Caps
- new init procedure (Reset before Start)
- save 128 Bytes of Ram
- update language files
2020-09-03 09:37:10 +02:00
Jason2866
cb0df141f4
Squashed commit of the following:
...
commit 0917b430c3b76e26fad584ddacb1fc389e1b4c36
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Tue Sep 1 17:13:53 2020 +0200
Domoticz
commit e878ae5ac4e2b72443598d699f76f1efbe90b5c2
Merge: 77957d70 46789ef4
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Tue Sep 1 13:24:37 2020 +0200
Merge pull request #118 from device111/vl53l1x
VL53L1X correction
commit 46789ef40b6b8a3fbf730ed69712e0790b876075
Author: device111 <48546979+device111@users.noreply.github.com>
Date: Sun Aug 30 11:41:32 2020 +0200
Update support_features.ino
commit 8f8720d37e5d81d6c483620a83936b2f5ffd9f43
Author: device111 <48546979+device111@users.noreply.github.com>
Date: Sun Aug 30 11:36:24 2020 +0200
VL53L1X correction
sorry, but i have killed all of my repos..:-(
commit 77957d70435e99bb42b64b39acb7b7a176ecac79
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Fri Aug 28 13:54:25 2020 +0200
use registry
commit d85954db35
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Thu Aug 27 14:43:20 2020 +0200
No DOMOTICZ
commit e6d763f10b
Merge: 788e4681
6c5fdb4d
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Thu Aug 27 14:42:29 2020 +0200
Merge remote-tracking branch 'Tasmota/development' into vl53l1x
commit 788e468145
Merge: 51491df1
33f3f9ef
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Wed Aug 26 14:50:28 2020 +0200
Merge remote-tracking branch 'Tasmota/development' into vl53l1x
commit 51491df141
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Wed Aug 26 14:49:56 2020 +0200
Real 0x52 is 0x29 in Arduino 7 bit
commit 00dad36b08
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Mon Aug 24 11:41:11 2020 +0200
1.01
commit 50e88038c3
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Sun Aug 23 20:04:47 2020 +0200
correct support_feature
commit e5baabc41c
Author: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Date: Sun Aug 23 19:53:15 2020 +0200
VL53L1X
2020-09-01 17:24:36 +02:00
Stephan Hadinger
92b9e5e2ae
Add to my_user_config SetOption 100, 101, 103,104, 105, 106, 107, 109
2020-08-30 15:44:28 +02:00
Theo Arends
77375b3d9c
Change thehackbox.org to ota.tasmota.com
2020-08-29 17:50:44 +02:00
device111
3d829a02a9
AHT1x driver: AHT20 support added
...
- Update support of AHT20 sensor
- refactor some globals anf if's
2020-08-27 11:44:24 +02:00
Theo Arends
f6128bdae3
Revert "Merge pull request #9121 from Jason2866/rc_switch"
...
This reverts commit b827b6ca20
, reversing
changes made to 39ca0d6c72
.
2020-08-19 16:40:07 +02:00
Janusz
b3dc33f3a0
SDM630 optional import active energy
2020-08-18 22:09:33 +02:00
Jason2866
79aa858ec3
RCSwitch
2020-08-18 13:40:30 +02:00
Theo Arends
4724fa2c49
Add support for DYP ME007
...
Add support for DYP ME007 ultrasonic distance sensor by Janusz Kostorz (#9113 )
2020-08-17 16:25:24 +02:00
Theo Arends
44e2c6b6a7
Merge pull request #9113 from jkostorz/development
...
Add support DYP ME007 ultrasonic distance sensor (serial port version)
2020-08-17 15:35:21 +02:00
Theo Arends
465ccc2f61
Add compile time control over configuration corruption detection
2020-08-17 14:19:53 +02:00
Janusz
5536e03423
add DYP ME007 ultrasonic distance sensor
2020-08-16 22:49:16 +02:00
Federico Leoni
dab1ea9dd3
Fix subscribe/unsubscribe without reboot
2020-08-15 15:23:37 -03:00
Federico Leoni
6a40222db9
HAss Discovery LWT
2020-08-14 17:02:55 -03:00