Samuele Carpene

Results 19 comments of Samuele Carpene

The token you got from smartthings cannot be used with climate_ip. The token you got from smarthings can be used with [SmartThing integration](https://www.home-assistant.io/integrations/smartthings/) If you want to use cliamte_ip you...

I think the problem is the same described [here](https://community.home-assistant.io/t/climate-implicitly-supports-the-turn-on-turn-off-methods-without-setting-the-proper-climateentityfeature/688028). It is described [here](https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/) in the blog.. I think the problem can be fixed following this [fix ](https://github.com/kamaradclimber/heishamon-homeassistant/commit/0ac5769d64848b8c46feb69c6260dc7a53bd3242) made on another...

I think this issue can be closed. A lot of time passed, and we all know how this component works with local network (with the exception of new developments merged...

@kotope what is your problem? Is there any issue I can look into?

@kotope i got the exception you mentioned mee too but for some reasons now I'm not getting this error anymore. In future if i see the error again i will...

Hi @ColinSainsbury I wrote the patch for tls v1 so I can help you and you can help me solve the problem. The main problem is that no one person...

I think I understand the problem. There are a couple of things that i try to explain and if you can you can test: - it seems that there is...

@ColinSainsbury i noticed that there are other pieces of code related to cert configuration. Here the first one https://github.com/atxbyea/samsungrac/blob/master/custom_components/climate_ip/connection_request.py#L72 where the check is with `None`. So, try to set None...

try using string. so let default to empty string and try to change [these 2 rows](https://github.com/atxbyea/samsungrac/blob/6.3/custom_components/climate_ip/connection_request.py#L71-L72) ```python cert_file = hass_config.get(CONF_CERT, "") if cert_file != "" and cert_file is not None:...

I will try to investigate and study the problem. The fact is that there seems to be 2 scenarios: - devices accessed on local network (requiring tls v1); - api...