samsungrac icon indicating copy to clipboard operation
samsungrac copied to clipboard

Issue with IR remote control and Climate_IP

Open KameDomotics opened this issue 4 years ago • 3 comments

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 avatar Jun 20 '20 08:06 KameDomotics

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'

KameDomotics avatar Jun 27 '20 20:06 KameDomotics

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

atxbyea avatar Sep 25 '20 10:09 atxbyea

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)"

KameDomotics avatar Sep 25 '20 10:09 KameDomotics