question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Smart Things - Samsung Wind Free AC - AC Modes Missing

See original GitHub issue

The problem

After enabling “Smart Things” integration home assistant found my 4 Samsung Wind Free AC (Models: 2 x AR09MSPXBWKN and 2 x AR12MSPXBWKN). All is working fine but there are some missing ac modes (heat and fan)… These modes are offered by Smartthings app and by IR remote controller. When i switch to these modes from app or ir remote controller home assistant take an unknow state on these entities.

There are other missing things (for example direction of wind or for example wind free mode)… but these are secondary…

Environment

Home Assistant 0.116.2

arch x86_64
dev false
docker true
hassio false
installation_type Home Assistant Container
os_name Linux
os_version 4.14.24-qnap
python_version 3.8.5
timezone Europe/Rome
version 0.116.2
virtualenv false
  • Home Assistant Core release with the issue: 0.116.2
  • Last working Home Assistant Core release (if known): don’t know
  • Operating environment (OS/Container/Supervised/Core): Docker container
  • Integration causing this issue: SmartThings
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/smartthings/

Problem-relevant configuration.yaml

{
                "entity_id": "climate.condizionatore_scale",
                "platform": "smartthings",
                "name": null,
                "icon": null,
                "disabled_by": null,
                "capabilities": {
                    "hvac_modes": [
                        "cool",
                        "off",
                        "heat_cool",
                        "dry"
                    ],
                    "min_temp": 7,
                    "max_temp": 35,
                    "fan_modes": [
                        "auto",
                        "high",
                        "low",
                        "medium",
                        "turbo"
                    ]
                },
                "supported_features": 9,
                "device_class": null,
                "unit_of_measurement": null,
                "original_name": "Condizionatore Scale",
                "original_icon": null
            },

Traceback/Error logs


Additional information

I make a try to use “customize” the entity adding missing modes “heat” and “fan_only” but they are not working. I take a look at https://graph-eu01-euwest1.api.smartthings.com/ and under “My devices” -> i entered in one of my ac -> “Current States” section -> under “supportedAcModes” key there is

[
    "cool",
    "dry",
    "wind",
    "auto"
]

Under logging i tryed to make some mode changes (from app SmartThings) and what i can see are messages like this

{"correlationId":"HIDDEN","receiverDi":"dealer","enqueueTime":1602764135014,"path":"/shp/HIDDEN2/Mode","data":{"payload":{"x.com.samsung.da.supportedModes":["Cool","Dry","Wind","Auto"],"x.com.samsung.da.options":["Comode_Off"],"x.com.samsung.da.modes":["Heat"]}},"senderDi":"HIDDEN2"}

I used some reference

Some images image

image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:38 (1 by maintainers)

github_iconTop GitHub Comments

13reactions
perseus177commented, Jun 20, 2021

Any news about integration windfree mode to AC Samsung ?

6reactions
Teka101commented, Sep 20, 2021

Still waiting for this issue 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

My Samsung Air conditioner with SmartThings wifi control no ...
I've just installed my new Windfree A/C. The devices are visible and controllable in Samsung Smartthings app(same screenshop as in TS post).
Read more >
How to connect to SmartThings on my air conditioner - Samsung
On your smartphone: Tap Settings → Connection → Wi-Fi → Select a router to connect to (enter password when setting security) · When...
Read more >
Smartthings integration (climate mode)(wind free Samsung AC)
I attached the log file which shows the missing modes. Hope someone could help with this THX · 2020-06-06 21:18:15 DEBUG (MainThread) [ ......
Read more >
[Eng] How to turn ON Samsung WINDFREE AC without Remote
Samsung Wind free AC comes with a totally new design which might make it difficult to locate the Secret button usually found below...
Read more >
Samsung Air Conditioner: Complete Troubleshooting Guide
Press the Mode button and move from one mode to the other until you can choose the Heat Mode. Use the increase (+)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found