You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* -o (--only) Takes a bluetooth address as parameter and only reports on that address.
164
164
* -C (--controller) Takes a bluetooth address as parameter to specify the controller to listen with.
165
165
* -a (--average) Affects MRTG output. The parameter is a number of minutes. 0 simply returns the last value in the log file. Any number more than zero will average the entries over that number of minutes. If no entries were logged in that time period, no results are returned. MRTG graphing is then determined by the setting of the unknaszero option in the MRTG.conf file.
166
-
* -d (--download) download the 20 days historical data from each device. This is still very much a work in progress.
167
166
* -s (--svg) SVG output directory. Writes four SVG files per device to this directory every 5 minutes that can be used in standard web page.
168
167
* -i (--index) HTML index file for SVG files, must be paired with log directory. HTML file is a fully qualified name. This is meant as a one time run option just to create a simple index of all the SVG files. The program will exit after creating the index file.
169
168
* -T (--titlemap) SVG-title fully-qualified-filename. A mapfile with bluetooth addresses as the beginning of each line, and a replacement title to be used in the SVG graph.
170
169
* -c (--celsius) SVG output using degrees C
171
170
* -b (--battery) Draw the battery status on SVG graphs. 1:daily, 2:weekly, 4:monthly, 8:yearly
172
171
* -x (--minmax) Draw the minimum and maximum temperature and humidity status on SVG graphs. 1:daily, 2:weekly, 4:monthly, 8:yearly
173
-
* -d (--download) Periodically attempt to connect and download stored data
172
+
* -d (--download) Sets the number of days between attempts to connect and download stored data
174
173
* -n (--no-bluetooth) Monitor Logging Directory and process logs without Bluetooth Scanning
175
174
* -M (--monitor) Monitor Logged Data for updated data
0 commit comments