esphome / esphome/feature-requests

filter send_first_at bigger than send_every

Open
#1,933 0 comments 0 reactions 0 assignees View on GitHub
component: sensor
Dominant language
No language data
Stars
450
Forks
29
PR merge metrics
No merged PRs in 30d

Description

**Describe the problem you have/What new integration you would like**

After boot the window is not filled up by measured samples thus posting out not reasonable value. Being able to set high values for **send_first_at** while frequent updates by low **send_every** would be nice.

**Please describe your use case for this integration and alternatives you've tried:**

**Additional context**

examle:
```
- sliding_window_moving_average:
window_size: 256
send_every: 16
send_first_at: 256
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.