This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
openplotter.conf
125 lines (106 loc) · 2.19 KB
/
openplotter.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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[GENERAL]
version = 0.17.1
state = stable
repository = openplotter
lang = en
# openplotter installation path relative to home
op_folder = /.config
[AIS-SDR]
enable = 0
gain =
ppm =
channel = a
band =
gsm_channel =
[NMEA0183]
sentences =
[STARTUP]
delay = 0
opencpn = 0
opencpn_no_opengl = 0
opencpn_fullscreen = 1
kplex = 1
x11vnc = 1
vnc_pass = 0
gps_time = 1
maximize =
play = 1
sound = /home/pi/.config/openplotter/sounds/Store_Door_Chime.mp3
node_red = 1
[CALCULATE]
mag_var = 0
mag_var_rate =
mag_var_accuracy =
hdt = 0
hdt_dev = 0
hdt_rate =
hdt_accuracy =
rot = 0
rot_rate =
rot_accuracy =
tw_stw = 0
tw_sog = 0
tw_rate =
tw_accuracy =
[N2K]
enable = 0
can_usb =
pgn_output =
pgn_generate =
output = 0
[WIFI]
enable = 1
ip = 10.10.10.1
device = wlan0
share = 0
ssid = OpenPlotter
password = 12345678
hw_mode = g
channel = 6
wpa = 2
bridge = 0
[GPIO]
sensors =
[TWITTER]
enable = 0
apikey =
apisecret =
accesstoken =
accesstokensecret =
[GMAIL]
enable = 0
gmail =
password =
recipient =
[ACTIONS]
triggers =
[1W]
ds18b20 =
[UDEV]
usbinst =
[SMS]
enable = 0
serial = 0
bluetooth =
connection =
enable_sending = 0
phone =
[MQTT]
broker =
port =
username =
password =
topics =
[I2C]
sensors =
[COMPASS]
rate =
magnetic_h =
heel =
pitch =
deviation = [[0, 0], [10, 10], [20, 20], [30, 30], [40, 40], [50, 50], [60, 60], [70, 70], [80, 80], [90, 90], [100, 100], [110, 110], [120, 120], [130, 130], [140, 140], [150, 150], [160, 160], [170, 170], [180, 180], [190, 190], [200, 200], [210, 210], [220, 220], [230, 230], [240, 240], [250, 250], [260, 260], [270, 270], [280, 280], [290, 290], [300, 300], [310, 310], [320, 320], [330, 330], [340, 340], [350, 350], [360, 360]]
variation =
[SPI]
mcp = [[0, 0, '', '', 0], [0, 1, '', '', 0], [0, 2, '', '', 0], [0, 3, '', '', 0], [0, 4, '', '', 0], [0, 5, '', '', 0], [0, 6, '', '', 0], [0, 7, '', '', 0]]
[TOOLS]
py = [['Analog ads1115', 'put analog values to SignalK', 'analog_ads1115.py', '0'], ['Analog Firmata', 'put analog values to SignalK', 'oppymata.py', '0'], ['SignalK Simulator', 'change values with sliders and send values to SignalK', 'SK-simulator.py', '0'], ['Auto Setup', 'configure basic system', 'autosetup_tty.py', '1']]