Hi!
stash.println((millis()/1000)/60);
stash.print("Z,"); // Potência aparente
This will be changed. Now i haven't an energy monitor working.
if ((segunda==t.dow) && (hora==t.hour) && (minuto==t.min) && (tpa == 0))
if ((terca==t.dow) && (hora==t.hour) && (minuto==t.min) && (tpa == 0))
Here i have an IF to each day of the week.
I'm sure this code could be substantially reduced, but unless you have finished it it will just grow too big again so a more capable platform may still be the answer.
Missing a few things to finish. Now I need to implement a webserver.
I know that's possible reduce the code but, my programming knowledge does not allow me to do it.
Best regards.