veista / smartthings

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

AC Unit not updating Infomation #21

Open CAVACO-PT opened 2 years ago

CAVACO-PT commented 2 years ago

Hello , thanks for all your work , i like that you are improving what SM should done .....

I could use a bit of help if its possible , i just installed my new acs units .... alredy had this repo running , but now the AC units do not update in HA the information , only if i go to device and to sm intregration and click reload ....

MY units are :

Outside unit : AJ080TX4KG Inside units : AR18TXFYAWKNEU , AR12TXFYAWKNEU , AR09TXFYAWKNEU~

could this be because my units not supported , or do i need to do something im not doing like i should ??

If anyone can help me figure this out , i usualy only check HA , and have everything there , would like not to be openning SM app all the time .

Thank you

CAVACO-PT commented 2 years ago

In HA it shows this : image

CAVACO-PT commented 2 years ago

Also @veista i have a light switch : image

But i have diplay in my inside units , that diplays the tempo etc ....

veista commented 2 years ago

This is a known bug in my integration. You have too many subscriptions. Should read in logs. A workaround at this point is to create two st accounts.

veista commented 2 years ago

The light is for the display.

CAVACO-PT commented 2 years ago

@veista thank you for the quick reply , what do you mean to many subscriptions , you mean devices inside one single SM account ??

should i make another and move them to the other , or do you think this but is something that will be fix in the coming months ??

Thank you

veista commented 2 years ago

I will fix the issue hopefully during this year. You should split the devices into two accounts. This will only help if this is indeed the issue.

ColinSainsbury commented 1 year ago

I see same issue. I have a total of 17 devices in SmartThings of which 2 are the Wi-Fi Controller (MIM-H04EN)and Air Source Heat Pump AE120BXYDEG/EU with MIM-H03EN wired controller. Hot Water temp only updates when reloading. No temperature or set point sensor exists for heating. Logged on the MIM-H03EN issue as well.

ColinSainsbury commented 1 year ago

I wrote an automation that might help people. It reloads the integration every 5 minutes to update the data:

alias: Update DHW Temp description: "" trigger:

In my case, I chose the Entity "Eco Heating System" in the visual editor image

Koky05 commented 1 year ago

I create same automation, but I use config entry ID (you can found it in .storage\core.config_entries) so it reloads whole integration not only one device. It is better for me because I have multiple AC in mine house.

ColinSainsbury commented 1 year ago

Removed and reinstalled the integration and no longer need the automation