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

External Sensor updates are not processed in a timely manner #1474

Open
RubenKelevra opened this issue Nov 15, 2024 · 0 comments
Open

External Sensor updates are not processed in a timely manner #1474

RubenKelevra opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
new bug incoming bug issue

Comments

@RubenKelevra
Copy link
Contributor

RubenKelevra commented Nov 15, 2024

Description

I've noticed that the sensor updates by my external sensor are not processed in a timely manner, but instead very delayed in some instances, some updates are also skipped completely. This leads to changes in temperature not being correctly processed and thus the TRV not correctly adjusted for long durations.

The external sensor sees:

18.6 °C before
18.7 °C at 19:23:03
19.4 °C at 19:30:58
20.0 °C at 19:41:24

  • Better Thermostat is processing the 18.7 °C at 19:41:24 - so with 18 minutes and 21 seconds delay.
  • Better Thermostat has never processed the 19.4 °C
  • Better Thermostat is processing the 20.0 °C at 19:41:25 - so just one second after the 18.7 °C is processed.

Screenshots

Screenshot_20241115_194506

Screenshot_20241115_194516

Screenshot_20241115_194525

And here is what Better Thermostat does as state changes:

Screenshot_20241115_194600

Screenshot_20241115_194542

Screenshot_20241115_194611

Steps to Reproduce

unknown

Expected behavior:

Better Thermostat should process the temperature as soon as there are updates and should process all incoming values.

Actual behavior:

Better Thermostat delays processing for 18 minutes and 21 seconds delay and skips values completely.

Versions

HA: 2024.11.1
BT: 1.6.1 with PR #1472 and #1473 applied - otherwise unusable.

Additional Information

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

No branches or pull requests

2 participants