Components climate errors

Hello guys,
I had to remove my radiotherm out of my configuration file because it was showing the same error over and over in the logs, also it was acting on its own, some times putting the temp high and some times dropping it very low.
I was running HA of a hassbian image, so I migrate to a hassio image with the same issue. Now I’m running a dedicated Ubuntu server with python 3.6.4 and the problem still there.
Here are the output from the logs:

2018-03-03 16:47:55 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.first_floor is taking over 10 seconds
2018-03-03 16:48:46 WARNING (MainThread) [homeassistant.components.climate] Updating radiotherm climate took longer than the scheduled update interval 0:01:00
2018-03-03 16:49:47 WARNING (MainThread) [homeassistant.components.climate] Updating radiotherm climate took longer than the scheduled update interval 0:01:00
2018-03-03 16:49:53 ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.first_floor fails
Traceback (most recent call last):
File “/usr/local/lib/python3.6/urllib/request.py”, line 1318, in do_open
encode_chunked=req.has_header(‘Transfer-encoding’))
File “/usr/local/lib/python3.6/http/client.py”, line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/local/lib/python3.6/http/client.py”, line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/local/lib/python3.6/http/client.py”, line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/local/lib/python3.6/http/client.py”, line 1026, in _send_output
self.send(msg)
File “/usr/local/lib/python3.6/http/client.py”, line 964, in send
self.connect()
File “/usr/local/lib/python3.6/http/client.py”, line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File “/usr/local/lib/python3.6/socket.py”, line 724, in create_connection
raise err
File “/usr/local/lib/python3.6/socket.py”, line 713, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 204, in async_update_ha_state
yield from self.async_device_update()
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/local/lib/python3.6/asyncio/futures.py”, line 327, in iter
yield self # This tells Task to wait for completion.
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 250, in _wakeup
future.result()
File “/usr/local/lib/python3.6/asyncio/futures.py”, line 243, in result
raise self._exception
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/climate/radiotherm.py”, line 240, in update
data = self.device.tstat[‘raw’]
File “/srv/homeassistant/lib/python3.6/site-packages/radiotherm/fields.py”, line 41, in get
response = instance.get(self.url)
File “/srv/homeassistant/lib/python3.6/site-packages/radiotherm/thermostat.py”, line 35, in get
return request.urlopen(url)
File “/usr/local/lib/python3.6/urllib/request.py”, line 223, in urlopen
return opener.open(url, data, timeout)
File “/usr/local/lib/python3.6/urllib/request.py”, line 526, in open
response = self._open(req, data)
File “/usr/local/lib/python3.6/urllib/request.py”, line 544, in _open
‘_open’, req)
File “/usr/local/lib/python3.6/urllib/request.py”, line 504, in _call_chain
result = func(*args)
File “/usr/local/lib/python3.6/urllib/request.py”, line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File “/usr/local/lib/python3.6/urllib/request.py”, line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
2018-03-03 16:52:59 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.first_floor is taking over 10 seconds
2018-03-03 16:55:01 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.first_floor is taking over 10 seconds

I’ll appreciate any help.
Thanks

can you verify that the thermostat is connected to the network during those errors? Looks like its having trouble communicating with the device.

The thermostat is connected to the network and working perfectly. I can use it without any problems via their app