-
Notifications
You must be signed in to change notification settings - Fork 39
Boiler Fails with High Outside Air Temp #145
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
This assertion in the boiler causes simulations to fail on hot days (like Oct 6 2024) where the outdoor air temp exceeds the hot water temp.
sbsim/smart_control/simulator/boiler.py
Line 296 in c230691
| assert water_temp >= outside_temp |
Besides changing this non-test assertion into a value error (which we already have an issue about #28 ), it would be very helpful to learn more about why this assertion is in place, and if it is necessary. Ideally we would like to implement a fix that allows the simulation to work on hot days.
@Jgoldfeder do you have any context to share about this logic?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested