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
Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
3
+
4
+
# Installation:
5
+
6
+
Copy the daikin_residential folder and all of its contents into your Home Assistant's custom_components folder. This is often located inside of your /config folder. If you are running Hass.io, use SAMBA to copy the folder over. If you are running Home Assistant Supervised, the custom_components folder might be located at /usr/share/hassio/homeassistant. It is possible that your custom_components folder does not exist. If that is the case, create the folder in the proper location, and then copy the daikin_residential folder and all of its contents inside the newly created custom_components folder.
7
+
8
+
Alternatively, you can install daikin_residential through HACS by adding this repository.
9
+
10
+
# Usage:
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 .**
13
+
14
+
The integration can be configured in two ways:
15
+
16
+
# 1. YAML config files
17
+
18
+
Just add the following line to your configuration.yaml file, and the Daikin devices connected to your cloud account will be created.
19
+
20
+
```
21
+
daikin_residential:
22
+
```
23
+
24
+
25
+
# 2. Using config flow
26
+
27
+
Start by going to Configuration - Integration and pressing the "+" button to create a new Integration, then select Daikin Residential Controller in the drop-down menu.
28
+
29
+
30
+
# To-do list:
31
+
32
+
* Fix spurious glitches.
33
+
* Maybe improve the sensors for Energy consumption.
34
+
35
+
# Thanks to:
36
+
37
+
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.
Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
7
+
8
+
# Installation:
9
+
10
+
Copy the daikin_residential folder and all of its contents into your Home Assistant's custom_components folder. This is often located inside of your /config folder. If you are running Hass.io, use SAMBA to copy the folder over. If you are running Home Assistant Supervised, the custom_components folder might be located at /usr/share/hassio/homeassistant. It is possible that your custom_components folder does not exist. If that is the case, create the folder in the proper location, and then copy the daikin_residential folder and all of its contents inside the newly created custom_components folder.
11
+
12
+
Alternatively, you can install daikin_residential through HACS by adding this repository.
13
+
14
+
# Usage:
15
+
16
+
**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 .**
17
+
18
+
The integration can be configured in two ways:
19
+
20
+
# 1. YAML config files
21
+
22
+
Just add the following line to your configuration.yaml file, and the Daikin devices connected to your cloud account will be created.
23
+
24
+
```
25
+
daikin_residential:
26
+
```
27
+
28
+
29
+
# 2. Using config flow
30
+
31
+
Start by going to Configuration - Integration and pressing the "+" button to create a new Integration, then select Daikin Residential Controller in the drop-down menu.
32
+
33
+
34
+
# To-do list:
35
+
36
+
* Fix spurious glitches.
37
+
* Maybe improve the sensors for Energy consumption.
38
+
39
+
# Thanks to:
40
+
41
+
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.
0 commit comments