Hi @jnimmo
Can you help with this. I am trying to setup the IntesisHome integration, but when I add the following to my config:
climate:
- platform: IntesisHome
username: xxxxxxxxxxx
password: xxxxxxxxxxx
my configuration validation wheel just keeps spinning and I can’t restart HA (unless I remove the above form the config).
this is the error I get:
Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 18, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 72, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 127, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 129, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/core.py”, line 29, in post
errors = await async_check_ha_config_file(request.app[“hass”])
File “/usr/src/homeassistant/homeassistant/config.py”, line 865, in async_check_ha_config_file
res = await check_config.async_check_ha_config_file(hass)
File “/usr/src/homeassistant/homeassistant/helpers/check_config.py”, line 161, in async_check_ha_config_file
p_integration = await async_get_integration_with_requirements(
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 75, in async_get_integration_with_requirements
await async_process_requirements(
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 122, in async_process_requirements
if pkg_util.is_installed(req):
File “/usr/src/homeassistant/homeassistant/util/package.py”, line 54, in is_installed
return version(req.project_name) in req
File “/usr/local/lib/python3.8/importlib/metadata.py”, line 531, in version
return distribution(distribution_name).version
File “/usr/local/lib/python3.8/importlib/metadata.py”, line 236, in version
return self.metadata[‘Version’]
File “/usr/local/lib/python3.8/importlib/metadata.py”, line 224, in metadata
self.read_text(‘METADATA’)
File “/usr/local/lib/python3.8/importlib/metadata.py”, line 491, in read_text
return self._path.joinpath(filename).read_text(encoding=‘utf-8’)
File “/usr/local/lib/python3.8/pathlib.py”, line 1233, in read_text
return f.read()
File “/usr/local/lib/python3.8/codecs.py”, line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
Please help.
B.