Document Pavlok API setup

This commit is contained in:
2026-08-24 21:34:44 -04:00
parent e37ddb4bc8
commit 8f361389dc
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ Perhaps the most unique, Trigalarm features optional [Pavlok](https://pavlok.com
## Future Goals (1.1 and beyond)
- Full touch navigation
- Draw measurements based on triangle side locations, rather than in fixed positions
- Speaker support
- Custom, self-hosted Pavlok API support (going to try some Bluetooth reverse engineering)
+9
View File
@@ -0,0 +1,9 @@
# Pavlok Integration Steps
1. Head [here](https://pavlok.readme.io/reference/stimulus_create_api_v5_stimulus_send_post) and log in using the button at the top right.
- For some reason, my Pavlok password will not log me into this page, so I have to use the password-less login option. YMMV.
2. Find the `CREDENTIALS` section and click the lock icon in the `Header` bar. You need to copy all the text AFTER `Bearer`.
- This is your JWT token/API key and should begin with `ey`.
3. Open Trigalarm's phone-side settings, enable Pavlok integration, and paste the copied key into the `API Key` box.
4. Make sure the Pavlok app is open in the background & press the `TEST API KEY W/BEEP` button to verify it is working.
- If all is well, your Pavlok should audibly beep. You're good to go!
- Feel free to reach out (via the "contact developer" feature in the Pebble store) if you need assistance!
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = [
"type": "input",
"messageKey": "PKJS_PAVLOK_API_KEY",
"label": "API Key",
"description": 'API bearer token, starting with "ey".'
"description": 'API bearer token, starting with "ey". Click <a href=https://git.wetfence.xyz/RandyTheSilly/Trigalarm/src/branch/main/pavlok-help.md>HERE</a> for help getting this token.'
},
{
"id": "pavlok_test_beep",