Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Pressure Sensors (Differential Pressure) with I2C (BMP180 and BMP280) #2261

Closed
Bastian86 opened this issue Mar 26, 2018 · 5 comments
Closed
Labels
stale Action - Issue left behind - Used by the BOT to call for attention

Comments

@Bastian86
Copy link

Hello I am using a Sonoff Basic and would like to use two pressure sensors BMP180 and BMP280 as differential pressure over MQTT and FHEm.
Separately, the sensors can communicate with the Sonoff Basic. If I connect both, the Sonoff sees only the BMP180. I use the current original version 5.12.0 d
Is it possible to expect support for these two sensors at the same time in the future?

I have read:
Two SHT3X on I2C bus - feasible? #1949
I2C support multiple of the same sensor type #1049

@martinlindjarv
Copy link

Hello, Just guessing but can it be problem that both sensors use same I2C address?
And different sensors need different addresses on same bus?

@Bastian86
Copy link
Author

Hello, the I2C addresses are different. That's why I chose two different types.
What does not work are two sensors of the same type so BMP180 or BMP280, since they use the same address.
BMP180 0x77h
BMP280 0x76h
If I connect both sensors, I only see BMP180.

Is it possible to expect support for two sensors at the same time in the future?

@johngouk
Copy link

johngouk commented May 5, 2018

You could always try coding it :). The SHT3X Code is a good example.

@stale
Copy link

stale bot commented Jun 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Action - Issue left behind - Used by the BOT to call for attention label Jun 19, 2018
@stale
Copy link

stale bot commented Jul 4, 2018

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Action - Issue left behind - Used by the BOT to call for attention
Projects
None yet
Development

No branches or pull requests

3 participants