@SebuZet @Nick2 I removed comments and are getting this error:
Somthing with ssl handshake failure
Thu Mar 14 2019 13:20:59 GMT+0100 (Central European Standard Time)
Error while setting up platform climate_ip
Traceback (most recent call last):
File “/config/custom_components/climate_ip/connection_s2878.py”, line 123, in execute
sslSocket.connect((self._host, self._port))
File “/usr/local/lib/python3.7/ssl.py”, line 1150, in connect
self._real_connect(addr, False)
File “/usr/local/lib/python3.7/ssl.py”, line 1141, in _real_connect
self.do_handshake()
File “/usr/local/lib/python3.7/ssl.py”, line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1056)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 416, in wait_for
return fut.result()
File “/config/custom_components/climate_ip/climate.py”, line 75, in async_setup_platform
device_controller = create_controller(‘yaml’, config, _LOGGER)
File “/config/custom_components/climate_ip/controller.py”, line 58, in create_controller
if c.initialize():
File “/config/custom_components/climate_ip/controller_yaml.py”, line 116, in initialize
self.update_state()
File “/config/custom_components/climate_ip/controller_yaml.py”, line 132, in update_state
self._state_getter.update_state(self._state_getter.value, debug)
File “/config/custom_components/climate_ip/properties.py”, line 129, in update_state
device_state = self.get_connection(None).execute(None, None)
File “/config/custom_components/climate_ip/connection_s2878.py”, line 136, in execute
sslSocket.shutdown(SHUT_RDWR)
File “/usr/local/lib/python3.7/ssl.py”, line 1090, in shutdown
super().shutdown(how)
OSError: [Errno 107] Socket not connected
Connection lost. Reconnecting…