meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
groups:mg:private:resonatoren:mg:temperture_monitoring:start [2022/02/15 15:29] – [Temperature, Pressure and Humidity of the Frequencycomb] fiene | groups:mg:private:resonatoren:mg:temperture_monitoring:start [2024/03/20 09:37] (current) – Admin: Syntax-Update (Migration from deprecated "fontcolor" plugin to "color" plugin) klaus | ||
---|---|---|---|
Line 74: | Line 74: | ||
< | < | ||
- | <fc # | + | <color # |
- | **<fc # | + | **<color # |
- | <fc # | + | <color # |
- | <fc # | + | <color # |
i2c = busio.I2C(board.SCL, | i2c = busio.I2C(board.SCL, | ||
bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, | bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, | ||
- | <fc # | + | <color # |
- | <fc # | + | <color # |
</ | </ | ||
Line 282: | Line 282: | ||
magnesium: influxMG | magnesium: influxMG | ||
</ | </ | ||
- | This is the username and password for any external collectd services to authenticate with the influxdb database. | + | This is the username and password for any external collectd services to authenticate with the influxdb database.\\ |
+ | To load InfluxDB with your new configurations, | ||
+ | < | ||
+ | echo $INFLUXDB_CONFIG_PATH / | ||
+ | </ | ||
+ | |||
+ | and start the process with '' | ||
=== types.db === | === types.db === | ||
Line 443: | Line 449: | ||
< | < | ||
- | <fc # | + | <color # |
- | **<fc # | + | **<color # |
- | <fc # | + | <color # |
- | <fc # | + | <color # |
- | <fc # | + | <color # |
- | <fc # | + | <color # |
i2c = busio.I2C(board.SCL, | i2c = busio.I2C(board.SCL, | ||
Line 460: | Line 466: | ||
\\ | \\ | ||
- | **<fc # | + | **<color # |
\\ | \\ | ||
- | **<fc # | + | **<color # |
\\ | \\ | ||
**temperature = (bmp280.temperature + temperature)/ | **temperature = (bmp280.temperature + temperature)/ | ||
- | <fc # | + | <color # |
- | <fc # | + | <color # |
\\ | \\ | ||
- | **<fc # | + | **<color # |
\\ | \\ | ||
- | print(<fc # | + | print(<color # |
sys.exit(1)**\\ | sys.exit(1)**\\ | ||
| |