DE
dennisrijsdijk/firebot-script-hyperate
A Firebot Custom Script to communicate with Hyperate
Firebot HypeRate Integration Script
Setup (Users)
- Download the hyperateScript.js file from the latest release.
- Install the script into your Firebot profile and set it as a Startup Script
- Go to Settings > Integrations > HypeRate. Enter your Device ID in the ID field and click Save. Use internal-testing to receive frequent testing data.
- The HypeRate script exposes an event
Heartrateand two variables$heartrate(in bpm) and$heartrateTime(time since last heartrate event in seconds)
Setup (Developers)
npm install- Copy the
src/example.auth.tsfile tosrc/auth.tsand enter a HypeRate API Key. You can request a key here
Building
Dev:
npm run build:dev
- Automatically copies the compiled .js to Firebot's scripts folder.
Release:
npm run build
- Copy .js from
/dist
On this page
Languages
TypeScript72.4%JavaScript27.6%
Contributors
GNU General Public License v3.0
Created March 5, 2023
Updated April 29, 2025