Hello all,
I always used the Plugwise integration in a previous version of Home Assistant.
Last week my SD card in my RaspberryPi died, I do have backups but to be honest I never updated my HA so because of the version difference I don’t think it is possible to use those backups anymore.
This in itself is not a problem because I only had Plugwise and my SolarEdge inverter set up for it and a few automations.
Last week I did a clean install of VMware ESXi on my Intel NUC and now HA is running again.
I’m running core-2021.7.1 and supervisor-2021.06.8 right now.
My Plugwise Stretch 2.0 is connected via a network cable.
The Stretch is recognized by HA via Discovered Devices and when configured I replace ‘smile’ with ‘stretch’ and enter the ID of the stretch. This ID is correct because I can log in with this data via the browser.
After a while I get the following message: ‘Unexpected error’
List item
.
In the log I see the following:
Logger: homeassistant.components.plugwise.config_flow
Source: components/plugwise/config_flow.py:65
Integration: Plugwise (documentation, issues)
First occurred: July 9, 2021 11:18:25 (3 occurrences)
Last logged: 9:34:02
Unexpected exception
Traceback (most recent call last):
File '/usr/src/homeassistant/homeassistant/components/plugwise/config_flow.py', line 119, in async_step_user_gateway
api = await validate_gw_input(self.hass, user_input)
File '/usr/src/homeassistant/homeassistant/components/plugwise/config_flow.py', line 65, in validate_gw_input
await api.connect()
File '/usr/local/lib/python3.9/site-packages/plugwise/smile.py', line 113, in connect
result = await self.request(DOMAIN_OBJECTS)
File '/usr/local/lib/python3.9/site-packages/plugwise/smile.py', line 256, in request
result = await resp.text()
File '/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py', line 1076, in text
await self.read()
File '/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py', line 1032, in read
self._body = await self.content.read()
File '/usr/local/lib/python3.9/site-packages/aiohttp/streams.py', line 370, in read
block = await self.readany()
File '/usr/local/lib/python3.9/site-packages/aiohttp/streams.py', line 392, in readany
await self._wait('readany')
File '/usr/local/lib/python3.9/site-packages/aiohttp/streams.py', line 306, in _wait
await waiter
File '/usr/local/lib/python3.9/site-packages/aiohttp/helpers.py', line 656, in __exit__
raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
I hope someone can help me with this, because I have quite a few of the Plugwise Circles at home so I hope to be able to get it working again.
I posted this question in another forum, thanks @bouwew for pointing me to this forum.
Grtz
Edwin