Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Feature request - BME280 Sensor Support #60

Open
cmacnichol opened this issue Jul 12, 2018 · 1 comment
Open

Feature request - BME280 Sensor Support #60

cmacnichol opened this issue Jul 12, 2018 · 1 comment

Comments

@cmacnichol
Copy link

Wondering how hard it would be to add support for the Bosch BME280 Sensor. Have a few on order, might give it a go myself once I get them. Really just wanted to see if anyone else has already done it or not.

The sensor supports Temp, Hum, and Pressure. All over and I2C connection.

https://www.adafruit.com/product/2652

Well, that and to see if there is any life left on this project. Seems like a lot of people are using it with HA, but this has not been updated in some time.

@consolacion
Copy link

it is in fact not so hard to do that. You need to connect it to the I2C pins. Standard these are D1 and D2. These are however taken up by the red and green pin. Though it is possible to use other I2C pins, it might be easiest to give the red and green pin other vales like D4 and D6.
Then it is just a matter of adding the library, chosing the right mode and doing a read that you add to the JSON

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants