scd30_conf - bruno-beloff/scs_mfr GitHub Wiki
docs > software repositories > scs_mfr > commands > configuration
DESCRIPTION
The scd30_conf utility is used to specify whether or not a Sensirion SCD30 NDIR CO2 sensor is present, together with its basic operating parameters.
Note that the scs_analysis/gases_sampler process must be restarted for changes to take effect.
SYNOPSIS
scd30_conf.py [{ [-i INTERVAL] [-t OFFSET] | -d }] [-v]
| Options | |
|---|---|
| --version | show program's version number and exit |
| -h, --help | show this help message and exit |
| -i SAMPLE_INTERVAL, --sample-interval=SAMPLE_INTERVAL | set the SCD30 sample interval |
| -t TEMPERATURE_OFFSET, --temp-offset=TEMPERATURE_OFFSET | set the temperature offset |
| -d, --delete | delete the SCD30 configuration |
| -v, --verbose | report narrative to stderr |
EXAMPLES
./scd30_conf.py -i 5 -t 0.0
FILES
~/SCS/conf/scd30_conf.json
DOCUMENT EXAMPLE
{"sample-interval": 5, "temp-offset": 0.0}