telldus2graphite

2.1.2 • Public • Published

telldus2graphite

Fetches sensor values from Telldus Live and forwards them to Graphite.

NPM version Downloads Actions Status Actions Status

Sensors in Telldus Live ...

telldus

... will come out like this in Graphite

graphite

Install

npm install telldus2graphite

Setup

Environment variables

format=client.sensor.type
hostedGraphiteKey=... (optional)
telldusPrivateKey=...
telldusPublicKey= ...
telldusToken=...
telldusTokenSecret:...
url=plaintext://127.0.0.1:2003/

Formatting

  • client.sensor.type => home.freezer.temp (default)
  • client.type.sensor => home.temp.freezer
  • sensor.type => freezer.temp

Usage

crontab -e

Add this line to update sensors every minute

* * * * * node <path to>/telldus2graphite/node_modules/.bin/telldus2graphite

Dependents (0)

Package Sidebar

Install

npm i telldus2graphite

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

9.48 kB

Total Files

8

Last publish

Collaborators

  • ashpool