-
Notifications
You must be signed in to change notification settings - Fork 141
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
Water/Steam Valve Voltage Monitoring #1454
base: master
Are you sure you want to change the base?
Conversation
Added: bypass_valve_voltage_command bypass_valve_voltage_sensor chilled_water_valve_voltage_command chilled_water_valve_voltage_sensor heat_exchange_supply_water_isolation_valve_voltage_command heat_exchange_supply_water_isolation_valve_voltage_sensor heating_water_valve_voltage_command heating_water_valve_voltage_sensor makeup_water_valve_voltage_command preheating_water_valve_voltage_command steam_valve_voltage_command
Bypass Water Valve Voltage Monitoring
Chilled water valve voltage monitoring.
Heat exchanger supply isolation water valve voltage monitoring.
Heating water valve voltage monitoring.
Make-up water valve voltage monitoring.
Preheating water valve voltage monitoring on supply air side.
Steam valve voltage monitoring.
@shambergoldstein Ready for review |
Corrected to voltage instead of percentage
Added makeup_water_valve_voltage_sensor as a required field
Made voltage_sensor required instead of flowrate_sensor
Added steam_valve_voltage_sensor as a required field
is_abstract: true | ||
opt_uses: | ||
- heating_water_flowrate_sensor | ||
- heating_water_valve_voltage_sensor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make the sensor required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shambergoldstein Done
description: "Bypass water valve voltage monitoring." | ||
is_abstract: true | ||
opt_uses: | ||
- bypass_valve_voltage_sensor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make the sensor required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shambergoldstein Done
Made voltage sensor required field
@shambergoldstein It looks like this PR will probably fail ontology validation just like the damper-voltage? |
No description provided.