Page 1 of 1

Write to a local file

Posted: 02 Sep 2018, 13:19
by rayE
Hi All,
Is there anyway to write to a local file onboard the ESP unit? I want to log some data once a month that may accumulate up to 10Kb in total, the idea is to write this to a local text file onboard the ESP unit, im guessing config.dat serve's a similar mechanism?

Thanks
Ray

Re: Write to a local file

Posted: 02 Sep 2018, 13:37
by grovkillen
Yes it's possible using a variable dump (CSV) to SD card.

https://github.com/letscontrolit/ESPEasy/pull/429

Re: Write to a local file

Posted: 12 Nov 2018, 01:04
by whatsupskip
Does this mean the SD card plugin is not part of one of the current firmware builds?

Re: Write to a local file

Posted: 12 Nov 2018, 06:48
by grovkillen
It's not a plugin but a separate build.