1

occupancy profiles from .csv to energy plus

Hi,

I generated occupancy profiles based on the number of occupants in a household in .csv format and in total I have 840 profiles per 10 minutes interval. I want to simulate each case. Could anyone help me with how I can do simulations using jEPlus or Python? And in what format I should use the occupancy data?

Thanks

divsood04's avatar
41
divsood04
asked 2021-10-17 09:08:19 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-10-18 08:51:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

Use Schedule:File (see https://bigladdersoftware.com/epx/doc...) and then you can use the file names as a parameter in jEPlus.

Yi Zhang's avatar
1.2k
Yi Zhang
answered 2021-10-19 08:10:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks Yi for the reply. One more question, do you have any idea or a sample in which format I should put data in the .csv file?

divsood04's avatar divsood04 (2021-10-20 04:29:23 -0500) edit
add a comment see more comments
1

You can use the Python Plugin released with versions 9.3, 9.4, and 9.5 to co-simulate with EP. What you need to do is get the handle of the occupancy schedule and then change the occupancy variable in python. By doing so, you can run as many simulations as you want.

Mostafa Meimand's avatar
217
Mostafa Meimand
answered 2021-10-28 16:18:08 -0500, updated 2021-10-28 16:27:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments