core: HomematicIP / hmip no longer updating after update to 2022.7.0b0 - still in final
The problem
After upgrading to the first 2022.7 beta 2022.7.0b0, homematic IP can no longer update any values. When reloading the integration, it gets values once, but never again. Restoring to 2022.6.7 solves the issue.
What version of Home Assistant Core has the issue?
2022.7.0b0
What was the last working version of Home Assistant Core?
2022.6.7
What type of installation are you running?
Home Assistant OS
Integration causing the issue
HomematipIP_cloud / hmip
Link to integration documentation on our website
https://www.home-assistant.io/integrations/homematicip_cloud
Diagnostics information
Don’t have any, it just stops updating values.
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
ERROR (MainThread) [homematicip.aio.connection] wait_for() got an unexpected keyword argument 'loop'
Traceback (most recent call last):
File "/var/venvs/ham/lib/python3.10/site-packages/homematicip/aio/connection.py", line 111, in _connect_to_websocket
self.socket_connection = await asyncio.wait_for(
TypeError: wait_for() got an unexpected keyword argument 'loop'
ERROR (MainThread) [homeassistant.components.homematicip_cloud.hap] Error connecting to HomematicIP with HAP ............. Retrying in 32 seconds
Additional information
Found this issue while seasrching for it - however, I am not blocked by EQ3 (company behind hmip): https://github.com/home-assistant/core/issues/72008 Also, downgrading relieably solved the issue.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 2
- Comments: 17 (8 by maintainers)
@frenck new version is out
This PR will fix it https://github.com/coreGreenberet/homematicip-rest-api/pull/440
For anybody searching and finding this - there is a new issue here https://github.com/home-assistant/core/issues/74541