1.0.0 • Published 5 years ago

tado-cli v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Tado CLI WIP

Build Status npm version semantic-release

Tado CLI is a command line applicationt to read your data(mostly to read historical statistics) from Tado Smart Heating System.

Installation

$ npm i -g tado-cli

Usage

First you need to set your Tado user credentials as env variables.

export TADO_USERNAME=your@email.com
export TADO_PASSWORD=YourAwesomePassword

Then you can see a list of possible command with tado -h.

$ tado -h
Usage: index [options] [command]

Unofficial Tado CLI

Options:
  -V, --version                    output the version number
  -h, --help                       display help for command

Commands:
  homes                            List Homes
  zones <homeid>                   List Zones for given Home ID
  report <homeid> <zoneid> <date>  Get Report for given date
  help [command]                   display help for command