Samsung AC Support, help needed

How does it behave, what is not working? Do you have any logs?

@SebuZet it is working now … after I restarted whole server it started to work with latest code … Can be something left over from previous versions and testing … tnx

hey @SebuZet mine’s been working for 2 days now :+1:

Thanks for all the hard work!

@Nick2 @Modrica
I’m glad that everything is working.
In new thread Jman ask for small improvements so be careful with updates :wink:

You’re a champion mate. I’ve got this working with my older Samsung AC using port 2878. A little bit laggy compared to the homebridge intergration I used before, https://github.com/SebastianOsinski/HomebridgePluginSamsungAirConditioner, but still working great.

One note, I set it up on HassIO and was missing xmljson. Got it sorted with:
apk py-pip
pip install xmljson

Thanks :slight_smile:

This is strange. I put xmljson into REQUIREMENTS macro, HASS should install this while loading component.
What do you mean by laggy? Request execution is laggy or status updates?

PS. Can you use new thread:

It’s weird, but I really can’t get token from my 2018 Windfree ACs.
Looks like no ports are opened (possible?).
On the network they are shown as “Wisol” instead of “Samsung”.
They work perfectly with smartsettings app.
Any tip? I’ve been googlig for more than a week…
thanks

1 Like

I have same issue. My AC has same chipset “Wisol”. Can’t get token form any port (8888,8889,2878)

Sorry for you, but happy to find that I’m not alone… if you find ANY solution please report here.

I have problem when i check the configuration validation i get this error:

Integration climate_ip not found when trying to verify its climate platform.

Already found my Samsung AC port 2878 token via homebridge, i followed instructions installation files from latest files then i proceed with that:

  • download all files from GitHub and place them in folder custom_components/climate/
  • rename file climate.py to climate_ip.py
  • copy everything from file __init __.py to file climate_ip.py (you can paste everything at the beginning of the file)
  • restart HASS - it should work
    I make an climate on configuration like this :

- platform: climate_ip
  config_file: ‘samsung_2878.yaml’
  ip_address: ‘192.168.1.32’
  token: ‘mytoken‘
  cert: ‘ac14k_m.pem’
  mac: ‘mymac‘
  friendly_name: ‘Bedroom AC‘
  debug: true

Im running on the latest version 0.96 can you help me please?

Home assistant 0.96 has change the climate component, breaking the support of this custom component.

Yes but that problem was from 0.95 maybe is something else except the version

Anyone got this working with a central AC samsung using mim-h02 wifi adapter

Hi how can i get the token from AC? i have port 8888
thanks

I have the same problem. How can I get the token of my AC using a Windows machine ?

Is there any support for AR12TXCAAWKN ? It does not respond on telnet 8888 nor 2878
nmap found only 29584/tcp opened

I am facing similar issues with AR12TXFYAWKXEU, I get a connection refused error on 8888 or 2878
Running NMAP to the AC’s IP shows that neithtr 8888 or 2878 are open. There is one random port open which seems to change after a few hours, therefore not very predictable.
Also, tried to use the server.py and actest.py on the open port, however, no luck on that front as well.

Has anyone faced similar issues with quite new AC models? Any promising fixes here?

Did you find any help elsewhere?

No, only use SmartThings but I can’t get into about humidity through that but when I use manual API command it shows

Thanks! Hoping that someone will come up with a solution…