as I have written a new sketch to log the soil moisture of my avocado I saw that the log files in the data folder of my local server all seem to be almost empty. The oldest dates they hold is 12th dec. around 1 o’clock.
I upgraded directly after the release to server 0.20.1.
I have a few esp’s in my project of which some still share the same token.
Any idea where my files went?
And another question:
How can I find the logs of a second device in my project?
As I now have a V0, V1… for every device I do not see another .csv file for my second device.
I guess it could be something regarding the way you start the Local Server…not sure… Which command do you use to start it?
This one java -jar server-0.20.1.jar -dataFolder /path or something like java -jar server-0.20.1.jar -dataFolder /home/pi/BlynkData ?
You should create a folder like the example (BlynkData) to keep your data inside
Hello. First thing - in case you have multiple devices it is better to use separate token for every device. Devices with same token considered as 1 device. Also what log files in data folder do you mean?
This is the line of my crontab that start the server on startup:
I will change my project so that every device has it’s own token as this wasn’t possible until now.
I never had any problems reading these files until now.