Thanks @xchwarze, they are micalously surviving a reboot now, no idea why
I do Sometimes have some trouble with on/off or heavy delays to do so.
I get a lot of task exceptions like this at boot:
Log Details (ERROR)
Logger: homeassistant.core
First occured: 12:19:32 AM (2 occurences)
Last logged: 12:20:42 AM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 434, in _async_add_entity
await entity.async_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 284, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 314, in _async_write_ha_state
attr = self.capability_attributes
File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 774, in capability_attributes
source_list = self.source_list
File "/config/custom_components/samsungtv_custom/media_player.py", line 316, in source_list
self._gen_installed_app_list()
File "/config/custom_components/samsungtv_custom/media_player.py", line 224, in _gen_installed_app_list
app_list = self._remote.app_list()
File "/usr/local/lib/python3.7/site-packages/samsungtvws/remote.py", line 190, in app_list
'to': 'host'
File "/usr/local/lib/python3.7/site-packages/samsungtvws/remote.py", line 99, in _ws_send
self.open()
File "/usr/local/lib/python3.7/site-packages/samsungtvws/remote.py", line 117, in open
sslopt=sslopt
File "/usr/local/lib/python3.7/site-packages/websocket/_core.py", line 514, in create_connection
websock.connect(url, **options)
File "/usr/local/lib/python3.7/site-packages/websocket/_core.py", line 223, in connect
options.pop('socket', None))
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 120, in connect
sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 189, in _open_socket
raise error
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 172, in _open_socket
sock.connect(address)
OSError: [Errno 113] Host is unreachable
Any idea what this? I’ll try and capture the next exception logs that appear when trying to do things
Thank you very much
Linton