FAQ

From EPRI Storage Wiki
< DER VET User Guide
Revision as of 13:17, 9 August 2021 by AndrewEtringer (talk | contribs) (update Q&A about bug that was fixed.)
Jump to navigation Jump to search


Question Answer
Why won't the template/sample data files download when I click the link? This bug (from v1.0) has been fixed in DER-VET v1.1. In addition, you can download the template files from the DER-VET website: https://www.der-vet.com/help/

Alternatively, these files are simple CSV files with a single column, no header, and the correct number of data points (e.g. 8760, 8784, etc.). You can build your own in Excel or similar very easily (just remember to save as a .csv file).

Why is the DER-VET downloadable app file size so large? One reason is that the DER-VET app was built using the Electron framework. Electron apps ship with the latest stable version of Chrome and Node.js built in. These boiler-plate packages add ~100 Mb to the file size. The DER-VET app file size is not related to its performance when installed.
When using the DER-VET app, where do my results files end up if I do not choose a custom Output Folder in Project Configuration? Note that files written to these paths are over-written with each DER-VET run.

Windows users:

{user profile}\AppData\Roaming\DER-VET\DER-VET\results\

Mac users:

$HOME/Library/Application Support/DER-VET/DER-VET/results/
When using the DER-VET app, are log files written somewhere for debugging purposes? Note that this log file is appended to with each DER-VET run.

Windows users:

{user profile}\AppData\Roaming\DER-VET\logs\main.log

Mac users:

$HOME/Library/Logs/DER-VET/main.log
I entered data on a page in the app, and then navigated to a new page. When I went back to that page, my data was not there. Why has the data gone missing? Use the Save button(s) at the bottom of most pages in the app before you navigate off of the page, or else you will lose any data you may have entered.
I clicked the remove button and one of my uploaded timeseries data files went away. Can I get it back? No. The remove buttons throughout the app are unforgiving and instantaneous. Please use them with cuation.
How do I start over? Go to the main page, and select one of the 3 buttons; this will reset the current project state. Another option is to close and restart the app.