Node Red
Configuration
Set up the Teslemetry configuration node in Node-RED
Configuration Node
Before using any Teslemetry nodes, you must create a configuration node with your Teslemetry access token.
Setup
- Drag any Teslemetry node onto the canvas
- Double-click to open the node properties
- Click the pencil icon next to the "Teslemetry Config" field
- Enter your access token from teslemetry.com/console
- Click "Add" to save the configuration
Configuration Properties
| Property | Description |
|---|---|
| Name | Optional name for this configuration |
| Access Token | Your Teslemetry API access token |
Using Credentials
The configuration node stores your access token securely within Node-RED's credential system. Each Teslemetry node references this configuration node to authenticate API requests.
You can create multiple configuration nodes if you have multiple Teslemetry accounts, though this is uncommon.