@@ -119,33 +119,33 @@ comet@orangepizero2:~/.comet $ cat config.yaml
119119--- # The I2C config file
120120
121121i2c:
122- smb: i2c-3 # set bus i2c-1
123- smb_detect: 0..3 # list of monitored smb bus by i2cdetect
122+ smb: i2c-3 # set bus i2c-1
123+ smb_detect: 0..3 # list of monitored smb bus by i2cdetect
124124 eeprom:
125125 # ic: '24c256'
126126 # slaveaddr: 0x57 # for eeprom (main i2c address)
127127 ic: ' 24c02'
128128 slaveaddr: 0x50
129- writestrobe: 26 # hold pin low to write to eeprom
129+ writestrobe: 26 # hold pin low to write to eeprom
130130 sensor:
131131 ms5637:
132132 pressure:
133- { min: 600, max: 1300 } # accepted only values in interval min..max
133+ { min: 600, max: 1300 } # accepted only values in interval min..max
134134 sn_gcja5:
135135 PM1_0:
136- { min: 0, max: 1200 } # accepted only values in interval min..max
136+ { min: 0, max: 1200 } # accepted only values in interval min..max
137137 PM2_5:
138- { min: 0, max: 1200 } # accepted only values in interval min..max
138+ { min: 0, max: 1200 } # accepted only values in interval min..max
139139 PM10:
140- { min: 0, max: 1200 } # accepted only values in interval min..max
140+ { min: 0, max: 1200 } # accepted only values in interval min..max
141141 hdc1080:
142- { measure_mode: ' only' , # 'only' (individual measurement), 'both' (measurement in sequence)
143- heating: ' disable' , # 'disable', 'enable'
144- temperature_resolution: ' 14' , # '11','14' bit
145- humidity_resolution: ' 14' # '8','11','14' bit
142+ { measure_mode: ' only' , # 'only' (individual measurement), 'both' (measurement in sequence)
143+ heating: ' disable' , # 'disable', 'enable'
144+ temperature_resolution: ' 14' , # '11','14' bit
145+ humidity_resolution: ' 14' # '8','11','14' bit
146146 }
147147 pca9632:
148- { address1: 0x62 } # IC1 address
148+ { address1: 0x62 } # IC1 address
149149` ` `
150150
151151| parameter | sub-parameter | description | example value |
0 commit comments