Smart Things - Samsung Wind Free AC - AC Modes Missing
See original GitHub issueThe 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
- https://smartthings.developer.samsung.com/docs/api-ref/capabilities.html#Air-Conditioner-Mode
- https://community.home-assistant.io/t/samsung-air-conditioner/87046/49
- https://graph-eu01-euwest1.api.smartthings.com/
Some images
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:38 (1 by maintainers)
Top GitHub Comments
Any news about integration windfree mode to AC Samsung ?
Still waiting for this issue 😦