Skip to content

Commit 2296765

Browse files
authored
Update readme.md
1 parent 546494f commit 2296765

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ daikin_residential_altherma:
3535
password: 'your_pwd'
3636
```
3737

38+
# Known Issues and troubleshooting
39+
40+
- I am getting the following error when adding the integration: **Failed to retrieve Access Token: ('Login failed: %s', Exception('Unknown Login error: Login Failed Captcha Required'))**
41+
42+
**Solution:** when you have logged in to Daikin services, you have probably used the "Login with Google account" or other service. Try registering on Daikin platform, or register another account and share the devices with that account, then use that second account to configure this Integration.
43+
44+
- I am getting the following error when adding the integration: **Failed to retrieve Access Token: ('Failed to retrieve access token: %s', IATError('Issued in the future'))**
45+
46+
**Solution:** probably your system time is too out of sync with the token issuer's one. Make sure your system datetime is up-to-date, and in general it is advised to connect to an NTP server to keep your datetime synced.
47+
48+
- I am having other general network problems that don't allow me to get or update the connection token
49+
50+
**Solution:** make sure you don't have issues connecting to the address `daikin-unicloud-prod.auth.eu-west-1.amazoncognito.com` or similar. In general, check if you have any web filtering or adblocking system that might interfere with these connections: try to disable them, and if it starts working then try whitelisting this address or similar. Check if you have ipv6 enabled, some users report problems when using ipv6, try to disable ipv6.
51+
52+
3853
# Setting the log level
3954

4055
If you'd like to see more granular logs, to investigate the communication or for other debugging purposes, you can set the log level in the Home Assistant config. The following lines can be added to set the overall log level for the component:

0 commit comments

Comments
 (0)