Smaller updates

This commit is contained in:
Schemen
2021-02-17 18:03:24 +01:00
parent 5cb64e377a
commit fdb8a72a0d
2 changed files with 25 additions and 2 deletions
+22
View File
@@ -1,9 +1,31 @@
# airthings-influxdb
## Install
```x-sh
git clone ssh://git@git.ponz.io:10022/elia/airthings-influxdb.git && cd airthings-influxdb
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
deactivate
# configure your config.ini
cp config.ini.example config.ini
```
## Usage
```
source venv/bin/activate
./airthings-influxdb.py
Usage: airthings-influxdb.py [OPTIONS] COMMAND [ARGS]...
Options:
--debug / --no-debug
-c, --config TEXT give config file
--help Show this message and exit.
Commands:
identify Lists available sensors nearby
start
verify verify your configuration
```