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

Activating GPIO depending on the air quality #73

Open
arpiska opened this issue Sep 24, 2024 · 2 comments
Open

Activating GPIO depending on the air quality #73

arpiska opened this issue Sep 24, 2024 · 2 comments

Comments

@arpiska
Copy link

arpiska commented Sep 24, 2024

Hello, I want to activate an output depending on the air quality.
Please give me information how to insert it in code!?

@ricki-z
Copy link
Member

ricki-z commented Oct 13, 2024

Hello,
this would need to be done in the main .ino file. But this is not part of our project. Normally the sensor would be outside of a building. Did you think about a separate NodeMCU or Raspi to control this? There you could read the data of your sensor remotely and activate the GPIOs as needed. (This would also result in a much simpler code base for this)

@arpiska
Copy link
Author

arpiska commented Oct 14, 2024

Hi, thank you for your answer!
I solved it on the same way over the weekend.
Original airRohr firmware and HACS integration in Home Assistant Raspi which reads locally.

https://github.com/lichtteil/local_luftdaten

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

2 participants