Lg webostv wol

I have configured the switch and the wol service is present, I have no error but in any case the smart-tv does not turn on
what can i check?
I did this:

In did some testing with my TV. Maybe this can help you?

1 Like

Hi all, I a having an issue with the wake_on_lan service. I can turn tv off and change inputs including volume on HA but unable to turn tv back on. I have the HA Supervised instance running on docker Ubuntu server. Keeps getting error “failed to call media_player/turn_on. Unable to find wake_on_lan.send_magic_packet”. Tried both on wired and wireless connection.

# living room TV setup
webostv:
  host: 192.168.2.9
  name: "Living_Room_TV"
  turn_on_action:
    service: wake_on_lan.send_magic_packet
    data:
      mac: A0:6F:AA:3A:C9:D9
      broadcast_address: 255.255.255.0
  customize:
    sources:
      - livetv
      - youtube
      - makotv
      - netflix
media_player:
notify:

Have you managed to resolve your issue with webos? Eipotton Daniele

I did not get it to work either.
But as i understand in you have to „activate“ the wake on lan feature with an config entry.

Put

wake_on_lan:

In your config and it „should“ work.

In my case the error Message disappeared, but the tv still refuses to turn on (wired Connection)