Page 1 of 1

Cache controller roadmap

Posted: 24 Jul 2020, 09:52
by chemmex
A question basically to TD-er. What is the current status of data retrieval? Is pulling.bin files from the SPIFFS currently the only way to get saved data?

Re: Cache controller roadmap

Posted: 24 Jul 2020, 12:48
by TD-er
The plan is to add a plugin to read the data stored by the cache controller given some condition and let it send to any of its connected controllers.
For example, the condition can be to have a WiFi connection.

This does require some changes to the code regarding sending data to any controller as you may also want to send the timestamp along.
Also it needs to impose a specific task, that originally saved the data.
This to be able to format the raw values using the same number of decimals as set in the original task.
Some controllers also need the name of variables, etc.

That's the plan to go further with the 'cache controller', which also makes its name a bit more clear I guess :)