Page 1 of 1

Relate coil name with respective room

Posted: Tue Aug 01, 2023 12:54 pm
by Sarah1234
Hi all,

I'm looking to create a python script that can relate the coil IDs to their respective room names/IDs. Any help would be greatly appreciated!

Re: Relate coil name with respective room

Posted: Tue Sep 05, 2023 10:53 pm
by bbrannon4
Bumping this because I'm looking to do the same thing, and more generally find relations between ApacheHVAC systems and rooms. The API documentaiton for coils is literally blank: https://help.iesve.com/ve2023/6_1_7_2_4 ... 3D&mw=MjQw

Re: Relate coil name with respective room

Posted: Mon Nov 25, 2024 9:47 am
by tan_veer
Hi,

VE API has "get_space_id(layer number)" method which can be used to extract space IDs of each multiplex layer. This can be easily used to extract room names using Body ID and name attributes or using body "get_general()" method. Layer number and coil IDs are already tied togeter.