When I uncheck the program loads - I need to select a program type from the inbuilt program type but I would like it to read these values from my grasshopper script.
Does the rhino plugin have the capacity to read energy parameters from within grasshopper, the way it can read HVAC?
Yes, but you have to bake the model from Grasshopper back into Rhino to have the properties that you assigned in Grasshopper show up in the Pollination Rhino model.
To do this, use the PO Model component, connect your edited Honeybee Model, right-click on the PO Model and select “Bake”. Then, you can replace the current Model that you have in Rhino with the one you have edited in Grasshopper.
Note that this workflow is different than what @mingbo and @mostapha have been working on for HVAC, where you’re using Grasshopper to edit the HVAC that is directly linked to the Pollination Rhino model.
I tried to find this component in the manual but it doesn’t seem to be present.
Do you have any other recommendations to aid the workflow.? I will be adding construction set to the script. Also can half the energy parameters be added in the rhino plugin and half in grasshopper ?
You are assigning the loads directly to the Room, essentially overwriting whatever a ProgramType would dictate. If you want to assign a program instead of overwriting the loads, use the HB Apply ProgramType component.
@mingbo can explain how the detailed HVAC works but he’s working on tutorial videos now and it may be most effective to wait for those.
@upawarcannon, I uploaded a new video tutorial that walks you through the updated custom HVAC workflow.
The custom HVACs are only editable if the Grasshopper definition is part of the model.
If I understand the workflow that you have in mind correctly, it is probably easier to create your program types, and other custom resources with Grasshopper, add them to your user library, and then load them from the Rhino interfaces. @chriswmackey recently recorded a video series that shows the process.