martomi / chiadog

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

Feature request: Ping the user when a plot has been created and ping when plot is farmed #88

Closed VanQz closed 3 years ago

VanQz commented 3 years ago

As the title says. I think it would be great if we can have notification if new plot has been detected and have notification when a plot has been farmed as its quite exciting when a plot is farmed and received a notification on it.

martomi commented 3 years ago

About farming rewards, see: https://github.com/martomi/chiadog/pull/74 You can expect that next release (very soon)

We're not going to have notifications for new plots because that's already included in the daily summary and receiving a notification for each individual plot is too much for most people.

If you want it personally, you can easily add another if-statement here

https://github.com/martomi/chiadog/blob/da1a904466e6df25b930d58cefb70eca6dce4a3a/src/chia_log/handlers/condition_checkers/non_decreasing_plots.py#L27

and send notification for the case if obj.total_plots_count > self._max_farmed_plots: as well.