-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtelegram_config.conf
71 lines (71 loc) · 2.25 KB
/
telegram_config.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#!/bin/bash
# Edit only the variables between the ""
# Port from moonraker
port="7125"
# Your telegram bot token
token=""
# Your chat ID
chatid="5112689235"
#
#Your moonraker API-Key when u use force login true
api_key=""
# messages for the states
### for the placeholders in the messages look at https://github.com/Raabi91/moonraker-telegram/blob/master/docs/Variables.md
#
# Start message
msg_start="Started printing $print_filename"
# error/failed message
msg_error="printing of $print_filename Failed"
# Pause message
msg_pause="printing of $print_filename Paused"
# Complete message
msg_end="Finished printing $print_filename"
# Time message
msg_state="Printing $print_filename at $print_progress. Current Time $print_current. Remaining Time $print_remaining"
# standby message
msg_standby="hey, i'm idling, please let me print something"
# complete message
msg_complete="hey, i finished the last print now i am idling"
# paused message
msg_paused="hey, i'm on break, please take a look"
# error message
msg_error="hey, i had a error. please look it up"
# cool down message
msg_bed_cooldown="hey, my heater bed is cool"
#
# time in seconds to get an State update. to disable set it to 0
time="0"
# Progress in % to get an State update. to disable set it to 0
progress="50"
# Z Hight in mm to get an State update. to disable set it to 0
z_high="0"
# Send a cooldown message when a heated bed has cooled to this temperatur. to disable set it to 0
bed_cooldown_temperature="40.2"
# with picture = 1, without picture = 0
picture="1"
# with 5sec gif at state message = 1, without gif = 0
gif="0"
# your webcam snapshot link
webcam="http://127.0.0.1:8080/?action=snapshot"
#rotate the pic bevor sending, use degrease 0-360
rotate="0"
#flip the pic horizontally bevor sending, 1 = yes, 0 = No
horizontally="0"
#flip the pic vertically bevor sending, 1 = yes, 0 = No
vertically="0"
# Make all commands Disable with 1
bot_disable="0"
# delay for the Print start Message
delay_start_msg="0"
# delay for the Print end Message
delay_end_msg="0"
# Delay for the Pause Message
delay_pause_msg="0"
#Led on link for picture
led_on=""
#Led on wait time before picture is taken (in seconds)
led_on_delay="0"
#Led off link for picture
led_off=""
#Led off wait time after picture is taken (in seconds)
led_off_delay="0"