Help configuring for QNAP NAS #251
Unanswered
doncaballero89
asked this question in
Questions
Replies: 1 comment
-
Solved this. I'm now using a raspberry pi running a docker container with Homebridge and sshpass. WOL working perfectly. This is the command I used for shutdown: sshpass -pPASSWORD ssh -o StrictHostKeyChecking=no USERNAME@IPADDRESS 'bash -c "echo PASSWORD | sudo -S poweroff"' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to configure this plug-in for use with my QNAP NAS, but I'm not having much luck.
The issues I'm having are:
Here's my config:
{
"name": "QNAP TS-453 Pro",
"manufacturer": "homebridge-wol",
"model": "NetworkDevice",
"host": "IPADDRESS",
"pingInterval": 2,
"pingsToChange": 5,
"pingTimeout": 1,
"pingCommand": "ping IPADDRESS",
"pingCommandTimeout": 0,
"mac": "XX:XX:XX:XX:XX:XX",
"startCommandTimeout": 0,
"wakeGraceTime": 45,
"wakeCommandTimeout": 0,
"shutdownGraceTime": 15,
"shutdownCommandTimeout": 0,
"logLevel": "Info",
"returnEarly": false,
"accessory": "NetworkDevice"
}
I can ping the NAS from the machine thats hosting Homebridge
Any help would be greatly appreciated!
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions