kipet1
kipet1
I was assuming, something could be done inside the google script, but it is no more in the loop, when the hangup occurs. Your watchdog suggestion brought me to the...
Hi, unfortunately it turned out, that the solution with the WD is not working reliably. Testing it at the beginning 2 times by manually interrupting the DSL, it worked perfect,...
Hi rret, as this issue is still pending, and also the electronicguy for the httpsdirect library does not answer, please give me some more info about your recommended WDT. The...
Thanks for your information. I couldn't find it, because process2 does not sell to germany. Also the circuit looks not really smart, with a huge cap. I have the idea...
Thanks for your hints, as this issue is already pretty old, i implemented successfully the watchdog with a 2nd wemos, as described above. I tried to implement some timeout, but...
Here is the part of the code: `void sendtoGoogle() { static bool flag = false; if (!flag){ client = new HTTPSRedirect(httpsPort); client->setInsecure(); flag = true; client->setPrintResponseBody(true); client->setContentTypeHeader("application/json"); } if (client...
Any comment would be appreciated
Hi, as i did not get any answer here from electronicsguy, i discussed this issue in other posts and found the solution, see here: https://github.com/StorageB/Google-Sheets-Logging/issues/7