I used to be able to turn on/turn off my Samsung TV (UN55HU8550) and it was successfully setup within devices. I am now getting an error:
When I take a look at the logs I see:
Logger: homeassistant.components.samsungtv
Source: helpers/update_coordinator.py:382
integration: Samsung Smart TV (documentation, issues)
First occurred: June 27, 2025 at 8:39:41 PM (265 occurrences)
Last logged: 2:26:16 AM
Unexpected error fetching samsungtv data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/samsungtv/coordinator.py", line 53, in _async_update_data
self.is_on = await self.bridge.async_is_on()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/samsungtv/bridge.py", line 427, in async_is_on
if remote := await self._async_get_remote():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/samsungtv/bridge.py", line 461, in _async_get_remote
return await self._async_get_remote_under_lock()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/samsungtv/bridge.py", line 813, in _async_get_remote_under_lock
assert self.port
^^^^^^^^^
AssertionError
I can’t make sense of what is going on. I’ve tried re-adding the integration and this error pops up each time. Stumped to what is going on. Any help would be appreciated!