-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix heating state #1
Conversation
src/platformAccessory.ts
Outdated
minValue: THERMOSTAT_MIN_CURRENT_TEMP, | ||
maxValue: THERMOSTAT_MAX_CURRENT_TEMP, |
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.
Was it intentional to use constants vs the user defined values?
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.
Yes, the current temp could be out of the range for target temperature. For example, when water heater has been idling for a while, the current temperature (outlet temperature) will be close to the main water line temperature, which is much lower than the minimal target temperature.
136cb78
to
689c142
Compare
* Added the support of heating state ("Heating to" when the combustation is ON) and the current water temperature (from the outlet temperature). * Improved the stepped target temperature calculation for controllers using imperial unit. * Avoid adding recirulation button if the heater is not configured for it yet
689c142
to
f5fea0b
Compare
This is to address the issue reported in dustindclark#2
Example when the combustion is on
Example when the combustion is off