-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial on how to set this up with Home Assistant? #94
Comments
|
You can create a hibernation button with a Terminal entity. Just select Button, and add this command: %windir%\System32\rundll32.exe powrprof.dll,SetSuspendState Hibernate |
Hi! Thank you for the info. I moved to Home Assistant OS to avoid integration issues. |
If you use HAOS, you can install the Mosquitto broker addon: https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md For running in the background on windows, I recommend to run IoTuring as a service with NSSM: https://nssm.cc |
I figured out first part. I will let you know if I manage to make it a service :) |
Hello! I figured it out, but better and easier. Basically, after configuring IoTuring, you can create a
And then run it from
Save both files in the same folder, run |
How can I set this up with Home Assistant? (I have it as a docker container or RPI)
Goal: Control Shutdown/Hibernation of Windows 10 PC.
The text was updated successfully, but these errors were encountered: