SebuZet / samsungrac

Home Assistant Climate Device for controlling (not only) Samsung AC
64 stars 31 forks source link

Issue with IR remote control and Climate_IP #20

Open KameDomotics opened 4 years ago

KameDomotics commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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

KameDomotics commented 3 years ago

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