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
{{ message }}
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: