adelphiaUK 4 Posted February 24, 2020 Posted February 24, 2020 I have noticed that there is no WoL option on the LG Smart TV app. In order for me to watch movies on my TV I have to physically visit the machine to turn it on or use my Smartphone to WoL. Is this something that's been overlooked and is in development or are there any plans to implement this in a future release? I anticipate (and appreciate) your replies.
Luke 39847 Posted February 24, 2020 Posted February 24, 2020 Hi, no, it's not currently possible. LG doesn't provide a way for us to do this.
adelphiaUK 4 Posted February 25, 2020 Author Posted February 25, 2020 That's a shame. Oh well, I guess I'll need to keep a tablet or phone near by.
Funkmaster123 2 Posted November 26, 2020 Posted November 26, 2020 is there now a solution for WOL for LGs Emby app?
adelphiaUK 4 Posted November 26, 2020 Author Posted November 26, 2020 I don't believe so and from what I understand there likely never will be.
Luke 39847 Posted November 26, 2020 Posted November 26, 2020 LG doesn't have a wol api that we can use to do this.
requa3r0 12 Posted October 13, 2022 Posted October 13, 2022 I cant really understand why you need an api to send a magic packet. It can easily be created and and send. But I also don't know anything about LG apps. With the energy prices we have now, I need to suspend my sever when its not used. This happens automatically based on low network traffic, but I still like to access emby from remotely and from the LG TV, which is pretty hard to do if the serer is suspended. Anyway here is a pretty good workaround to solve that problem. Install a raspberry pi with raspbian on your network. With etherwake its easy to make a script that wakes up the server from remote, and it can be activated with ssh. For android the app server assistant is your friend. I also installed a web-page on the pi running this. https://github.com/AndiSHFR/wake-on-lan.php Remember to give the www-user write permissions to the folder for the settings json file. Its setup as the homepage on the LG TV browser, so its easy to check if the server is up and to wake it up if need right from the remote. I don't know if some of that code could be help full in a emby wake on lan workaround for the LG TV as an add-on perhaps, but it does look pretty simple Requaero
Luke 39847 Posted October 13, 2022 Posted October 13, 2022 6 minutes ago, requa3r0 said: I cant really understand why you need an api to send a magic packet. It can easily be created and and send. But I also don't know anything about LG apps. With the energy prices we have now, I need to suspend my sever when its not used. This happens automatically based on low network traffic, but I still like to access emby from remotely and from the LG TV, which is pretty hard to do if the serer is suspended. Anyway here is a pretty good workaround to solve that problem. Install a raspberry pi with raspbian on your network. With etherwake its easy to make a script that wakes up the server from remote, and it can be activated with ssh. For android the app server assistant is your friend. I also installed a web-page on the pi running this. https://github.com/AndiSHFR/wake-on-lan.php Remember to give the www-user write permissions to the folder for the settings json file. Its setup as the homepage on the LG TV browser, so its easy to check if the server is up and to wake it up if need right from the remote. I don't know if some of that code could be help full in a emby wake on lan workaround for the LG TV as an add-on perhaps, but it does look pretty simple Requaero Wake on Lan requires sending low level socket messages. LG provides no developer functions for us to do that. In the RPI example you posted, the wake on lan function is not happening inside the browser, it's happening in the php code that is hosting the web content.
requa3r0 12 Posted October 15, 2022 Posted October 15, 2022 @LukeI kind of figured that was the issue. It does Seems strange that a TV does not provide this functionality. But if anyone has the same problem, its a pretty sweet workaround. You just need some kind of backend to host the php script and do the low level magic ;O) A pi is a cheap and easy on the power, and it can do a lot of other smart home services at the same time ;O) If anyone else find this helpful let me know ;O) 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now