Skip to content
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

Open
Emmettfl opened this issue Sep 24, 2022 · 5 comments
Open

system/turnOn #59

Emmettfl opened this issue Sep 24, 2022 · 5 comments

Comments

@Emmettfl
Copy link

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!

@chros73
Copy link

chros73 commented Sep 25, 2022

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

@Emmettfl
Copy link
Author

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?:

image

it should run in an automation so the TV turns on automatically when the XBox is turned on.
(with the MAC address first and the ip address after?)

@chros73
Copy link

chros73 commented Sep 25, 2022

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.

@Emmettfl
Copy link
Author

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
'wol.exe' is not recognized as an internal or external command,
operable program or batch file.

@chros73
Copy link

chros73 commented Sep 25, 2022

Obviously you have to get wol.exe and you only have to modify the last part of the netmask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants