-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mr Cool Unable to turn on Turbo Mode #63
Comments
May be unrelated, but I've noticed the native May just be a bug in the native app, so sorry for the extra noise on this if that is the case, but thought any extra info here might help diagnose/troubleshoot the issue. Also, this is with the new Cassette ceiling-mount units, but I don't think that should really matter since the wifi module, software, etc is all the same to the wall mount units. EDIT: I'll also try using the Turbo function from the https://home.cielowigle.com web app (allows logging in with MRCOOL SmartHVAC credentials) and see if I get any errors when trying to enable Turbo function. |
I also have a MrCool branded mini split and ran in to the same issue last summer of not being able to control the turbo function on the unit. I found the issue to be related to Line 156 in the cielohomedevice.py file. 'self._send_msg(action, "turbo", "on/off")` My fix was to take that line and replace with this.
|
I can confirm this change has fixed the Turbo functionality for me. Hopefully this can be updated in the branch so that it always functions in future updates (unless this fix breaks it for others of course) |
It still work for Cielo uses... But i need a way to identify your device to change the behaviour only mrcool. What is your url connection? |
Where can I find this? |
Maybe not the url, the device model maybe. Something i can hook a different behavior when it's Mr Cool device... |
i'll cook something for the next version. ;) |
@krazykrivda try version 1.7.7 |
It didn't work for me; I needed to tweak the line: my version is BI04 and not BI03. |
I'll fix it in the next version. ;) |
Mr Cool does not activate turbo mode from this plugin successfully. I hear my indoor unit beep after pressing turbo, but the setting doesn't stay.
Call and response for changing the target temp, showing that Turbo is on:
Call and response for for turning off Turbo mode. This is successful.
Call and response for turning Turbo On. This is unsuccessful. 3rd line here is a successful response after enabling Turbo using the Mr Cool Android app.
The text was updated successfully, but these errors were encountered: