Need help with controlling relays

Same problem.

/rainMaker/rainMaker.ino: In function 'void setup()':
rainMaker/rainMaker.ino:179:47: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
   delay(200);
                                               ^                  
In file included from /home/fernandogarcia/.arduino15/packages/esp32/hardware/esp32/2.0.2/libraries/RainMaker/src/RMakerNode.h:4,
from /home/fernandogarcia/.arduino15/packages/esp32/hardware/esp32/2.0.2/libraries/RainMaker/src/RMaker.h:5,
from /rainMaker/rainMaker.ino:1:
/home/fernandogarcia/.arduino15/packages/esp32/hardware/esp32/2.0.2/libraries/RainMaker/src/RMakerDevice.h:77:44: note:   initializing argument 2 of 'Switch::Switch(const char*, void*, bool)'
Switch(const char *dev_name, void *priv_data = NULL, bool power = true)

on second thoughts I would rewrite that Switch class thingy, it's weird on how you need to duplicate things

No way to me, I'm completely lost. A pull request to up stream could be welcome. :slight_smile:

I tried many things following your edited advice but with no luck.

Thanks for your time.