Samsung TV no longer turns on - error

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!

Did it recently software update?

What software version is Tv using?

This integration requires TV to be ON when HA reboot to establish connection. I don’t think it will connect without HA rebooting.

I think I have same model so maybe I will check. I use CEC and control TV through roku integration

That’s the only thing I can think of. The software on the TV didn’t update (it’s from 2013 (lol) and hasn’t had updates in years. The only thing is HA version changed over that time.

I just started getting that error in the last few days and I haven’t been tinkering in HA to any deep extent.

What version of ha are you on? There were some bugs and changes lately.