Online Model Translation from HBjson to Openstudio

That’s exactly what the recipe does. It uses the function that you shared above as part of the process.

You have two options for running the model on Pollination. You can either use the UI or use the API to submit your simulations.

In either case, the process is similar:

  1. Create a project
  2. Add the custom-energy-simulation recipe to the project
  3. Create a new study
  4. Submit the study to Pollination

Here is a recording that shows the process:

You can see the command that is used to translate the model and run the simulation.

Here is a sample code that shows how to use the API to submit them: