You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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?
Additional information
I will attempt to run with any HACS custom integrations shut down and see if the system becomes more stable.
The text was updated successfully, but these errors were encountered: