@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 +36 -0
- package/LICENSE +1 -1
- package/README.md +13 -26
- package/config.schema.json +479 -498
- package/homebridge-ui/public/index.html +18 -17
- package/homebridge-ui/public/js/main.js +542 -544
- package/homebridge-ui/public/js/modules/compareVersions.min.js +2 -1
- package/homebridge-ui/public/js/modules/jquery.min.js +2 -1
- package/homebridge-ui/public/js/modules/progressbar.min.js +2 -2
- package/homebridge-ui/public/js/schema.js +15 -37
- package/homebridge-ui/server.js +37 -39
- package/index.js +6 -6
- package/package.json +22 -34
- package/src/accessories/contact.js +5 -10
- package/src/accessories/faucet.js +2 -5
- package/src/accessories/heatercooler.js +12 -26
- package/src/accessories/humidity.js +5 -10
- package/src/accessories/lightbulb.js +2 -5
- package/src/accessories/lightsensor.js +2 -5
- package/src/accessories/motion.js +3 -8
- package/src/accessories/occupancy.js +2 -5
- package/src/accessories/security.js +2 -5
- package/src/accessories/switch.js +2 -6
- package/src/accessories/temperature.js +5 -10
- package/src/accessories/thermostat.js +23 -35
- package/src/helper/handler.js +21 -153
- package/src/helper/logger.js +1 -3
- package/src/helper/telegram.js +2 -8
- package/src/platform.js +41 -50
- package/src/tado/tado-api.js +192 -58
- package/src/tado/tado-config.js +26 -75
- package/src/types/custom.js +208 -238
- package/src/types/eve.js +289 -250
- package/src/accessories/airquality.js +0 -56
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
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://github.com/homebridge-plugins/homebridge-tado/blob/
|
|
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
|
[](https://www.npmjs.com/package/@homebridge-plugins/homebridge-tado)
|
|
9
9
|
[](https://github.com/homebridge-plugins/homebridge-tado)
|
|
10
10
|
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
11
|
-
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8)
|
|
11
|
+
[](https://buymeacoffee.com/smart7324)
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
## Fork
|
|
15
14
|
|
|
16
|
-
[
|
|
15
|
+
This plugin is originally created by [Sedyx](https://github.com/seydx/). Donate to him: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8)
|
|
17
16
|
|
|
18
17
|
## Info
|
|
19
18
|
|
|
20
|
-
**
|
|
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
|
|
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/
|
|
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
|
|
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": "
|
|
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/
|
|
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
|
|
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
|
...
|