You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
powerOn stopped working for me.
After doing some testing I think my router was blocking WOL broadcasts on 255.255.255.255
I manually changed lgtv.settings.networkWolAddress to only broadcast on the same subnet as the tv and it now works.
For example:
TV_IP_ADDRESS = X.Y.Z.123
(where X.Y.Z. denotes the subnet).
lgtv-ip-control currently sets...
lgtv.socket.settings.networkWolAddress = '255.255.255.255'
Consider instead parsing the TV_IP_ADDRESS and setting...
lgtv.socket.settings.networkWolAddress = 'X.Y.Z.255'
Beta Was this translation helpful? Give feedback.
All reactions