You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
there is a typo in Predheat which means that the Flow Difference Target is defaulting to 20. Expected behaviour
to correctly read the apps.yaml flow_different_target
Predbat version
8.6.1 main
Environment details
Heat Pump.
Screenshots
check line 517 in predheat. self.flow_difference_target = self.get_arg("float_difference_target", 20.0, domain="predheat")
Log file
The text was updated successfully, but these errors were encountered:
Describe the bug
there is a typo in Predheat which means that the Flow Difference Target is defaulting to 20.
Expected behaviour
to correctly read the apps.yaml flow_different_target
Predbat version
8.6.1 main
Environment details
Heat Pump.
Screenshots
check line 517 in predheat. self.flow_difference_target = self.get_arg("float_difference_target", 20.0, domain="predheat")
Log file
The text was updated successfully, but these errors were encountered: