Commit Graph

11 Commits

Author SHA1 Message Date
Theo Arends
3c737580c4 Add some comments
Some checks failed
Build_development / language-images (HU, tasmota32) (push) Has been cancelled
Build_development / language-images (IT, tasmota) (push) Has been cancelled
Build_development / language-images (IT, tasmota32) (push) Has been cancelled
Build_development / language-images (KO, tasmota) (push) Has been cancelled
Build_development / language-images (KO, tasmota32) (push) Has been cancelled
Build_development / language-images (LT, tasmota) (push) Has been cancelled
Build_development / language-images (LT, tasmota32) (push) Has been cancelled
Build_development / language-images (NL, tasmota) (push) Has been cancelled
Build_development / language-images (NL, tasmota32) (push) Has been cancelled
Build_development / language-images (PL, tasmota) (push) Has been cancelled
Build_development / language-images (PL, tasmota32) (push) Has been cancelled
Build_development / language-images (PT, tasmota) (push) Has been cancelled
Build_development / language-images (PT, tasmota32) (push) Has been cancelled
Build_development / language-images (RO, tasmota) (push) Has been cancelled
Build_development / language-images (RO, tasmota32) (push) Has been cancelled
Build_development / language-images (RU, tasmota) (push) Has been cancelled
Build_development / language-images (RU, tasmota32) (push) Has been cancelled
Build_development / language-images (SE, tasmota) (push) Has been cancelled
Build_development / language-images (SE, tasmota32) (push) Has been cancelled
Build_development / language-images (SK, tasmota) (push) Has been cancelled
Build_development / language-images (SK, tasmota32) (push) Has been cancelled
Build_development / language-images (TR, tasmota) (push) Has been cancelled
Build_development / language-images (TR, tasmota32) (push) Has been cancelled
Build_development / language-images (TW, tasmota) (push) Has been cancelled
Build_development / language-images (TW, tasmota32) (push) Has been cancelled
Build_development / language-images (UK, tasmota) (push) Has been cancelled
Build_development / language-images (UK, tasmota32) (push) Has been cancelled
Build_development / language-images (VN, tasmota) (push) Has been cancelled
Build_development / language-images (VN, tasmota32) (push) Has been cancelled
Build_development / Start_final_copy (push) Has been cancelled
2026-01-08 14:52:20 +01:00
SteWers
eb8d51f47c
Update web UI styles and HTML syntax (#23847)
* Update web UI styles and HTML syntax

Merged HTTP_HEAD_STYLE2 into HTTP_HEAD_STYLE1 and removed redundant style files. Updated button and form HTML across web UI to use consistent markup. Adjusted various style and separator elements for improved HTML5 compliance and consistency.

* Fix WiFi config page

* Fix typo

* Revert merging HTTP_HEAD_STYLE

Revert merging `HTTP_HEAD_STYLE1.h` and `HTTP_HEAD_STYLE2.h`
2025-09-07 21:58:43 +02: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
s-hadinger
fc513af351
Berry counter (#19558)
* Berry read and write Counters

* rename counter
2023-09-20 22:28:40 +02:00
Theo Arends
dd877972be Phase 1 support C2/C6 2023-08-21 17:10:06 +02:00
stefanbode
ebca2f0a07
Zero-Cross Dimmer fixes (#19109)
* Fix Zero-Cross flickering on Savedata

* Fix reboot on DIMMER usage with Zero-Cross

* Fix Flickering on dimmer 0
2023-07-14 09:10:20 +02:00
stefanbode
39abde2583
Worked on ESP32 dimmer with Zero cross (#18481)
* Worked on ESP32 dimmer with Zero cross

Until now the ESP32 does not support zero-cross dimmer. I take a sneak how they did in in ESPhome and adapted the approach to TASMOTA. At the end it works that smooth that likely i will change ESP8266 either so we have a common code. Currently ESP8266 is not touched.
There is a minor issue with savedata == default. When changing the dimmer value the interrupts get stopped during write of the config data to flash.

* ESP8266 Dimmer added

Worked all so well and the code is much smaller. There is no need for reconfiguration on existing users. But there are settings not needed anymore. Will work on the documentation. Anyhow existing installations can upgrade without hickup

* Optimized endpoints at dimmer 0 and 100

* Removed debug stuff

* Fix Issue at dimmer = 0

* Small bugfix

* Final checked Version

* Update xsns_01_counter.ino

* Add missing func

* Update xsns_01_counter.ino

* Moved out of the house of counter and build my own one

* New ZeroCross Driver

* Update xdrv_91_zerocrossDimmer.ino

* evolving

* Delete xdrv_91_zerocrossDimmer.ino

* Add files via upload

* Changed drv number from 1 to 68

* Commit to merge
2023-04-25 13:46:19 +02:00
Theo Arends
2e7496a052 Keep webserver enabled on command `upload` 2023-01-07 15:37:52 +01:00
stefanbode
fe8229ea30
bugfix zero cross 2022-11-27 17:13:23 +01:00
Theo Arends
c1ea8953cb Refactor uint8_t to uint32_t 2022-11-11 10:44:56 +01:00
Theo Arends
c08561f67c Bump version to v11.1.0.4
- Restructure tasmota
2022-06-02 14:17:39 +02:00