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

Question: Additional temperature sensors ? #1

Open
Wingsofcourage opened this issue Jan 10, 2025 · 1 comment
Open

Question: Additional temperature sensors ? #1

Wingsofcourage opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@Wingsofcourage
Copy link
Collaborator

@ckszabi
There are a lot of unused ports on the micro controller board.
How about the possibility to add additional temperature sensors like DS18B20.
I thought about this since a long time to capture additional temperatures.
Using DS18B20 temperature sensors should be easy using the OneWire Protocol.
Like: https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/
What do you think ?

@Wingsofcourage Wingsofcourage added the question Further information is requested label Jan 10, 2025
@Wingsofcourage Wingsofcourage self-assigned this Jan 10, 2025
@ckszabi
Copy link
Owner

ckszabi commented Jan 12, 2025

That blog is very descriptive, found another at https://chewett.co.uk/blog/1412/using-the-ds18b20-temperature-sensor-with-a-wemos-d1-mini-esp8266/.
THhe implementation is very easy.
Just some publishing of the received temps on MQTT and ready to use.

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

No branches or pull requests

2 participants