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

New tank type #1025

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

kevin-hereworks
Copy link
Contributor

No description provided.

@kevin-hereworks kevin-hereworks marked this pull request as ready for review May 10, 2023 11:47
@@ -6618,3 +6618,32 @@ VMADC:
- mixed_air_damper_percentage_sensor
implements:
- CONTROL

TLM:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supply temperature points should be covered with SWTC or SWTM. Water level statuses make more sense to put on the pump, using DRPM, if possible.

implements:
- MONITORING

TLM2X:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above comment.

@@ -43,3 +43,18 @@ TK_LM:
implements:
- /TK # Inherits from global namespace
- LM

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments on abstract types.

@@ -3110,3 +3110,7 @@ literals:
- ultraviolet_irradiance_sensor:
fixed_min: 0.0
flexible_max: 2000.0

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what this is?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is to set the temperature at which an alarm will be triggered, maybe not very useful in hindsight

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are including the alarm point itself there is no need to include the threshold at which the alarm is triggered; so you can remove this point and the model will still be complete.

@@ -3110,3 +3110,7 @@ literals:
- ultraviolet_irradiance_sensor:
fixed_min: 0.0
flexible_max: 2000.0

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are including the alarm point itself there is no need to include the threshold at which the alarm is triggered; so you can remove this point and the model will still be complete.

- supply_water_temperature_sensor
- water_high_level_status
- water_low_level_status
- high_water_temperature_alarm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move alarms to opt_uses

- MONITORING

TLM2X:
description: "Level and temperature monitoring 2x"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended to model two distinct tanks or a single tank with two sensors? If you are trying to model two tanks, please just apply the other type to each individual tank.

@cstirdivant cstirdivant added the ontology model Extensions or edits to the ontology model label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ontology model Extensions or edits to the ontology model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants