-
Notifications
You must be signed in to change notification settings - Fork 0
/
balena.yml
31 lines (31 loc) · 1001 Bytes
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: rpi-sensor-exporter
type: sw.application
description: >-
Read data from sensors using the go-sensors libraries and reporting with Prometheus.
assets:
repository:
type: blob.asset
data:
url: "https://github.com/go-sensors/rpi-sensor-exporter"
data:
applicationEnvironmentVariables:
- EXPORTER_METRICS_SERVER_ADDR: ":9000"
- EXPORTER_LOG_LEVEL: "warn"
- EXPORTER_ASAIRAHT10_ENABLED: "false"
- EXPORTER_CUBICPM1003_ENABLED: "false"
- EXPORTER_PLANTOWERPMS5003_ENABLED: "false"
- EXPORTER_SENSIRONSGP30_ENABLED: "false"
- EXPORTER_SENSIRONSCD30_ENABLED: "false"
applicationConfigVariables:
- RESIN_HOST_CONFIG_dtoverlay: "pi3-disable-bt"
- RESIN_HOST_CONFIG_enable_uart: 1
- RESIN_HOST_CONFIG_dtparam: '"i2c_arm=on","spi=on","audio=on"'
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi0-2w-64
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
version: 3.5.2