-
Notifications
You must be signed in to change notification settings - Fork 20
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
Min temperature too high #7
Comments
Cooling is limited to 18°C. If you gonne use 16°C for cooling, the indoorunit will not except it. |
Another vote. Would be great for my use case if we could change the stanza in splitAC.py to:
|
Hello,
First of all, thank you for working on that script. It works well.
After tweaking my settings a bit on node-red (i was trying to automate my heatpump), i noticed i was getting errors when i was setting my temperature lower than 18C. My heatpump support a temperature range of 16 - 32. The entity on home assistant confirms this.
I noticed that you placed a low ceiling of 180 in splitAC.py (line 180ish). Here's a snippet :
After changing 180 for 160, i don't have any problems on my end anymore.
Should i push this change to the repo, or was the limit of 180 there for some reason?
Thanks again for your work
The text was updated successfully, but these errors were encountered: