Hello, ive been trying to add my HMIP Access Point via the integration, after entering the SGTN and clicking ok, i get “unknown error” with the following log:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/real_ip.py”, line 40, in real_ip_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 73, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 231, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 128, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 164, in post
return await super().post(request, flow_id)
File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 50, in wrapper
result = await method(view, request, *args, **kwargs)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 90, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 96, in async_configure
result = await self._async_handle_step(flow, cur_step[“step_id”], user_input)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 139, in _async_handle_step
result = await getattr(flow, method)(user_input) # type: Dict
File “/usr/src/homeassistant/homeassistant/components/homematicip_cloud/config_flow.py”, line 57, in async_step_init
return await self.async_step_link()
File “/usr/src/homeassistant/homeassistant/components/homematicip_cloud/config_flow.py”, line 75, in async_step_link
pressed = await self.auth.async_checkbutton()
File “/usr/src/homeassistant/homeassistant/components/homematicip_cloud/hap.py”, line 42, in async_checkbutton
return await self.auth.isRequestAcknowledged()
AttributeError: ‘bool’ object has no attribute ‘isRequestAcknowledged’
Hassio v 0.98.3
Python 3.7.4
ADD-Ons
DuckDns
SSH Server
Samba Share
ESPHome
APPDeamon
Hassio is running on a Raspi3b+ with 32gb sd, wired to an ASUS Router (access point is also on wired to that router) to a IPv6 Modem.
I also tried the Configuration Method, described in https://www.home-assistant.io/components/homematicip_cloud/ however, i could find generate_auth_token.py in my config folder.
looking at the original Github of this integration, ive noticed that they renamed the python script to hmip_generate_auth_token.py
i dont know if this is relevant to my issue though.
also trying to run the python script on my windows laptop didnt get me any results, but i assume most of that is due to user error.
this was once working with an older version of HA and the same HW. However i cannot for the life of me get this to work again,since i have no background in computer sience and this is all a huge learning curve for me.