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.

SmartThings shows Air Purifier Samsung AX60R5080WD as a Switch instead of Fan

See original GitHub issue

The problem

My device is presented in HA as a switch (with no fan speed control) + 4 sensors. It is an Air Purifier with levels: Auto, low, high, medium + night.

Environment

  • Home Assistant release with the issue: 0.104.3
  • Last working Home Assistant release (if known):
  • Operating environment (Hass.io/Docker/Windows/etc.): Hassos 3.8
  • Integration causing this issue: smartthings
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/smartthings

Problem-relevant configuration.yaml


Traceback/Error logs


Additional information

Type	Samsung OCF Air Purifier

switch: on
n: [air purifier] Samsung
icv: core.1.1.0
dmv: res.1.1.0,sh.1.1.0
di: ...
pi: ...
mnmn: Samsung Electronics
mnml: http://www.samsung.com
mnmo: ...
mnpv: ...
mnos: TizenRT2.0
mnhw: 1.0
mnfv: 0.1.0
vid: DA-AC-AIR-000001
data:
{
    "payload": {
        "if": [
            "oic.if.baseline",
            "oic.if.s"
        ],
        "rt": [
            "x.com.samsung.da.sensors"
        ],
        "x.com.samsung.da.items": [
            {
                "x.com.samsung.da.description": "Sensor for Dust",
                "x.com.samsung.da.id": "0",
                "x.com.samsung.da.type": "Dust",
                "x.com.samsung.da.value": [
                    "9",
                    "1"
                ]
            },
            {
                "x.com.samsung.da.description": "Sensor for FineDust",
                "x.com.samsung.da.id": "1",
                "x.com.samsung.da.type": "FineDust",
                "x.com.samsung.da.value": [
                    "8",
                    "1"
                ]
            },
            {
                "x.com.samsung.da.description": "Sensor for Odor",
                "x.com.samsung.da.id": "2",
                "x.com.samsung.da.type": "Odor",
                "x.com.samsung.da.value": [
                    "1"
                ]
            },
            {
                "x.com.samsung.da.description": "Sensor for CleanLevel",
                "x.com.samsung.da.id": "3",
                "x.com.samsung.da.type": "CleanLevel",
                "x.com.samsung.da.value": [
                    "1"
                ]
            },
            {
                "x.com.samsung.da.description": "Sensor for SuperFineDust",
                "x.com.samsung.da.id": "4",
                "x.com.samsung.da.type": "SuperFineDust",
                "x.com.samsung.da.value": [
                    "5",
                    "1"
                ]
            }
        ]
    }
}
airQuality: 1
odorLevel: 1
dustLevel: 9
fineDustLevel: 8
fanMode: medium
veryFineDustLevel: 5
supportedApOperationMode: [off]
virusDoctorMode: off
usageTime: 0
disabledCapabilities:
[
    "powerConsumptionReport",
    "custom.hepaFilter",
    "custom.virusDoctorMode"
]
versionNumber: 19112901
fanOscillationMode: all

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:26 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
mmatlokacommented, Aug 4, 2022

Issue is not fixed.

1reaction
loop2commented, Feb 7, 2022

Any solution for this? I also notice that all my smartthings devices (air purifier and 3 televisions) aren’t update until i open the smartthings app…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connect SmartThings to Samsung Air Purifier
Connect SmartThings to Samsung Air Purifier ; Control the fan speed: Select the fan speed you want for your Air Purifier. Tap the...
Read more >
Control your Samsung air purifier with SmartThings
Use the basic SmartThings controls · Power: Tap the Power icon to turn your air purifier on or off remotely. · Control the...
Read more >
How to use my air purifier with SmartThings? - Samsung
To use a variety of convenient air purifier functions, connect your appliance with the SmartThings app on your smartphone.
Read more >
How to use my air purifier with SmartThings? | Samsung India
SmartThings is intuitive, simple, and makes controlling your appliance that much easier. · To use a variety of convenient air purifier functions, ...
Read more >
Home Assistant (HASSIO) integration for Samsung air purifier
HI! I have integrated the smartthings with my HASSIO installation. I can switch on/off my samsunsung air purifier and i can se the...
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