Search found 3 matches

by Ulisses_proj
18 Apr 2020, 16:11
Forum: ESP Easy: Software
Topic: Save data to txt
Replies: 9
Views: 14208

Re: Save data to txt

Excellent! Thank you, both for the quick response and the support.

Works like a charm!
by Ulisses_proj
18 Apr 2020, 15:42
Forum: ESP Easy: Projects / Applications
Topic: Outboard Hour meter data to domoticz
Replies: 6
Views: 11069

Re: Outboard Hour meter data to domoticz

Well the SPIFFS is a filesystem we use on the ESP nodes. You can access it via the web interface: Tools => File Browser There you can see the files stored on the file system, like the settings files. For the way to retrieve the files stored using the (experimental) cache controller, I think it is b...
by Ulisses_proj
18 Apr 2020, 15:38
Forum: ESP Easy: Software
Topic: Save data to txt
Replies: 9
Views: 14208

Re: Save data to txt

If you enable it it'll dump it to the file system and you will get it as raw memory files (find it in tools/file system). To parse it as CSV we use a JavaScript file. We're still developing it though. I am currently trying to read the .bin file that the cache controller writes to, but have so far b...