You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I own a Raspberry Pi 3 and have two BME280 connected via i2c. Please support scraping both with one instance. The parameter the exporter currently takes could be converted to labels.
Currently running bsbmp-exporter -address="0x76" -bus=1 -model="BME280" will produce metrics like
bsbmp_temperature_celcius 16.350000381469727
This could be changed to include the settings as labels:
Thanks, I didn't consider a scenario with >1 sensors on one pi - since these are atmospheric probes.. I thought I had read previously that the longest an i2c bus can be is ~1m but a quick google search reveals success has been had with up to 100m.
I am planning to improve the code in the collector within the next month or two, in that time I'll also implement labels.
Hi, I own a Raspberry Pi 3 and have two BME280 connected via i2c. Please support scraping both with one instance. The parameter the exporter currently takes could be converted to labels.
Currently running
bsbmp-exporter -address="0x76" -bus=1 -model="BME280"
will produce metrics likeThis could be changed to include the settings as labels:
The text was updated successfully, but these errors were encountered: