Page 1 of 1
Setting RoomData (Air Exchanges and Internal Gains)
Posted: Wed May 08, 2019 3:59 pm
by izzylys
Hello,
I have been trying to set RoomData using VEScripts and am a bit stuck.
I have collected a list of all the bodies in the model and have set room conditions using `set_room_conditions()`.
Code: Select all
def set_rm_data(body, cooling, heating):
'''set cooling and heating setpoint'''
rm_data = body.get_room_data()
temp = {
'cooling_setpoint': cooling,
'heating_setpoint': heating,
}
rm_data.set_room_conditions(temp)
print('Successfully set cooling and heating setpoints for space {}'.format(
body.id))
However, I don't see an obvious way to set internal gains and air exchanges. I know you can `get()` these parameters from the room data, but I'm looking for a way to set them. I can't use thermal templates as I need to be able to set each room individually like you would using the tabular space data in the GUI.
Any advice would be greatly appreciated!
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Fri May 17, 2019 2:52 pm
by Rhind
You can't currently modify gains and air exchanges through the API.
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Tue May 21, 2019 9:42 am
by izzylys
This seems like a real shame; especially since setting these in the GUI is basically the same process as setting the room conditions (using the table view). Do you happen to know if there is any planned development for integrating this feature in the API?
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Wed May 22, 2019 9:37 am
by LeightonSS55
Hi Rhind,
I am after this functionality also - without the ability to edit air exchanges and internal gains, we are being forced to use a mix and match approach for setting data in the VE, which undermines a lot of the potential use cases for VE scripts.
Please can you provide an update on whether this will be incorporated any time soon?
Thanks,
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Thu May 23, 2019 8:15 am
by Rhind
The VE API is an active area of development that is community-led and I know this feature is being actively considered by the VE development product managers (who decide the development team priorities) but I don't know when it might appear. I recommend asking your account manager about it if you want to support it's inclusion.
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Mon Jan 06, 2020 7:41 pm
by ashley111
Hi Rhind,
Since the latest discussion was post in May 2019, I want to follow up now to see if there are any updates on developing this feature. I don't know how the product managers in IES decide the priorities, but I really hope that they are aware of the demand for this feature. And I'm not sure about what you mean by saying contacting the account manager. I'm not aware of whom my account manager refers to. But I'm willing to support its inclusion. Please let me know.
Thanks,
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Thu Jan 09, 2020 11:57 am
by PCully
Hi,
thanks for this, we will alert our team of the continued support for this request. we still don't have an eta on when this development would be done, it is not targeted for the next feature pack as other high priority requests are ahead in the queue for development.
Your account manager will be the sales person in IES responsible for managing your account, often we will seek feedback and requests from our clients as part of the ongoing relationship between you and the software so it's worth raising this internally to find out if such an arrangement is in place for your account as well
Phil
Re: Setting RoomData (Air Exchanges and Internal Gains)
Posted: Wed Aug 30, 2023 7:29 am
by katarzyna_m
Hi,
are there any updates on this topic?
Thanks,