forked from LouwHopley/homebridge-olarm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Luke Stephens edited this page Nov 24, 2024
·
2 revisions
This page provides solutions to common issues you might encounter.
-
Solution: Ensure the plugin is installed globally using
npm install -g homebridge-ws-olarm-plugin
.
-
Cause: Incorrect
userEmailPhone
oruserPass
in the configuration. -
Solution: Verify your Olarm credentials and update the
config.json
file.
- Cause: Misconfiguration or plugin initialization failure.
-
Solution:
- Check the Homebridge logs for errors.
- Ensure the plugin is correctly configured and Homebridge has been restarted.
- Cause: Network issues or incorrect tokens.
-
Solution:
- Verify your network connection.
- Check the logs for MQTT errors.
- Ensure your access token is valid.
- Logs: Check the Homebridge logs for detailed error messages.
- GitHub Issues: Report issues on the GitHub repository.
-
Enable debug logging by starting Homebridge with the
-D
flag:homebridge -D
Check for error messages related to authentication, MQTT connections, or accessory registration.
- To update the plugin to the latest version:
npm update -g homebridge-ws-olarm-plugin
- Restart Homebridge after updating.
- Uninstall the plugin:
npm uninstall -g homebridge-ws-olarm-plugin
- Reinstall the plugin:
npm install -g homebridge-ws-olarm-plugin