Samsung AC Support, help needed

it seems to work now. thank you @SebuZet

That’s great :slight_smile:
We are moving to master branch. I think it’s a good time for that.

I’ve started a thread in “Share you projects” category. I think we can continue discussion on new thread. What do you think?

1 Like

@SebuZet see you in new thread :+1:

@SebuZet, somthing is broken i latest code. Last one that worked for me was df3d880 … :frowning:

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 ?