add weather database creator

This commit is contained in:
2023-06-01 17:56:26 +03:00
parent c70ce5216a
commit 90f712f525
15 changed files with 526 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
Collect weather data from new meteostation in sqlite3 database.
Parameters:
-P, --pidfile=arg pidfile (default: /tmp/wdb
-a, --address=arg server name or IP
-d, --database=arg database file
-h, --help show this help
-l, --logfile=arg logging file name
-p, --port=arg server port
-v, --verbose verbose level (each -v increases)