Commit Graph

6252 Commits

Author SHA1 Message Date
Theo Arends 730f3451ac Clean up code 2021-12-30 13:26:32 +01:00
Theo Arends b5a1e9d2fe
Merge pull request #14214 from gemu2015/scripter_update
some fixes and enhancements
2021-12-30 12:19:51 +01:00
barbudor e504f61fba Add missing & for coherency 2021-12-30 09:39:29 +01:00
gemu2015 a2857e1c53 some fixes and enhancements 2021-12-30 09:00:14 +01:00
Theo Arends 0bfa5af3ad Fix Sonoff SPM relay GUI display
Fix Sonoff SPM relay GUI display (#13447)
2021-12-29 17:46:52 +01:00
Jason2866 ead95cc237
Merge branch 'arendst:development' into board_upd 2021-12-29 16:50:06 +01:00
Theo Arends e843bc929e Shorten cryptic message 2021-12-29 15:18:55 +01:00
Theo Arends 3890237a5f Add ESP32 dedicated DHT driver
- Add ESP32 dedicated DHT driver using standard Adafruit library.
- Extent DHT probe interval time from 2 to 4 seconds solving some misreadings
2021-12-29 14:57:56 +01:00
Theo Arends 2c12cbdabe Rename xsns_05 ds18b20 driver 2021-12-29 14:52:58 +01:00
Jason2866 179920e8a3
Boards.json definition updates
Add definitions to boards.json to make it possible to differentiate later.
2021-12-29 14:37:41 +01:00
jeanmichel_nwsb 673387f77d provide proper OTA_URL for tasmota32solo1 2021-12-29 13:05:22 +01:00
s-hadinger c032878fd6
Revert "Berry add `tasmota.random_byte()`" 2021-12-28 22:37:02 +01:00
Stephan Hadinger 44189186e9 Berry add `tasmota.random_byte()` 2021-12-28 21:29:04 +01:00
Theo Arends 00c937953b
Merge pull request #14078 from avp-avp/development
Add OpenTherm Boiler Lockout Reset command
2021-12-28 14:27:34 +01:00
gemu2015 3845708acc fix vbus signed word 2021-12-28 12:38:39 +01:00
Stephan Hadinger dca794dbf1 LVGL update from 8.0.2 to 8.1.0 2021-12-27 23:03:49 +01:00
Stephan Hadinger a4cd168681 LVGL modularization 2021-12-27 18:12:38 +01:00
jeanmichel_nwsb 2e19f66749 make neg temp compliant with 2's comp variant 2021-12-27 16:33:44 +01:00
Theo Arends cb52c4cf35 Add DHT debugging information 2021-12-26 14:00:07 +01:00
Theo Arends 4962fd229e Add command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
Add command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
2021-12-25 12:58:24 +01:00
Theo Arends aaa87a037a Revert "Merge pull request #14153 from wir3z/development"
This reverts commit d9ab90a2f9, reversing
changes made to 7bf6e5a773.
2021-12-25 11:34:58 +01:00
Theo Arends 18003e0ee6 Another try for solving exceptions 28
Another try for solving exceptions 28 (#14067)
2021-12-24 17:05:53 +01:00
Stephan Hadinger fd47406d11 LVGL add support for lv_chart_series 2021-12-24 10:06:30 +01:00
Stephan Hadinger a51d32747a Berry add support for udp client/server 2021-12-23 18:35:10 +01:00
s-hadinger 8374ded1d4
Merge pull request #14157 from s-hadinger/better_changeUIntScale
Fix changeUIntScale to be stable
2021-12-23 13:19:48 +01:00
Stephan Hadinger 7c064f6fc8 Fix changeUIntScale to be stable 2021-12-23 12:48:12 +01:00
Theo Arends 39ec4c6d5d Revert change to fix extra flashwrite before QuickPowerDetection
Revert change to fix extra flashwrite before QuickPowerDetection (#14153)
2021-12-23 12:34:16 +01:00
Theo Arends afea9cd4a7 Increase max power value for Sonoff Pow R3
Increase max power value for Sonoff Pow R3 (#14156)
2021-12-23 12:06:14 +01:00
Theo Arends 45ad78a680 Remove HRG15 error message
Remove HRG15 error message (#14067)
2021-12-23 11:31:09 +01:00
Theo Arends e359a775c2 Bump version to v10.1.0.2 2021-12-23 11:01:41 +01:00
Theo Arends d9ab90a2f9
Merge pull request #14153 from wir3z/development
Fixed non-8N1 serial issues.
2021-12-23 10:41:11 +01:00
wir3z 30d35b8c15 Moved kTasmotaSerialConfig to TasmotaSerial.h from Tasmota.h. 2021-12-22 12:23:17 -07:00
Theo Arends 7bf6e5a773 Another try to fix exception
Another try to fix exception (#14067)
2021-12-22 18:11:35 +01:00
wir3z b8752b7272 TasmotaSerial:
- Added transmit parity to software TX.  Software RX just consumes in the incoming parity bit with no error checking.
- Fixed issue where Serial.begin for the ESP8266 was not passing the UART SerialConfig compatible values.

support.ino
- Cleanup to use already present ConvertSerialConfig API.

tasmota.ino:
- Force the baudrate + serial config settings after boot.  Previously, the baudrate would change, but any non 8N1 settings were not applied.

xdrv_08_serial_bridge.ino:
- Increased the software serial bridge buffer size and changed type to prevent overflow.
- Added missing serial config settings to the serial begin.  Previously was forcing 8N1.

xdrv_10_scripter.ino
- Cleanup to use already present ConvertSerialConfig API.
2021-12-22 09:23:15 -07:00
Theo Arends 8943656729 Fixed ESP32 LedPwmMode exception
Fixed ESP32 LedPwmMode exception (#14073)
2021-12-22 16:50:29 +01:00
lexxai b1bbf26656
Update uk_UA.h
translated "Dew point"
2021-12-21 03:23:19 +02:00
Stephan Hadinger 2cbd65ec63 Berry use mapping 2021-12-20 22:38:56 +01:00
Alexey Pavlov 2f7365ccf9
Merge branch 'arendst:development' into development 2021-12-20 19:33:53 +03:00
Alexey Pavlov 582aa10e0a pull request fixes 2021-12-20 19:33:22 +03:00
s-hadinger 4b2ea37360
Merge pull request #14111 from s-hadinger/lib_lv_berry
Berry created separate library `lv_berry` to isolate LVGL-Berry mapping
2021-12-20 16:43:41 +01:00
Stephan Hadinger e958c7ba12 Fix compilation 2021-12-20 12:12:56 +01:00
Stephan Hadinger 38e6a9fdf0 Berry created separate library `lv_berry` to isolate LVGL-Berry mapping 2021-12-20 11:17:11 +01:00
Theo Arends d4b9381ab0
Merge pull request #14091 from sternegugger/PR2_MAX7219_dot_matrix
PR2 max7219 dot matrix, less memory
2021-12-20 11:15:08 +01:00
Theo Arends 847203c927
Merge pull request #14095 from Meek-HA/patch-2
ESP32 Compile error when I2S_AUDIO is enabled
2021-12-20 10:57:38 +01:00
Theo Arends 463dd14f90 Enable My92X1 for ESP32 2021-12-19 16:57:57 +01:00
Theo Arends 81aa579471 Refactor Tuya driver to enable ESP32 support
Refactor Tuya driver to enable ESP32 support (#14086, #14106)
2021-12-19 16:41:10 +01:00
Milenko Mitrovic a0ba50d38d Added Weight and Impedance support to Home Assistant auto discovery 2021-12-19 11:59:49 +01:00
Milenko Mitrovic ecb3a07d2f Changed json property names to better match the other properties 2021-12-19 11:58:41 +01:00
Meek Home Automation 805006468f
ESP32 Compile error when I2S_AUDIO is enabled
Solves the compiling error with env:tasmota32 when I2s Audio is enabled:
#ifndef USE_I2S_AUDIO
#define USE_I2S_AUDIO
#endif

#ifdef USE_I2S_EXTERNAL_DAC
#undef USE_I2S_EXTERNAL_DAC
#endif

#ifndef USE_I2S_NO_DAC
#define USE_I2S_NO_DAC
#endif

Resolving the following compiling error:
tasmota/xdrv_42_i2s_audio.ino:326:11: error: invalid conversion from 'AudioOutputI2S*' to 'AudioOutputI2SNoDAC*' [-fpermissive]
2021-12-18 21:52:23 +01:00
Milenko Mitrovic dc1fa0e50d Added feature.impedance for V2 to separate impedance and impedance_stabilized value from V1 and changed stabilized/has_impedance to weight_stabilized/impedance_stabilized 2021-12-18 20:43:17 +01:00
Michael 7b7913e8f3 merged, ready for PR2 2021-12-18 15:14:47 +01:00
Michael d606cc9383 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 15:09:57 +01:00
Theo Arends 2d7a48152b Fix exception 28 on HRG15
Fix exception 28 on HRG15 (#14067)
2021-12-18 14:47:03 +01:00
Theo Arends 85731148c5 Refactor GPIO_HEARTBEAT
Remove delay from interrupt by refactoring GPIO_HEARTBEAT
2021-12-18 14:30:25 +01:00
Michael 77f0024f99 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 14:07:53 +01:00
Stephan Hadinger e5479cdc96 Berry move LVGL mapping to its own library 2021-12-18 11:47:03 +01:00
Michael e3fe445df4 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 11:11:12 +01:00
Stephan Hadinger 26a7fad65b Berry C mapping moved to a separate ``berry_mapping`` library 2021-12-17 19:41:36 +01:00
Theo Arends 8bad0115b0 Fix ESP32 webcam WDT
Fix ESP32 webcam WDT (#13882)
2021-12-17 18:01:27 +01:00
Alexey Pavlov aca519ddec format fixes 2021-12-17 15:27:34 +03:00
Alexey Pavlov 60660dc177 revert /xlgt_01_ws2812.ino 2021-12-17 15:26:13 +03:00
Alexey Pavlov aefdb06fa8
Merge branch 'arendst:development' into development 2021-12-17 15:24:51 +03:00
Theo Arends 776fa99ee6 Fix exception 28 on HRG15
Fix exception 28 on HRG15 (#14067)
2021-12-17 11:31:29 +01:00
Stephan Hadinger 6d9e427970 Fix Berry I2C driver lib with latest changes 2021-12-16 13:57:12 +01:00
Milenko Mitrovic 2a53f3ba1d Use only stabilized weight packets when directBridgeMode is disabled 2021-12-16 00:44:49 +01:00
dcoder42 ba1156ad7f
Merge branch 'arendst:development' into development 2021-12-15 23:34:34 +01:00
Theo Arends 02ae677120
Merge pull request #14057 from gemu2015/scripter_update
database extraction update, housekeeping
2021-12-15 15:40:16 +01:00
gemu2015 eec2e50a46 database extraction update, housekeeping 2021-12-15 15:07:36 +01:00
gemu2015 94844b4707 software serial for eps32 2021-12-15 14:46:05 +01:00
Theo Arends a92f2cb941 Refactor Tuya webbutton 2021-12-15 12:30:48 +01:00
Theo Arends 4f20e4f698 Refactor SonoffRfBridge Webcode 2021-12-15 12:14:52 +01:00
Theo Arends 9ed8fb717d Add webserver function FUNC_WEB_GET_ARG
- Add webserver function FUNC_WEB_GET_ARG allowing better modular support of web arguments
- Add gui function buttons to LSC MCL
2021-12-15 11:15:30 +01:00
s-hadinger ecb4a28e35
Merge pull request #14047 from s-hadinger/md5_rom
Berry use ROM MD5
2021-12-14 20:08:40 +01:00
Stephan Hadinger bcc970b559 Berry use ROM MD5 2021-12-14 19:56:28 +01:00
Paul C Diem fc81ca889b Add DevGroupSend full status item 2021-12-14 08:38:15 -06:00
Stephan Hadinger 2841734465 Berry remove conversion from comptr to int 2021-12-13 19:19:32 +01:00
Charles 637f456e00 Fix some calculation 2021-12-13 12:18:47 +01:00
s-hadinger 0c4a5baa48
Merge pull request #14020 from s-hadinger/berry_mapping_1
Berry mapping step 1
2021-12-12 19:58:33 +01:00
Theo Arends bc83f15ccb
Merge pull request #14019 from barbudor/remove_mqttclient_topic_limitation
Remove topic must differ from mqttclient
2021-12-12 18:58:03 +01:00
Stephan Hadinger b4e9468bbb Berry mapping step 1 2021-12-12 18:56:11 +01:00
Barbudor eb5d231314 remove topic must differ from mqttclient 2021-12-12 18:46:52 +01:00
tony-fav 78c7d1a1fe DDP schemes for Light and WS2812 2021-12-12 12:27:00 -05:00
Theo Arends fa7b0302a7 Trying to solve ESP32-webcam timeouts
Trying to solve ESP32-webcam timeouts on Settings save by adding delays in between file write chunks and diabling NVS writes when stream is active. (#13882)
2021-12-12 18:04:46 +01:00
Alexey Pavlov e799c3e4d5
Merge branch 'arendst:development' into development 2021-12-12 09:00:17 +03:00
Alexey Pavlov 45aeaede9a Add blor command + bug fixes 2021-12-12 08:59:52 +03:00
Max d5c58cb565 Update xsns_62_MI_HM10.ino
1. Fixed HA topics creation: shorten sensor names to fit in total 30 chars for topic name.
2. Removed unnesessary code comment.
2021-12-12 00:01:28 +03:00
Max 8bbd5d588b
Merge branch 'arendst:development' into development 2021-12-11 23:58:46 +03:00
s-hadinger 4aebb15987
Merge pull request #13967 from tony-fav/dev-SO92forALL
Enable SetOption92 for platforms beyond ESP8266
2021-12-11 19:44:38 +01:00
Theo Arends 2b1d469940
Merge pull request #13986 from lucboudreau/thermostat_relayoffwhenoff
Turns off the relay once when the thermostat is switched off to preve…
2021-12-11 12:21:36 +01:00
Theo Arends 0a15ff1307
Merge pull request #13993 from pcdiem/pwmd-2button
Add PWM Dimmer 2-button support
2021-12-11 12:20:33 +01:00
Theo Arends 0c032c5608
Merge pull request #14000 from barbudor/ezoo2_sensor_message
Fix EZOO2 sensor message format
2021-12-11 12:20:18 +01:00
Stephan Hadinger c261a4f863 Fixed strptime 2021-12-11 10:21:57 +01:00
Barbudor 6ded581a37 fix O2 sensor message format 2021-12-11 09:18:14 +00:00
Stephan Hadinger 6905cfbe40 Remove leftover 2021-12-10 23:22:46 +01:00
Stephan Hadinger dbd321291e Berry strptime 2021-12-10 23:18:49 +01:00
s-hadinger c26d393112
Merge pull request #13995 from s-hadinger/apply_MQTT_TLS_FINGERPRINT
Apply MQTT_TLS_FINGERPRINT
2021-12-10 22:06:45 +01:00
Stephan Hadinger 1615c55583 Apply MQTT_TLS_FINGERPRINT 2021-12-10 21:53:43 +01:00
Stephan Hadinger c2880d2dee Berry minor cleaning 2021-12-10 21:48:06 +01:00
Paul C Diem 922d867717 Add 2-button support 2021-12-10 11:36:24 -06:00
Luc Boudreau b0b1b79fbd Turns off the relay once when the thermostat is switched off to prevent it from being kept on forever, as a safety precaution. 2021-12-09 17:35:29 -05:00
Stephan Hadinger 5e8bf1eb05 Add timeout 2021-12-09 22:39:24 +01:00
Stephan Hadinger 4168421590 Remove flush 2021-12-09 22:15:15 +01:00
Stephan Hadinger 9faadaca67 Berry added `tcpclient` 2021-12-09 22:00:24 +01:00
Stephan Hadinger 4cd926e008 Berry pycoc optimization 2021-12-09 19:37:00 +01:00
Max 696e33a677 MI_HM10 added support Mi Scale
1. Added Mi Scale v1/Mi Scale v2 support via BLE advertising packets
2. Added features "scale" and "impedance" to features list
2021-12-09 11:26:54 +03:00
tony-fav 79b534d239 Enable SetOption92 for platforms beyond ESP8266 2021-12-08 13:09:54 -05:00
Theo Arends 74996fae0e
Merge pull request #13960 from gemu2015/scripter_update
new functions and housekeeping
2021-12-08 17:21:08 +01:00
Theo Arends 56db8ed749
Merge pull request #13958 from gemu2015/sml_update
sml update
2021-12-08 17:19:48 +01:00
Theo Arends 519ccf3b9e
Merge pull request #13957 from gemu2015/display_update
Display update
2021-12-08 17:19:33 +01:00
Theo Arends a06c01cd91 Bump version 10.1.0.1 2021-12-08 16:49:35 +01:00
gemu2015 153e5c2998 configurable text sfac 2021-12-08 16:32:02 +01:00
gemu2015 6301b598f5 =d fix, trx list allow split lines 2021-12-08 16:30:11 +01:00
gemu2015 732c7a4116 new functions and housekeeping 2021-12-08 16:28:29 +01:00
Theo Arends 6093fb8299
Merge pull request #13936 from logon84/development
Support for enhanced temp registers in newer Mitsubishi units
2021-12-08 10:41:33 +01:00
Barbudor 261338729c make mi32option23 compliant with full topic 2021-12-07 22:01:57 +01:00
Barbudor ded6a862da fix compile error 2021-12-06 20:45:05 +00:00
logon84 2e5b7deead
Update xdrv_44_miel_hvac.ino 2021-12-06 19:36:56 +01:00
logon84 038970c826
Add files via upload 2021-12-06 19:35:13 +01:00
logon84 8efb7d005c
Update xdrv_44_miel_hvac.ino 2021-12-06 19:01:26 +01:00
logon84 9237b4f449
Add files via upload 2021-12-06 18:59:10 +01:00
logon84 3981afa95f
Merge branch 'arendst:development' into development 2021-12-06 18:57:21 +01:00
Theo Arends 41e63321f1 Add SPM yellow error led support 2021-12-06 15:11:59 +01:00
logon84 a55cc22cd7
Add files via upload 2021-12-06 13:53:42 +01:00
logon84 90add2b4c2
Add files via upload 2021-12-06 13:50:47 +01:00
Theo Arends 1a448ae364 Fix SPM energy energy values 2021-12-06 10:57:25 +01:00
logon84 3f1e5746a1
Update xdrv_44_miel_hvac.ino 2021-12-06 03:10:30 +01:00
logon84 56d697f30a
Merge branch 'arendst:development' into development 2021-12-06 01:35:12 +01:00
logon84 1bfcdea9be
Add files via upload 2021-12-06 00:29:05 +01:00
logon84 4704829412
Add files via upload 2021-12-05 23:59:04 +01:00
Theo Arends 0cdf6c9653 Refactor Shift595 2021-12-05 14:49:49 +01:00
Theo Arends a6bcb38ca1
Merge pull request #13921 from jziolkowski/support_74hc595
Add support for 74x595 shift registers
2021-12-05 14:16:15 +01:00
jziolkowski 63ff462f53 using pointer for Shift595, refactored pin init 2021-12-05 13:40:01 +01:00
jziolkowski 8288d74bb2 Reduce the max count of devices to never exceed MAX_RELAYS 2021-12-04 18:12:41 +01:00
jziolkowski d855cc22a0 Add support for 74x595 shift registers 2021-12-04 17:52:29 +01:00
Theo Arends 4d05fb153c Remove BlockedLoop detection from ESP32 2021-12-04 17:39:04 +01:00
Theo Arends 1d3a3ee415 Make SspmDisplay persistent 2021-12-04 16:14:08 +01:00
jziolkowski 8c12424d78 WIP 2021-12-04 15:39:00 +01:00
Barbudor 2f9172a59f fix pulsetime for more than 8 relays/power devices 2021-12-04 15:03:15 +01:00
Theo Arends 3a92189c44 Add command SspmDisplay
Add command ``SspmDisplay 0/1`` to change GUI display to powered on relays only.
2021-12-04 12:26:19 +01:00
Theo Arends 9cc2394d67 Add shift 74xx595 persistence 2021-12-04 12:02:26 +01:00
logon84 2437ab117f
Add files via upload 2021-12-04 11:18:13 +01:00
logon84 490b004ebb
Update xdrv_44_miel_hvac.ino 2021-12-04 02:33:07 +01:00
s-hadinger 86e84d167b
Merge pull request #13912 from s-hadinger/lvgl_screenshot_bmp
LVGL screenshot in BMP format
2021-12-03 20:40:54 +01:00
Stephan Hadinger d6760962cd LVGL screenshot in BMP format 2021-12-03 20:12:46 +01:00
Stephan Hadinger 039fd65f64 LVGL simplified font code 2021-12-03 20:10:24 +01:00
Michael 34ad6a736c Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-03 17:07:48 +01:00
Michael 306ed0d2dd max7219 dot matrix ready for pull request 2021-12-03 16:50:55 +01:00
Theo Arends 488c84e61b Fix JSON SSPM energy today/yesterday 2021-12-03 14:29:41 +01:00
Stephan Hadinger aa123eff8c Fix compilation error 2021-12-03 13:53:04 +01:00
Barbudor 57b27578f6 Driver for '595 shift register 2021-12-02 22:14:47 +01:00
Theo Arends 86628c9f5e Fix negative temperatures in NRF24
Fix negative temperatures in NRF24 (#13894)
2021-12-02 14:02:22 +01:00
Stephan Hadinger cb7d3ddb83 Fix link in AWS CA 2021-12-01 23:02:45 +01:00
s-hadinger a3f5d0df58
Merge pull request #13890 from s-hadinger/leds3
Berry leds improvements
2021-12-01 22:59:55 +01:00
Stephan Hadinger 5d91392ae8 Berry leds improvements 2021-12-01 22:44:58 +01:00
Stephan Hadinger e98d632e07 TLS always set ALPN for AWS IoT 2021-12-01 22:41:44 +01:00
Stephan Hadinger b409377068 MQTT TLS dual mode (CA or fingeprint) in same firmware, ``SetOption132 1`` to force fingerprint 2021-12-01 21:38:28 +01:00
Theo Arends 9b72a44367
Merge pull request #13053 from groth-its/ha-device-classes
Add / correct home assistant device classes
2021-12-01 17:50:51 +01:00
Theo Arends 16e83d1430 Fix LSC MC template 2021-12-01 16:05:03 +01:00
s-hadinger f640617232
Merge pull request #13883 from s-hadinger/berry_set_power_arg
Improve set_power_handler
2021-12-01 14:01:36 +01:00
Stephan Hadinger 188d6c86c1 Improve set_power_handler 2021-12-01 13:52:48 +01:00
Theo Arends 5d60365dfb Formalize USE_SONOFF_SPM 2021-12-01 11:21:56 +01:00
pkkrusty 229b772d99
Changed log level of NRG: EnergyTotal to Level 4 vs Level 3
With console log set to level 3, this function prints out the EnergyTotal every second, which makes the console pretty useless for any other debugging work. Makes more sense to me to have it output all that on Level 4.  Still accessible if people want it, but less obtrusive for normal debugging work.
2021-11-30 14:05:40 -08:00
s-hadinger e951fa9f31
Merge pull request #13874 from perexg/zigbee-serial-reset
ZigBee serial: always initialize RST pins (for TCP serial server)
2021-11-30 22:38:00 +01:00
Jaroslav Kysela 838ac68a84 ZigBee serial: always initialize RST pins (for TCP serial server) 2021-11-30 18:27:13 +01:00
Theo Arends 3535b7543e Add support for GPE Multi color smart light
Add support for GPE Multi color smart light as sold by Action in the Netherlands
2021-11-30 16:03:57 +01:00
Theo Arends f53e9462b3 Bump version to 10.0.0.4 2021-11-30 15:43:43 +01:00
Theo Arends f2b98f7da3 Add Xdrv function FUNC_BUTTON_MULTI_PRESSED 2021-11-30 14:55:45 +01:00
Theo Arends 6bd0140dd9 Fix function changeUIntScale edge cases 2021-11-30 12:38:12 +01:00
Theo Arends 20a87186fd
Merge pull request #13834 from lucboudreau/thermo_sensor
Adds some minimal sensor data to the thermostat driver to allow basic…
2021-11-30 10:09:50 +01:00
Theo Arends 79191b32be
Merge pull request #13861 from pcdiem/pwm-dimmer-2
Make sure PWM Dimmer night light stays updated
2021-11-30 10:08:43 +01:00
Theo Arends a88039ef97
Merge pull request #13870 from Tortue95/development
Tuya: add tuya_allow_dimmer_0 (SetOption131)
2021-11-30 10:07:14 +01:00
s-hadinger 03606b9267
Merge pull request #13868 from s-hadinger/berry_devices_present
Berry add `tasmota.global.devices_present`
2021-11-30 08:29:46 +01:00
Luc Boudreau 7e24f88f79 Adds some minimal sensor data to the thermostat driver to allow basic control by third party. 2021-11-29 18:11:00 -05:00
Stephan Hadinger a290a1b5de Rename to `set_power_handler` 2021-11-29 23:29:21 +01:00
Stephan Hadinger 38d834dda9 Add `set_power` event 2021-11-29 23:21:21 +01:00
Stephan Hadinger f77f77258f Berry add `tasmota.global.devices_present` 2021-11-29 23:11:25 +01:00
Tedrick DUFOUR 6cbe0198cc tuya_allow_dimmer_0: edit comment 2021-11-29 22:46:31 +01:00
Stephan Hadinger 46b7347689 Berry limit size of log 2021-11-29 22:34:47 +01:00
Paul C Diem 8632f971ec Make sure PWM Dimmer night light stays updated 2021-11-29 14:53:24 -06:00
Stephan Hadinger 992b11378f Berry allocate logs in PSRAM 2021-11-29 21:51:46 +01:00
Tedrick DUFOUR 0f08b4cbca add tuya_allow_dimmer_0 (SetOption131) 2021-11-29 19:27:09 +01:00
Michael 5b3266e7ca Support for more than 8 matrix devices 2021-11-29 15:27:55 +01:00
s-hadinger 2e16db474f
Revert "WS2812 RMT work-around" 2021-11-29 09:50:14 +01:00
Tortue95 80d7f2e2ef
Tuya: DimmerRange issue
**Related issue:**
https://github.com/arendst/Tasmota/issues/11349#issuecomment-978348187
https://github.com/arendst/Tasmota/issues/11349#issuecomment-978348187

I did not dare to modify the DimmerRange for the CTLight, because I do not have one to test
2021-11-28 23:26:20 +01:00
Stephan Hadinger dff20c41ad WS2812 RMT work-around 2021-11-28 22:48:36 +01:00
Stephan Hadinger b4cbeac215 Berry avoid LittleFS issue with persist 2021-11-28 18:10:18 +01:00
Alexey Pavlov af14b49435 merge conflict 2021-11-28 18:44:10 +03:00
Alexey Pavlov 71f1c1775f fix opentherm 2021-11-28 18:41:00 +03:00
Stephan Hadinger 85472e1be4 Berry Leds support for serpentine matrix 2021-11-27 19:33:11 +01:00
Stephan Hadinger f4d77b9f8b Berry update pre-compiled `partition.bec` with neest engine 2021-11-27 11:27:09 +01:00
Paul C Diem 71fb9b4dfc Fix next check time tests, mcast 2 times, only send ann if all acks rcvd 2021-11-26 16:42:24 -06:00
Stephan Hadinger 00b0ae245a Add HTTPS support to ``WebQuery`` (ESP32x only) 2021-11-26 18:58:35 +01:00
Jason2866 f336964cd3
add #define USE_WEBCLIENT_HTTPS
for some env
2021-11-26 17:41:45 +01:00
Theo Arends 52c4d2a1f7 Refactoring 2021-11-26 11:07:56 +01:00
stefanbode e55025295f
Change venetian blind tilt behavior at 0% and 100%
The original target tilt is maintained for the next operation. Anyhow the shutter stops at end position without any tilt change
2021-11-26 09:05:01 +01:00
Stephan Hadinger 2ae03c6e43 Berry add ``import re`` regex module 2021-11-25 22:57:37 +01:00
Theo Arends 4f67e0cdb8 Add more comments 2021-11-25 10:27:20 +01:00
Theo Arends 3a213900e0
Merge pull request #13790 from gemu2015/scripter_update
some serial tweaks
2021-11-25 08:47:48 +01:00
stefanbode b56ff4dfa3
Allow tilt change with wall buttons
If venetian shutter is stopped before start moving the actual tilt is stored as new target tilt for further operations.
2021-11-25 08:31:40 +01:00
gemu2015 b481a421e1 some serial tweeks 2021-11-25 07:04:41 +01:00
stefanbode daba522c93
fix of the fix... 2021-11-24 17:43:25 +01:00
Michael f2f6eba009 ready for ESP32 2021-11-24 17:24:40 +01:00
Theo Arends f5a86f4b88
Merge pull request #13779 from hallard/teleinfo_fix
Teleinfo use hardware energy counters
2021-11-24 09:45:36 +01:00
stefanbode 95c94ff4f3
Small bugfix
Wallbuttons did not work after first use because shutter was in tilt mode.
up/down webbuttons did not stop the shutter correctly in tilt mode
2021-11-24 09:34:51 +01:00
Michael c4a4bb0ff8 scroll works 2021-11-23 23:08:05 +01:00
Stephan Hadinger 5315ccb2c4 OTA over HTTPS 2021-11-23 22:15:08 +01:00
Charles 95e8d60081 use hardware energy counters 2021-11-23 17:24:29 +01:00
Michael 917777d2c5 first scroll 2021-11-23 14:46:19 +01:00
s-hadinger 8e8be867e6
Merge pull request #13772 from s-hadinger/berry_teleinfo
Berry add metrics to teleperiod
2021-11-22 21:20:20 +01:00
s-hadinger 81199879ed
Merge pull request #13773 from s-hadinger/berry_read_sensors_warning
Berry fix warning in `tasmota.read_sensors()`
2021-11-22 20:06:45 +01:00
Stephan Hadinger 1ea2c2e08d Berry fix warning in `tasmota.read_sensors()` 2021-11-22 19:38:52 +01:00
Stephan Hadinger a4cb5d9881 Berry add metrics to teleperiod 2021-11-22 19:29:53 +01:00
Theo Arends bb6bc41cb0 Add more information 2021-11-22 18:06:57 +01:00
Theo Arends 0f18553237 Remove Tasmota Gratuitous ARP code for ESP32
Remove Tasmota Gratuitous ARP code for ESP32 as it is performed by core/idf
2021-11-22 16:20:26 +01:00
Theo Arends e1c88eb5e1 Fix WS2812 StepPixels range check 2021-11-22 16:08:24 +01:00
Theo Arends 94d42ab9da
Merge pull request #13766 from curzon01/development
Fix NeoPool compile error
2021-11-22 12:37:45 +01:00
Theo Arends da460d5d7a Fix L indexes 2021-11-22 12:30:08 +01:00
Theo Arends 8ca727a523 Fix SSPM Gui energy display 2021-11-22 12:21:07 +01:00
Norbert Richter a1720b2ba6
Fix NeoPool compile error 2021-11-22 12:19:28 +01:00
Stephan Hadinger e173f7492e DisplayDimmer support for M5StickC 2021-11-21 22:05:07 +01:00
s-hadinger d506accdef
Merge pull request #13756 from s-hadinger/berry_call_sensors
Berry tasmota.read_sensors()
2021-11-21 20:12:14 +01:00
Stephan Hadinger cb0ad2c75b Berry tasmota.read_sensors() 2021-11-21 18:54:13 +01:00
Theo Arends 390d1ea003
Merge pull request #13752 from Jason2866/odroid
Odroid_go update to use autoconf
2021-11-21 15:21:29 +01:00
Jason2866 304f3399d6
add comment for corresponding if 2021-11-21 15:12:09 +01:00
Theo Arends 116da1f5d2 Fix SPM JSON Energy Total values 2021-11-21 14:32:57 +01:00
Theo Arends 010f8f8d37 Add ethernet support to Sonoff SPM
- Add ethernet support to Sonoff SPM
- Update template to "Sonoff SPM (POC2)" (#13447)
2021-11-21 14:15:38 +01:00
Jason2866 366ee8f263
Odroid 2021-11-21 13:53:03 +01:00
Theo Arends ced7aa5a08 Fix ESP32 ethernet broken by core 2.x
- Fix ESP32 ethernet broken by core 2.x
- Change ethernet hostname ending in ``_eth`` to ``-eth`` according to RFC952
2021-11-21 13:30:05 +01:00
Theo Arends 99388bd654
Merge pull request #13750 from barbudor/influxdb_teleperiod_refactor
InfluxDB: Add command IfxPeriod
2021-11-21 12:06:51 +01:00
Barbudor 235bf403c6 add IfxPeriod 2021-11-20 22:35:07 +01:00
Theo Arends efb77a6547 Rewrite Sonoff SPM state machine
- Rewrite Sonoff SPM state machine for easier maintenance
- Fix handling user output when initiating a scan
2021-11-20 17:29:10 +01:00
Michael 532e506946 use LedMatrix 1234 2021-11-20 17:28:38 +01:00
Theo Arends 6999f87566 Fix exception 0 when width is 0 2021-11-20 14:13:54 +01:00
s-hadinger 2c6d09929e
Merge pull request #13739 from mikep1998/development
When compiling with LVGL and Universal Display but NOT berry compile error.
2021-11-20 12:41:19 +01:00
s-hadinger cc5f799bdf
Plug zip (#13746) 2021-11-20 12:40:46 +01:00
Stephan Hadinger cad8c179b5 Berry add gc objects metrics 2021-11-20 09:49:23 +01:00
mikep1998 ca85acb687 Update xdrv_54_lvgl.ino
If using lvgl and universal display and NOT berry then Init_uDisplay declaration needed.
2021-11-19 16:56:15 -08:00
Stephan Hadinger 8a8724763f Berry add animation framework 2021-11-19 22:09:35 +01:00
Michael b3dd33f248 first init 2021-11-19 11:47:00 +01:00
Michael e5d176f6f4 init first LED 2021-11-19 11:45:07 +01:00
Stephan Hadinger 3f140b4b10 Berry support for neopixel (WS2812, SK6812) 2021-11-18 20:30:16 +01:00
Theo Arends dbec7712ad
Merge pull request #13595 from kruzer/stairs-pixels
Add simple stairs effects to ws2812 driver
2021-11-18 09:13:13 +01:00
Stephan Hadinger f3c235b8e9 Removed ILI9488 driver in favor of Unversal Display Driver 2021-11-17 22:48:48 +01:00
Theo Arends b19d1c580f Add Sonoff SPM POC
Add Sonoff SPM POC (#13447)
2021-11-17 17:25:16 +01:00
stefanbode 152663e021
Update xdrv_27_shutter.ino 2021-11-17 11:28:27 +01:00
stefanbode 6e24e04df0
Merge branch 'arendst:development' into venetian-patch 2021-11-17 11:21:37 +01:00
Theo Arends 3b9f3c621f
Merge pull request #13702 from s-hadinger/gpio_rest
ESP32 fix leftover GPIO configuration after restart
2021-11-17 09:17:46 +01:00
Adrian Scillato 7f8ca14770
Fix NTC Temp support for ESP32 2021-11-16 19:10:25 -03:00
Stephan Hadinger aca4223ad6 ESP32 fix leftover GPIO configuration after restart 2021-11-16 22:21:44 +01:00
Stephan Hadinger c4091c575b Berry simplified preinit and autoexec 2021-11-16 21:46:42 +01:00
stefanbode 8679cf52f5
Update xdrv_27_shutter.ino 2021-11-16 21:21:04 +01:00
stefanbode d20ac1138a
Update xdrv_27_shutter.ino 2021-11-16 21:11:34 +01:00
stefanbode 5e799716a7
Update xdrv_27_shutter.ino 2021-11-16 20:07:41 +01:00
stefanbode 681f66f157
Merge branch 'arendst:development' into venetian-patch 2021-11-16 17:09:13 +01:00
stefanbode c8e03e2d3b
Update xdrv_27_shutter.ino 2021-11-16 17:05:45 +01:00
Theo Arends 9771ac12cd
Merge pull request #13693 from gemu2015/renderer_update
Renderer update
2021-11-16 16:34:31 +01:00
stefanbode 6e120aa0b8
Update xdrv_27_shutter.ino 2021-11-16 15:28:14 +01:00
stefanbode 79979a27fb
Update xdrv_27_shutter.ino 2021-11-16 14:00:49 +01:00
stefanbode 2af856662a
Merge branch 'arendst:development' into venetian-patch 2021-11-16 13:46:44 +01:00
stefanbode 834244d2e1
Update xdrv_27_shutter.ino 2021-11-16 13:46:22 +01:00
stefanbode 65be8e6b59
Introduced: shuttertiltchange
shuttertiltchange allows a change of the tilt. Most likely used with buttons
2021-11-16 13:04:02 +01:00
stefanbode a2c34214e0
Update xdrv_27_shutter.ino 2021-11-16 13:02:36 +01:00
gemu2015 a35846769d epaper area update, fix graph overflow 2021-11-16 08:12:23 +01:00
gemu2015 d7dad7a883 get number of open sockets for debugging 2021-11-16 07:41:02 +01:00
gemu2015 ab39a667ba serial io, tasmtimer read 2021-11-16 07:39:55 +01:00
Stephan Hadinger b3796c4adb Preliminary support for Tasmota Application (.tapp files) 2021-11-15 23:06:04 +01:00
StoyanDimitrov a115f527a3
Update Bulgariant translation
Translation refinements.
2021-11-15 20:23:10 +00:00
stefanbode 46c4045ce1
Update xdrv_27_shutter.ino 2021-11-15 19:55:04 +01:00
stefanbode 0e2ad05c2c
Update xdrv_27_shutter.ino 2021-11-15 19:52:48 +01:00
stefanbode a6b0cf9d31
Update xdrv_27_shutter.ino 2021-11-15 18:43:47 +01:00
stefanbode 49eecf8143
Update xdrv_27_shutter.ino 2021-11-15 18:43:11 +01:00
stefanbode 0cc6f85634
Update xdrv_27_shutter.ino 2021-11-15 18:12:14 +01:00
stefanbode 6d47bfc46e
internal_dev 2021-11-15 17:31:15 +01:00
Jason2866 7442ae8f47
Enable Berry in bluetooth env
since it is now enough free RAM with latest framework.
2021-11-15 14:36:42 +01:00
Theo Arends 7879c1b4fa
Merge pull request #13586 from hallard/thermostat_webui
show Thermostat informations on WebUI
2021-11-15 08:32:55 +01:00
Theo Arends 8270b985ae
Merge pull request #13671 from tony-fav/dev-bledetails
BLEDetails2/3/4 JSON change "details" to "DetailsBLE" for more explicit Rule/Berry use
2021-11-15 08:32:00 +01:00
stefanbode 6da931e4e6
Update xdrv_27_shutter.ino
Missed a change
2021-11-14 22:25:03 +01:00
stefanbode 48685c2d42
Fixed Tilt Movement + Enhancement PWM Servo
Optimized venetian tilt operation when position was not exactly captured during operation. Shutter tried to find correct position and moves up and down because of the tilt.
Enhancement to PWM Servos. no minimum movement is required. Every Position can be reached directly
2021-11-14 22:17:28 +01:00
tony-fav ddca584dfe "details" to "DetailsBLE" for better rule use 2021-11-14 14:26:48 -05:00
Stephan Hadinger b83d6e9b04 Avoid bad ffsp pointer if no filesystem 2021-11-14 18:23:08 +01:00
s-hadinger a9f0585429
Autoconf v1 (#13665)
* Fix compiler warning

* Autoconfiguration for ESP32 and variants
2021-11-13 20:45:27 +01:00
stefanbode fa06a7bcfc
Bugfix: Shutter missed stop on tilt
Fix bug where shutter continuously moves, when tilt end was not reached due to rounding effects.
2021-11-13 17:31:04 +01:00
Theo Arends 1e326460bd ESP8266 Gratuitous ARP enabled
- ESP8266 Gratuitous ARP enabled and set to 60 seconds (#13623)
- Version bump to 10.0.0.3
2021-11-13 14:38:21 +01:00
s-hadinger 6766fca41c
Merge pull request #13658 from dgwynne/zigbee_symfonisk_quirk
apply IKEA tradfri quirk to symfonisk too
2021-11-13 12:53:56 +01:00
Theo Arends 02346b4e49 Update comments 2021-11-13 12:49:38 +01:00
Theo Arends f19462f64b Fix ESP32-S2 TSettings memory usage
Fix ESP32-S2 TSettings memory usage fixed to 4096 bytes regression from v9.5.0.8
2021-11-13 12:44:45 +01:00
Theo Arends 4ba9fe775a
Merge pull request #13507 from Lenbok/pvvx-reed-switch-status
Reflect PVVX firmware reed switch status
2021-11-13 11:48:15 +01:00
David Gwynne c52f130afb
apply IKEA tradfri quick to symfonisk too 2021-11-13 20:37:10 +10:00
Theo Arends f5b73bdf9c Fix ESP32-S2 compilation
Fixed 568726be6f
2021-11-12 16:31:22 +01:00
Theo Arends dbd7d29765 Fix CSE7761 comms
Fix CSE7761 and Sonoff Dual R3 comms
2021-11-12 14:39:14 +01:00
s-hadinger c8c21e9e37
Tcpbridge fix warning (#13651)
* Fix compiler warning

* Fix compiler warning
2021-11-12 09:43:55 +01:00
Barbudor e36b375fcb
Fix tcp bridge serial config (#13649)
* proper convert serial config

* fix arduino prototype parsing
2021-11-12 09:07:06 +01:00
Charles d98235def3 added cycle time and Pi auto tuning on WEBUI 2021-11-11 19:54:00 +01:00
Charles 967d231f38 Display Current Temperature instead of Sensor Temperature 2021-11-11 17:34:51 +01:00
Charles d352277c8e Fixe compilation error with no DEBUG_THERMOSTAT 2021-11-11 17:12:58 +01:00
Charles be6fbefb46 Merge branch 'development' into thermostat_webui 2021-11-11 16:54:09 +01:00
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
kruzer ab2438e9a3 Added some comments 2021-11-07 11:58:46 +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
kruzer ccd24754d3 code cleaning 2021-11-07 02:40:52 +01:00
Adrian Scillato c48ff05463
Fix JSON format for EnergyToday Command Response 2021-11-06 21:20:48 -03:00
kruzer 759cc60489 fixed settings 2021-11-06 23:48:15 +01:00
kruzer 08d8fef3c8 Merge settings 2021-11-06 23:45:34 +01:00
kruzer ff1fa76971 Merge branch 'development' of https://github.com/kruzer/Tasmota into stair-pixels 2021-11-06 23:44:47 +01:00
Stephan Hadinger 318a9cbc99 Zigbee map fix potential negative number 2021-11-06 19:22:35 +01:00
Charles cba8a55156 added comments about define strings 2021-11-06 12:39:44 +01:00
Charles d033c2b5ee Update xdrv_39_thermostat.ino
Show state/values on WebUI
2021-11-06 12:35:53 +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
Giedrius Koksta 888f5b2f36 add index number to all thermostat responses 2021-11-03 23:15:14 +02:00
Jason2866 e20fd9a8ec
Update de_DE.h 2021-11-03 16:43:49 +01:00
bovirus 05b2045d88
Update Italian language 2021-11-03 12:18:38 +01:00
Theo Arends 5243b17a1a Add 1 second heartbeat GPIO 2021-11-03 11:58:05 +01:00
Theo Arends 77e0ed68e9
Merge pull request #13544 from Jason2866/facedetect
Disable Face Detection for Webcam with Core 2.0.x
2021-11-03 10:52:03 +01:00
Theo Arends eedaef0928 Fix profiling compile time warnings 2021-11-03 10:42:30 +01:00
kruzer 42267c2bd9 Working effects of gradual highligting based on scheme 13, bitwise rotation settings, fade effect 2021-11-03 00:03:06 +01:00
Jason2866 61c381be94
Update xdrv_81_esp32_webcam.ino 2021-11-02 17:00:22 +01:00
Theo Arends 776ed8a65c Hide MCP230xx power changes 2021-11-02 16:36:36 +01:00
Theo Arends 903c5c1de7 Refactor BM8563 driver 2021-11-02 14:54:32 +01:00
kruzer bf8a8c621e added config variable StepPixels 2021-11-01 12:31:08 +01:00
Jason2866 e87ec95a42
Disabled with core 2.0.x
since it is generating compile errors with
2021-10-31 20:32:00 +01:00
Jason2866 a3d912e0ae
revert disable 2021-10-31 19:31:14 +01:00
Jason2866 876111585d
Disabled with core 2.0.x
since it is generating compile errors with
2021-10-31 19:26:28 +01:00
Theo Arends dba1f32c82 Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
Theo Arends 58935bf708 Fix ESP32 Core 2.x HTU detection speed 2021-10-31 14:27:34 +01:00
Theo Arends 8db8383d59 Generic fix for ESP32 I2C 2021-10-31 14:03:58 +01:00
Theo Arends 818f86809b Fix ESP32 core 2.0.1rc1 I2C stability
Fix ESP32 core 2.0.1rc1 I2C stability by performing new function wire.end() cleaning up SHT driver initiated GPIO changes. This solves HTU driver issue.
2021-10-31 12:58:28 +01:00
Theo Arends 25026b5923 Fix ESP8266 exception when using profiling 2021-10-31 11:57:06 +01:00
Milenko Mitrovic 7ec0c417b3 Added support for Mi Scale V1 2021-10-30 11:19:44 +02:00
Theo Arends 45fcd8ac83 Add optional profiling 2021-10-29 18:49:29 +02:00
Theo Arends c11083c306
Merge pull request #13508 from Noschvie/patch-9
Change comment for field voltage and frequency
2021-10-29 11:52:44 +02:00
Norbert 5fc7c6f796
Change comment for field voltage and frequency 2021-10-29 08:51:21 +02:00
Lenbok 628c00f090 Reflect PVVX firmware reed switch status
The first bit of the flag field reflects reed switch status so this
device can additionally be used to monitor the status of a door.
2021-10-29 19:43:10 +13:00
Stoyan Dimitrov 375bfb9eec Update Bulgarian translation 2021-10-28 20:20:00 +03:00
Theo Arends ab6b2d1321
Merge pull request #13497 from Baton34/development
Update Russian language file.
2021-10-28 17:12:52 +02:00
Theo Arends f8843acbde Fix ESP core 2.0.0 I2C exception 2021-10-28 15:57:24 +02:00
Baton34 e4c91fc247
Update ru_RU.h 2021-10-28 15:45:40 +03:00
Baton34 5860f44206
Update ru_RU.h 2021-10-28 15:39:00 +03:00
Theo Arends 4c65de2561 Fix OTA watchdog caused by TWDTLoop() 2021-10-27 16:22:50 +02:00
Charles c753baccd2 Show GPIO config on EnergyConfig command 2021-10-27 13:56:22 +02:00
Theo Arends 74c1df8fdb
Merge pull request #13487 from Noschvie/patch-7
Fixed comment in xnrg_08_sdm120.ino
2021-10-27 09:20:07 +02:00
Theo Arends ce81b6a9fd
Merge pull request #13480 from s-hadinger/TWDT_10s
Increase TWDT to 10s
2021-10-27 09:19:18 +02:00
Norbert ca267623d9
Fixed comment in xnrg_08_sdm120.ino
The comment for SDM120_SPEED is fixed.
2021-10-27 08:51:52 +02:00
s-hadinger 6158032723
Berry add stack increase observability (#13482)
* Berry add stack increase observability

* Berry stack increase in bytes
2021-10-26 23:13:16 +02:00
Stephan Hadinger 39e764a6e4 Increase TWDT to 10s 2021-10-26 22:04:07 +02:00
Stephan Hadinger cb27f53816 LVGL OpenHASP alpha 4 2021-10-26 21:58:21 +02:00
mikep1998 406a1882c9
Merge branch 'arendst:development' into development 2021-10-26 10:12:11 -07:00
mikep1998 67a7e28b78 WIFI connection retry
Allow #define to change wifi connection timeout.
2021-10-26 10:11:21 -07:00
gemu2015 800b4061ae fix compression error message 2021-10-26 08:03:30 +02:00
Stephan Hadinger 07e848cd30 LVGL OpenHASP alpha 3 2021-10-25 22:20:48 +02:00
Stephan Hadinger e047260158 LVGL add roboto condensed 2021-10-23 16:13:00 +02:00
Stephan Hadinger 6fa5aec939 LVGL OpenHASP alpha2 2021-10-23 15:08:33 +02:00
Theo Arends 36e51ff4bb
Merge pull request #13441 from gemu2015/sml_fix
fix sml compile error SML_MAX_VARS missing
2021-10-23 14:36:01 +02:00
Charles 5c7e1657ed use setOption103 2021-10-23 14:08:40 +02:00
gemu2015 41639d46c2 fix sml compile error SML_MAX_VARS missing 2021-10-23 08:07:51 +02:00
Theo Arends 2d4e5a86c9 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-10-21 18:35:28 +02:00
Theo Arends b65e0fb21e Fix compile error 2021-10-21 18:35:25 +02:00
Theo Arends af85cbedb1
Merge pull request #13411 from s-hadinger/twdt_to_tasmota
Move TWDT watchdog from esp-idf to Tasmota
2021-10-21 16:59:39 +02:00
Theo Arends 071971edaa Fix initial reset RTC memory based variables
Fix initial reset RTC memory based variables like EnergyToday and EnergyTotal
2021-10-21 16:24:41 +02:00
Theo Arends 9e612dcb8b
Merge branch 'development' into twdt_to_tasmota 2021-10-21 15:59:54 +02:00
Barbudor 38c9942c2c file editor no-wrap 2021-10-20 22:49:50 +02:00
Stephan Hadinger 06b4dba98a Bump to version 10.0.0.1 2021-10-20 20:40:26 +02:00
Stephan Hadinger 9f7a52633a Berry add module ``python_compat`` to be closer to Python syntax 2021-10-20 19:04:18 +02:00
Stephan Hadinger 3d3d634070 Berry support for tele rules 2021-10-19 22:38:54 +02:00
Stephan Hadinger 24afc50375 Berry add access to Settings 2021-10-19 21:47:48 +02:00
Stephan Hadinger b8b1e0ca5f Berry sleep global 2021-10-19 21:13:52 +02:00
Stephan Hadinger f4dc0090b0 Move TWDT watchdog from esp-idf to Tasmota 2021-10-19 21:00:48 +02:00
Stephan Hadinger 0fa343c447 Berry add a watchdog 2021-10-19 20:14:31 +02:00
blakadder bb0551de9a
fix comment to reflect actual driver name 2021-10-19 12:08:54 +02:00
Theo Arends 08cf51ae5a Bump version to 10.0.0.0 2021-10-19 10:56:08 +02:00
gemu2015 7a01c70e7c force hide files on sdc 2021-10-19 08:08:55 +02:00
Theo Arends 097a556e99 Fix ESP32 invalid initial NVM config count 2021-10-18 15:41:37 +02:00
Stephan Hadinger f3c11c6951 Berry return last message in tasmota.cmd() 2021-10-18 11:24:11 +02:00
bkcsfi de554466cc
fix typo in comment
comment didn't match code, I updated the comment to match
2021-10-17 15:25:55 -04:00
Adrian Scillato 8605ad3cb8
Merge pull request #13381 from ascillato/patch-1
Update Spanish Translation
2021-10-16 15:31:26 -03:00
Adrian Scillato 5fe5507659
Merge pull request #13383 from ascillato/patch-3
Update BR Portuguese Translation
2021-10-16 15:31:18 -03:00
Adrian Scillato 490d801028
Update BR Portuguese Translation 2021-10-16 14:52:50 -03:00
Adrian Scillato a34d55e93d
Update PT Portuguese Translation 2021-10-16 14:51:23 -03:00
Adrian Scillato 008a389a9c
Update Spanish Translation 2021-10-16 14:48:17 -03:00
Theo Arends 0f33fa3293 Update nl_NL.h 2021-10-16 15:13:09 +02:00
Theo Arends a9c39d3cc0
Merge pull request #13378 from tidabek/development
Update pl_PL.h
2021-10-16 13:41:03 +02:00
Theo Arends 30be35d6ed Fix legacy led support
Fix legacy led support (#13368)
2021-10-16 13:26:38 +02:00
TID aac8ba83c3
Update pl_PL.h
Several language modifications
2021-10-16 12:47:05 +02:00
bovirus d8f89a875b
Update Italian language
@ascillato 

Please check and merge. Thanks.
2021-10-16 10:38:05 +02:00
Stephan Hadinger 560e676be3 LVGL Berry remove constants 2021-10-15 21:26:33 +02:00
Stephan Hadinger 164d14496b LVGL Berry namespace ``lv.*`` added and removed ``lv_*`` constants 2021-10-15 19:34:37 +02:00
Theo Arends 4529b6a5c9 Extend energy dummy driver
Extend energy dummy driver for supporting negative current and/or active power values simulating solar panel energy production
2021-10-15 16:28:16 +02:00
Theo Arends b499a1d1d5 Fix esp32-c3 default OTAurl 2021-10-15 13:11:28 +02:00
Theo Arends 13a8f5772f
Merge pull request #13364 from curzon01/development
Fix neopool filtration speed del
2021-10-14 17:41:27 +02:00
Theo Arends 91715b6d42 Fix ESP32 hang using emergency reset 2021-10-14 17:32:43 +02:00
Norbert Richter ef1e3591ca
Fix neopool filtration speed del 2021-10-14 17:27:43 +02:00
Theo Arends eb901cfe3c Fix valid negative energy totals (#13363)
Fix valid negative energy totals (#13363)
2021-10-14 16:21:35 +02:00
Norbert Richter feb31055fd
Add NeoPool power module register description 2021-10-14 13:38:25 +02:00
Norbert Richter 474db121ee
Add NeoPool hydro module info description 2021-10-14 13:37:28 +02:00
Norbert Richter 9d947b2516
Fix NeoPool filtration pump config 2021-10-14 13:37:28 +02:00
Stephan Hadinger 8837ad6ff1 Berry stability fix 2021-10-14 09:15:19 +02:00
Jason2866 653c3a2dd4
Update de_DE.h 2021-10-12 11:46:23 +02:00
Stephan Hadinger a5897faa1b Fix merge conflict 2021-10-12 11:00:56 +02:00
Stephan Hadinger 72083d34a7 Reset GPIO16/17 on ESP32 only for non-pico 2021-10-12 10:58:06 +02:00
Theo Arends c940f932c8 Fix neopool compilation 2021-10-12 10:54:12 +02:00
Theo Arends c010a4b9de
Merge pull request #13343 from curzon01/dev-neopool
Add NeoPool cell runtime, rw error repetition, register desc
2021-10-12 10:44:41 +02:00
Adrian Scillato 9da6f22fc8
Merge pull request #13341 from ascillato/patch-5
Update Version of FR translation File
2021-10-11 20:37:16 -03:00
Adrian Scillato 0592a96d1b
Merge pull request #13339 from ascillato/patch-3
Update Portuguese PT Translation
2021-10-11 19:44:11 -03:00
Adrian Scillato bb9f408a3d
Merge pull request #13340 from ascillato/patch-4
Update Version of IT Translation File
2021-10-11 19:44:01 -03:00
Adrian Scillato 805b199255
Update Version of FR translation File 2021-10-11 19:42:04 -03:00
Adrian Scillato 3cbaae895d
Update Version of IT Translation File 2021-10-11 19:41:20 -03:00