After removing the previous SmartThings extended from HACS, applying HA OS updates, restarting, etc…
I can successfully add the SmartThings integration, and it does prompt me to login to my Samsung account. All Good!
The entities are added and I’m presented with the summary and prompted to assign the entities to areas / rooms. All Good!
But then nothing happens. The history and states is stuck at the moment I performed the sync / link. And then never updates.
My SmartThings are limited to the Samsung appliances I have in my home: range, fridge, dishwasher, washer, dryer, TV, Galaxy S23 Ultra.
I have found repeated logged error events referencing self created subscriptions with missing subscription_id in the python SmartThings code. But that’s a bit too deep and cryptic for me to troubleshoot further.
2025-03-07 22:49:11.813 ERROR (MainThread) [pysmartthings] Error occurred while subscribing to events
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/pysmartthings/smartthings.py", line 366, in subscribe
subscription = await self._create_subscription(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
location_id, installed_app_id
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/site-packages/pysmartthings/smartthings.py", line 359, in _create_subscription
return Subscription.from_json(resp)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "<string>", line 7, in __mashumaro_from_json__
mashumaro.exceptions.MissingField: Field "subscription_id" of type str is missing in Subscription instance
Anyone else?
Let me know what else I should consider to find a solution for this issue.