-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Wrong Air Conditioner State in HA #106
Comments
My specific problem, not only with the air conditioner but with all the devices in SmartThings within Home Assistant, is that they don't update unless I reload the integration. It tells me the air conditioner is still on when it's not, or if I change the modes, etc. |
There is a problem with the callback system. At launch/reload all values are polled, so that is why it helps. The problem is in the network connection. You might want to clear all unused apps from the mobile app/ cloud. Also make sure all settings are correct. |
@veista did you plan to upgrade the cust component by removing the deprecated functions? Any suggestions? Consider that if I click two times on "fan_only" I see purify ( correctly) in smartthings mobile phone app. |
I have no plans on updating this integration. I am building a new one which is polling only. |
Hi all,
I noticed that when I turn on the air conditioner from the remote control which is on 'cool' in HA I see 'fan_only'.
Same issue if I turn on the AC directly from HA by selecting 'fan_only' but in the real life, in smartthings app, I See 'cool'.
Does anyone have the same problem described above?
So at the moment 'smartthings app' is faithful to the condition of the air conditioner
Thanks
Paolo
The text was updated successfully, but these errors were encountered: