Hallo,
i hope somebody can take a look at my config and help me to find the error:
First of on my Win10 PC i made following changes:
– UAC all down
– both Firewalls (private and public) shutdown
– service.msg --> Remote Registry --> auto
– regedit :LocalAccountTokenFilterPolicy and set the value to 1.
Than here my switch:
switch:
platform: wake_on_lan
name: Test PC Wohnen
host: 192.168.2.106
mac_address: “xx-xx-xx-xx-xx-xx”
turn_off:
service: hassio.addon_stdin
data:
addon: core_rpc_shutdown
input: Test
and my addon:
{
“computers”: [
{
“alias”: “Test”,
“address”: “192.168.2.106”,
“credentials”: “User%password”
}
]
}
the LOG says no error or anything else, it just doesn`t do anything beside the switch jumping to off and after 3 sec back to on.
What do i do wrong?
Thx in Advance
For Info: Wake on Lan is working perfectly, only shutdown is failing
ok for the Forum,
it is working now.
No changes made except giving another “alias” and not the same as the User!
And making a lot restarts manually, so i cannot tell what did the trick