Theo Arends
62d6a03335
Fix non-sequential shutter GUI display
2024-12-02 16:12:53 +01:00
Theo Arends
a838ec09f8
Minor changes
2024-11-30 13:51:47 +01:00
SteWers
3c703ac4d4
[Shutter] Fix UI inverted mode ( #22538 )
...
Fix UI for shutter in inverted mode
2024-11-23 16:05:55 +01:00
Theo Arends
3c5cbade63
Restore iFan state text
2024-11-21 14:07:53 +01:00
Theo Arends
6d0467489a
Add command `SetOption161 1` to disable display of state text ( #22515 )
2024-11-21 12:13:14 +01:00
Theo Arends
3778f22d7b
Fix wrong GUI Module and Template drop down list indexes regression
2024-11-18 22:53:07 +01:00
Theo Arends
320ad0e1d3
Fix ESP32 upgrade by file upload response based on file size ( #22500 )
2024-11-18 17:09:23 +01:00
Ville Skyttä
aeceace546
Add emulation radio and hidden file checkbox labels ( #22432 )
2024-11-15 15:23:57 +01:00
Theo Arends
7dd1e2a028
Minor changes webserver and dali
2024-11-12 15:32:10 +01:00
Theo Arends
cf94ccf59c
Bump version v14.3.0.6
...
- Add command ``WebColor20`` to control color of Button when Off
2024-11-11 22:44:18 +01:00
Theo Arends
a766947724
Fix compilation
2024-11-11 17:22:38 +01:00
Theo Arends
043d80809b
Fix shutter slider user control
2024-11-11 17:09:07 +01:00
Theo Arends
6c4e314adc
Gui tuning
2024-11-11 16:26:07 +01:00
Theo Arends
0744bf7f2b
Save 6k code from ESP32 safeboot
2024-11-11 15:17:22 +01:00
Theo Arends
5f9912665a
Clean Tuya code
2024-11-10 17:40:03 +01:00
Theo Arends
fd7554d96e
Reduce minimal by 1k
2024-11-10 16:28:25 +01:00
Theo Arends
7e3f093dc9
Change GUI ajax updating buttons/sliders/shutters
2024-11-10 11:46:52 +01:00
Theo Arends
49d706f54c
Add DALI command `DaliGroupSliders 0..16` to show GUI group sliders with feedback disabling `DaliLight`
2024-10-31 17:01:36 +01:00
Theo Arends
2925836a9c
Add command ``SetOption161 1`` to disable web page slider updates by commands
...
A long standing wish is fullfilled; GUI sliders can now be updated by commands and background runs.
2024-10-29 17:09:39 +01:00
Theo Arends
af1fa724af
Fix non-webserver compilation
2024-06-25 16:36:28 +02:00
Theo Arends
adcc50ac6e
Revert "Fix network flushes"
...
This reverts commit b88ec44d15
.
2024-05-29 16:44:50 +02:00
Theo Arends
b88ec44d15
Fix network flushes
2024-05-29 14:09:54 +02:00
Christian Baars
33f491a8e6
scan wifi asynchronously ( #21498 )
2024-05-27 15:17:09 +02:00
Theo Arends
3b4035b3e2
Add FUNC_ABOUT_TO_RESTART ( #21460 )
2024-05-21 17:28:02 +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
c4e847d288
Fix crash in WebUI
2024-05-05 11:28:28 +02:00
Jason2866
1e63c8924e
use "minimal" instead of "safeboot" ( #21346 )
2024-05-04 15:34:11 +02:00
s-hadinger
c4431eb6fe
Fixed IPv6 support in safeboot ( #21233 )
2024-04-20 22:15:54 +02:00
s-hadinger
541f3630a1
Wifi provide Mac Address on Core3 ( #21117 )
2024-04-07 10:55:53 +02: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
gemu
a38e88422f
fix google char memory leak ( #20995 )
2024-03-21 15:11:40 +01:00
Theo Arends
9bb8d6e1ff
Add hard fought spaces around image name
2024-03-01 10:15:37 +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
1abaf146b5
Fix ESP32 PWM activity on unconfigured PWM GPIOs ( #20732 )
2024-02-17 15:19:12 +01:00
Theo Arends
0faef8e4dd
Fix PWM channels after restart ( #20732 )
2024-02-16 18:57:03 +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
f28c9b6ea9
Slicing GUI information
2024-01-17 18:17:46 +01:00
SteWers
0cd3d3b003
[WebUI] Fix first line seperator ( #20518 )
...
The separator (request) flag has to be cleared before starting the output of sensors/drivers to ignore previous outputs. So there will no seperator in front of the list. This only appeared, when `WebTime` is off.
2024-01-16 16:14:40 +01:00
SteWers
4f436cdf73
Remove first separator ( #20507 )
2024-01-15 18:58:14 +01:00
SteWers
ab2439f6c8
Modify shutter driver for GUI sensor separators ( #20506 )
2024-01-15 18:24:15 +01:00
Theo Arends
637fac5ae8
Add GUI sensor separators ( #20495 )
2024-01-15 15:36:59 +01:00
Benjamin Nestler
a13e83e1e6
FIX: Reset the 'upload_error' variable after web file upload error ( #20340 )
...
* FIX: Reset the 'upload_error' variable after signaling the error to enable the next upload action.
* ADD: Introduce HandleUploadUFSDone() to display information messages for uploaded files in UFS and handle errors.
ADD: Include '?fsz=' web-argument (filesize) in the upload button click function.
2024-01-12 10:08:05 +01:00
Theo Arends
20c70d578e
Remove padding between tool buttons
2024-01-10 17:17:56 +01:00
s-hadinger
8712aba3c5
Header `Host` is now collected by Webserver ( #20446 )
2024-01-09 19:34:07 +01:00
s-hadinger
935fa3519c
Fix display of source IP when restarting from UI button ( #20443 )
2024-01-09 13:43:26 +01:00
Theo Arends
21c7edcb50
Add display of active drivers using command ``status 4``
2023-12-27 22:03:56 +01:00
Theo Arends
f65ae0694b
Fix XSS phase 1
2023-12-18 12:31:14 +01:00
Theo Arends
e00d5ff914
Update comments
2023-12-04 12:08:57 +01:00
Theo Arends
14793c2594
Shorten code and add more comments
2023-12-04 11:44:59 +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