-
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
Unable to change temperature #2
Comments
Can you provide any logs from HA? Maybe just grep for "balboa" in the logs? Try adjusting temp and then grabbing logs, I want to see if it had an error communicating or something? |
Seems like I get all the correct values(current states) from the component, but unable to change any of them. As you can see on the log entry from 10:37:21 I got this error when i tried to increase temp from 36.5 to 37.0 (but i actually jumped from 36.5 to 26 when I hit increse at HA Web UI) 2020-05-23 10:45:08 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. |
Oh, can you tell me what homeassistant says the current heat range is? Easy way is to go to developer tools and display the attributes of the climate device. I think I know what the problem is.. mine looks wrong too... might be an easy fix.
I believe in balboa.py, the self.tmin and self.tmax are reversed. I think the low temp pair needs to be first, not the high temp pair, I expect to see 80/104 there for mine.. If you see 10/26 there than that is the problem and I can fix quickly. |
If you update to master, it should work now. Thanks for catching this. Fix is in pybalboa 0.6 |
Just updated and seems to be working, thanks! :) |
I copied over the new manifest as the version available on HACS had Pybalboa set at 0.4, so i've updated this to 0.6 however i am getting the following error - 2020-05-26 11:45:24 ERROR (MainThread) [pybalboa.balboa] Spa socket error: [Errno 32] Broken pipe |
Just installed this through HACS, and everything seems to be working.
However, as soon as I try to change temperature(increase), it drops to 26degC, and I am unable to increase it. Any idea?
The text was updated successfully, but these errors were encountered: