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

Support DS18B20 and AM2302/DHT22 on Master and Slave #36

Open
eiabea opened this issue Mar 1, 2019 · 3 comments
Open

Support DS18B20 and AM2302/DHT22 on Master and Slave #36

eiabea opened this issue Mar 1, 2019 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@eiabea
Copy link
Owner

eiabea commented Mar 1, 2019

Currently the master is limited to the DS18B20 in OneWire mode and the slave is hardcoded to the AM2302

@eiabea eiabea added the enhancement New feature or request label Mar 1, 2019
@eiabea
Copy link
Owner Author

eiabea commented Mar 3, 2019

The current implementation of the slave uses node-dht-sensor which depends on bcm2835 which can only be installed directly on a raspberry pi and i can not find any way around this issue to generically implement this package into the docker image

@eiabea eiabea added the help wanted Extra attention is needed label Mar 3, 2019
@eiabea
Copy link
Owner Author

eiabea commented Mar 7, 2019

@thelittlebug this is already used for the DS18B20, but the DHT22 npm package uses the bcm2835 library which i don't know how to install on my development machine. The only possibility i can think of is to develop directly on a Raspberry Pi...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants