Request - process HVAC variables

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
crollinjones
VE Newbie
VE Newbie
Posts: 6
Joined: Fri Feb 20, 2015 2:21 pm
Location: Toronto, Ontario

Request - process HVAC variables

Post by crollinjones »

Our local code requires that we report the TEDI metric - Thermal Energy Demand Intensity. This is calculated by reporting the sum of heating energy of all HVAC components in a model. It would be great if the IES API could include this ability.

Thank you!
User avatar
PCully
Site Admin
Site Admin
Posts: 1465
Joined: Tue Sep 09, 2008 9:52 am

Re: Request - process HVAC variables

Post by PCully »

Hi Christopher,

Is that something you could approach currently through use of the set of Vista output variables available to you or by applying subMeters in your model?

Phil
IES Worldwide Technical Support
crollinjones
VE Newbie
VE Newbie
Posts: 6
Joined: Fri Feb 20, 2015 2:21 pm
Location: Toronto, Ontario

Re: Request - process HVAC variables

Post by crollinjones »

Phil,
Yes, I am currently doing this task using Vista reports but it does take some time. Automating with Python would be a welcome addition.
bbrannon4
VE Professor
VE Professor
Posts: 111
Joined: Wed Feb 12, 2014 6:56 pm

Re: Request - process HVAC variables

Post by bbrannon4 »

@crollinjones have you attempted to do this? The purpose of the Python API is so users such as us can create our own automated workflows to help things like this, not necessarily so that the IES team can do it for us. This would be a pretty straightforward calculation and a great example to test out the scripting interface for you. Alternatively, you might be able to get pretty close to this with custom variables in VistaPro.
Post Reply