forked from LouwHopley/homebridge-olarm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Luke Stephens edited this page Nov 24, 2024
·
3 revisions
Follow these steps to install the Homebridge WS Olarm Plugin.
- Ensure you have Homebridge installed and running.
- Node.js version >=14.18.1.
- An Olarm account with valid credentials.
-
Install the plugin via npm:
npm install -g homebridge-ws-olarm-plugin
-
Verify the installation: After installation, the plugin should be listed in your Homebridge plugins.
homebridge -P ~/.homebridge/node_modules/homebridge-ws-olarm-plugin
-
Restart Homebridge: For the plugin to take effect, restart your Homebridge instance.
sudo systemctl restart homebridge
Additional Notes
- The plugin is compatible with Homebridge version >=1.3.5.
- If you encounter issues during installation, refer to the Troubleshooting page.