Git Product home page Git Product logo

Comments (6)

Lechucico avatar Lechucico commented on May 31, 2024 1

image

The problem was here, solved adding a delay:

image

from homebridge-wol.

Jamyz avatar Jamyz commented on May 31, 2024

@Lechucico in english but i understand spanish.
Maybe the plugin shutdown totally the computer when you turn off. When you turn off manually maybe he use sleep or hibernate mode, if why you can wake up. I suspect drivers ethernet or motherboard drivers.
Can you try change:
"shutdownCommand": "ssh [email protected] shutdown -s",
or
"shutdownCommand": "ssh [email protected] shutdown -s now",
or
"shutdownCommand": "ssh [email protected] pm-suspend",
If change something.

from homebridge-wol.

Lechucico avatar Lechucico commented on May 31, 2024

@Jamyz I always hibernate PC when I'm doing this manually. The command that I use is ssh [email protected] shutdown -h, it's the equivalent for hibernate. Also, If I execute this command through homebridge terminal, the plugin can still wake up PC, so it can't be this ssh command.

image

image

from homebridge-wol.

Jamyz avatar Jamyz commented on May 31, 2024

I have one day the same problem because one computer afetr shutdown cant wake up because totally shutdown. And dont have S1 or S3 state to wake. So i don't no. Hope you find soon.

from homebridge-wol.

Lechucico avatar Lechucico commented on May 31, 2024

I think the problem must be here:

image

I'll have to check how to hibernate with delay, because shutdown -h -t 2 is not available on default shutdown command

from homebridge-wol.

Jamyz avatar Jamyz commented on May 31, 2024

Why use ssh under windows ? Why not try with net rpc shutdown ?
like this for you.
In "Shutdown configuration" put
net rpc shutdown --ipaddress 192.168.5.136 --user UserNameWindows%PasswordUserWindows
Have you the same issue ?

from homebridge-wol.

Related Issues (20)

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.