mrbelowski / CrewChiefV4

MIT License
102 stars 10 forks source link

Tyre and brake temp messages repeat too often #356

Closed mrbelowski closed 6 years ago

mrbelowski commented 6 years ago

2 separate issues really - thresholds need extending out a little so operating ranges are a little wider. We also need to work out a way to prevent message repetition when state keep bouncing between values (hot -> good -> hot etc). Might get away with just decreasing transition sensitivity (hysteresis) but probably not.

need to stop it going "tyres are hot"... "now they're ok"... "shit, they're hot again"..."phew, all good"... "arrgh, hot" etc etc etc

mrbelowski commented 6 years ago

see https://github.com/mrbelowski/CrewChiefV4/pull/357

mrbelowski commented 6 years ago

The above commit should sort this so I'm closing the issue - will reopen if necessary