@homebridge-plugins/homebridge-tado 6.0.14 → 7.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## v7.5.2 - 2025-03-27
4
+ - Update plugin name to homebridge tado
5
+
6
+ ## v7.5.1 - 2025-03-26
7
+ - Fixed package.json required node version
8
+
9
+ ## v7.5.0 - 2025-03-25
10
+ - Converted package to ES module
11
+ - Activated eslint
12
+ - Updated dependencies
13
+ - Added account name to authentication url message
14
+ - Dropped support for node 18 due to got
15
+
16
+ ## v7.4.3 - 2025-03-19
17
+ - Updated fakegato-history for Homebridge v2.0 support
18
+ - Removed workaround for missing perms enum values
19
+
20
+ ## v7.4.2 - 2025-03-16
21
+ - Updated config.schema.json
22
+
23
+ ## v7.4.1 - 2025-03-14
24
+ - Updated changelog
25
+
26
+ ## v7.4.0 - 2025-03-14
27
+ - Implemented the new authentication workflow for the tado° REST API based on their [official instructions](https://support.tado.com/en/articles/8565472-how-do-i-authenticate-to-access-the-rest-api)
28
+ - Added full support for Homebridge v2.0 (it is also shown as compatible when using Homebridge v1.X)
29
+ - Updated all dependencies to their latest version
30
+ - Added new authentication workflow to config-ui
31
+ - Fixed an issue that caused HomeKit from pairing with the bridge (Error: Accessory out of compliance)
32
+ - Fixed an issue where the plugin crashed after startup due to a type error after upgrading got
33
+ - Removed AirQuality feature [homebridge-tado-platform/issues/152#issuecomment-2708942491](https://github.com/seydx/homebridge-tado-platform/issues/152#issuecomment-2708942491)
34
+ - Fixed an issue where the current temperature has been set to the target temperature after changing the target temperature through Apple Home
35
+ - Fixed an issue that caused Apple Home from pairing with the bridge (Error: Accessory out of compliance)
36
+ - Fixed an issue where the plugin crashed after startup due to errors after upgrading got
37
+ - Fixed minor bugs
38
+
3
39
  ## v6.0.14 - 2021-05-19
4
40
  - Fixed an issue where the thermostat displayed wrong room temperature due to wrong celsius/fahrenheit calculation
5
41
  - Bump dependencies
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018-2021 SeydX
3
+ Copyright (c) 2018+ SeydX, 2025+ smart7324
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://github.com/homebridge-plugins/homebridge-tado/blob/master/images/tado_logo.png" height="200">
2
+ <img src="https://github.com/homebridge-plugins/homebridge-tado/blob/latest/images/tado_logo.png?raw=true" height="200">
3
3
  </p>
4
4
 
5
5
  # homebridge-tado
@@ -8,16 +8,15 @@
8
8
  [![npm](https://img.shields.io/npm/dt/@homebridge-plugins/homebridge-tado.svg?style=flat-square)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-tado)
9
9
  [![GitHub last commit](https://img.shields.io/github/last-commit/homebridge-plugins/homebridge-tado.svg?style=flat-square)](https://github.com/homebridge-plugins/homebridge-tado)
10
10
  [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
11
- [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=discord)](https://discord.gg/kqNCe2D)
12
- [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&maxAge=2592000)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8)
11
+ [![Donate](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/smart7324)
13
12
 
14
- **Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate.**
13
+ ## Fork
15
14
 
16
- [Click here](https://github.com/SeydX) to review more of my plugins.
15
+ This plugin is originally created by [Sedyx](https://github.com/seydx/). Donate to him: [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&maxAge=2592000)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8)
17
16
 
18
17
  ## Info
19
18
 
20
- **TafoPlatform** is possibly the biggest homebridge plugin for Tado devices.
19
+ **Homebridge Tado** is possibly the biggest homebridge plugin for Tado devices.
21
20
 
22
21
 
23
22
  **Multiple home support**
@@ -27,7 +26,7 @@ The plugin even offers support for multiple houses. So it is finally possible to
27
26
 
28
27
  **Full HomeKit Support**
29
28
 
30
- Everything Tado offers can be displayed through the plugin in Apple HomeKit. The thermostat buttons themselves have custom characteristics and can even display the air quality for a room. Full hot water support, weather temperature, solar intensity, weather air quality, tado quick actions, child lock, presence lock and much more awaits you with this plugin!
29
+ Everything Tado offers can be displayed through the plugin in Apple HomeKit. The thermostat buttons themselves have custom characteristics. Full hot water support, weather temperature, solar intensity, weather, tado quick actions, child lock, presence lock and much more awaits you with this plugin!
31
30
 
32
31
 
33
32
  **History**
@@ -50,7 +49,7 @@ After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
50
49
 
51
50
  ## Documentation
52
51
 
53
- - [Example config.json](https://github.com/homebridge-plugins/homebridge-tado/blob/master/example-config.json)
52
+ - [Example config.json](https://github.com/homebridge-plugins/homebridge-tado/blob/latest/example-config.json)
54
53
  - [Non Config Ui X User?](#non-config-ui-x-user)
55
54
  - [Configuration](#configuration)
56
55
  - [Thermostat](#thermostat)
@@ -58,7 +57,6 @@ After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
58
57
  - [Hot Water](#hot-water)
59
58
  - [Presence](#presence)
60
59
  - [Weather](#weather)
61
- - [Air Quality](#air-quality)
62
60
  - [Extras](#extras)
63
61
  - [Central Switch](#central-switch)
64
62
  - [Boost Switch](#boost-switch)
@@ -86,7 +84,7 @@ _(In the section below you can find more information about the functions.)_
86
84
 
87
85
  ## Non Config Ui X User?:
88
86
 
89
- The plugin can also work without config ui x or a custom ui. If you want the config.json auto-fill feature, you have to put the following part in your config.json. This will generate a ready to use config.json with all options disabled except thermostats. After the first start, thhis user will get ``"reconfigure": false``. If you want to refresh a home, just enable ``"reconfigure"`` for the user and restart homebridge. If you want to add an another home, add the user credentials (username/password) to the array. The Plugin can handle multiple accounts.
87
+ The plugin can also work without config ui x or a custom ui. If you want the config.json auto-fill feature, you have to put the following part in your config.json. This will generate a ready to use config.json with all options disabled except thermostats. After the first start, thhis user will get ``"reconfigure": false``. If you want to refresh a home, just enable ``"reconfigure"`` for the user and restart homebridge. If you want to add an another home, add the user credentials (username) to the array. The Plugin can handle multiple accounts.
90
88
 
91
89
  **Note:**
92
90
 
@@ -107,15 +105,14 @@ If you on HOOBS, you need to reboot the HOOBS server to get your first start con
107
105
  "debug": false,
108
106
  "user": [
109
107
  {
110
- "username": "test@mail.com",
111
- "password": "testPassword123"
108
+ "username": "mail@example.com"
112
109
  }
113
110
  ]
114
111
  }
115
112
  ]
116
113
  }
117
114
  ```
118
- See [Example Config](https://github.com/homebridge-plugins/homebridge-tado/edit/master/example-config.json) for more details
115
+ See [Example Config](https://github.com/homebridge-plugins/homebridge-tado/edit/latest/example-config.json) for more details
119
116
 
120
117
  ## Configuration
121
118
 
@@ -128,7 +125,6 @@ Each zone in the config.json with ``"type": "HEATING"`` and ``"easyMode": false`
128
125
  - Curent Temperature
129
126
  - Target Temperature
130
127
  - Built-in humidity sensor
131
- - Room Air Quality
132
128
  - Separate Humidity (if ``"separateHumidity": true``)
133
129
  - Separate Temperature Sensor (if ``"separateTemperature": true``)
134
130
  - Battery state (if ``noBattery: false``)
@@ -168,7 +164,6 @@ You can also adjust the minimum temperature step ``"minStep"``, minimum temperat
168
164
  "autoOffDelay": false,
169
165
  "openWindowSensor": true,
170
166
  "openWindowSwitch": false,
171
- "airQuality": true,
172
167
  "separateTemperature": false,
173
168
  "separateHumidity": true,
174
169
  "mode": "MANUAL",
@@ -290,7 +285,7 @@ Each user or anyone sensor in the config.json is exposed to HomeKit as a occupan
290
285
 
291
286
  ## Weather
292
287
 
293
- Weather settings allow you to display a sensor for temperature, a light bulb (```"accTypeSolarIntensity": "LIGHTBULB"```) or light sensor (```"accTypeSolarIntensity": "SENSOR"```) for sun intensity, or a sensor for air quality in HomeKit.
288
+ Weather settings allow you to display a sensor for temperature, a light bulb (```"accTypeSolarIntensity": "LIGHTBULB"```) or light sensor (```"accTypeSolarIntensity": "SENSOR"```) for sun intensity in HomeKit.
294
289
 
295
290
  ```
296
291
  "homes": [
@@ -301,8 +296,7 @@ Weather settings allow you to display a sensor for temperature, a light bulb (``
301
296
  "weather": {
302
297
  "temperatureSensor": true,
303
298
  "solarIntensity": true,
304
- "accTypeSolarIntensity": "LIGHTBULB",
305
- "airQuality": true
299
+ "accTypeSolarIntensity": "LIGHTBULB"
306
300
  }
307
301
  ...
308
302
  }
@@ -310,11 +304,6 @@ Weather settings allow you to display a sensor for temperature, a light bulb (``
310
304
  ]
311
305
  ```
312
306
 
313
- ### Air Quality
314
-
315
- In order to use the Air Quality Sensor, you need to enable airQuality ``"airQuality": true`` (see above) **AND** you must enter your location data (latitude and longitude) in config.json. You can easily find the coordinates to your location/address on the following page: [latlong.net](https://www.latlong.net/convert-address-to-lat-long.html)
316
-
317
-
318
307
  ```
319
308
  "homes": [
320
309
  {
@@ -325,9 +314,7 @@ In order to use the Air Quality Sensor, you need to enable airQuality ``"airQual
325
314
  "zones": [ ... ],
326
315
  "extras": { ... },
327
316
  "presence": { ... },
328
- "weather": {
329
- "airQuality": true
330
- }
317
+ "weather": { ... }
331
318
  ...
332
319
  }
333
320
  ...