martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 120 forks source link

Add total searches to daily stats #73

Closed pieterhelsen closed 3 years ago

pieterhelsen commented 3 years ago

Added overall total number of searches. Also added percentage of total searches for 5s/15 measurements

pieterhelsen commented 3 years ago

changes from running black and flake8 have been reverted as they are already solved in the mqtt-notifier branch

martomi commented 3 years ago

I see the mqtt branch is a bit of a mess now 😄 Every individual branch going to dev should be formatted and tested by itself and not depend on any other branch. Once it's merged, the way to go is to rebase other branches on top of dev. Something like this https://gist.github.com/markreid/12e7c2203916b93d23c27a263f6091a0

Do you have an example of how this looks like on phone format? Does it fit the line?

pieterhelsen commented 3 years ago

On discord:

Laptop: image

Mobile: Screenshot_20210508-110140_Discord

martomi commented 3 years ago

Awesome, thanks for visuals!

I think we shall remove the double "average" word so it becomes:

  - average: 0.24s over 420 searches
pieterhelsen commented 3 years ago

Closed in favor of #95