node-tado-client icon indicating copy to clipboard operation
node-tado-client copied to clipboard

A Tado API client for Node

Results 6 node-tado-client issues
Sort by recently updated
recently updated
newest added

since a couple of days i am getting a 403 on the getEnergyIQ call. Any other reports?

Hi Matt, I'm abusing this issue to thank you :-) I've recently started playing around with the tado API, and it let me to the decision to document the API...

Bumps the development-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` |...

dependencies
javascript

Bumps the development-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [chai](https://github.com/chaijs/chai). Updates `@types/node` from 25.0.2 to 25.0.3 Commits See full diff in compare view Updates...

dependencies
javascript

Hello, I created a new function called `authenticateWithToken` that allows you to pass an existing token to the authentication. We can use it to re-use the token that Tado provides...

The current `SetZoneOverlaysArg` type requires a `temperature` to be specified. However, if this is done for a BU01 Extension Kit `HOT_WATER` zone: ``` POST 'https://my.tado.com/api/v2/homes/XXX/overlay {"overlays":[{"overlay":{"setting":{"type":"HOT_WATER","isBoost":false,"power":"ON","temperature":{"celsius":60}},"termination":{"typeSkillBasedApp":"NEXT_TIME_BLOCK"}},"room":0}]} ``` the Tado API...