hongyuanjia/eplusr

Plotting meter data

divyanshusood opened this issue · 2 comments

Brief description of the problem



Is there any way I can plot meter data? I need to plot, for instance, Electricity:Facility J available in meter data v/s time. I can access tabular data but not the meter data to plot. Could you please guide me?
Thanks

Hi, that should be straightforward. Below is a small code snippet to extract meter data for your reference:

job <- idf$run(weather = PATH_WEATHER)
job$report_data(name = "Electricity:Facility")

You can also check the online vignette Run simulation and data exploration and our online book (still WIP) for detailed examples.