# # Settings for i2c-probe-prometheus # # I2C bus that the AHT10 temperature probe is attached to. AHT10_I2C_BUS=1 # I2C address of the AHT10 temperature probe on the bus. AHT10_I2C_ADDR=0x38 # I2C bus that the CCS811 CO₂ probe is attached to. CCS811_I2C_BUS=3 # I2C address of the CCS811 CO₂ probe on the bus. CCS811_I2C_ADDR=0x5A # WPA supplicant socket path. WPA_SUPPLICANT_SOCKET="/var/run/wpa_supplicant/wlan0" # Address of the Prometheus Push Gateway PROMETHEUS_PUSHGATEWAY_ADDR=127.0.0.1:9091 # Interval at which data should be read out and pushed to Prometheus. PUSH_INTERVAL=5m # Enable extra debugging output. #DEBUG="--debug" DEBUG=""