Tasmota is not showing more than 5 PWM Slider #22667
Replies: 3 comments 2 replies
-
Only 5 PWM are available as "lights", which includes splitting into 5 channels with sliders. The additional PWM channels can be used via the PWM command (where value 0 means off), and you could use Berry to create sliders in the web UI, which BTW is not really meant as where to manage daily operation anyway. Here's a small Berry program demonstrating how a slider can be created: |
Beta Was this translation helpful? Give feedback.
-
thank you a lot for the response, but the website seems not to be working |
Beta Was this translation helpful? Give feedback.
-
i used the pwm console command instead of the slider, which seams to work. Thanks for that. 15:50:14.120 CMD: PWM1 512 |
Beta Was this translation helpful? Give feedback.
-
i use a ESP32-WROOM-32U and flashed it with the newest Tasmota.
i configurated 8x PWM Modules for GPIO18, GPIO19, GPIO20 ....
Tasmota never shows more than 5 PWM Channels. Also over the console i'm not able to user "Power6 ON"
I used the OPtion "SetOption68 = 1" to change the sliders from colour to PWM
According to ESP32, up to 16 PWM channels are possible
According to Tasmota release Notes they also increased the Maximum PWM-Channels
i would appreciate some help
Beta Was this translation helpful? Give feedback.
All reactions