Giter Club home page Giter Club logo

pimatic-wakeonlan's Introduction

pimatic-wakeonlan

Plugin to Wake up you network devices using Pimatic

Screenshots

Screenshot 1

Configuration

You can load the plugin by editing your config.json and adding the following in the plugins section. Optionally, you can also set the broadcastAddress property to define the broadcast address, which is 255.255.255.255 by default. This may be required if you have an IPv6 network or you are running pimatic on Windows as Windows only routes packets with the global broadcast address to the first network interface. For the latter case a network-specific broadcast address may be specified to route packets to the appropriate network interface.

{ 
   "plugin": "wakeonlan"
}

Devices for Wakeup can be defined by adding them to the devices section in the config file. Set the class attribute to WakeOnLanDevice. For example:

{
  "class": "WakeOnLanDevice",
  "id": "pc-dad",
  "name": "PC-Dad",
  "mac": "11:22:33:44:55:66"
}

If you don't know the device mac address you also can use the device ip address. For example:

{
  "class": "WakeOnLanDevice",
  "id": "pc-dad",
  "name": "PC-Dad",
  "host": "192.168.178.10"
}

Rule support

You also can use the plugin within rules using wol or wakeup as command:

IF {something} THEN wol "11:22:33:44:55:66" or
IF {something} THEN wakeup "11:22:33:44:55:66" 

Credits

Icon made by Freepik is licensed free for non commercial use.

pimatic-wakeonlan's People

Contributors

thost96 avatar mwittig avatar sweebee avatar sweetpi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.