Skip to content
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

Corrected temp resets in dual mode. #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BamaHodl
Copy link

With a dual mode device (e.g my RS-2/6 Dual), the Pool temp was being set to TEMP_UNKNOWN on a status message when the spa pump was on. This seems to be from a typo where you meant to say " isSINGLE_DEV_PANEL == true" but did != instead.
Similarly, but not exactly, the Spa temp was being set to TEMP_UNKNOWN on any status message when the Pool pump was off because there was no check to make sure " isSINGLE_DEV_PANEL == true" before setting it to unknown.
I tested these changes on my Dual device and now it works as intended--Spa temp only set to unknown when Spa pump is off, and Pool temp only set to unknown when Pool pump is off. Going through the code logically it seems it will work as intended for single device panels as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants