Skip to content

Commit

Permalink
Better wind speen accuracy #82
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Mar 15, 2022
1 parent a224d41 commit c2f4784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esphome/weather_station.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ sensor:
filters:
- multiply: 0.02 #1.492mph per rotation so 1 / 60 / 2 * 1.491424
- sliding_window_moving_average: # Helps prevent too many datapoints
window_size: 15
send_every: 15
window_size: 5
send_every: 5
# - platform: tx20
# wind_speed:
# name: "Wind speed"
Expand Down

0 comments on commit c2f4784

Please sign in to comment.