balena-labs-projects / balena-sense

Take readings from a BME680 or similar sensor on a Raspberry Pi, store with InfluxDB and view with Grafana
https://balena.io/blog/balenasense-v2-updated-temperature-pressure-and-humidity-monitoring-for-raspberry-pi/
MIT License
285 stars 99 forks source link

multiple bme680 in diferents rooms? #119

Open ser6iogl92 opened 2 years ago

ser6iogl92 commented 2 years ago

Hello, i am trying to put diferents bme680 in only one raspberry. when i put 2 only appears 1. how i can add differents? i should change name on transformers.py? how i do it? i think is simple thing but really i dont know how i can acces to the documents to write diferents values on it. thanks

alanb128 commented 2 years ago

You'll need to change the I2C address of one of the bme680s if you attach more than one to the same Pi. If you are using the Adafruit version, "By default, the i2c address is 0x77. If you add a jumper from SDO to GND, the address will change to 0x76." A better way to have multiple sensors in different rooms might be to use the Simple Sensor project with balenaSense as described in our blog article here: https://www.balena.io/blog/balenasense-v2-updated-temperature-pressure-and-humidity-monitoring-for-raspberry-pi/#aggregate-your-data-from-multiple-devices-and-sensors

nmctiglao-upd commented 2 years ago

You'll need to change the I2C address of one of the bme680s if you attach more than one to the same Pi. If you are using the Adafruit version, "By default, the i2c address is 0x77. If you add a jumper from SDO to GND, the address will change to 0x76." A better way to have multiple sensors in different rooms might be to use the Simple Sensor project with balenaSense as described in our blog article here: https://www.balena.io/blog/balenasense-v2-updated-temperature-pressure-and-humidity-monitoring-for-raspberry-pi/#aggregate-your-data-from-multiple-devices-and-sensors

  1. Hi Alan, how can I add a container running Home Assistant to this container? I'd like to integrate this project: https://github.com/abdulisik/balena-homeassistant-adguard

  2. Also, is there a plan to integrate bidirectional communication (sensing + actuation) in Balena Sense?