summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-sensors1.yml
blob: 52617de0f06204b22292f255c71e5c9bd1660353 (plain) (blame)
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
---
#sensornode_network_wired: yes

senosrnode_sensors:
  i2c:
  - bus: 0
    devices:
    - address: 0x70
      driver: pca9548
      channels:
      - channel: 0
        devices:
        - name: foo
          address: 0x76
          driver: bme280
      - channel: 1
        devices:
        - name: bar
          address: 0x77
          driver: bmp280
      - channel: 2
        devices:
        - address: 0x18
          driver: ds2482
  1wire: {}