bovirus
262c8b421b
Update italian language ( #19442 )
2023-09-03 12:23:48 +02:00
Christian Baars
4f6afbf849
all output parts for I2S and IDF5.1 ( #19440 )
2023-09-02 22:07:20 +02:00
s-hadinger
f4b3574ed4
Berry fast_loop is now called every 5ms whatever the Sleep value ( #19436 )
2023-09-02 11:10:50 +02:00
s-hadinger
f7c4c16a9c
Support for HDMI CEC protocol ( #19434 )
2023-09-01 21:46:18 +02:00
Theo Arends
48cf04db3a
Fixed PCF8574 mode 1
...
- Fixed PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 (#19408 )
- Bump version v13.1.0.2
2023-08-31 15:15:18 +02:00
stefanbode
2bae1f4368
sorry... ( #19429 )
2023-08-31 10:50:29 +02:00
stefanbode
3301875983
Added compiler option for doubleclick window ( #19428 )
2023-08-31 08:09:25 +02:00
Theo Arends
ff17a377cc
Allow display of revision v0.0
2023-08-30 16:03:03 +02:00
Theo Arends
62c36a49b3
Add ESP32-C6 GPIO26/28 in template
...
Add ESP32-C6 GPIO26/28 in template as Red pins used by flash (QIO) but optionally free if DIO/DOUT
2023-08-30 15:14:46 +02:00
Christian Baars
8e8e019e0f
expected changes for arduino30 ( #19421 )
2023-08-30 14:17:21 +02:00
Norbert Richter
39083b6add
Fix xdrv_122_file_settings_demo buffer overflow ( #19405 )
2023-08-29 19:53:40 +02:00
Theo Arends
a4cfc414be
Final change to GUI twilight
2023-08-29 19:49:20 +02:00
Jason2866
4ebcd89b4f
enable more driver for Arduino 3.0
2023-08-29 19:09:06 +02:00
Barbudor
5395b8c4bd
fix and improve pzem_dc ( #19402 )
2023-08-27 22:49:24 +02:00
Theo Arends
23d6c0f5d5
Add twilight info to GUI ( #19334 )
2023-08-27 17:24:33 +02:00
SteWers
dd8b85282a
EnergyMargins - always send MQTT telemetry message ( #19397 )
2023-08-27 10:53:04 +02:00
Theo Arends
3ed1bead44
Update decode-status
2023-08-26 16:20:46 +02:00
Andre H. Beckedorf
8683bc7722
Added passive mode for Sen5x sensor (required for Ike@ Vindstyrka) ( #19388 )
...
* Added a passive mode in sen5x sensor for parasitic installations. This skips reset & initialization of sensor on startup and reduces the polling to every 10 seconds to not interfere with and confuse the other I2C master on the bus, e.g. Ike* Vindstyrka.
* Removed obsolete updateCount. Cleanup.
2023-08-26 16:14:30 +02:00
s-hadinger
ab94b16d8d
Fix IRHVAC crash v2
2023-08-26 15:04:08 +02:00
Theo Arends
d4c1315248
Allow ADE7880 user defines ( #19391 )
2023-08-26 14:50:33 +02:00
s-hadinger
4ad3070558
Fix crash in IRHVAC ( #19389 )
2023-08-26 10:17:53 +02:00
Theo Arends
7f24d2027f
Fix rotary edge cases ( #19164 )
2023-08-25 17:06:27 +02:00
xsp1989
9bb9ea0941
translate label ( #19385 )
2023-08-25 13:17:31 +02:00
Theo Arends
03c72501a5
Finally add ESP32-P4 ;-)
2023-08-25 13:11:00 +02:00
Theo Arends
d5b12c8718
Consolidate esp32 hardware info
2023-08-25 12:48:35 +02:00
Theo Arends
b1fba92e87
Fix idf chip revision
2023-08-25 10:55:20 +02:00
Charles
87735fb232
Teleinfo power fix ( #19381 )
...
* fix power #19244
* cosmetic display
2023-08-25 09:38:36 +02:00
Theo Arends
d340c91cd7
Revert "Fix idf chip revision"
...
This reverts commit e5cb367581
.
2023-08-24 20:52:36 +02:00
Theo Arends
e5cb367581
Fix idf chip revision
2023-08-24 17:48:41 +02:00
Theo Arends
9b6efc674d
Fix compilation
2023-08-24 15:17:04 +02:00
stefanbode
d1e85635e3
fix inverted shutter inconsistencies ( #19374 )
...
* inverted shutter fix on overflow
* fix inverted_shutter > 9
fix on inverted shutter at esp32.
fix tilt behavior on inverted shutter
* fix tilt behavior on inverted shutter
2023-08-24 12:39:42 +02:00
Christian Baars
65a1a4feeb
Neopixel add SPI driver for C2 and some minor updates ( #19372 )
2023-08-24 10:34:17 +02:00
Theo Arends
0d80e639ef
Fix Core 3 compilation
2023-08-23 15:29:42 +02:00
Theo Arends
701d33f645
Phase 2 support C2/C6
2023-08-23 13:02:13 +02:00
stefanbode
ca14dc5507
Shutter ESP32 fixes ( #19362 )
...
* fix esp32 shutter
* fix shutterinvert+shutterbutton
2023-08-22 09:21:30 +02:00
btsimonh
c9b5e5ab1f
Add new webcam driver over latest dev. ( #19280 )
...
* Add new webcam driver over latest dev. To use the old one, define USE_WEBCAM_LAGACY
* enable build without RTSP.
check pin_pwdn before using it n 0x105!!!
* more fixes around pwdn. Make wcresolution -1 set the resoltuion setting to 'disbale cam' value (15).
* fix task stop - wait for debug to leave-> prevents guru. pin task to core 0.
* split motion from other code. Add USE_WEBCAM_MOTION to control inclusion of motion code (big hit). Change from using USE_WEBCAM_LEGACY to USE_WEBCAM_V2
* logging minimisation - behind WEBCAM_DEV_DEBUG
2023-08-22 08:24:05 +02:00
Theo Arends
dd877972be
Phase 1 support C2/C6
2023-08-21 17:10:06 +02:00
Theo Arends
37a527696a
Phase 1 support C2/C6
2023-08-21 16:18:21 +02:00
Theo Arends
0c3b559630
Phase 1 support C2/C6
2023-08-21 16:00:20 +02:00
Theo Arends
5b3b2a7a62
Changed display invert setting
...
Changed display invert setting after tasmota start in uDisplay driver (#19337 )
2023-08-18 11:34:01 +02:00
stefanbode
7927c989c4
fix shutterinvert ( #19341 )
...
* fix shutterinvert
* fix shutterinvert
2023-08-18 09:02:17 +02:00
Theo Arends
2eaa0fcb67
Update switch comments
2023-08-17 23:28:27 +02:00
Theo Arends
b8804cf2a8
Add variables to rules
...
Add variables ``%power<1..28>%`` and ``%switch<1..28>%`` to rules (#19331 )
2023-08-17 15:34:13 +02:00
Paul Blacknell
aa097e9034
add: shutdown command for PID controller ( #19318 )
2023-08-16 11:17:54 +02:00
Theo Arends
d9530f32a6
Sync dev with release v13.1
2023-08-15 10:37:54 +02:00
Paul Blacknell
be88e701d9
Add commands to allow setting of timeprop parameters ( #19310 )
...
* add: commands to set timeprop settings
* Update my_user_config.h
* fix: properly generated json response to commands
2023-08-15 09:43:55 +02:00
paulusbrand
877d4250bb
Removes software based no load threshold. ( #19302 )
...
Lowers ADE7953 builtin no load detection threshold to be able to measure 5 watt power levels.
2023-08-14 10:08:16 +02:00
SteWers
f40f4a1947
[DS18x20] Enhance use of aliases ( #19026 )
...
* [DS18x20] Enhance use of aliases
`defineDS18x20_USE_ID_AS_NAME`:
Always show part of the address, even for one sensor
`#define DS18x20_USE_ID_ALIAS`:
The command `DS18Alias` can now be use with alphanumeric aliases, which replace the sensor name
* [DS18x20] change to calloc()
2023-08-12 14:57:58 +02:00
Paul Blacknell
df1a526f02
fix: properly detect device is offline after maximum misses reached ( #19298 )
2023-08-12 11:32:29 +02:00
Christian Baars
b5cc48dd64
ESP32: pass flashmode at build time to macro definition ( #19299 )
...
* pass flashmode at build time to macro definition
* fix 8266 builds
2023-08-12 11:31:06 +02:00