Tool to extract the type of the device based on set of point name and entity type #224
Labels
enhancement
New feature or request
info requested from creator
Waiting on PR creator to respond to request for further info
ontology instance validator
Improvements or issues with the instance validator
The instance_validator.py is the python script to validate a building ontology YAML file. In the YAML file, the type of device is compulsory e.g. FCU_DFSS_CSP_CHWDC. This instance_validator.py will validate whether the point name list for a respective device fulfills the requirement.
It is advisable to build a tool to extract the type of a device based on the list of point names of the device and the entity type it belongs to.
For example, if a user runs the tool to get the device type for FCU-11 with a list of points names e.g. pn1, pn2. The user would just need to pass in "FCU" entity type together with all the point names as the arguments e.g. tool --entity_type="FCU" --point_name="pn1, pn2". The output will retrieve the type e.g. FCU_DFSS_CSP_CHWDC.
The text was updated successfully, but these errors were encountered: