rxseger / homebridge-bme280

BME280 temperature/humidity/pressure sensor bridge for Homebridge: https://github.com/nfarina/homebridge
MIT License
15 stars 14 forks source link

BEP180 #1

Open xomanuel opened 7 years ago

xomanuel commented 7 years ago

Hi, this is not an issue but rather a question.

I have a BME180 sensor and thinking if this will work using the BME280. If not i believe modifying the code will enable it.

thanks

rxseger commented 7 years ago

Worth a try, homebridge-bme280 just uses the bme280-sensor so if it works with that module it may work with homebridge-bme280.

However I'm currently not doing anything with the pressure reading, is this the chip you have? https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf "BMP180 Digital pressure sensor", if it is only for pressure, may not to be too useful with Homebridge (since there is no "pressure" service, though maybe could use some other service and report pressure through it?).

ajwilkz commented 7 years ago

Hi,

Did you test out the BMP180 sensor? Any modifications needed?

Thanks,