Commit Graph

4120 Commits

Author SHA1 Message Date
nonix 96f8389408 Workinig 2021-02-28 10:49:49 +01:00
gemu2015 4b1dc136c1 fix subscribe with no key 2021-02-28 09:03:22 +01:00
gemu2015 ec330d70f8 fix sml calculate vars option (=m) 2021-02-28 09:01:13 +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
Theo Arends c3c0a06961 Add command ``Sensor80 1 <0..7>``
Add command ``Sensor80 1 <0..7>`` to control MFRC522 RFID antenna gain from 18dB (0) to 48dB (7) (#11073)
2021-02-27 17:54:21 +01:00
Theo Arends 05e5bdaa50 Fix invalid shutter status JSON (#11129) 2021-02-26 14:09:50 +01:00
nonix 414f27f6d7 Merge branch 'development' into XPT2046 2021-02-25 18:14:21 +01:00
Theo Arends 0e598bf39b
Merge pull request #11126 from BCsabaEngine/development
Update hu_HU.h
2021-02-25 15:59:03 +01:00
BCsabaEngine 1f8396158c Update hu_HU.h 2021-02-25 15:29:27 +01:00
gemu2015 dc92fc6c61 serial dump recoded 2021-02-25 14:36:37 +01:00
gemu2015 d600768d49 fix potential crash with wrong linker file 2021-02-25 14:36:07 +01:00
nonix 43946f4ca7 Debug USE_UFILESYS 2021-02-25 10:58:33 +01:00
Jayme Snyder d148a2cb9c Reset Tuya.ignore_dim if Tuya.ignore_dimmer_cmd_timeout was set and expired 2021-02-24 18:28:34 -05:00
Theo Arends 1d9d982b6d
Merge pull request #11104 from barbudor/pr_mcp230xx_switch_back
allows switch pinmode from output to input
2021-02-24 10:27:37 +01:00
Theo Arends d3a103b726
Merge pull request #11114 from gemu2015/vbus
support for vbus
2021-02-24 10:27:08 +01:00
Theo Arends 861a8d5fff
Merge pull request #11111 from pcdiem/dgr3
Check device range when SO88 enabled
2021-02-24 10:26:51 +01:00
gemu2015 9be1758f61 Update xsns_53_sml.ino 2021-02-24 10:20:03 +01:00
gemu2015 8b23b1a072 better vbus dump 2021-02-24 10:09:33 +01:00
gemu2015 16a30bd12e support for vbus 2021-02-24 09:11:21 +01:00
Paul C Diem d0779d94a7 Check device range when SO88 enabled 2021-02-23 15:59:50 -06:00
Barbudor f9ee78b501 keep timer loop when console is scrolled up 2021-02-23 19:07:56 +01:00
Barbudor 57e51fbd18 Merge branch 'development' into pr_mcp230xx_switch_back 2021-02-23 16:42:10 +01:00
Theo Arends 632e523c37 Bump version to 9.3.1.1 2021-02-23 16:27:30 +01:00
Barbudor e8e2280bb3 allows switch pinmode from output to input 2021-02-23 15:21:33 +01:00
Theo Arends 7aa679285a
Merge pull request #11096 from kmalisiewicz/fix-lm75ad-detection
Fix LM75AD detection on different address then 0x48.
2021-02-23 11:51:11 +01:00
Krzysztof Malisiewicz 1e4c31c10b Fix LM75AD detection on different address then 0x48. 2021-02-23 08:12:07 +01:00
stefanbode 88db2e27bb
refactor acceleration function for stepper & servo 2021-02-22 16:54:58 +01:00
Theo Arends 6ce3e6be7c
Merge pull request #11077 from nagyrobi/patch-1
Update en_GB.h
2021-02-22 14:05:46 +01:00
Theo Arends 0906acc25e
Update en_GB.h
Inline with other checkboxes
2021-02-22 14:05:27 +01:00
Theo Arends 14db5ea0dd
Merge pull request #11084 from jeroenst/infoandstateretain
Added options to retain info and state mqtt messages
2021-02-22 13:52:16 +01:00
JeroenSt d289608fe4 Solved duplicate entry D_CMND_POWERRETAIN https://github.com/arendst/Tasmota/pull/11084#discussion_r580203530 2021-02-22 13:36:26 +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
André Araújo fb012c5096 Fix CI translation errors 2021-02-22 11:15:39 +00:00
André Araújo a321ff5562 Fix Ezo D.O sensor
- Unit of measure was in ppm and should be in mg/L
- Sensor was not detected
- Code fixes on multiple ezo sensors
2021-02-22 10:40:37 +00:00
gemu2015 ed7c06a6ed sml several fixes 2021-02-22 11:10:49 +01:00
nagyrobi de90b8f12d
Update en_GB.h
Fix propercase and typo
2021-02-21 22:41:20 +01:00
David Friedland c8e13366c6 animate PWM dimmer brightness LEDs during transitions and with variable brightness 2021-02-21 10:19:31 -08:00
Theo Arends b2e1258e22 Fix TM1637 display init
Fix TM1637  display init (#11057)
2021-02-21 14:33:51 +01:00
Theo Arends d84b5fdfd8 Fix web request accepts wrong password
Fix web request accepts wrong password (#11039)
2021-02-21 14:17:51 +01:00
Theo Arends 7a911b328f Fix TM1637 driver
Fix TM1637 driver now needs ``TM1637 CLK`` and ``TM1637 DIO`` to enable (#11057)
2021-02-21 12:17:39 +01:00
gemu2015 ca5ab2d094 send mqtt only on valid data 2021-02-20 17:32:01 +01:00
Theo Arends 0bba4dc7d6 Fix compile error 2021-02-20 17:26:09 +01:00
Theo Arends 54733cd3f0
Merge pull request #11054 from gemu2015/ili9342
fix ili9342 rotation
2021-02-20 16:56:45 +01:00
stefanbode 9a18ef3875
Update xdrv_27_shutter.ino 2021-02-20 15:11:52 +01:00
stefanbode 82abbae3e6
Update xdrv_27_shutter.ino 2021-02-20 15:06:36 +01:00
gemu2015 6edd24bbc6 remove debug logs 2021-02-20 10:51:12 +01:00
gemu2015 8a969eeca5 fix ili9342 rotation 2021-02-20 10:25:51 +01:00
Theo Arends 92b8c8ad48 Remove the need to start filenames with a slash (/) in Ufs commands 2021-02-19 18:35:47 +01:00
Theo Arends 690b0a8a78
Merge pull request #11049 from s-hadinger/remove_vct
Remove VirtualCT synonym
2021-02-19 18:31:57 +01:00
Stephan Hadinger 1b79ae59f2 Remove VirtualCT synonym 2021-02-19 16:54:39 +01:00
Theo Arends 59c0ebd49e Bump version 9.3.0.1 2021-02-19 16:51:55 +01:00
Theo Arends 583f678756
Merge pull request #11046 from gemu2015/ili9342
fix ili9342
2021-02-19 16:26:56 +01:00
Simon Hailes ec25cfb08c better bugfix for MI32Option6 bug 2021-02-19 13:46:35 +00:00
Simon Hailes cabfc4f699 Fix HASS discovery for MI sensors - workaround is to use 'mi32option6 1' 2021-02-19 13:35:39 +00:00
gemu2015 b3788a5f8d fix ili9342 2021-02-19 13:54:13 +01:00
Theo Arends e56c8b1845
Merge pull request #11036 from gemu2015/ili9342
fix ili9342 selection
2021-02-19 09:36:11 +01:00
Theo Arends e3242d40af
Merge pull request #11035 from gemu2015/webcam
fix webcam resolution
2021-02-19 09:35:51 +01:00
gemu2015 cd463ee7d2 fix ili9342 selection 2021-02-18 21:19:26 +01:00
gemu2015 773835fe40 fix webcam resolution 2021-02-18 20:37:35 +01:00
Stephan Hadinger 2503cb9d03 Zigbee fix cc2652 init and permitjoin 2021-02-18 20:04:41 +01:00
Theo Arends 3c791ca9bb
Merge pull request #11030 from jaymemaurice/development
Support TuyaMCU negative temperature values for temperature sensors
2021-02-18 17:13:41 +01:00
Jayme Snyder 3b596625c3 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-02-18 10:58:51 -05:00
Theo Arends 49d9cf3ce5
Merge pull request #11025 from gemu2015/sendmail
remove spiffs from sendmail lib
2021-02-18 16:58:03 +01:00
gemu2015 96b3e9172e Update sendemail_ESP32.ino 2021-02-18 16:57:43 +01:00
gemu2015 8b4703c095 Update sendemail_ESP32.ino 2021-02-18 16:42:43 +01:00
gemu2015 c528bf20a9 remove spiffs from sendmail lib 2021-02-18 16:35:25 +01:00
jaymemaurice a594739bac
Support negative temperature readings
Changes Tuya.Sensor to signed integer
2021-02-18 10:34:33 -05:00
Stephan Hadinger 5a0e92f0e5 Zigbee add WindowCovering cluster to auto-binding #10962 2021-02-18 16:27:03 +01:00
Theo Arends dffdfafac1
Merge pull request #11019 from stefanbode/patch-12
Several bugfixes for stepper motors and buttons
2021-02-18 14:12:47 +01:00
stefanbode 482cbbfa7b
Update i18n.h 2021-02-18 13:34:58 +01:00
stefanbode 044bf6a774
Update xdrv_27_shutter.ino 2021-02-18 12:59:11 +01:00
stefanbode 43cbcc1299
Several fixes 2021-02-18 12:42:59 +01:00
gemu2015 9c05aca525 update displaytext dv 2021-02-18 10:57:12 +01:00
Stephan Hadinger 62886b566a Zigbee compatibility with CC2652 2021-02-18 08:49:18 +01:00
Theo Arends ef6a8410eb
Merge pull request #11010 from s-hadinger/berry_load
Berry add load/save
2021-02-17 21:41:14 +01:00
Simon Hailes 137b0a63e8 fix ble from accepting 12 char alias whcih does not match as a mac address 2021-02-17 20:01:12 +00:00
Stephan Hadinger 88115be15d Berry add load/save 2021-02-17 19:35:37 +01:00
Theo Arends deba1d3a46
Merge pull request #11005 from vic42/wemos_mtr_pr
Wemos Motor Shield V2 Support
2021-02-17 18:28:16 +01:00
Stephan Hadinger 18d6d54343 Move message to DEBUG level 2021-02-17 17:49:07 +01:00
Theo Arends e89b746f9c Revert "Fix scripter hue compilation error"
This reverts commit bfa5c63fff.
2021-02-17 14:24:23 +01:00
Theo Arends 14a0bb5dcd
Merge pull request #11003 from btsimonh/SmallMITweak
Small mi tweak
2021-02-17 12:34:02 +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 78e1051b32 Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-17 16:24:58 +05:30
Ajith Vasudevan eb09d3aad3 Added support for displaying degrees symbol if a caret is present in DisplayText input 2021-02-17 16:24:45 +05:30
Simon Hailes e7ef60aa3d better responses for Mi32Optionx n 2021-02-17 10:52:02 +00:00
Simon Hailes 10ee56b9da change MQTT display of TRIGGERED sensors. 2021-02-17 10:47:34 +00:00
Theo Arends ca4ccd24d5 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-02-17 11:32:44 +01:00
Theo Arends bfa5c63fff Fix scripter hue compilation error 2021-02-17 11:32:21 +01:00
Theo Arends c5b139a911
Merge pull request #11002 from btsimonh/MI32Updates
MI sensors - updates to how it decodes what to display, so that 'unk…
2021-02-17 11:19:56 +01:00
Theo Arends a59b6b2720 Add abort to UfsRun 2021-02-17 11:06:48 +01:00
Simon Hailes 34216db1b4 MI sensors - updates to how it deciodes what to display, so that 'unknown' MI devices can display correct data. re-add 'pairing' button. 2021-02-17 09:27:41 +00:00
Theo Arends d84de90b1b
Merge pull request #10997 from pcdiem/dgr2
Fix _SendDeviceGroupMessage signedness
2021-02-17 09:57:40 +01:00
Theo Arends 8684657d81
Merge pull request #10967 from sanchosk/development
Added Xiaomi Miija door/window bluetooth sensor
2021-02-17 09:57:02 +01:00
Ajith Vasudevan 0a2049c368 Fixed bug in displayText command when used with with decimal input 2021-02-17 13:18:45 +05:30
Paul C Diem 27cdfea330 Fix _SendDeviceGroupMessage signedness 2021-02-16 22:20:30 -06:00
Ajith Vasudevan 269dadc55a Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-17 08:23:57 +05:30
Vic 42d536c739 Wemos Motor Shield V2 Driver 2021-02-17 03:14:54 +01:00
Stephan Hadinger 692660c170 Berry add file system support 2021-02-16 20:47:00 +01:00
Ajith Vasudevan 10dbd0767b Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-16 22:50:49 +05:30
Ajith Vasudevan c07bebf51c Updated documentation 2021-02-16 22:50:35 +05:30
Theo Arends ead77e536c Refactor command file 2021-02-16 16:21:46 +01:00
Theo Arends 30a75edff5 Refactor command file 2021-02-16 15:54:53 +01:00
Theo Arends f39f29a316 Better handle command file comment lines 2021-02-16 15:25:16 +01:00
Ajith Vasudevan 6430d008c0 Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-16 17:42:58 +05:30
Ajith Vasudevan 11852fe549 Changed display lib and added support for upto 6 digits (limit for TM1637) 2021-02-16 17:42:49 +05:30
Theo Arends e40bebd0ba Fix filerun restart hold 2021-02-16 13:00:10 +01:00
Theo Arends 5a8719a439
Merge pull request #10986 from gemu2015/sendmail
update sendmail
2021-02-16 12:37:10 +01:00
Theo Arends e16ba61dea Add command UfsRun 2021-02-16 12:19:40 +01:00
gemu2015 4344c16925 switch debug off 2021-02-16 12:00:44 +01:00
gemu2015 e921988685 Update sendemail_ESP8266.ino 2021-02-16 11:57:36 +01:00
gemu2015 52a1245730 Update sendemail_ESP8266.ino 2021-02-16 11:52:24 +01:00
gemu2015 218b5101b4 update sendmail 2021-02-16 11:33:22 +01:00
Stephan Hadinger 32c7f16a7f Fix Hue discovery for Zigbee and Scripting #10950 2021-02-15 22:11:19 +01:00
Ajith Vasudevan c80d19ad92 Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-15 22:59:48 +05:30
Theo Arends 725650cac5 Add more failsafe to autoexec.bat 2021-02-15 18:09:03 +01:00
Ajith Vasudevan dce391f3ee Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-15 22:33:43 +05:30
Theo Arends 0aac8125ea Add more failsafe to autoexec.bat 2021-02-15 18:01:02 +01:00
Theo Arends af540205a7
Merge pull request #10980 from gemu2015/display_text
Display text
2021-02-15 17:56:54 +01:00
gemu2015 6b36244bbb Update xdrv_13_display.ino 2021-02-15 17:32:15 +01:00
Theo Arends 6fa53b85ef Basic support for filesystem ``autoexec.bat`` 2021-02-15 17:29:31 +01:00
gemu2015 95bdb15ae9 upd 2021-02-15 17:26:55 +01:00
gemu2015 f6572a863b display text vars 2021-02-15 17:22:06 +01:00
Theo Arends 3c623b5233 Add autoexec failsafe 2021-02-15 16:51:13 +01:00
Theo Arends 68baafc685 Initial support for autoexec.bat using filesystem 2021-02-15 16:37:09 +01:00
Ajith Vasudevan a9d4aeb31b Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-15 19:20:57 +05:30
Theo Arends 516f77266d
Update xdrv_01_webserver.ino
Add language specific decimal dot
2021-02-15 13:31:55 +01:00
Stephan Hadinger 091e8566eb Showing more precise memory heap in web page only 2021-02-15 12:24:23 +01:00
Ajith Vasudevan aac46815b5 Resolved conflicts 2021-02-15 16:34:06 +05:30
Ajith Vasudevan 9eafb7c040 Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-15 15:11:51 +05:30
Ajith Vasudevan dad81769e3 Resolved conflicts 2021-02-15 15:11:39 +05:30
Erik Montnemery 5459adc5b8
Update xdrv_04_light.ino 2021-02-15 09:06:52 +01:00
Robert Klauco be537285f5
Added Xiaomi Miija door/window bluetooth sensor
Sensor displays Button value.
Needs atc unlocking first.
2021-02-14 22:40:27 +01:00
s-hadinger 0e1ce79741
Merge pull request #10965 from s-hadinger/zigbee_escape_html
Zigbee ensure HTML encoding
2021-02-14 20:11:14 +01:00
Stephan Hadinger cfb979aafd Zigbee ensure HTML encoding 2021-02-14 19:30:28 +01:00
Stephan Hadinger ecb2e99462 Berry add `yield` and `delay` commands 2021-02-14 18:50:43 +01:00
s-hadinger 8a849f83b6
Merge pull request #10959 from s-hadinger/hue_discover
Fix wrong HUE XML #10950
2021-02-14 18:36:32 +01:00
Stephan Hadinger 5a00334ae3 Fix wrong HUE XML #10950 2021-02-14 18:11:47 +01:00
Stephan Hadinger bdbb66155f Zigbee fix crash in case of bad framed receveid from MCU 2021-02-14 18:03:23 +01:00
Theo Arends 541443f0aa Refactor pin test 2021-02-14 16:07:35 +01:00
gemu2015 61c67ea170 Update xdrv_13_display.ino 2021-02-14 15:33:58 +01:00
Ajith Vasudevan 0659138c0f Merge branch 'development' of github.com:arendst/Tasmota into pr2_tm1637 2021-02-14 19:33:23 +05:30
gemu2015 6b4b0ae7f4 display batch 2021-02-14 15:00:57 +01:00
Theo Arends e6bff6bf9e Standardize on unconnected pin being -1 2021-02-14 13:06:19 +01:00
Ajith Vasudevan 9bcb8ccb36 Merged changes 2021-02-14 17:26:20 +05:30
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
Theo Arends 7cb17713d7 Refactor DHT negative temps 2021-02-14 12:03:49 +01:00
Theo Arends 5f334dba53
Merge pull request #10943 from gemu2015/ili9341
Ili9341 update
2021-02-14 10:05:55 +01:00
gemu2015 1f9645fc77 fix ili9341 m5stack 2021-02-14 09:42:43 +01:00
Theo Arends 638492db92
Update xdsp_04_ili9341.ino
Fix display modes
2021-02-13 18:35:29 +01:00