The Wayback Machine - https://web.archive.org/web/20201014221303/https://github.com/hojt/tempr
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
etc
 
 
 
 
 
 
 
 

README.md

tempr

Proof-of-concept setup with TICK-stack.

Logging of temperatures from Telldus Live with Telegraf, stored in InfluxDB, visualization with Chronograf and optionally processing with Kapacitor.

N.B: All security-related features (authorization, authentication, etc) are disabled in this setup. Keep this as far as possible away from any production-like use.

Prerequisites

Get started

  1. Save OAuth tokens to ./telldus/telldus-secrets.json (se details below)
  2. docker-compose up
  3. Access Chronograf GUI @ http://localhost:8888 (substitute localhost for docker host IP)
  4. Configure Chronograf's InfluxDB connection to http://influxdb:8086
  5. Configure Chronograf's Kapacitor conneciton to http://kapacitor:9092

Configure

  1. Configure graphs and dashboards in Chronograf GUI @ http://localhost:8888 (substitute localhost for docker host IP)

Save OAuth tokens

  1. Get OAuth tokens from api.telldus.com from your Telldus Live account
  2. Create file ./telldus/telldus-secrets.json using template below
  3. Replace "...":s with your token data
{
  "telldusPublicKey": "...",
  "telldusPrivateKey": "...",
  "telldusToken": "...",
  "telldusTokenSecret": "..."
}

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.