Skip to content

Commit 3a9c989

Browse files
author
William C Bonner
committed
update --download details
1 parent 4afd690 commit 3a9c989

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ExecStart=/usr/local/bin/goveebttemplogger \
120120
--verbose 0 \
121121
--log /var/log/goveebttemplogger \
122122
--time 60 \
123-
--download \
123+
--download 14 \
124124
--svg /var/www/html/goveebttemplogger --battery 8 --minmax 8 \
125125
--cache /var/cache/goveebttemplogger
126126
KillSignal=SIGINT
@@ -163,17 +163,16 @@ sudo apt install bluetooth bluez libbluetooth-dev -y
163163
* -o (--only) Takes a bluetooth address as parameter and only reports on that address.
164164
* -C (--controller) Takes a bluetooth address as parameter to specify the controller to listen with.
165165
* -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.
167166
* -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.
168167
* -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.
169168
* -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.
170169
* -c (--celsius) SVG output using degrees C
171170
* -b (--battery) Draw the battery status on SVG graphs. 1:daily, 2:weekly, 4:monthly, 8:yearly
172171
* -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
174173
* -n (--no-bluetooth) Monitor Logging Directory and process logs without Bluetooth Scanning
175174
* -M (--monitor) Monitor Logged Data for updated data
176-
* -H (--HCI) Prefer deprecated BlueZ HCI interface instead of DBus
175+
* -H (--HCI) Prefer deprecated BlueZ HCI interface over modern DBus communication
177176
* -p (--passive) Bluetooth LE Passive Scanning
178177

179178
## Log File Format

0 commit comments

Comments
 (0)