Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool to extract the type of the device based on set of point name and entity type #224

Closed
terryterpt opened this issue Mar 19, 2021 · 2 comments
Assignees
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

Comments

@terryterpt
Copy link
Contributor

terryterpt commented Mar 19, 2021

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.

@charbull charbull added enhancement New feature or request ontology instance validator Improvements or issues with the instance validator info requested from creator Waiting on PR creator to respond to request for further info labels Mar 19, 2021
@tasodorff
Copy link
Collaborator

@conroy-chee in progress, see here for preview: #244

@mschulze17
Copy link
Collaborator

Deprecated by Explorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants