8000 Connection errors (Samsung AR7000) · Issue #121 · atxbyea/samsungrac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Connection errors (Samsung AR7000) #121

New issue

Have a question about this project? Sign up for a free 8000 GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KameDomotics opened this issue Dec 4, 2024 · 0 comments
Open

Connection errors (Samsung AR7000) #121

KameDomotics opened this issue Dec 4, 2024 · 0 comments

Comments

@KameDomotics
Copy link
KameDomotics commented Dec 4, 2024

I have this problem with my Samsung air conditioner.
The air conditioner works, but I keep getting errors in the Home Assistant log.

  • AC model: Samsung AR7000 (2016)
  • Home Assistant OS: 2024.11.3
  • Hardware: Raspberry Pi3 B+
  • Climate IP version: 7.0
  • Router: FritzBox 7530
  • Distance between AC and Router: 5 meters

DETAILS:

  • It has worked for several years without having these errors. The Router is always the same, the position of the Router has never been changed.
  • Errors are also present with the previous version of the integration.
  • Errors are also present with the previous version of Home Assistant OS.
  • It seems that the errors do not appear with the air conditioning running.

Configuration.yaml:

`climate:

  • platform: climate_ip
    name: Samsung AC
    config_file: 'samsungrac.yaml'
    ip_address: '192.168.1.5'
    token: 'xxxxxxxx'
    cert: 'ac14k_m.pem'
    poll: true`

LOG ERROR:

custom_components.climate_ip
Fonte: custom_components/climate_ip/connection_request.py:140
Integrazione: climate_ip (documentazione, problemi)
Prima occorrenza: 11:05:00 (1 occorrenze)
Ultima registrazione: 11:05:00

Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Read timed out. (read timeout=40)

custom_components.climate_ip
Fonte: custom_components/climate_ip/connection_request.py:169
Integrazione: climate_ip (documentazione, problemi)
Prima occorrenza: 19:16:21 (2 occorrenze)
Ultima registrazione: 19:28:24

Execution failed, unknown error

custom_components.climate_ip
Fonte: custom_components/climate_ip/connection_request.py:140
Integrazione: climate_ip (documentazione, problemi)
Prima occorrenza: 19:13:11 (12 occorrenze)
Ultima registrazione: 19:28:11

Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Max retries exceeded with url: /devices (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x582e5120>, 'Connection to 192.168.1.5 timed out. (connect timeout=5)'))
Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Max retries exceeded with url: /devices (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x568d2468>, 'Connection to 192.168.1.5 timed out. (connect timeout=5)'))
Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Read timed out. (read timeout=5)
Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Max retries exceeded with url: /devices (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x50265b28>, 'Connection to 192.168.1.5 timed out. (connect timeout=5)'))
Request result exception: HTTPSConnectionPool(host='192.168.1.5', port=8888): Max retries exceeded with url: /devices (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x582e53d8>, 'Connection to 192.168.1.5 timed out. (connect timeout=5)'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0