-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ruletest 23-1 update #1625
Ruletest 23-1 update #1625
Conversation
… into RS/WX/update_23-1
…ruleset-checking-tool into RS/WX/update_23-1
@@ -55,7 +52,8 @@ | |||
"heating_system": { | |||
"id": "HP Heating Coil 1", | |||
"type": "HEAT_PUMP", | |||
"heatpump_low_shutoff_temperature": -8.888888888888857 | |||
"heatpump_auxilliary_heat_type": "ELECTRIC_RESISTANCE", | |||
"heatpump_low_shutoff_temperature": 7.222222222222285 |
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.
This data should be heatpump_auxilliary_heat_high_shutoff_temperature, and the value is 40F
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.
ahh my mistake on the key value. And sure, I can lower it to 40 F. I wasn't sure if the energize auxiliary heat only when the outdoor air temperature is less than 40 F
was inclusive so bumped it up to 45 F bit to make sure it'd flag a failure.
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.
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.
Actually-- I'm starting to think I got this mixed up (this is why I never do tests right on the line, I get myself all confused). It looks like 40 F should pass. Sorry, let me make this update.
Updated rule 23-1's rule test JSON to align with the latest RDS changes