Skip to content

Add support for BH1900NUX Temperature Sensor #3135

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

Open
B48D81EFCC opened this issue Apr 25, 2025 · 1 comment
Open

Add support for BH1900NUX Temperature Sensor #3135

B48D81EFCC opened this issue Apr 25, 2025 · 1 comment

Comments

@B48D81EFCC
Copy link

B48D81EFCC commented Apr 25, 2025

Describe the problem you have/What new integration you would like
I would like to have support for BH1900NUX (BH1900NUX-TR) from Rohm Semiconductor.

Please describe your use case for this integration and alternatives you've tried:
Temperature measurement

Additional context
I am currently working on implementing support for this sensor.
Any help / feedback / testing is appreciated:
esphome/esphome#8631

@B48D81EFCC
Copy link
Author

The current WIP can be tested using external component:

external_components:
  - source: github://pr#8631
    components: [ bh1900nux ]
sensor:
  - platform: bh1900nux
    name: "Living Room Temperature"
    address: 0x48
    update_interval: 10s

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

No branches or pull requests

1 participant