Categorygithub.com/yosmudge/graphatmo
module
0.1.0
Repository: https://github.com/yosmudge/graphatmo.git
Documentation: pkg.go.dev

# README

Graphatmo

Send data from Netatmo weather stations to Graphite

Work in progress

Usage;

Build with

export GOPATH=./
go build ./graphatmo.go

Create config file ~/.graphatmo.yml

auth:
  client_id: ""
  client_secret: ""
graphite: "localhost:2003"

with API keys created at https://dev.netatmo.com/dev/createapp

run graphatmo login to authenticate

run graphatmo to start sending data

# Packages

No description provided by the author
No description provided by the author