Search found 5 matches

by jbishop129
10 Jul 2019, 21:13
Forum: ESP Easy: General Discussion
Topic: PWM dimming, delay, decreasing??
Replies: 14
Views: 12732

Re: PWM dimming, delay, decreasing??

I can confirm this is still an issue. I can fade up just fine, but cannot fade down. I can also confirm that loading the much older 2018-05-06 version, fading down works just fine. What's the deal with getting this fixed, since this seems to be a regression from over a year ago?
by jbishop129
31 Jan 2018, 16:20
Forum: uPyEasy: General Discussion
Topic: SSL support
Replies: 7
Views: 15458

Re: SSL support

+1 "On by default". I'm a fan of 'secure by default'. We all intend to go back and make it secure, but we all get___ Squirrel !!!!
:D
by jbishop129
31 Jan 2018, 16:17
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 35445

Re: uPyEasy BETA-1 is available!

Hi @LisaM
Thanks for your hard work on this, I'm excited to give it a try today!
I notice the Wiki links seem to be dead, referenced from your gitHub page:
"Introduction and wiki: https://www.letscontrolit.com/wiki/inde ... troduction"
Have these pages moved?
by jbishop129
04 Jan 2018, 20:26
Forum: ESP Easy: Projects / Applications
Topic: PWM output with automatic fade
Replies: 12
Views: 16835

Re: PWM output with automatic fade

Thanks @grovkillen with a little fiddling I got it right. Here's my answer in case anyone else has the same question: for my example, my ESP is "ESPdimmer", and I am sending to GPIO 14 to fade to 100% (pwm 1023), over 5 seconds time Publish to topic: ESPdimmer/cmd Payload: "pwm,14,102...
by jbishop129
04 Jan 2018, 17:49
Forum: ESP Easy: Projects / Applications
Topic: PWM output with automatic fade
Replies: 12
Views: 16835

Re: PWM output with automatic fade

Sorry to resurrect an old thread. Discovered here that you can pass the fade-time parameter... that saved me a ton of ugly code doing it externally, thank you! I have this working just fine from an http request, i.e: http://ipaddress/control?cmd=pwm,14,1023,10000 will fade on my strip LEDs over 10 s...