tado-cli

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tado-cli

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • muratcorlu