Jason2866
0bddfad14e
No Ethernet support for the C2 ( #21691 )
...
* No Ethernet for the C2
* Post process: Disable always Ethernet for C2
* better check for Ethernet available
* typo
* excluse c2 with `ifndef`
2024-06-25 15:13:16 +02:00
Christian Baars
d15b88f746
improve parser ( #21648 )
2024-06-16 20:54:59 +02:00
Theo Arends
75c47b6948
Extend command ``SetOption147 1`` to disable publish of IRReceived MQTT messages ( #21574 )
2024-06-14 11:23:03 +02:00
Jason2866
4fbe3590be
add TM1638 switches to display build ( #21617 )
2024-06-12 20:23:43 +02:00
Theo Arends
87148ae0c1
Change SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode``
...
- Bump version v14.1.0.2
2024-06-11 17:27:39 +02:00
Christian Baars
aa217e13b9
refactoring, bugfixes, generic device scanning ( #21603 )
2024-06-10 10:50:50 +02:00
Theo Arends
dcc7021384
Remove GPIO_I2S_BCLK_IN, GPIO_I2S_WS_IN
2024-06-04 14:19:11 +02:00
Theo Arends
243411916b
Bump v14.1.0.1
2024-06-03 14:50:59 +02:00
s-hadinger
0bd5f6b27a
Remove deprecated code from drivers, `USE_TTGO_WATCH` and `USE_M5STACK_CORE2` ( #21533 )
2024-05-31 08:58:11 +02:00
Theo Arends
2771827c15
Changed TCP bridge increased baudrate selection ( #21528 )
...
- Bump v14.0.0.4
2024-05-30 10:50:12 +02:00
Theo Arends
b61ea17ce1
Bump version v14.0.0.3
2024-05-29 17:17:53 +02:00
Theo Arends
bc6faa733c
Refactor Telegram
2024-05-28 17:47:35 +02:00
Theo Arends
5085a8bbbb
Bump version v14.0.0.2
2024-05-27 15:46:15 +02:00
Theo Arends
3b4035b3e2
Add FUNC_ABOUT_TO_RESTART ( #21460 )
2024-05-21 17:28:02 +02:00
Theo Arends
7824378755
Update changelogs
2024-05-21 10:22:29 +02:00
Theo Arends
009aa8d481
Prep ASR650X LoRaWan node
2024-05-19 12:09:33 +02:00
Barbudor
285a6f3532
knx dimmer and colour ( #21434 )
2024-05-18 22:15:46 +02:00
Barbudor
60a42f015e
Add command WebRun (as WebQuery extension) ( #21364 )
...
* tasmota-1m32
* ready
* add code usage
* clean
* remove also that
* remove WebQueryWithFunction in favor of default value
2024-05-18 22:15:16 +02:00
s-hadinger
b9bd558abe
Enabled watchdog for ESP32 and variants ( #21422 )
...
* Enabled watchdog for ESP32 and variants
* Ensure compilation for sageboot
* Fix compilation
* Fix compilation for RISCV
2024-05-16 21:19:34 +02:00
Theo Arends
9105b56ffd
Bump v14.0.0.1
2024-05-14 16:45:58 +02:00
Theo Arends
a3e57d6479
Add Support for compile time hostname with `#define WIFI_DEFAULT_HOSTNAME` ( #21236 )
2024-05-05 15:37:03 +02:00
Jason2866
1d7498d0b8
remove serial bridge from safeboot ( #21334 )
...
* remove serial bridge from safeboot
* Enable SPI in ESP32 safeboot
2024-05-03 15:31:48 +02:00
s-hadinger
041540c80c
Changed internal macro `APP_SLEEP` to `TASMOTA_SLEEP` to specify default sleep in ms ( #21324 )
2024-05-03 09:03:45 +02:00
s-hadinger
91dd120aa9
TCP Tx En GPIO type ( #21269 )
2024-04-24 19:53:01 +02:00
Jason2866
76970ddca9
restore config as it was before switch to core 3.0.0
2024-04-18 16:53:11 +02:00
Theo Arends
0f19dcdff8
Bump version v13.4.1.2
...
- ESP32-C3 OTA binary name from `tasmota32c3cdc.bin` to `tasmota32c3.bin` with USB HWCDC and fallback to serial (#21212 )
- ESP32-C6 OTA binary name from `tasmota32c6cdc.bin` to `tasmota32c6.bin` with USB HWCDC and fallback to serial (#21212 )
- ESP32-S3 OTA binary name from `tasmota32s3cdc.bin` to `tasmota32s3.bin` with USB HWCDC and fallback to serial (#21212 )
2024-04-18 14:01:27 +02:00
Theo Arends
7e14db4091
Add support for SPL06_007 pressure and temperature sensor ( #21185 )
2024-04-18 11:47:16 +02:00
Rai
13cbf26b87
Adds support for SPL06_007 Temperature & Pressure I2C (+10k2 code) ( #21185 )
...
* Adds support for SPL06_007 (+10k2 code)
* removes not so used methods.
Removes -2kb
* change doubles to floats
* fixes a name
* change sns idx to 25
2024-04-18 11:20:02 +02:00
Jason2866
1d04c000e2
Re enable Ethernet in safeboot for ESP32 ( #21199 )
...
by using the Arduino Solo1 framework. The framework has a smaller flash usage
2024-04-16 12:08:53 +02:00
s-hadinger
d9895a0fcb
SSD1351, ST7789 drivers replaced with uDisplay ( #21184 )
2024-04-15 19:52:57 +02:00
Theo Arends
1fe18cf7b6
Fix Core3 ESP32S2 compile
2024-04-15 13:00:09 +02:00
Theo Arends
d957c97c1e
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2024-04-15 12:26:52 +02:00
Theo Arends
6c5dee9556
Bump version to v13.4.1.1
...
- Changed ESP32 Framework (Arduino Core) from v2.0.15 to v3.0.0 (#21180 )
2024-04-15 12:26:48 +02:00
Jason2866
87ed42318a
Temp fix for too big ESP32 Safeboot firmwares
2024-04-15 12:24:31 +02:00
Jason2866
951fba99b1
Breaking: ESP32 Core 3.0.0 only support ( #21180 )
...
* Core 3.0.0 only
* rm Arduino30 settings
* rm lib ignore `NimBLE-Arduino`
* rm obsolete or duplicate env entrys
2024-04-15 11:39:48 +02:00
s-hadinger
a006e5fc53
SSH1106 driver replaced with uDisplay ( #21183 )
2024-04-15 10:57:14 +02:00
s-hadinger
0b4cddff72
SSD1331 driver replaced with uDisplay ( #21177 )
2024-04-14 18:06:17 +02:00
s-hadinger
05f4011491
SSD1306 driver replaced with uDisplay ( #21176 )
2024-04-14 16:46:58 +02:00
s-hadinger
ff43dc29b2
ILI9341 driver replaced with uDisplay ( #21169 )
2024-04-14 10:26:37 +02:00
Jason2866
a111c0ae8f
Use UDisplay and UTouch drivers ony ( #21163 )
2024-04-13 12:02:23 +02:00
Theo Arends
5cb3ea2114
Update changelogs
2024-04-12 16:01:00 +02:00
Jason2866
d3ab3ced1e
remove touch driver ( #21146 )
...
only UTouch is active
2024-04-11 21:16:22 +02:00
Theo Arends
9cacf2f609
Fix Power off due to overtemp and/ot overload
2024-04-08 12:03:11 +02:00
Jason2866
8a06984947
Shrink safeboot size for non ESP32 MCU ( #21115 )
...
* Ethernet in safeboot only for ESP32
2024-04-06 18:27:57 +02:00
Theo Arends
ed7909f23f
Removed unused `#define MQTT_DATA_STRING` support
2024-04-04 17:03:08 +02:00
Theo Arends
fe89774fe0
Bump version v13.4.0.4
...
- Add command ``PowerLock`` to disable power control of selected outputs (#21081 )
2024-04-03 11:47:38 +02:00
Julio Vilmar Gesser
60666fa1c5
Added support to multiple SR04 ( #20975 )
...
* added support to multiple SR04
* Reduced MAX # of SR04 to 3 as ESP32 has only 3 serial uarts
2024-03-31 15:12:29 +02:00
Theo Arends
71e666462c
Prep RN2XX3 support
2024-03-30 16:42:57 +01:00
Theo Arends
4b44d2fa32
Change ESP32 WiFi phy modes 11n and 11ax represented as HT20, HT40 and HE20 ( #19350 )
2024-03-29 13:04:44 +01:00
s-hadinger
6ad2c4c945
LVGL simplify configuration ( #21043 )
2024-03-26 23:16:16 +01:00
Jason2866
48aa621975
enable additionally `USE_UNIVERSAL_TOUCH` ( #21038 )
...
dedicated driver are still enabled. To be disabled when transition to UTouch is finished
2024-03-26 16:34:43 +01:00
s-hadinger
10465ce941
Added GPIO for SPI for Universal Touch Screen ( #21025 )
...
* Added GPIO for SPI for Universal Touch Screen
* Rename GPIOs
* Fix indentation
* Add parsing of I2C Reset and IRQ GPIOs
2024-03-25 22:04:50 +01:00
Christian Baars
46fae91e10
fix BTHome, prep BLE5 ( #20989 )
2024-03-20 11:22:35 +01:00
Theo Arends
f18bbae23a
Bump version v13.4.0.3
2024-03-18 11:11:12 +01:00
Theo Arends
cc8614da9c
Add command ``RfTimeout`` to Sonoff RFBridge ( #20937 )
2024-03-14 17:21:09 +01:00
fb-pilot
f7ae60a9e4
expand xsns_100_ina3221 to optionaly calculate the charge and / or Energy per chanel ( #20915 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Update en_GB.h
* Update xsns_100_ina3221.ino
* Add files via upload
* Add files via upload
I hope I have all details now changed ;-))
* Add files via upload
I still found a little detail to beutify ;-)
2024-03-12 08:12:22 +01:00
Theo Arends
ce419cce81
Add LoRa to ESP8266
2024-02-29 17:12:08 +01:00
Theo Arends
daa24af6f6
Bump version to v13.4.0.2
2024-02-29 13:36:08 +01:00
Theo Arends
3bbc33f554
Add support for Github SED inserted SHA_SHORT
2024-02-29 13:03:41 +01:00
s-hadinger
a2bb0afea2
IR support data larger than 64 bits ( #20831 )
2024-02-28 22:42:29 +01:00
Theo Arends
d61c96a485
Add command LoRaConfig
2024-02-26 17:31:24 +01:00
stefanbode
ae01d4ccd5
Support for 3 pulse relay shutters OPEN/CLOSE/STOP ( #20758 )
...
* new option on dedicated STOP relay.
* added new stoprelay shutter
* fix
* new option stoprelay
* fix
2024-02-23 22:54:39 +01:00
Theo Arends
d258b9a758
Prep LoRa 2
2024-02-23 16:20:09 +01:00
Theo Arends
d4980b9957
Prep SPI LoRa
2024-02-23 14:58:39 +01:00
Theo Arends
fb003e006e
Add Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` ( #4771 )
2024-02-18 18:00:41 +01:00
Theo Arends
bee3b5b66a
Bump version v13.4.0.1
2024-02-14 17:57:17 +01:00
Theo Arends
080cdb4f0d
Add core3 ethernet support on SPI for all ESP32 models
2024-02-14 16:19:51 +01:00
Theo Arends
70a4fbd800
Add command ``SetOption159 1`` to enable counting on both rising and falling edge ( #20712 )
2024-02-14 11:22:41 +01:00
Christian Baars
b02de6de6f
add BLE.info() ( #20682 )
2024-02-08 11:31:48 +01:00
Theo Arends
4fb9e10fcf
Add SO158
2024-02-07 16:17:11 +01:00
Fulvio Spelta
ab8676d865
SetOption158 publish/suppress ModbusReceived MQTT messages ( #20678 )
2024-02-07 15:57:09 +01:00
Theo Arends
6cfe979f1b
Enable GPIO viewer on ESP32
2024-02-05 15:09:49 +01:00
Theo Arends
a408326326
Bump version to v13.3.0.5
2024-02-05 12:24:32 +01:00
Christian Baars
a95314ff96
fix build for Core 2 ( #20645 )
2024-02-02 15:17:45 +01:00
Christian Baars
083ddad683
add BTHOME ( #20625 )
2024-01-30 17:50:03 +01:00
Theo Arends
4bc7b4ec2f
Add ESP32 support for DS18x20 on Shelly Plus Add-On ( #20580 )
2024-01-26 12:26:47 +01:00
Theo Arends
85c1413eb1
Bump version v13.3.0.4
2024-01-22 17:03:52 +01:00
Theo Arends
95f76d623f
Changed command ``TimedPower`` refactored from String to LList
2024-01-21 14:29:44 +01:00
s-hadinger
de91133414
Zigbee ``ZbEmulation`` to selectively exclude some devices from Hue/Alexa emulation ( #20552 )
2024-01-21 11:42:04 +01:00
Theo Arends
c9d0106007
Removed max number of 30 backlog entries
2024-01-18 16:32:28 +01:00
Theo Arends
5545c82e68
Prep for generic use
2024-01-16 17:52:06 +01:00
Theo Arends
34b98f5527
Make it a smaller slice
2024-01-16 17:07:23 +01:00
Theo Arends
789fd1e055
Add command ``TimedPower``
...
Add command ``TimedPower<index> <milliseconds>[,ON|OFF|TOGGLE|BLINK]`` executes ``Power<index> [ON|OFF|TOGGLE|BLINK] `` and after <millisecond> executes ``Power<index> [OFF|ON|TOGGLE|OFF]``
2024-01-15 23:58:33 +01:00
Theo Arends
2c555cf15b
Add thin line as sub-separator
2024-01-15 15:51:00 +01:00
Theo Arends
637fac5ae8
Add GUI sensor separators ( #20495 )
2024-01-15 15:36:59 +01:00
Theo Arends
3e3bfccb58
Bump version v13.3.0.3
2024-01-12 12:17:31 +01:00
Jason2866
b881b55092
add FTP server to Tasmota-4M (esp8266) ( #20465 )
...
* add FTP server to esp8266 env > 1MB flash
* ftp server only 4M Tasmota
2024-01-11 12:35:24 +01:00
chefpro
0b509f60b4
Add support for pipsolar inverter ( #20408 )
...
* Add support for pipsolar inverter
* Fix CI-Warnings
* Remove unneeded define
* Pipsolar: Fix dat result
* Add support for the rules engine
---------
Co-authored-by: Peter Rustler <peter@rustlerit.de>
2024-01-10 09:21:02 +01:00
Christian Baars
81fac80859
MI32 legacy: add optional argument to BLE.run() ( #20431 )
...
* add optional argument to BLE.run()
* set default of scan response to NO
2024-01-09 09:10:45 +01:00
gemu
92214ac633
ADD FTP server to filesystem ( #20402 )
...
* add ftp lib
* add ftp server
2024-01-08 16:44:49 +01:00
Theo Arends
03aea58a4c
Bump version v13.2.0.2
2024-01-02 14:29:23 +01:00
Theo Arends
4393327bb9
Add support negative power on BL0942 using index 5..8 ( #20322 )
2023-12-29 22:54:32 +01:00
Theo Arends
21c7edcb50
Add display of active drivers using command ``status 4``
2023-12-27 22:03:56 +01:00
Jason2866
d2690ef7c0
enable CST816S touch driver in firmware lvgl ( #20264 )
2023-12-18 14:02:00 +01:00
Barbudor
7c290388d9
Sonoff Basic R4 Magic switch ( #20247 )
...
* magic switch take 1
* good to go
* good to go
* final, including in tasmota32c3
2023-12-16 18:23:51 +01:00
Theo Arends
512d659d67
Bump version to v13.3.0.1
2023-12-12 16:20:06 +01:00
Theo Arends
7a6cca6d20
Add command ``WebCanvas``
...
Add command ``WebCanvas linear-gradient(#FF0018 7%,#FFA52C,#FFFF41,#008018,#0000F9,#86007D 93%)`` to set GUI canvas
2023-12-03 15:52:44 +01:00
Christian Baars
8ee071b8b8
build process: simplify driver selection for BLE ( #20138 )
...
Co-authored-by: Radio Loge <radiologe@MacBook-Pro-von-Radio.local>
2023-12-01 14:59:59 +01:00
Theo Arends
5b13ece33e
Bump version to v13.2.0.3
2023-12-01 14:10:13 +01:00
Christian Baars
fb51d9df8a
MI32 GUI changes ( #20115 )
2023-11-27 19:08:44 +01:00