Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sense integration - very regular websocket timeouts with interspersed recorder errors (state disagreements on entity state) #135935

Open
dsbanfield opened this issue Jan 18, 2025 · 1 comment

Comments

@dsbanfield
Copy link

The problem

My system is periodically becoming unreachable. I do not think it is crashing, just offline.

The sense integration throws of sporadic but very frequent messages like
2025-01-13 02:07:01.446 ERROR (MainThread) [homeassistant.components.sense.coordinator] Timeout retrieving data: API websocket timed out

These do not seem harmful, but then when entity state info is collected, there are disagreements that are recorded as follows

2025-01-13 00:05:10.141 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.microwave_amazon_and_microwave_monthly_energy from integration sense has state class total_increasing, but its state is not strictly increasing. Triggered by state 0.5655624 (0.5655638) with last_updated set to 2025-01-13T05:03:33.934287+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+sense%22

2025-01-13 00:05:10.141 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.induction_cooktop_monthly_energy from integration sense has state class total_increasing, but its state is not strictly increasing. Triggered by state 6.8816137 (6.881614) with last_updated set to 2025-01-13T05:03:33.937558+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+sense%22

What version of Home Assistant Core has the issue?

core-2025.1.0

What was the last working version of Home Assistant Core?

No response

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

Diagnostics information

home-assistant.log

Example YAML snippet

Anything in the logs that might be useful for us?

See above

Additional information

I will attempt to run with any HACS custom integrations shut down and see if the system becomes more stable.

@home-assistant
Copy link

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

Code owner commands

Code owners of sense 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 sense Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


sense documentation
sense source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant