First time here? Check out the Help page!
1 | initial version |
You are correct that the EDD file can write out all actuators available for the IDF. You have referred to two actuators related to material layers:
If you do not see actuators related to Height, LAI (Leaf Area Index), RStomata, etc. for the roof vegetation material specifically, then alas, the Python Plugin (or EMS in general) won't be able to change those parameters during a simulation. If you feel that this should be a new feature of EnergyPlus in future versions, you can make a request on the EnergyPlus Github issues list. Searching for "vegetation" and "green roof" don't turn up existing issues or requests from users, so you can add a new issue and add the "NewFeatureRequest" label (see below).
An alternative is to use the EnergyPlus API in Library Mode (external file calls EnergyPlus to perform calculations) instead of Plugin Mode (EnergyPlus starts simulation and calls external file).
2 | No.2 Revision |
You are correct that the EDD file can write out all actuators available for the IDF. IDF. You have referred to two actuators related to material layers:
If you do not see actuators related to Height, LAI (Leaf Area Index), RStomata, etc. for the roof vegetation material specifically, then alas, the Python Plugin (or EMS in general) won't be able to change those parameters during a simulation. If you feel that this should be a new feature of EnergyPlus in future versions, you can make a request on the EnergyPlus Github issues list. Searching for "vegetation" and "green roof" don't turn up existing issues or requests from users, so you can add a new issue and add the "NewFeatureRequest" label (see below).
An alternative is to use the EnergyPlus API in Library Mode (external file calls EnergyPlus to perform calculations) instead of Plugin Mode (EnergyPlus starts simulation and calls external file).