I posted some code to github for getting two (or more) temperature sensors working with an esp01 and sending that data to Elasticsearch. I use this in my house to monitor the intake and output of my Air Conditioning unit. This lets me see how well it is performing. There are limitless other use cases where you may want to monitor temps over time though. So this is an extremely easy and cheap way to do so.
All you need is listed below:
- ESP01 module
- DS18B20 temperature sensors
- 4700 Ohm resistor
- Basic computer and electronics skills
https://github.com/jf7979/ESP8266-Dual-Temp-Sensors-Elasticsearch-API
This would be the simple way to hookup one (or more) sensors.