You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there @joostlek, mind taking a look at this issue as it has been labeled with an integration (smartthings) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of smartthings can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign smartthings Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
#140190 did not fix the issue
If ST integration relies on the web dashboard then my issue is resolved since
2025-04-05 23:15:23.324 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.OFF: 'off'>} 2025-04-05 23:15:23.665 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"fa9797d3-ac5c-4e4f-8896-135ce11816b6","status":"ACCEPTED"}]} 2025-04-05 23:15:23.756 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.ON: 'on'>} 2025-04-05 23:15:23.889 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"4a16ed82-5002-4689-9fce-a7ecfdff5da1","status":"ACCEPTED"}]} 2025-04-05 23:15:24.125 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.OFF: 'off'>} 2025-04-05 23:15:24.240 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"129f3dbd-32a0-41e0-a2e2-a9d9e6022f49","status":"ACCEPTED"}]} 2025-04-05 23:15:24.587 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.ON: 'on'>} 2025-04-05 23:15:24.715 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"304bb6eb-f00b-448d-81c7-215dcdc18252","status":"ACCEPTED"}]} 2025-04-05 23:15:24.962 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.OFF: 'off'>} 2025-04-05 23:15:25.084 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"aade1eec-2755-4689-a9a7-fb83d5dd76ec","status":"ACCEPTED"}]} 2025-04-05 23:15:25.434 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.ON: 'on'>} 2025-04-05 23:15:25.563 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"74515d8a-0ce6-4a67-875a-c565e862d8ea","status":"ACCEPTED"}]} 2025-04-05 23:15:25.782 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.OFF: 'off'>} 2025-04-05 23:15:25.968 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"06c3cc82-7015-4115-b329-e6c704c26990","status":"ACCEPTED"}]} 2025-04-05 23:15:26.181 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.ON: 'on'>} 2025-04-05 23:15:26.295 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"6fa58b9e-0ffb-430d-865b-e616d76f5cda","status":"ACCEPTED"}]} 2025-04-05 23:15:26.498 DEBUG (MainThread) [pysmartthings] Executing command for device cf3bfae5-749c-4e37-a7d9-9de7f79391cb: {'component': 'main', 'capability': <Capability.SWITCH: 'switch'>, 'command': <Command.OFF: 'off'>} 2025-04-05 23:15:26.629 DEBUG (MainThread) [pysmartthings] Command response: {"results":[{"id":"a6a46ef7-78a1-4dc2-9854-ff990434b254","status":"ACCEPTED"}]}
"integration_manifest": { "domain": "smartthings", "name": "SmartThings", "codeowners": [ "joostlek" ], "config_flow": true, "dependencies": [ "application_credentials" ], "dhcp": [ { "hostname": "st*", "macaddress": "24FD5B*" }, { "hostname": "smartthings*", "macaddress": "24FD5B*" }, { "hostname": "hub*", "macaddress": "24FD5B*" }, { "hostname": "hub*", "macaddress": "D052A8*" }, { "hostname": "hub*", "macaddress": "286D97*" } ], "documentation": "https://www.home-assistant.io/integrations/smartthings", "iot_class": "cloud_push", "loggers": [ "pysmartthings" ], "quality_scale": "bronze", "requirements": [ "pysmartthings==3.0.2" ], "is_built_in": true, "overwrites_built_in": false }, "setup_times": {}, "data": { "events": [], "status": { "components": { "main": { "switchLevel": { "levelRange": { "value": null }, "level": { "value": null } }, "switch": { "switch": { "value": null } }, "colorTemperature": { "colorTemperatureRange": { "value": null }, "colorTemperature": { "value": null } } } } }, "info": { "deviceId": "cf3bfae5-749c-4e37-a7d9-9de7f79391cb", "name": "ABL Wafer Down Light(BLE)", "label": "Juno Connect 2", "manufacturerName": "Samsung Electronics", "presentationId": "ABL-LIGHT-B-001", "deviceManufacturerCode": "Samsung Electronics", "locationId": "6c314222-8baf-48a0-9442-5b1102a8757f", "ownerId": "f24ff388-700c-7d1e-91f2-1c37ae68ce2b", "roomId": "afe6846b-959b-4e5b-8128-576dd7416717", "components": [ { "id": "main", "label": "main", "capabilities": [ { "id": "switch", "version": 1 }, { "id": "colorTemperature", "version": 1 }, { "id": "switchLevel", "version": 1 } ], "categories": [ { "name": "Light", "categoryType": "manufacturer" } ] } ], "createTime": "2025-04-06T06:00:41.880Z", "profile": { "id": "65f5db53-9a78-4b19-8e40-d32187cd59ab" }, "bleD2D": { "encryptionKey": "2a08b358ad16744bdce8b793b29532ff", "cipher": "AES_128-CBC-PKCS7Padding", "advertisingId": "4ec0b0f0", "identifier": "88-57-1d-7c-cb-cf", "configurationUrl": "https://apis.samsungiotcloud.com/v1/miniature/profile/65f5db53-9a78-4b19-8e40-d32187cd59ab", "bleDeviceType": "BLE", "metadata": null }, "type": "BLE_D2D", "restrictionTier": 0, "allowed": null, "executionContext": "CLOUD", "relationships": [] } } }
What version of Home Assistant Core has the issue?
15
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
SmartThings
Link to integration documentation on our website
https://www.home-assistant.io/integrations/smartthings/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: