samsungrac
samsungrac copied to clipboard
Issue with IR remote control and Climate_IP
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
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'
add "POLL:true" from the docs to your config, and it will get state changes
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)"