Samsung PDP51 (PN51F8500) is discover and shows correct power state.
However when I try to interact with it (e.g. power off) I get the below error. With other controls, volumn, play or pause nothing seem to happen
2019-05-10 22:31:04 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.140089055551616]
Traceback (most recent call last):
File “/usr/src/app/homeassistant/components/websocket_api/commands.py”, line 121, in handle_call_service
connection.context(msg))
File “/usr/src/app/homeassistant/core.py”, line 1141, in async_call
self._execute_service(handler, service_call))
File “/usr/src/app/homeassistant/core.py”, line 1163, in _execute_service
await handler.func(service_call)
File “/usr/src/app/homeassistant/helpers/entity_component.py”, line 194, in handle_service
required_features
File “/usr/src/app/homeassistant/helpers/service.py”, line 316, in entity_service_call
future.result() # pop exception if have
File “/usr/src/app/homeassistant/helpers/service.py”, line 337, in _handle_service_platform_call
await getattr(entity, func)(**data)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/app/homeassistant/components/samsungtv/media_player.py”, line 207, in turn_off
self.get_remote().close()
File “/usr/src/app/homeassistant/components/samsungtv/media_player.py”, line 131, in get_remote
self._remote = self._remote_class(self._config)
File “/usr/local/lib/python3.7/site-packages/samsungctl/remote.py”, line 9, in init
self.remote = RemoteLegacy(config)
File “/usr/local/lib/python3.7/site-packages/samsungctl/remote_legacy.py”, line 32, in init
self._read_response(True)
File “/usr/local/lib/python3.7/site-packages/samsungctl/remote_legacy.py”, line 83, in _read_response
raise exceptions.AccessDenied()
samsungctl.exceptions.AccessDenied
Home Assistant version 93 in docker container