-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Smartthing Integration is not working anymore with 2025.1.0 #134609
Comments
Are you using the official SmartThings integration or one of the many custom integrations? Also, at least some logging should be helpful if you like this to be solved |
Hi
I am using the Smartthing Integration. In order to get you any logs I will need to install 2025.1.0 again. I have now restored backup of 2024.12 again in order to get my system running.
I will come back with log.
Thanks
Roland
From: rrooggiieerr ***@***.***>
Sent: Saturday, January 4, 2025 8:23 AM
To: home-assistant/core ***@***.***>
Cc: rolschu1960 ***@***.***>; Author ***@***.***>
Subject: Re: [home-assistant/core] Smartthing Integration is not working anymore with 2025.1.0 (Issue #134609)
Are you using the official SmartThings integration or one of the many custom integrations?
Also, at least some logging should be helpful if you like this to be solved
—
Reply to this email directly, view it on GitHub <#134609 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQG5FB3OFQ4JH6TPDWED5UD2I4ZVNAVCNFSM6AAAAABUSSU3ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRZHE4DKOBXGM> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AQG5FB6IAVU6X6TPOWNBFK32I4ZVNA5CNFSM6AAAAABUSSU3ISWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUZF3PVC.gif> Message ID: ***@***.*** ***@***.***> >
|
Same issue |
Have you tried removing and reinstalling the integration? Mine stopped as well, I fixed it by doing removing and reinstalling the integration...the reason it wasn't working, based on the logs, was due to the Personal Access Token getting into a bad state. The two systems (HA and SmartThings) were out of sync and you have fix that to get it working again. |
Sounds like you just borked yourself like I did, looks like Samsung is deprecating the use of Personal Access Tokens. If you have an existing one you're "grandfathered" in according to them, but Home Assistant just went south on me so I had to restore a backup which forces a new Smart Things PAT. Now I'm getting Too Many Requests Constantly, and they say the new PATs are only good for 24 hours..... So you need a new one every day. They say there's an OAuth method that needs to be used instead, but god I hope the SmartThings HA team is looking at this, 70% of my sensors and automations are SmartThings linked.... https://community.smartthings.com/t/changes-to-personal-access-tokens-pat/292019 The did this in like 30 days over Christmas, they really hate their users... |
@ice3m |
Updated and got the same issue. Assume this (below) is the logs that Devs are after? Logger: homeassistant.util.loop Detected blocking call to import_module with args ('custom_components.smartthings',) in /usr/src/homeassistant/homeassistant/loader.py, line 1075: ComponentProtocol, importlib.import_module(self.pkg_path) inside the event loop; This is causing stability issues. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 227, in sys.exit(main()) File "/usr/src/homeassistant/homeassistant/main.py", line 213, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/usr/local/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2033, in _run_once handle._run() File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/setup.py", line 165, in async_setup_component result = await _async_setup_component(hass, domain, config) File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component component = await integration.async_get_component() File "/usr/src/homeassistant/homeassistant/loader.py", line 1027, in async_get_component comp = self._get_component() File "/usr/src/homeassistant/homeassistant/loader.py", line 1075, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) |
@Roving-Ronin looks like you're not using the SmartThings integration that comes with HA Core but a custom version. There are about 5 different custom version floating around, which one are you using? Direct your issue there |
I can see the following error in my logs:
|
@Arise that message comes from a custom integration, not from a HA Core integration. Please direct your issue to the author of the custom integration |
The problem
Not sure where to place this issue. The Smartthing Integration is not working anymore with 2025.1.0. Integration is not loading anymore. Moving back to 2024.12. all fine
What version of Home Assistant Core has the issue?
core-2025.1.0
What was the last working version of Home Assistant Core?
core-2024.12.5
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Smartthings
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: