-
Notifications
You must be signed in to change notification settings - Fork 48
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
system/turnOn #59
Comments
It never worked for me either. Instead send a WOL to the TV: https://www.avsforum.com/threads/2022-lg-c2-g2-owners-thread-no-price-talk.3250717/page-120#post-61806089 |
Hi @chros73 , should it be something like this?: it should run in an automation so the TV turns on automatically when the XBox is turned on. |
That's not the IP after the /d option but the netmask for broadcast the wol packet. Usually tge last number is 255 but it depends on your network config. Try it out in cmd at first. |
so just run wol.exe 75:E6:B9:A4:B7:A1 /d 192.168.1.255 in cmd in Windows? If so this is what I get: C:\Users\emmet>wol.exe 75:E6:B9:A4:B7:A1 /d 192.168.1.255 |
Obviously you have to get wol.exe and you only have to modify the last part of the netmask. |
Hello,
I am having problems using the system/turnOn command for my LG TV. TurnOff works fine. I'm running this from services in developer tools:
service: webostv.command
data:
entity_id: media_player.living_room_tv
command: system/turnOn
I need the turnOn function because the CEC functions don't seem to work with my Series X. Thanks!
The text was updated successfully, but these errors were encountered: