-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
104 lines (101 loc) · 2.22 KB
/
config.example.yaml
File metadata and controls
104 lines (101 loc) · 2.22 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
core:
my_node_id: "!your_node_id"
dedup_window: 10.0
database:
db_path: "meshbot_data.db"
channels:
channel_0_name: "LongFast"
channel_1_name: "YourChannel1"
channel_2_name: "YourChannel2"
channel_3_name: "YourChannel3"
channel_4_name: "YourChannel4"
channel_5_name: "YourChannel5"
channel_6_name: "YourChannel6"
channel_7_name: "YourChannel7"
logging:
file_level: "INFO"
ui_level: "INFO"
log_file: "bot_activity.log"
modules:
about:
enabled: true
dm_only: true
interval_seconds: 0
contact_email: "public_contact_email@youremail.com"
contact_node_id: "!your_node_id_for_contact"
air_quality:
enabled: true
dm_only: true
interval_seconds: 0
help:
enabled: true
dm_only: true
interval_seconds: 0
highnodes:
enabled: true
dm_only: true
interval_seconds: 0
local_aqi_alerts:
enabled: true
interval_seconds: 1800
latitude: LOCAL_AQI_LATITUDE
longitude: LOCAL_AQI_LONGITUDE
aqi_threshold: 100
channels: [7]
local_nws_alerts:
enabled: true
interval_seconds: 1800
zone: "LOCAL_NWS_ZONE_ID"
channels: [7]
meshtastic_app_monitor:
enabled: true
interval_seconds: 43200
channels: [0]
meshtastic_firmware_monitor:
enabled: true
interval_seconds: 43200
channels: [0]
michmesh:
enabled: true
dm_only: true
interval_seconds: 0
node_search:
enabled: true
dm_only: true
interval_seconds: 0
ping:
enabled: true
dm_only: true
interval_seconds: 0
stats_reporter:
enabled: true
dm_only: true
interval_seconds: 0
weather_alerts:
enabled: true
dm_only: true
interval_seconds: 0
local_timezone: "America/Detroit"
weather_conditions:
enabled: true
dm_only: true
interval_seconds: 0
weather_forecast:
enabled: true
dm_only: true
interval_seconds: 0
services:
aqicn_service:
api_key: "your_api_key"
github_service:
api_key: "your_api_key"
meshtastic_service:
node_ip: "127.0.0.1"
node_port: 4403
reconnect_base_delay: 5
reconnect_max_delay: 300
nws_weather_service:
forecast_zone_type: "land"
positionstack_geocode_service:
api_key: "your_api_key"
country_limit: "US"