Hi to all, i have a proble with my smart tv, 1 year ago a configure the same smart tv and all well done, but now use the same configuration (compatible withe the release hass os) and the wake up dosn’t work.
I see. If you have the time, you can try changing the static IP of the TV and re-do the integration.
You can reproduce each steps as seen on this video made by BeardedConti.
After editing the configuration.yaml → server restart → a notification should pop up for new device discovered.
Also, based on Official LG WebOS TV Documentation, you may need- On newer models (2017+), WakeOnLan may need to be enabled in the TV settings by going to Settings > General > Mobile TV On > Turn On Via WiFi instructions.
Hello, friends! I am still struggling, and hoping one of you bright folks will help me out!
I followed all the documentation and the multiple topics on the issue, but once again it doesn’t work. Here is my code (in the automations.yaml file). I am running on Raspberry Pi, Docker container:
- id: '*************'
alias: Turn On Living Room TV with WakeOnLan
description: ''
trigger:
- platform: webostv.turn_on
entity_id: media_player.lg_webos_smart_tv
action:
- service: wake_on_lan.send_magic_packet
data:
mac: "AA:BB:CC:DD:EE:FF"
broadcast_address: "192.168.4.255"
I can see the button to turn on the TV from the Off state, but it won’t actually turn it on. What am I doing wrong?
container is set up to work on the same network as the host
The TV is running LG WebOS 4.1.5
Connected on ethernet, confirmed broadcast address
LG Connect Apps enabled in Network Menu
Option for “Mobile On” does not exist in General Settings on the TV