home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.64k stars 30.79k forks source link

AmbientWeather continuously repeating websocket error [aioambient] #94289

Closed KruseLuds closed 1 year ago

KruseLuds commented 1 year ago

The problem

This is normal to see in the SYSLOG:

2023-06-08 11:31:52.581 INFO (MainThread) [aioambient] Attempting WebSocket connection to wss://rt2.ambientweather.net/socket.io/?api=1&applicationKey=a43e37ab30374fc5856c4a3a88a6125e7305e36182d64eea89969c01e53100fb&transport=websocket&EIO=3

…and then a “ping” and “pong” type messages showing the “aioambient” connection is alive…

…but this keeps appearing instead:

2023-06-08 11:31:52.673 INFO (MainThread) [aioambient] Connection failed, new attempt in 5.41 seconds

Unable to see the external temp on the default Lovelace panel… “unknown”

What version of Home Assistant Core has the issue?

2023.6.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

AmbientWeather

Link to integration documentation on our website

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

Diagnostics information

Noted in description

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @bachya, mind taking a look at this issue as it has been labeled with an integration (ambient_station) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `ambient_station` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign ambient_station` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


ambient_station documentation ambient_station source (message by IssueLinks)

bachya commented 1 year ago

Duplicate of https://github.com/home-assistant/core/issues/94205.