Hello, first post here ever.
Set up my HA 2 days ago and now I want to start and shutdown my pc via HA.
Starting works fine.
For the shutdown, I wanna use the RPC Shutdown Addon.
Installed it. My config logs like this:
computers:
- address: [192.168.0.137](https://192.168.0.137/)
alias: Kobito-PC
credentials: 3434%xxxxx
delay: 0
message: >-
Home Assistant is shutting down this PC. This cannot be canceled. Please
save your work!
The RPC Shutdown tries to shut down my pc at 192.168.0.137. Logs say:
[13:42:15] INFO: Read alias: Kobito-PC
[13:42:16] INFO: Shutdown Kobito-PC -> 192.168.0.137
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
Could not connect to server 192.168.0.137
Connection failed: NT_STATUS_IO_TIMEOUT
[13:42:26] ERROR: Shutdown fails ->
What I already did:
- doublecheck the ip adress in router
- run → services.msc → Remote Registry → Start
- Allow an App through windowsfirewall → Windows Managment Instrumentation (WMI) → private check
- windowsregistry → Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
→ add “LocalAccountTokenFilterPolicy”=dword:00000001
ty in advance: Kobito