# Power OFF PC with Homey

**URL:** https://community.homey.app/t/power-off-pc-with-homey/3998
**Category:** Questions & Help
**Created:** [November 13, 2018, 9:06am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998 "2018-11-13T09:06:50Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![vaderag](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/vaderag/32/150_2.png) [@vaderag](https://community.homey.app/u/vaderag)
#### Post date: [November 13, 2018, 9:06am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/1 "2018-11-13T09:06:50Z")

</div>

I have the WOL app set up on Homey which works great, but what I’d really like to be able to do is power off/sleep/hibernate my PC with Homey

Anyone know a way (preferably secure…)

Thanks!

---

<div class="post-metadata">

### Author: ![Jeroen\_Somhorst](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_somhorst/32/184_2.png) [@Jeroen\_Somhorst](https://community.homey.app/u/Jeroen_Somhorst)
#### Post date: [November 13, 2018, 9:28am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/2 "2018-11-13T09:28:59Z")

</div>

Unfortunatly this is not something that can be controlled easily with default windows/tools. One approach would be to install a nodejs / apache webserver that has a script that is able to do so. This script would then be called by Homey whenever you want.

To make it ‘secure’ you could add a whitelist to the script so that only Homey (or any other allowed devices) is allowed.

But still this will be a challenge to get it to work

---

<div class="post-metadata">

### Author: ![vaderag](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/vaderag/32/150_2.png) [@vaderag](https://community.homey.app/u/vaderag)
#### Post date: [November 13, 2018, 9:48am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/3 "2018-11-13T09:48:32Z")

</div>

Bummer…  
Surprise there isnt a little program you can install that listens out for a packet with a password or something (pure conjecture…)

---

<div class="post-metadata">

### Author: ![HansieNL](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/hansienl/32/10634_2.png) [@HansieNL](https://community.homey.app/u/HansieNL)
#### Post date: [November 13, 2018, 11:10am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/4 "2018-11-13T11:10:10Z")

</div>

Maybe this link [5 Methods to Shutdown Remote Computers from LAN or WAN](https://www.raymond.cc/blog/how-to-remotely-turn-off-computer-from-lan-or-wan/) gives you an idea.

---

<div class="post-metadata">

### Author: ![vaderag](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/vaderag/32/150_2.png) [@vaderag](https://community.homey.app/u/vaderag)
#### Post date: [November 13, 2018, 11:56am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/5 "2018-11-13T11:56:37Z")

</div>

Good link - sadly all need software or inputs on the other side it seems…

---

<div class="post-metadata">

### Author: ![Phuturist](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/phuturist/32/49_2.png) [@Phuturist](https://community.homey.app/u/Phuturist)
#### Post date: [November 13, 2018, 3:55pm UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/6 "2018-11-13T15:55:10Z")

</div>

Might not be what you are looking for but I use a Chrome extension on my laptop called Join to send commands from Homey to my laptop. You could also install the Join app from the Microsoft app store Together with the (portable) software EventGhost you can perform pretty much any action you want on your PC.

Not the easiest and cleanest solution but it will certainly get the job done.

---

<div class="post-metadata">

### Author: ![vaderag](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/vaderag/32/150_2.png) [@vaderag](https://community.homey.app/u/vaderag)
#### Post date: [November 13, 2018, 4:43pm UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/7 "2018-11-13T16:43:48Z")

</div>

Just been looking - I think i’m missing the Homey-\>PC method here…

So I install (and pay) for Join ([https://chrome.google.com/webstore/detail/join/flejfacjooompmliegamfbpjjdlhokhj](https://chrome.google.com/webstore/detail/join/flejfacjooompmliegamfbpjjdlhokhj))

I can see how that works between machines, but I don’t see a Homey skill? Or are you using some other way for Homey to communicate with it?

---

<div class="post-metadata">

### Author: ![Phuturist](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/phuturist/32/49_2.png) [@Phuturist](https://community.homey.app/u/Phuturist)
#### Post date: [November 13, 2018, 5:51pm UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/8 "2018-11-13T17:51:28Z")

</div>

> [@vaderag](#):
>
> I can see how that works between machines, but I don’t see a Homey skill? Or are you using some other way for Homey to communicate with it?

You will need the HTTP Homey app to send GET requests to a personalized cloud URL which will forward it to you Chrome extension.

---

<div class="post-metadata">

### Author: ![vaderag](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/vaderag/32/150_2.png) [@vaderag](https://community.homey.app/u/vaderag)
#### Post date: [December 13, 2018, 8:56am UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/9 "2018-12-13T08:56:32Z")

</div>

[http://www.ireksoftware.com/SleepOnLan/](http://www.ireksoftware.com/SleepOnLan/)

Found the above - seems you can sleep using a web address - http://ip\_address\_of\_your\_pc:port\_you\_selected/command

Question - what would I need on my homey to call that command as part of a flow?

Thanks!

---

<div class="post-metadata">

### Author: ![mauritsivs](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/mauritsivs/32/17688_2.png) [@mauritsivs](https://community.homey.app/u/mauritsivs)
#### Post date: [December 13, 2018, 3:01pm UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/10 "2018-12-13T15:01:55Z")

</div>

With the program from [www.triggercmd.com](http://www.triggercmd.com) you can send commands to your PC using, for example, Google assistant.  
If Some of our talented app makers could be persuaded to make a homey app for it, it would greatly enhance homeys functionality!  
An API for triggerCMD is available on their website.

---

<div class="post-metadata">

### Author: ![bvdbos](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bvdbos/32/2352_2.png) [@bvdbos](https://community.homey.app/u/bvdbos)
#### Post date: [February 11, 2019, 5:39pm UTC](https://community.homey.app/t/power-off-pc-with-homey/3998/11 "2019-02-11T17:39:30Z")

</div>

[http://www.ireksoftware.com/SleepOnLan/](http://www.ireksoftware.com/SleepOnLan/) works great and minimizes to the tray on win10.  
Just use the build-in http-request from Homey:

 ![afbeelding](https://us1.discourse-cdn.com/flex025/uploads/athom/original/2X/9/9a89178dc98e2d9d04a594099bc6990868cc414e.png)
