The problem
when the WebOS TV integration was migrated from configuration.yaml configuration to the UI, Power On via Media Player broke - this is well documented, as are a couple of fixes, including a BluePrint to create an automation to resolve the matter.
I've also seen that Wake On Lan no longer works from HA to WebOS when hard wired, which it did before the migration to the UI configured Integration. I've proven this to be the case through trial and error, with a hard wired TV being exceptionally hit and miss to get to turn on via WoL, and being consistent using a Wireless connection.
What version of Home Assistant Core has the issue?
core-2022.3.5
What was the last working version of Home Assistant Core?
core-2021.12.1
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
LG WebOS Smart TV
Link to integration documentation on our website
https://www.home-assistant.io/integrations/webostv/
Diagnostics information
TV is an LG G1, which doesn't capture logs during the WoL process, because it's turned off.
Firmware release on the TV is 03.21.10, which is around 1 month since release
the HA logs are in the logs area
Example YAML snippet
alias: Turn on TV
description: ''
trigger:
- platform: webostv.turn_on
entity_id: media_player.living_room_tv
action:
- service: wake_on_lan.send_magic_packet
data:
mac: re:da:ct:ed:ma:c#
mode: single
Anything in the logs that might be useful for us?
Logger: homeassistant.components.webostv.media_player
Source: components/webostv/media_player.py:113
Integration: LG webOS Smart TV (documentation, issues)
First occurred: 10:56:00 AM (1 occurrences)
Last logged: 10:56:00 AM
Error calling async_select_source on entity media_player.living_room_tv, state:off, error: WebOsTvCommandError("Not connected, can't execute command.")
unfortunately this is the only error being seen in the logs - my HA is running the current release build, in a fully supported Supervised configuration.
Additional information
No response
The problem
when the WebOS TV integration was migrated from configuration.yaml configuration to the UI, Power On via Media Player broke - this is well documented, as are a couple of fixes, including a BluePrint to create an automation to resolve the matter.
I've also seen that Wake On Lan no longer works from HA to WebOS when hard wired, which it did before the migration to the UI configured Integration. I've proven this to be the case through trial and error, with a hard wired TV being exceptionally hit and miss to get to turn on via WoL, and being consistent using a Wireless connection.
What version of Home Assistant Core has the issue?
core-2022.3.5
What was the last working version of Home Assistant Core?
core-2021.12.1
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
LG WebOS Smart TV
Link to integration documentation on our website
https://www.home-assistant.io/integrations/webostv/
Diagnostics information
TV is an LG G1, which doesn't capture logs during the WoL process, because it's turned off.
Firmware release on the TV is 03.21.10, which is around 1 month since release
the HA logs are in the logs area
Example YAML snippet
Anything in the logs that might be useful for us?
Logger: homeassistant.components.webostv.media_player Source: components/webostv/media_player.py:113 Integration: LG webOS Smart TV (documentation, issues) First occurred: 10:56:00 AM (1 occurrences) Last logged: 10:56:00 AM Error calling async_select_source on entity media_player.living_room_tv, state:off, error: WebOsTvCommandError("Not connected, can't execute command.") unfortunately this is the only error being seen in the logs - my HA is running the current release build, in a fully supported Supervised configuration.Additional information
No response