Skip to content

Installation

Luke Stephens edited this page Nov 24, 2024 · 3 revisions

Follow these steps to install the Homebridge WS Olarm Plugin.

Prerequisites

  • Ensure you have Homebridge installed and running.
  • Node.js version >=14.18.1.
  • An Olarm account with valid credentials.

Steps

  1. Install the plugin via npm:

    npm install -g homebridge-ws-olarm-plugin
  2. Verify the installation: After installation, the plugin should be listed in your Homebridge plugins.

    homebridge -P ~/.homebridge/node_modules/homebridge-ws-olarm-plugin
  3. 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.
Clone this wiki locally