core: Sense integration api timeout 2021.10 (works in 2021.9)

The problem

with recent update to 2021.10.x the Sense integration is just timing out, It says it’s retrying but it never connects. I have a VM still on 2021.8.2 which I added sense to just now, and it connects fine. Also updated the VM to 2021.9.7 and worked there too.

2021.10.3: Screen Shot 2021-10-11 at 11 11 32 AM

2021.9.7: Screen Shot 2021-10-11 at 11 26 06 AM

thanks!

What is version of Home Assistant Core has the issue?

2021.10.x

What was the last working version of Home Assistant Core?

2021.9.7

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Sense

Link to integration documentation on our website

https://www.home-assistant.io/integrations/sense/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2021-10-11 10:38:22 WARNING (MainThread) [homeassistant.config_entries] Config entry 'EMAIL_REDACTED' for sense integration not ready yet: API websocket timed out; Retrying in background

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 19 (13 by maintainers)

Most upvoted comments

Given that AWS doesn’t fix bugs, websockets 10.1 will include a workaround to avoid triggering the bug in AWS API Gateway.

nice find… is there a simple way to try downgrading to 9.1?

docker exec -it homeassistant /bin/bash
pip install --upgrade websockets==9.1