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

Adding support for DHT11, DHT22 and AM2302 #2

Closed
theyosh opened this issue Jul 11, 2017 · 0 comments
Closed

Adding support for DHT11, DHT22 and AM2302 #2

theyosh opened this issue Jul 11, 2017 · 0 comments

Comments

@theyosh
Copy link
Owner

theyosh commented Jul 11, 2017

Requested in #1 for support for other temperature and humidity sensors and power relay switches

This issue will address the sensor request only. The switch request will be fixed in a different issue #3.

This requires a different approach for adding sensors. GPIO sensors are not scanable during startup. So the interface will get an 'add' button to add new sensors. Also there will be a new extra setting which is the 'bus' on which the sensor is. That will be for now: 1wire and gpio

For adding 1 sensor, you have to make two actions in the web interface. Every sensor is either temperature of humidity. So this has to be specified per sensor. And when a GPIO or 1Wire sensor does both it needs to be entered twice

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