Replies: 3 comments 5 replies
-
Hey @bbartling, thanks for posting. Yes you can run boptest simulations with 1-minute control steps if you wanted. Note that the simulation data retrievable with the /results request is saved at 30 seconds no matter your control step (unless your control step is smaller than 30 seconds in which case it will save at that step you define). In your code, check a couple potential issues (only from my quick review):
|
Beta Was this translation helpful? Give feedback.
-
Here's a code snippet for using the
EDIT: The label in the DataFrame for time as (min) will actually be incorrect in the above. To be correct, it should be (seconds), or the result of power['time'] needs to be divided by 60. |
Beta Was this translation helpful? Give feedback.
-
Hey @bbartling, running the following code based on what you provided, I got the following plot. Note I added steps 2a and 6. Also, realizing the title of the plot isn't quite right. The data is from the start of the day until 6pm, not 12pm to 6pm. Hope that helps!
|
Beta Was this translation helpful? Give feedback.
-
This is a lot of code to view which I apologize for but I am curious to experiment on minute level simulation for demand response algorithms to see load reductions.
But the
power_usage = []
will read zeros.Beta Was this translation helpful? Give feedback.
All reactions