First time here? Check our help page!
5

Has optimum start adaptiveASHRAE been implemented?

I'm trying to put an optimum start schedule on my building. I noticed that adaptiveASHRAE is the default Control Algorithm for AvailabilityManager:OptimumStart so I ran with it. However I can't get the output:variable Availability Manager Optimum Start Time Before Occupancy to change.

After doing a little research I found that between EnergyPlus versions 8.8 and 8.9 a note was removed from the Input Output Reference saying, "The AdaptiveASHRAE algorithm has not been implemented yet." Implying to me that it has been implemented.

I dug into the SystemAvailabilityManager source code to try and figure out what why my model doesn't start before occupancy, and I found what I think is the relevant selection of code:

else if (SELECT_CASE_var == AdaptiveASHRAE) {
                AvailStatus = NoAction;}

The code implies with NoAction, that it still hasn't been implemented. I looked back to EnergyPlus version 8.2 and found the code above hasn't changed. Is there somewhere else in the code that I need to be looking to try and figure out why my model doesn't start? Has adaptiveASHRAE been implemented?

mwilson's avatar
83
mwilson
asked 2018-12-05 15:37:56 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-12-05 18:24:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

This is a great report and with investigation, thank you! When you are fairly certain you discovered a bug, you should post that directly to Github issues for the development to address.

I confirmed your belief, and opened issue #7089.

So bottom line: No, it still hasn't been implemented.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2018-12-06 04:19:19 -0500
edit flag offensive 0 remove flag delete link

Comments

Is there an update for the status of this feature? Is adaptiveASHRAE implemented?

Thanks!

Raul Teixeira's avatar Raul Teixeira (2021-10-11 10:10:36 -0500) edit

The issue I linked is still open.

Julien Marrec's avatar Julien Marrec (2021-10-12 02:36:49 -0500) edit

@Raul Teixeira the link to the EnergyPlus Github site that Julien shared is where new issues or feature requests for EnergyPlus are logged. The EnergyPlus development team then addresses those issues or feature requests that they and EnergyPlus users find important. This specific issue is still open, so it has not been addressed yet. You can "vote" on this issue by commenting or adding a "thumbs up" emoji to let the development team know you think it's important.

Aaron Boranian's avatar Aaron Boranian (2021-10-13 08:38:40 -0500) edit
add a comment see more comments