-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors after update HA to 0.112 #49
Comments
Same problem here. I'm on Homeassistant 0.112.4
|
Also having the same issue:
|
Same issue here. Same stacktrace. Seems like the "encrypted" method in the configs is what's causing it. |
First I would like to thank you for the effort you have gone to @roberodin - I know developing these custom components is not easy. I am having the same issue as above - my setup is as follows:
Note: I also have the standard Samsung TV integration installed and confirmed the TVs work (on/off, volume up/down, etc) I have created the devices as per below: with each having the custom dropdown displaying correctly (such as below) As you can see unfortunately the state of all three TV is "unknown" and none of the functionality actually works. EG - clicking the power button cause a pop up error "Failed to call service media.player/turn_on" Log details after restart of HA look as follows (same as the above): I do really like this component - I hope you'll be able to fix the issue soon. Thanks |
After update HA to v 0.112 i got a lot of errors:
ровень: ERROR
Logger: homeassistant.helpers.entity
Source: custom_components/samsungtv_custom/media_player.py:233
First occurred: 11:20:55 (3 occurrences)
Last logged: 11:20:55
Update for media_player.samsungtv_ue40c5100 fails
Update for media_player.samsungtv_ue32es5500 fails
Update for media_player.samsungtv_ue46es5507 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 272, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 466, in async_device_update
self.update # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/samsungtv_custom/media_player.py", line 227, in update
self.send_key("KEY")
File "/config/custom_components/samsungtv_custom/media_player.py", line 248, in send_key
control_result = self.get_remote().control(key)
File "/config/custom_components/samsungtv_custom/media_player.py", line 233, in get_remote
self._remote = self._remote_class(self._config)
File "/usr/local/lib/python3.7/site-packages/samsungctl/remote.py", line 13, in init
raise exceptions.UnknownMethod()
samsungctl.exceptions.UnknownMethod
TVs configured like this:
name: SamsungTV-UE40C5100
host:
port: 5601
mac:
name: SamsungTV-UE32ES5500
host:
mac:
name: SamsungTV-UE46ES5507
host:
mac:
The text was updated successfully, but these errors were encountered: