Skip to content
New issue

Have a question about this project? Sign up for a free 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

Issue with IR remote control and Climate_IP #20

Open
KameDomotics opened this issue Jun 20, 2020 · 3 comments
Open

Issue with IR remote control and Climate_IP #20

KameDomotics opened this issue Jun 20, 2020 · 3 comments

Comments

@KameDomotics
Copy link

Hi.
I have a issue, when I turn off the air conditioner (previously activated via climate_ip) from its physical remote control, in Home Assistant I always see the air conditioner on.
Any operation carried out by the Samsung remote IR control is not updated on the Home Assistant in lovelace.

Can you help me? Thanks

@KameDomotics
Copy link
Author

Please nobody can help me?
This is my config:


climate:
  - platform: climate_ip
    name: Samsung AC   
    config_file: 'samsungrac.yaml'
    ip_address: '192.168.1.7'
    token: 'mytoken'
    cert: 'ac14k_m.pem'

@atxbyea
Copy link
Contributor

atxbyea commented Sep 25, 2020

add "POLL:true" from the docs to your config, and it will get state changes

@KameDomotics
Copy link
Author

KameDomotics commented Sep 25, 2020

add "POLL:true" from the docs to your config, and it will get state changes

If I add poll:true, I continually have this error in the log.

every operation I do (on, off, etc.) I have that error

“Detected I / O inside the event loop. This is causing stability issues. Please report issue to the custom component author for climate_ip doing I / O at custom_components / climate_ip / connection_request.py, line 89: resp = session.request (** self._params)"

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

2 participants