veista / smartthings

A fork of the Home Assistant SmartThings Integration. This adds better support for Samsung OCF Devices.
170 stars 40 forks source link

Wrong Air Conditioner State in HA #106

Open paolopascali opened 2 months ago

paolopascali commented 2 months ago

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

jonathanathe commented 2 months ago

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.

veista commented 2 months ago

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.

paolopascali commented 2 months ago

@veista did you plan to upgrade the cust component by removing the deprecated functions? In my case the problem persists even with all mobile phone applications closed. I think there is something between cust component and smartthings api......

Any suggestions?

Consider that if I click two times on "fan_only" I see purify ( correctly) in smartthings mobile phone app.

veista commented 2 months ago

@veista did you plan to upgrade the cust component by removing the deprecated functions? In my case the problem persists even with all mobile phone applications closed. I think there is something between cust component and smartthings api......

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.