nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
245 stars 64 forks source link

How to stop getting any notification except filament-runout and print-finished #277

Open 4rianton opened 1 year ago

4rianton commented 1 year ago

I have tried to look at issues and wiki, and I could have missed it, but can somebody help me configuring the bot to ONLY send me notification for when filament-runout-sensor is triggered, and when a print is finished, but never otherwise? I don't want to get an "online" notification, or an "error" notification, especially because I use Tasmota to turn off the printer after every print and thus will get MCU error pretty regularly.

my config:

[bot]
server: localhost
bot_token: <>
chat_id: <>

[telegram_ui]
progress_update_message: false

[camera]
host: http://localhost:8080/?action=stream
ghost commented 1 year ago

I'm also interested in disabling the printer's online alert.