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

Added min_temp and max_temp configuration options #209

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

Conversation

jarpatus
Copy link

Added min_temp and max_temp configuration options due to some heat pumps supporting stepping temperature down to 8 degrees instead of separate 8 degrees mode i.e. Innova IWZA09NI-1.

…mps supporting stepping temperature down to 8 degrees instead of separate 8 degrees mode.
@@ -318,6 +323,7 @@ def FetchResult(self, cipher, ip_addr, port, timeout, json):
clientSock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
clientSock.settimeout(timeout)
clientSock.sendto(bytes(json, "utf-8"), (ip_addr, port))
_LOGGER.info('3')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, we do not, seems I did not read my own pull request well enough. This was some leftover debugging code from some previous codebase or something, no need for it. Amended my pull request and removed it.

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