Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Juno Connect Wafers not working with SmartThings Integration #142382

Open
bapesupreme opened this issue Apr 6, 2025 · 4 comments
Open

Juno Connect Wafers not working with SmartThings Integration #142382

bapesupreme opened this issue Apr 6, 2025 · 4 comments

Comments

@bapesupreme
Copy link

The problem

#140190 did not fix the issue

If ST integration relies on the web dashboard then my issue is resolved since

  1. the web dashboard requires a ST hub
  2. I don't own a ST hub

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

@home-assistant
Copy link

home-assistant bot commented Apr 6, 2025

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.

(message by CodeOwnersMention)


smartthings documentation
smartthings source
(message by IssueLinks)

@joostlek
Copy link
Member

joostlek commented Apr 6, 2025

Yes we depend on the dashboard, but it should still Work

@bapsta
Copy link

bapsta commented Apr 6, 2025

The manufacturer informed me I cannot control the devices thru the dashboard since I do not have a ST hub.

I can only control them through the ST phone app.

If you need more logs, let me know and I can get them tomorrow.

@joostlek
Copy link
Member

joostlek commented Apr 6, 2025

I'm wondering how the device shows, as we shouldn't show it available if it's not controllable cus the dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants