Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 2011-03-15 17:11:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 1 = Wake-On-LAN Plugin = 2 This plugin can be used to create a virtual device that when configured with the MAC address of a machine on your LAN can send a command to wake that machine up. The remote machine must support the Wake-on-LAN feature. 1 == Wake-on-LAN Plugin == 2 This plugin can be used to wake a machine up. The remote machine must support the Wake-on-LAN feature. 3 Up to 10 MAC addresses can be stored. 3 4 4 = Example Uses=5 === Example Uses === 5 6 1. Have your "I'm home" scene include turning on your computer. 6 7 2. When on vacation you can leave your computer off and wake it up should you need to connect to it remotely. 7 8 8 = Prerequisites = 9 The plug-in requires one of the following packages to be installed on your Vera: ether-wake, [http://packages.debian.org/stable/net/etherwake etherwake], [http://linux.softpedia.com/get/Utilities/wol-5720.shtml wol], [http://gsd.di.uminho.pt/jpo/software/wakeonlan/ wakeonlan][[BR]] 10 See http://wiki.micasaverde.com/index.php/OpenWRT for instructions on correcting the package management system. 9 === Prerequisites === 10 The plug-in requires one of the following packages to be installed on your Vera: 11 * ether-wake 12 * etherwake 13 * wakeonlan 14 See [http://wiki.micasaverde.com/index.php/OpenWRT] for instructions on correcting the package management system. 11 15 12 = Setup Instructions = 13 Coming Soon... 16 === Limitations === 17 ''Name'' cannot contain the '#' character. 18 19 === Setup Instructions === 20 1. Download all the files: 21 * [[http://code.mios.com/trac/mios_wake-on-lan/export/22/WOL.plugin/D_WOL.json|D_WOL.json]] 22 * [[http://code.mios.com/trac/mios_wake-on-lan/export/22/WOL.plugin/D_WOL.xml|D_WOL.xml]] 23 * [[http://code.mios.com/trac/mios_wake-on-lan/export/22/WOL.plugin/I_WOL.xml|I_WOL.xml]] 24 * [[http://code.mios.com/trac/mios_wake-on-lan/export/22/WOL.plugin/S_WOL.xml|S_WOL.xml]] 25 2. On the Vera dashboard go to ''MiOS developers'' -> ''Luup files''. 26 3. Check ''Restart Luup after upload''. 27 4. Upload all the files. 28 5. After MiOS has restarted go to ''Create device'' and: 29 - in the ''!UpnpDevFilename'' box write ''D_WOL.xml'', 30 - in the ''Description'' box write ''Wake-on-LAN''. 31 6. Restart MiOS. 32 33 === Screenshots ===