matterbridge-tado-hw
v0.5.9
Published
A Matterbridge plugin that connects Tado° V2/V3/V3+ hot water control to the Matter smart home ecosystem
Maintainers
Readme
matterbridge-tado-hw
A Matterbridge plugin that connects Tado° V2/V3/V3+ hot water control
to the Matter smart home ecosystem.
Tado is a trademark of tado GmbH.
Installation
- Open the Matterbridge web interface, e.g. at http://localhost:8283/.
- Under Install plugins type
matterbridge-tado-hwin the Plugin name or plugin path search box, and click Install ⬇️. - The Matterbridge log output will include an authorisation URL. Copy the listed URL into a web browser, login to your tado° account, and approve access.
Installation using Command Line
- Stop Matterbridge:
sudo systemctl stop matterbridge - Install the plugin:
npm install -g matterbridge-tado-hw - Register it with Matterbridge:
sudo -u matterbridge matterbridge -add matterbridge-tado-hw - Restart Matterbridge:
sudo systemctl start matterbridge - The Matterbridge log output will include an authorisation URL. Copy the listed URL into a web browser, login to your tado° account, and approve access.
Example matterbridge-tado-hw.config.json
{
"name": "matterbridge-tado-hw",
"type": "DynamicPlatform",
"pollInterval": 300,
"blackList": [],
"whiteList": [],
"debug": false,
"unregisterOnShutdown": false
}Advanced Configuration
You can include additional settings in matterbridge-tado-hw.config.json to customise the behaviour or enable special debug features:
| Key | Default | Description
| ----------------------- | ------------------ | ---
| nametypeversion | n/a | These are managed by Matterbridge and do not need to be set manually.
| pollInterval | 1200 | Specifies the interval in seconds between polling the tado° API for the hot water zone status.
| blackList | [] | If the list is not empty, then any hot water control devices with matching serial numbers will not be exposed as Matter devices.
| whiteList | [] | If the list is not empty, then only hot water control devices with matching serial numbers (and not on the blacklist) will be exposed as Matter devices.
| debug | false | Sets the logger level for this plugin to Debug, overriding the global Matterbridge logger level setting.
| unregisterOnShutdown | false | Unregister all exposed devices on shutdown. This is used during development and testing; do not set it for normal use.
Tado° apply daily usage limits to third-party use of their REST API. The default value for pollInterval issues one request per hot water controller every 20 minutes, resulting in 72 requests/day. Users with active Auto-Assist subscriptions may prefer to use a shorter interval.
| Auto-Assist Subscription | Requests/Day | | :----------------------: | -----------: | | ❌ | 100 | | ✅ | 20,000 |
Functionality
The plugin exposes hot water control of tado° V2/V3/V3+ Extension Kit (BU01) or Wireless Receiver (EK01) units as Matter On/Off Switches. Other functionality is natively exposed to HomeKit by the tado° devices, so is not duplicated by this plugin.
Tado° X is not supported.
Changelog
All notable changes to this project are documented in CHANGELOG.md.
Reporting Issues
If you have discovered an issue or have an idea for how to improve this project, please open a new issue using the appropriate issue template.
Pull Requests
As explained in CONTRIBUTING.md, this project does NOT accept pull requests. Any PRs submitted will be closed without discussion.
ISC License (ISC)
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
