@homebridge-plugins/homebridge-tado 8.6.1 → 8.7.0
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 +14 -11
- package/README.md +102 -48
- package/config.schema.json +10 -4
- package/homebridge-ui/public/index.html +9 -8
- package/homebridge-ui/public/js/schema.js +10 -4
- package/package.json +2 -2
- package/src/tado/tado-api.js +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v8.7.0 — 2025-11-03
|
|
4
|
+
- Update documentation and add new config parameters with explanations (#176, #182)
|
|
5
|
+
- Update `example-config.json` (#182)
|
|
6
|
+
- Update got
|
|
7
|
+
- Fix: Config validation failed as minStep is typeof number (#181)
|
|
8
|
+
- Fix: Config-UI: Add zone type AIR_CONDITIONING (#170, #173)
|
|
9
|
+
- Fix: Always include typeSkillBasedApp when setting AC Zone Overlay to prevent API error (#170, #173)
|
|
10
|
+
|
|
11
|
+
## v8.6.2 — 2025-11-02
|
|
12
|
+
- Fix: Config-UI: Show skip auth field as checkbox and improve instruction texts
|
|
13
|
+
|
|
3
14
|
## v8.6.1 — 2025-11-01
|
|
4
15
|
- Fix: Improve error logging for failed API requests (#179)
|
|
5
16
|
|
|
@@ -164,16 +175,12 @@
|
|
|
164
175
|
|
|
165
176
|
Hot water devices show 0° when they are first started in HomeKit if they are in "OFF" mode. The reason for this is that in "OFF" mode there is no temperature value in the API. When you turn on the device, the plugin saves the value for the further use case.
|
|
166
177
|
|
|
167
|
-
|
|
168
178
|
**IMPORTANT:**
|
|
169
179
|
|
|
170
180
|
If you previously used your "HOT_WATER" device/zone as a faucet, then disable the zone after the update and restart Homebridge pls. After the restart, you can enable the zone with the faucet again.
|
|
171
181
|
|
|
172
|
-
|
|
173
182
|
## v6.0.0 - 2021-03-14
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
**<u>NOTE:</u>** Updating from **<= v5.x** to **v6.x** will crash your homebridge, please **REMOVE** the old version first and check also the new [example-config.json](https://github.com/SeydX/homebridge-tado-platform/blob/master/example-config.json)
|
|
183
|
+
**<u>NOTE:</u>** Updating from **<= v5.x** to **v6.x** will crash your homebridge, please **REMOVE** the old version first and check also the new [example-config.json](https://github.com/homebridge-plugins/homebridge-tado/blob/latest/example-config.json)
|
|
177
184
|
|
|
178
185
|
- Config UI X support (config.schema.json)
|
|
179
186
|
- Custom UI
|
|
@@ -229,26 +236,22 @@ If you previously used your "HOT_WATER" device/zone as a faucet, then disable th
|
|
|
229
236
|
- Bugfixes
|
|
230
237
|
- Cleanup code
|
|
231
238
|
|
|
232
|
-
|
|
233
239
|
## v5.1.4 - 2019-04-25
|
|
234
240
|
- Bugfixes
|
|
235
241
|
|
|
236
|
-
|
|
237
242
|
## v5.1.2 - 2019-04-22
|
|
238
243
|
- [NEW] Added Valve (Faucet Type) for Hotwater without temp adjustment possibility
|
|
239
244
|
- Bugfixes
|
|
240
245
|
- Code Cleanup
|
|
241
246
|
|
|
242
|
-
|
|
243
247
|
## v5.0.5 - 2019-04-22
|
|
244
248
|
- Code cleanup
|
|
245
249
|
- Bugfixes
|
|
246
250
|
|
|
247
|
-
|
|
248
251
|
## v5.0.3 - 2019-04-17
|
|
249
252
|
- Bugfixes
|
|
250
253
|
- Added new parameter into config.json (overrideMode) to set up the mode after temperature changement (manual or auto)
|
|
251
254
|
- Cleanup code
|
|
252
255
|
|
|
253
|
-
## v5.0.0
|
|
254
|
-
- Initial release
|
|
256
|
+
## v5.0.0
|
|
257
|
+
- Initial release
|
package/README.md
CHANGED
|
@@ -12,33 +12,17 @@
|
|
|
12
12
|
|
|
13
13
|
## Info
|
|
14
14
|
|
|
15
|
-
This plugin has originally been created by [Seydx](https://github.com/seydx/). Donate to him: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8)
|
|
16
|
-
|
|
15
|
+
This plugin has originally been created by [Seydx](https://github.com/seydx/). Donate to him: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NP4T3KASWQLD8). It is currently maintained by [smart7324](https://buymeacoffee.com/smart7324).
|
|
17
16
|
|
|
18
17
|
**Homebridge Tado** is possibly the biggest homebridge plugin for Tado devices.
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
**Multiple home support**
|
|
19
|
+
**Multiple home Support**
|
|
22
20
|
|
|
23
21
|
The plugin even offers support for multiple houses. So it is finally possible to create multiple houses and control them together.
|
|
24
22
|
|
|
23
|
+
**Full Apple Home Support**
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
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!
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
**History**
|
|
32
|
-
|
|
33
|
-
Every temperature sensor, humidity sensor, contact sensor, motion sensor and thermostats are also able to show the history in Elgato EVE app.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
**Push Notification**
|
|
37
|
-
|
|
38
|
-
In addition, you can even get push notifications via Telegram when a user arrives or is absent, or when "Open Window" is triggered.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
You can do that and much more with the new version 6. Have Fun!
|
|
25
|
+
Everything Tado offers can be displayed through the plugin in Apple Home. The thermostat buttons themselves have custom characteristics. Full hot water support, weather temperature, solar intensity, weather, tado quick actions, child lock, presence lock, Air Conditioning and much more awaits you with this plugin!
|
|
42
26
|
|
|
43
27
|
## Installation
|
|
44
28
|
|
|
@@ -49,14 +33,19 @@ After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
|
|
|
49
33
|
## Documentation
|
|
50
34
|
|
|
51
35
|
- [Example config.json](https://github.com/homebridge-plugins/homebridge-tado/blob/latest/example-config.json)
|
|
36
|
+
- [Config UI](#config-ui)
|
|
52
37
|
- [Non Config Ui X User?](#non-config-ui-x-user)
|
|
53
38
|
- [Configuration](#configuration)
|
|
39
|
+
- [Authentication](#authentication)
|
|
40
|
+
- [Custom API Configuration](#custom-api-configuration)
|
|
54
41
|
- [Thermostat](#thermostat)
|
|
55
|
-
-
|
|
42
|
+
- [Open Window](#open-window)
|
|
56
43
|
- [Air Conditioning](#air-conditioning)
|
|
57
44
|
- [Hot Water](#hot-water)
|
|
58
45
|
- [Presence](#presence)
|
|
59
46
|
- [Weather](#weather)
|
|
47
|
+
- [Special Settings](#special-settings)
|
|
48
|
+
- [Prefer Siri Temperature](#prefer-siri-temperature)
|
|
60
49
|
- [Extras](#extras)
|
|
61
50
|
- [Central Switch](#central-switch)
|
|
62
51
|
- [Boost Switch](#boost-switch)
|
|
@@ -65,16 +54,17 @@ After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
|
|
|
65
54
|
- [Dummy Switch](#dummy-switch)
|
|
66
55
|
- [Presence Lock](#presence-lock)
|
|
67
56
|
- [Child Lock](#child-lock)
|
|
57
|
+
- [History Service](#history-service)
|
|
68
58
|
- [Telegram](#telegram)
|
|
69
59
|
- [Supported Clients](#supported-clients)
|
|
70
60
|
- [Contributing](#contributing)
|
|
71
61
|
- [Troubleshooting](#troubleshooting)
|
|
72
62
|
|
|
73
|
-
##
|
|
63
|
+
## Config UI
|
|
74
64
|
|
|
75
|
-
Unlike other plugins, this plugin allows you to manually enable/disable each zone, thermostat, user and everything you see in
|
|
65
|
+
Unlike other plugins, this plugin allows you to manually enable/disable each zone, thermostat, user and everything you see in Apple Home via config.json.
|
|
76
66
|
|
|
77
|
-
The config.json offers a lot of configuration options. And if, as recommended, you use Config UI X, the plugin will be all the better.
|
|
67
|
+
The `config.json` offers a lot of configuration options. And if, as recommended, you use Config UI X, the plugin will be all the better.
|
|
78
68
|
|
|
79
69
|
It supports the full potential of Config UI X and makes configuring the plugin much easier. With it, you can create a "home" in no time and control everything through Config UI X. From logging in to creating config.json works fully automatically with Config UI X!
|
|
80
70
|
|
|
@@ -82,7 +72,7 @@ It supports the full potential of Config UI X and makes configuring the plugin m
|
|
|
82
72
|
|
|
83
73
|
_(In the section below you can find more information about the functions.)_
|
|
84
74
|
|
|
85
|
-
## Non Config Ui X User
|
|
75
|
+
## Non Config Ui X User?
|
|
86
76
|
|
|
87
77
|
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.
|
|
88
78
|
|
|
@@ -112,13 +102,30 @@ If you on HOOBS, you need to reboot the HOOBS server to get your first start con
|
|
|
112
102
|
]
|
|
113
103
|
}
|
|
114
104
|
```
|
|
115
|
-
See [Example Config](https://github.com/homebridge-plugins/homebridge-tado/
|
|
105
|
+
See [Example Config](https://github.com/homebridge-plugins/homebridge-tado/blob/latest/example-config.json) for more details
|
|
116
106
|
|
|
117
107
|
## Configuration
|
|
118
108
|
|
|
109
|
+
## Authentication
|
|
110
|
+
|
|
111
|
+
This plugin implements the Tado-supported authentication using the [Device Code Grant Flow](https://support.tado.com/en/articles/8565472-how-do-i-authenticate-to-access-the-rest-api).
|
|
112
|
+
|
|
113
|
+
During the initial setup, the plugin will prompt you to open a specific URL in your web browser. You will then be asked to log in with your Tado account and grant access to the new device. Once this process has been completed successfully, the plugin automatically handles all subsequent authentication tasks, including secure token storage, token refresh, and renewal. This ensures continuous access to the Tado API v2 without further user interaction.
|
|
114
|
+
|
|
115
|
+
### Custom API Configuration
|
|
116
|
+
|
|
117
|
+
For advanced use cases, the plugin allows overriding the default Tado API endpoint by specifying a custom API URL through the `tadoApiUrl` parameter within each home configuration.
|
|
118
|
+
|
|
119
|
+
Additionally, it is possible to disable the built-in authentication flow entirely by setting the `skipAuth` parameter to `true`. When enabled, all API requests will be sent without an authentication token.
|
|
120
|
+
|
|
121
|
+
**Important:** Use `skipAuth` only if you are certain that your setup does not require token-based authentication. Improper use may result in limited or failed communication with the Tado API.
|
|
122
|
+
|
|
123
|
+
For further details and configuration examples, refer to the related discussion:
|
|
124
|
+
[homebridge-tado issue #176 – Authentication Options](https://github.com/homebridge-plugins/homebridge-tado/issues/176#issuecomment-3419839118)
|
|
125
|
+
|
|
119
126
|
## Thermostat
|
|
120
127
|
|
|
121
|
-
Each zone in the config.json with ``"type": "HEATING"`` and ``"easyMode": false`` is exposed to
|
|
128
|
+
Each zone in the config.json with ``"type": "HEATING"`` and ``"easyMode": false`` is exposed to Apple Home as a thermostat accessory with the following features:
|
|
122
129
|
|
|
123
130
|
- Current Mode: OFF | COOLING | HEATING | AUTO
|
|
124
131
|
- Target Mode: OFF | HEATING | AUTO
|
|
@@ -137,7 +144,7 @@ The Delay Switch (characteristic) can be used for eg. if you have an automation
|
|
|
137
144
|
**Mode / Mode Timer**
|
|
138
145
|
``mode`` for the commands to be sent with. can be 'MANUAL' for manual control until ended by the user, 'AUTO' for manual control until next schedule change in tado° app OR 'TIMER' for manual control until timer ends. ``modeTimer`` for the ``MANUAL`` mode in minutes.
|
|
139
146
|
|
|
140
|
-
Each zone in the config.json with ``type: HEATING`` and ``easyMode: true`` is exposed to
|
|
147
|
+
Each zone in the config.json with ``type: HEATING`` and ``easyMode: true`` is exposed to Apple Home as a HeaterCooler accessory with the features as above and some minor changes:
|
|
141
148
|
|
|
142
149
|
- Active: ON | OFF
|
|
143
150
|
- Target Mode: HEATING
|
|
@@ -183,7 +190,7 @@ You can also adjust the minimum temperature step ``"minStep"``, minimum temperat
|
|
|
183
190
|
|
|
184
191
|
#### Open Window:
|
|
185
192
|
|
|
186
|
-
Each zone with ``"type": "HEATING"`` also has the possibility to display "OpenWindow" contact sensors or switches in
|
|
193
|
+
Each zone with ``"type": "HEATING"`` also has the possibility to display "OpenWindow" contact sensors or switches in Apple Home with the following features:
|
|
187
194
|
|
|
188
195
|
- Switch to enable disable open window for the zone or trigger the open window state of the zone
|
|
189
196
|
- Contact sensor to show the open window state
|
|
@@ -210,7 +217,7 @@ Each zone with ``"type": "HEATING"`` also has the possibility to display "OpenWi
|
|
|
210
217
|
|
|
211
218
|
## Air Conditioning
|
|
212
219
|
|
|
213
|
-
Each zone in the config.json with `"type": "AIR_CONDITIONING"` is exposed to
|
|
220
|
+
Each zone in the config.json with `"type": "AIR_CONDITIONING"` is exposed to Apple Home as a HeaterCooler accessory with the following features:
|
|
214
221
|
|
|
215
222
|
- Current Mode: OFF | IDLE | HEATING | COOLING
|
|
216
223
|
- Target Mode: OFF | HEATING | COOLING | AUTO
|
|
@@ -224,7 +231,7 @@ Each zone in the config.json with `"type": "AIR_CONDITIONING"` is exposed to Hom
|
|
|
224
231
|
- Elgato EVE history feature (FakeGato)
|
|
225
232
|
|
|
226
233
|
**AC-Specific Features**
|
|
227
|
-
Air conditioning zones support both heating and cooling modes with dedicated cooling threshold temperature control. Fan speed and swing controls are handled through the Tado app, while
|
|
234
|
+
Air conditioning zones support both heating and cooling modes with dedicated cooling threshold temperature control. Fan speed and swing controls are handled through the Tado app, while Apple Home integration focuses on temperature and mode control for optimal compatibility. Note that the RotationSpeed characteristic is not supported for AC units.
|
|
228
235
|
|
|
229
236
|
**Mode / Mode Timer**
|
|
230
237
|
`mode` for the commands to be sent with. can be 'MANUAL' for manual control until ended by the user, 'AUTO' for manual control until next schedule change in tado° app OR 'TIMER' for manual control until timer ends. `modeTimer` for the `MANUAL` mode in minutes.
|
|
@@ -260,11 +267,11 @@ You can also adjust the minimum temperature step `"minStep"`, minimum temperatur
|
|
|
260
267
|
|
|
261
268
|
## Hot Water
|
|
262
269
|
|
|
263
|
-
Each zone in the config.json with ``"type": HOT_WATER`` and ``"boilerTempSupport": false`` is exposed to
|
|
270
|
+
Each zone in the config.json with ``"type": HOT_WATER`` and ``"boilerTempSupport": false`` is exposed to Apple Home as a switch (``"accTypeBoiler: "SWITCH"``) or faucet (``"accTypeBoiler: "FAUCET"``) accessory with the following features:
|
|
264
271
|
|
|
265
272
|
- Active: ON | OFF
|
|
266
273
|
|
|
267
|
-
Each zone in the config.json with ``type: HOT_WATER`` and ``boilerTempSupport: true`` is exposed to
|
|
274
|
+
Each zone in the config.json with ``type: HOT_WATER`` and ``boilerTempSupport: true`` is exposed to Apple Home as a HeaterCooler accessory with the following features:
|
|
268
275
|
|
|
269
276
|
- Current Mode: OFF | ON
|
|
270
277
|
- Target Mode: OFF | ON
|
|
@@ -305,7 +312,7 @@ You can also adjust the minimum temperature step ``"minStep"``, minimum temperat
|
|
|
305
312
|
|
|
306
313
|
## Presence
|
|
307
314
|
|
|
308
|
-
Each user or anyone sensor in the config.json is exposed to
|
|
315
|
+
Each user or anyone sensor in the config.json is exposed to Apple Home as a occupancy (``"accType: "OCCUPANCY"``) or motion (``"accType: "MOTION"``) accessory.
|
|
309
316
|
|
|
310
317
|
```
|
|
311
318
|
"homes": [
|
|
@@ -335,7 +342,7 @@ Each user or anyone sensor in the config.json is exposed to HomeKit as a occupan
|
|
|
335
342
|
|
|
336
343
|
## Weather
|
|
337
344
|
|
|
338
|
-
Weather settings allow you to display a sensor for temperature, a light bulb (```"accTypeSolarIntensity": "LIGHTBULB"```) or light sensor (```"accTypeSolarIntensity": "SENSOR"```) for sun intensity in
|
|
345
|
+
Weather settings allow you to display a sensor for temperature, a light bulb (```"accTypeSolarIntensity": "LIGHTBULB"```) or light sensor (```"accTypeSolarIntensity": "SENSOR"```) for sun intensity in Apple Home.
|
|
339
346
|
|
|
340
347
|
```
|
|
341
348
|
"homes": [
|
|
@@ -371,10 +378,41 @@ Weather settings allow you to display a sensor for temperature, a light bulb (``
|
|
|
371
378
|
]
|
|
372
379
|
```
|
|
373
380
|
|
|
381
|
+
## Special Settings
|
|
382
|
+
|
|
383
|
+
### Prefer Siri Temperature
|
|
384
|
+
|
|
385
|
+
The `preferSiriTemperature` parameter controls how the plugin interprets combined **state + temperature** updates received from Apple Home. It was introduced in version **v8.6.0** to address inconsistent behavior between **Siri commands** and **Apple Home scenes**.
|
|
386
|
+
|
|
387
|
+
**Background**
|
|
388
|
+
|
|
389
|
+
Apple Home and Siri both send temperature and state changes simultaneously — especially if a thermostat is currently turned off.
|
|
390
|
+
Prior to this improvement, the plugin always switched thermostats to **AUTO** mode when a state update to AUTO and a temperature update was received simultaneously, which occasionally led to conflicts and unexpected behaviour. With `preferSiriTemperature`, users can fine-tune how these combined updates are handled, allowing a more predictable and user-friendly experience depending on whether they primarily use **Siri voice control** or **Apple Home scenes**.
|
|
391
|
+
|
|
392
|
+
**Configuration**
|
|
393
|
+
|
|
394
|
+
To enable this behavior, add the parameter to your configuration:
|
|
395
|
+
|
|
396
|
+
```json
|
|
397
|
+
"preferSiriTemperature": true
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
This option changes how combined state + temperature updates are interpreted:
|
|
401
|
+
|
|
402
|
+
| Situation | Apple Home sends | Default behavior | With `preferSiriTemperature: true` |
|
|
403
|
+
|------------|----------------|------------------|------------------------------------|
|
|
404
|
+
| Siri: “Set to 7 °C” (while off) | `AUTO + 7 °C` | Switches to Auto | Only sets temperature to 7 °C |
|
|
405
|
+
| Scene: “Auto 21 °C” | `AUTO + 21 °C` | Switches to Auto | Only sets temperature to 21 °C |
|
|
406
|
+
| Scene: “Auto 5 °C” | `AUTO + 5 °C` | Switches to Auto | Switches to Auto *(fallback)* |
|
|
407
|
+
|
|
408
|
+
- By default, the plugin behaves as it did prior to v8.4.0, maintaining full compatibility with existing automations and Apple Home scenes.
|
|
409
|
+
- If you frequently control your thermostats via Siri, enabling `preferSiriTemperature` may provide a smoother and more natural experience.
|
|
410
|
+
- If your setup relies heavily on scenes or automations, leaving this option disabled is recommended to preserve predictable mode transitions.
|
|
411
|
+
|
|
374
412
|
## Extras
|
|
375
413
|
|
|
376
414
|
### Central Switch
|
|
377
|
-
Shows a switch accessory with additional switches in
|
|
415
|
+
Shows a switch accessory with additional switches in Apple Home which mimics the "Boost" and "Turnoff" switch from Tado. It also shows the Heater Running information as a custom characteristic for the month (in hours) and it shows also how many thermostats are in auto, manual or off mode. Its also possible to show a dummy switch withiun the central switch for eg. automation purposes.
|
|
378
416
|
|
|
379
417
|
```
|
|
380
418
|
"homes": [
|
|
@@ -394,7 +432,7 @@ Shows a switch accessory with additional switches in HomeKit which mimics the "B
|
|
|
394
432
|
```
|
|
395
433
|
|
|
396
434
|
#### Boost Switch
|
|
397
|
-
Shows a switch accessory in
|
|
435
|
+
Shows a switch accessory in Apple Home (added to central switch) which mimics the "Boost" switch from Tado and switches all heaters to max temperature.
|
|
398
436
|
_Note: Central Switch needs to be truned on._
|
|
399
437
|
|
|
400
438
|
```
|
|
@@ -415,7 +453,7 @@ _Note: Central Switch needs to be truned on._
|
|
|
415
453
|
```
|
|
416
454
|
|
|
417
455
|
#### Shedule Switch
|
|
418
|
-
Shows a switch accessory in
|
|
456
|
+
Shows a switch accessory in Apple Home (added to central switch) which mimics the "Shedule" switch from Tado and switches all heaters to their default shedule
|
|
419
457
|
_Note: Central Switch needs to be truned on._
|
|
420
458
|
|
|
421
459
|
```
|
|
@@ -436,7 +474,7 @@ _Note: Central Switch needs to be truned on._
|
|
|
436
474
|
```
|
|
437
475
|
|
|
438
476
|
#### Turnoff Switch
|
|
439
|
-
Shows a switch accessory in
|
|
477
|
+
Shows a switch accessory in Apple Home (added to central switch) which mimics the "Turn Off" switch from Tado and switches all heaters off
|
|
440
478
|
_Note: Central Switch needs to be truned on._
|
|
441
479
|
|
|
442
480
|
```
|
|
@@ -458,7 +496,7 @@ _Note: Central Switch needs to be truned on._
|
|
|
458
496
|
|
|
459
497
|
|
|
460
498
|
#### Dummy Switch
|
|
461
|
-
Shows a dummy switch accessory in
|
|
499
|
+
Shows a dummy switch accessory in Apple Home (added to central switch) without any functions. Can be used for eg automation purposes.
|
|
462
500
|
_Note: Central Switch needs to be truned on._
|
|
463
501
|
|
|
464
502
|
```
|
|
@@ -479,7 +517,7 @@ _Note: Central Switch needs to be truned on._
|
|
|
479
517
|
```
|
|
480
518
|
|
|
481
519
|
### Presence Lock
|
|
482
|
-
Shows a switch with to sub switchs within the main accessory (``"accTypePresenceLock": "SWITCH"``) or security (``"accTypePresenceLock": "ALARM"``) accessory in
|
|
520
|
+
Shows a switch with to sub switchs within the main accessory (``"accTypePresenceLock": "SWITCH"``) or security (``"accTypePresenceLock": "ALARM"``) accessory in Apple Home with following features: HOME | AWAY | DISABLED
|
|
483
521
|
|
|
484
522
|
```
|
|
485
523
|
"homes": [
|
|
@@ -499,7 +537,7 @@ Shows a switch with to sub switchs within the main accessory (``"accTypePresence
|
|
|
499
537
|
```
|
|
500
538
|
|
|
501
539
|
### Child Lock
|
|
502
|
-
Each device with ``"type": "HEATING"`` and child lock support can be exposed to
|
|
540
|
+
Each device with ``"type": "HEATING"`` and child lock support can be exposed to Apple Home as a "sub" switch to the main switch accessory which can show you if child lock is enabled or you can also enable/disable child lock.
|
|
503
541
|
|
|
504
542
|
```
|
|
505
543
|
"homes": [
|
|
@@ -528,6 +566,23 @@ Each device with ``"type": "HEATING"`` and child lock support can be exposed to
|
|
|
528
566
|
]
|
|
529
567
|
```
|
|
530
568
|
|
|
569
|
+
## History Service
|
|
570
|
+
|
|
571
|
+
Every temperature sensor, humidity sensor, contact sensor, motion sensor, and thermostat provides a **history service** compatible with the **Elgato EVE** app. This allows you to view historical data directly within the EVE interface.
|
|
572
|
+
|
|
573
|
+
During each polling cycle, all history-enabled accessories are updated with the latest sensor values.
|
|
574
|
+
These updates are persisted to the local **file storage**, ensuring that the history remains accurate and consistent even across restarts.
|
|
575
|
+
|
|
576
|
+
**disableHistoryService**
|
|
577
|
+
|
|
578
|
+
For users who do not require historical tracking, the history feature can be completely disabled by setting the following parameter:
|
|
579
|
+
|
|
580
|
+
```json
|
|
581
|
+
"disableHistoryService": true
|
|
582
|
+
```
|
|
583
|
+
|
|
584
|
+
When this option is enabled, no history entries will be recorded or stored, reducing file I/O and memory usage.
|
|
585
|
+
|
|
531
586
|
## Telegram
|
|
532
587
|
|
|
533
588
|
You can set up the notifier to get a Telegram notification with customized messages and markdown capability when user arrives/leaves or open window detection triggers. Before you can use the "Telegram Notification" functionality, you need to set up a bot. Here you can find more information: [Setup Telegram Bot](https://github.com/SeydX/homebridge-fritz-platform/blob/master/docs/Telegram.md)
|
|
@@ -570,11 +625,11 @@ To better customize the messages, special characters can be set so that the plug
|
|
|
570
625
|
|
|
571
626
|
## Supported clients
|
|
572
627
|
|
|
573
|
-
This plugin has been verified to work with the
|
|
628
|
+
This plugin has been verified to work with the latest versions of:
|
|
574
629
|
|
|
575
|
-
* Apple Home
|
|
576
|
-
*
|
|
577
|
-
* Homebridge
|
|
630
|
+
* Apple Home (Apple HomeKit)
|
|
631
|
+
* 3rd party apps like Elgato Eve
|
|
632
|
+
* Homebridge
|
|
578
633
|
|
|
579
634
|
## Contributing
|
|
580
635
|
|
|
@@ -591,7 +646,6 @@ Pull requests are accepted.
|
|
|
591
646
|
|
|
592
647
|
If you have any issues with the plugin, you can enable the debug mode, which will provide some additional information. This might be useful for debugging issues. Open your config.json and set ``"debug": true``
|
|
593
648
|
|
|
594
|
-
|
|
595
649
|
## Disclaimer
|
|
596
650
|
|
|
597
|
-
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
|
|
651
|
+
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
|
package/config.schema.json
CHANGED
|
@@ -371,8 +371,8 @@
|
|
|
371
371
|
},
|
|
372
372
|
"minStep": {
|
|
373
373
|
"title": "Temperature Step",
|
|
374
|
-
"type": "
|
|
375
|
-
"description": "Minimum step for temperature adjustment. (Default:
|
|
374
|
+
"type": "number",
|
|
375
|
+
"description": "Minimum step for temperature adjustment. (Default: 0.5, must be between 0 - 1)"
|
|
376
376
|
},
|
|
377
377
|
"minValue": {
|
|
378
378
|
"title": "Minimum Temperature",
|
|
@@ -457,6 +457,12 @@
|
|
|
457
457
|
"enum": [
|
|
458
458
|
"HOT_WATER"
|
|
459
459
|
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"title": "Air Conditioning",
|
|
463
|
+
"enum": [
|
|
464
|
+
"AIR_CONDITIONING"
|
|
465
|
+
]
|
|
460
466
|
}
|
|
461
467
|
],
|
|
462
468
|
"description": "Zone Heating type."
|
|
@@ -570,9 +576,9 @@
|
|
|
570
576
|
"description": "Optional: Skip creation of history service."
|
|
571
577
|
},
|
|
572
578
|
"preferSiriTemperature": {
|
|
573
|
-
"title": "Prefer Siri
|
|
579
|
+
"title": "Prefer Siri Temperature Changes",
|
|
574
580
|
"type": "boolean",
|
|
575
|
-
"description": "
|
|
581
|
+
"description": "Prefer temperature changes when the state auto is sent simultaneously with a temperature change. Default: false."
|
|
576
582
|
}
|
|
577
583
|
}
|
|
578
584
|
},
|
|
@@ -83,16 +83,16 @@
|
|
|
83
83
|
<i class="fa fa-arrow-left" aria-hidden="true"></i>
|
|
84
84
|
</button>
|
|
85
85
|
<img src="images/tado_logo.png" alt="Tado meets Homebridge" width="150px" class="center-it mt-4 tadoLogo">
|
|
86
|
-
<h6 class="text-center">To start the process, we need
|
|
87
|
-
Please fill out all marked fields
|
|
86
|
+
<h6 class="text-center">To start the process, we need to authenticate with the Tado account of the home you want to
|
|
87
|
+
add to Homebridge.<br>Please fill out all marked fields:</h6>
|
|
88
88
|
<div class="container mt-5">
|
|
89
89
|
<div class="form-group">
|
|
90
|
-
<label for="homeUsername">Username
|
|
91
|
-
<input type="text" class="form-control" id="homeUsername">
|
|
92
|
-
<label for="homeTadoApiUrl">Tado API URL (optional)
|
|
90
|
+
<label for="homeUsername">Username<span class="text-danger">*</span></label>
|
|
91
|
+
<input type="text" class="form-control" id="homeUsername" placeholder="your-tado@mail.com">
|
|
92
|
+
<label for="homeTadoApiUrl">Tado API URL (optional)</label>
|
|
93
93
|
<input type="text" class="form-control" id="homeTadoApiUrl">
|
|
94
|
-
<label for="homeSkipAuth">Skip Authentication (optional)
|
|
95
|
-
<input type="checkbox" class="form-
|
|
94
|
+
<label for="homeSkipAuth">Skip Authentication (optional)</label>
|
|
95
|
+
<input type="checkbox" class="form-checkbox" id="homeSkipAuth">
|
|
96
96
|
</div>
|
|
97
97
|
<button id="auth" type="submit" class="btn btn-primary float-right mt-3 mr-0">Next</button>
|
|
98
98
|
</div>
|
|
@@ -101,7 +101,8 @@
|
|
|
101
101
|
<!-- fetchDevices -->
|
|
102
102
|
<div id="fetchDevices" style="display:none;">
|
|
103
103
|
<img src="images/tado_logo.png" alt="Tado meets Homebridge" width="150px" class="center-it mt-2 tadoLogo">
|
|
104
|
-
<h6 class="text-center">Devices are searched
|
|
104
|
+
<h6 class="text-center">Devices are being searched.<br>Please follow the instructions below and be patient for a
|
|
105
|
+
moment.</h6>
|
|
105
106
|
<h6 class="text-center" id="authenticationInstructions" style="display:none;font-weight:bold;"></h6>
|
|
106
107
|
<div id="fetchDevicesBar" class="mt-5"></div>
|
|
107
108
|
</div>
|
|
@@ -364,8 +364,8 @@ const schema = {
|
|
|
364
364
|
},
|
|
365
365
|
'minStep': {
|
|
366
366
|
'title': 'Temperature Step',
|
|
367
|
-
'type': '
|
|
368
|
-
'description': 'Minimum step for temperature adjustment. (Default:
|
|
367
|
+
'type': 'number',
|
|
368
|
+
'description': 'Minimum step for temperature adjustment. (Default: 0.5, must be between 0 - 1)'
|
|
369
369
|
},
|
|
370
370
|
'minValue': {
|
|
371
371
|
'title': 'Minimum Temperature',
|
|
@@ -450,6 +450,12 @@ const schema = {
|
|
|
450
450
|
'enum': [
|
|
451
451
|
'HOT_WATER'
|
|
452
452
|
]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
'title': 'Air Conditioning',
|
|
456
|
+
'enum': [
|
|
457
|
+
'AIR_CONDITIONING'
|
|
458
|
+
]
|
|
453
459
|
}
|
|
454
460
|
],
|
|
455
461
|
'description': 'Zone Heating type.'
|
|
@@ -562,9 +568,9 @@ const schema = {
|
|
|
562
568
|
'description': 'Optional: Skip creation of history service.'
|
|
563
569
|
},
|
|
564
570
|
'preferSiriTemperature': {
|
|
565
|
-
'title': 'Prefer Siri
|
|
571
|
+
'title': 'Prefer Siri Temperature Changes',
|
|
566
572
|
'type': 'boolean',
|
|
567
|
-
'description': '
|
|
573
|
+
'description': 'Prefer temperature changes when the state auto is sent simultaneously with a temperature change. Default: false.'
|
|
568
574
|
}
|
|
569
575
|
},
|
|
570
576
|
'layout': [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebridge-plugins/homebridge-tado",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.7.0",
|
|
4
4
|
"description": "Homebridge plugin for controlling tado° devices.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"fakegato-history": "^0.6.7",
|
|
37
37
|
"form-data": "^4.0.4",
|
|
38
38
|
"fs-extra": "^11.3.2",
|
|
39
|
-
"got": "^14.6.
|
|
39
|
+
"got": "^14.6.2",
|
|
40
40
|
"moment": "^2.30.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
package/src/tado/tado-api.js
CHANGED
|
@@ -546,7 +546,11 @@ export default class Tado {
|
|
|
546
546
|
...(config.termination.type === 'TIMER' && config.termination.durationInSeconds !== undefined
|
|
547
547
|
? { durationInSeconds: config.termination.durationInSeconds }
|
|
548
548
|
: {}),
|
|
549
|
-
...(
|
|
549
|
+
...(
|
|
550
|
+
config.termination.typeSkillBasedApp ?
|
|
551
|
+
{ typeSkillBasedApp: config.termination.typeSkillBasedApp } :
|
|
552
|
+
{ typeSkillBasedApp: 'MANUAL' }
|
|
553
|
+
),
|
|
550
554
|
},
|
|
551
555
|
};
|
|
552
556
|
|