Homebridge Netgear ReadyNAS Plugin
This is an accessory plugin for Homebridge allowing to control Netgear ReadyNAS devices.
What does this plugin do?
This plugin can do the following things
- Turn on the NAS
- Turn off the NAS
- Check if the NAS is turned on/off
Requirements
This plugin uses wakeonlan
so it has to be installed in the same
Install
Install wakeonlan
(using brew
is probably easier)
brew install wakeonlan
If you have already installed homebridge
globally, just install
npm install -g homebridge-netgear-readynas
Configuration
The plugin registers itself as ReadyNasSwitch
. You have the following options:
Option | Description |
---|---|
host | IP of the machine |
user | web app username |
password | web app password |
mac | NAS MAC address |
Example config.json