I think one thing that’s happening is that we need to fetch the account linking first, and if you’re offline at that moment I think SmartThings does not boot. If that info could be retrieved at launch, it should just work continuously
I dont think that is a practical solution keeping watch and restarting home assistant when you are having intermittent internet outage. Smartthings is the only internet based integration that i have installed that doesn’t automatically reconnect once internet is back online without having to manually reload or restart home assistant.
But like said, in general it should just do that once you have the account linking set up, which it did not in your current logs.
I have seen another issue which reports the same, so I have to investigate this again
Thanks @joostlek for looking into this
Hello, after Updating to the new Version i cant install Smartthings. Everytime i try i get a Error 500. Tryd to delete old cache, old smartthings files, extern url is reachable so i dont know what to do
SmartThings for you guys working on new Patch? Wondering that there is no someone else with that Problem
I am having the same since the update to 2025.5.5. I hope they can fix the issue.
I am not sure what issue you exactly have, please be more descriptive
Is one of they ways to solve this constant Smartthings crashing/disconnecting is just a simple automation that watches any of the smartthing devices and if/when it become “unavailable” you restart the Smartthings integration?
Like this:
alias: Restart Smarthings
description: ""
triggers:
- trigger: state
entity_id: switch.flood_light
to: unavailable
conditions: []
actions:
- action: homeassistant.reload_config_entry
metadata: {}
data:
entry_id: 6751e40b2946531acd1a29ae3
mode: single
Would that work or will that cause other issue with Smartthings?
My integration is crashing almost daily now.
I’d rather try to debug what is going on here. Can you enable debug logs?
For everyone who downloaded the custom SmartThings integration via HACS: delete it and install SmartThings (not HACS, and not custom) from the official Home Assistant store. The custom integration no longer works and forces you to log in every 24 hours. I spent two weeks trying to figure out the issue — oh man!
not sure if this will help… but here’s what I experienced and how I resolved it:
This worked. Only I used the custom smartthings integration controlling my TV and Soundbar. I hope there will be another integration which provides the same functions.