Search the Community
Showing results for tags 'wol'.
-
Hello, i have LG Smart TV WebOS 2019, how to control it from Home Center 3? It can be tuned on from Wake On Lan magic packet (even over wifi) Here is LUA scene code from HC2 for WOL which are not working, how to fix it? magicPacket = string.char(0xff, 0xff, 0xff, 0xff, 0xff, 0xff) macAddress = string.char(0x6c, 0xf0, 0x49, 0x1a, 0x61, 0x3a) for i=1, 16 do magicPacket = magicPacket .. macAddress end socket = Net.FUdpSocket() socket:setBroadcast(true) bytes, errorCode = socket:write(magicPacket, "255.255.255.255", 9) if errorCode == 0 then -- printing log
-
Hi all. Wonder if anyone can help with this issue i have. I have setup a plugin for WOL (Wake On Lan) so i can press a virtual button on my phone and it turns on a PC. I now want to include this in to a scene so when i start the scene, the PC turns on with other devices. Ony wanted this since getting the amazon Echo service working with my setup. Idea is to walk in the room and say, Alexa, Turn on Cinema and all will just turn on and work. Issue is, i can't add in the WOL plugin with a scene. Has anyone managed to do this and if so, h
-
Hi, I would like to use the wake on lan plugin in my scene, but it doesn´t show for block scenes so I guess it is only available for LUA. But I have no idea how to use it in LUA. Can someone help? Regards, Jens
- 3 replies
-
- wol
- wake on lan
-
(and 2 more)
Tagged with: