You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,27 @@ Alternatively, you can install daikin_residential through HACS by adding this re
9
9
10
10
# Usage:
11
11
12
-
**NOTE: You must have your Daikin Cloud token set stored as a tokenset.json file in your /config folder (the same where configuration.yaml is). For instructions on how to retrieve this file, follow the guide at https://github.com/Apollon77/daikin-controller-cloud/blob/main/PROXY.md.**
12
+
**NOTE: since v.2.0.x, the tokenset.json file is no longer needed because the integration can connect and retrieve the tokens autonomously. When installing v.2.0.x from a previous one, the integration must be deleted and re-added.**
13
13
14
14
The integration can be configured in two ways:
15
15
16
16
# 1. YAML config files
17
17
18
-
Just add the following line to your configuration.yaml file, and the Daikin devices connected to your cloud account will be created.
18
+
Just add the following lines to your configuration.yaml file specifying the email and password used in the Daikin Residential App, and the Daikin devices connected to your cloud account will be created.
19
19
20
20
```
21
21
daikin_residential:
22
+
email: [your_email]
23
+
password: [your_pwd]
24
+
22
25
```
23
26
24
27
25
28
# 2. Using config flow
26
29
27
30
Start by going to Configuration - Integration and pressing the "+ ADD INTEGRATION" button to create a new Integration, then select Daikin Residential Controller in the drop-down menu.
28
31
29
-
Follow the instruction, you have actually nothing to configure, just make sure your tokenset.json fine is in the HA config folder. After pressing the "Submit" button, the integration will be added, and the Daikin devices connected to your cloud account will be created.
32
+
Follow the instructions, you just have to type the email and password used in the Daikin Residential App. After pressing the "Submit" button, the integration will be added, and the Daikin devices connected to your cloud account will be created.
30
33
31
34
32
35
# To-do list:
@@ -36,4 +39,4 @@ Follow the instruction, you have actually nothing to configure, just make sure y
36
39
37
40
# Thanks to:
38
41
39
-
This code is based on @Apollon77 's great work, in finding a way to retrieve the token set, and to send the HTTP commands over the cloud. This integration would not exist without his precious job.
42
+
This code is based on @Apollon77 's great work, in finding a way to retrieve the token set, and to send the HTTP commands over the cloud. This integration would not exist without his precious job, my job was just to find a way to port his code from nodeJS to python, and then create the integration.
0 commit comments