esp-rainmaker
esp-rainmaker copied to clipboard
Fan dimmer not working in alexa App (MEGH-3678)
All parameters are listed in alexa App. i can control lights/switches from the alexa App,but i can't able to control dimmer/fan speed using alexa app.
hello i am working on same project can you halp me
https://github.com/espressif/esp-rainmaker/issues/139#issue-1311268564
hello i am working on same project can you halp me
how you integrate the IR Remote control with this esp rain maker App
using IR lib
#include <IRremote.h>
did you control IR function from ESP RAINMAKER App ?
yes i did it also with manually feadback with manual switch and ir switch
it means if you press any button in App, the user's custom IR command will illuminate right?
yes
Okay thank you
whats about fan dimmer which technics are you using from control fan speed or control brigtness of AC.
Zerocross of relays base?
both techs used ...circuit side no problem
can you share some details about zero cross dimming method or also coding part of it bcz i getting problem from coding side i dont know how to map my dimming value on slider(esp maker app)
this part
BLYNK_WRITE(V0) { // Set to your virtual pin
outVal = param.asInt(); // Get State of Virtual Button
dim_val = map(outVal, 0, 1023, 0, 100); // mapped the value for dimmer
dimmer.setPower(dim_val); // Set dimmer power
Blynk.virtualWrite(V1, dim_val); //sending to Blynk
}
what type of bulb led or incandecent
ac bulb or we can say ac dimmer
https://www.tinytronics.nl/shop/en/robotdyn-thyristor-ac-dimmer-3.3-5v
Anything solution
there will be an example program, as you mentioned link. it will work
@jamsyogendra are you able to dimming your ac fan if yes can you please share your time sync function with zero-cross detection?