homebridge-tado-manual

0.2.1 • Public • Published

Homebridge Tado Control Switches

Homebridge plugin for controlling Tado thermostats.

Why do we need this plugin?

Tado provides everything we need in Apple HomeKit except for the manual switch we do not have direct access to in HomeKit. This plugin exposes exactly this as an extra switch to create automations for that.

For example:

Window open > Heater Off = Manual Control On

Window closed > Heating switched back to automatic = Manual control off

Installation

Follow the homebridge installation instructions at homebridge.

sudo npm install -g homebridge-tado-manual@latest

## Example config.json:

{
 "bridge": {
     ...
 },
 "accessories": [
    {
     "accessory": "TadoManual",
     "name": "Living Room",
     "username": "TadoUser",
     "password": "TadoPassword"
    }
 ]
}

See Example Config for more details.

Options

Attributes Required Usage
name Yes Must be the same name from the Tado thermostat in the Tado App
username Yes Tado Login Username
password Yes Tado Login Password
polling No Get device state (Default: true)
interval No Interval (in s) for polling (Default: 3s)
homeID No ID from your Tado Home
zoneID No ID of the room where the thermostat is installed (eg living room)

Credits

This plugin was initially forked from and inspired by homebridge-tado-ac by @nitaybz

Thanks to @grover for this beatiful ReadMe template

License

MIT License

Copyright (c) 2017 SeydX

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-tado-manual

    Weekly Downloads

    1

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • seydx